index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
unistd.h
Age
Commit message (
Expand
)
Author
2018-11-17
Various stubs while trying to get an old coreutils to build.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-11
Add setvbuf(), setlinebuf(), setbuf().
Andreas Kling
2018-11-11
A bunch of compat work (mostly stubs but some real implementations, too.)
Andreas Kling
2018-11-07
Add some basic setgroups(), getgroups() and initgroups().
Andreas Kling
2018-11-06
Add getwd().
Andreas Kling
2018-11-06
Add strsignal() and improve sharing signal numbers between LibC and kernel.
Andreas Kling
2018-11-05
More work towards getting bash to build.
Andreas Kling
2018-11-05
Lots of minor compat stuff while seeing if bash would build.
Andreas Kling
2018-11-05
Add geteuid() and getegid().
Andreas Kling
2018-11-05
Tiny LibC things.
Andreas Kling
2018-11-03
Implemented sys$execve().
Andreas Kling
2018-11-02
Implement fork()!
Andreas Kling
2018-11-02
Basic ^C interrupt implementation.
Andreas Kling
2018-11-02
Add tcsetpgrp()+tcgetpgrp().
Andreas Kling
2018-11-02
Start working on sessions and process groups.
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling
2018-10-30
Add sys$ttyname_r and ttyname_r() + ttyname().
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-28
Add basic symlink support.
Andreas Kling
2018-10-27
Implement waitpid() support for getting the waitee's exit code.
Andreas Kling
2018-10-26
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
Andreas Kling
2018-10-26
Add sys$gethostname and /bin/hostname
Andreas Kling
2018-10-25
Add a "sleep" syscall that sleeps for N seconds.
Andreas Kling
2018-10-24
Add a "pwd" utility to userland.
Andreas Kling
2018-10-24
Add an lstat() syscall and use it to make "ls" nicer.
Andreas Kling
2018-10-24
Add a simplified waitpid() so that sh can wait on spawned commands.
Andreas Kling
2018-10-23
Lots of hacking:
Andreas Kling
2018-10-22
Start work on a standard C library. I'm calling it... LibC.
Andreas Kling