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
Age
Commit message (
Expand
)
Author
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Add a naive /bin/fgrep for testing pipes.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
Add really cheap atol() since sizeof(int) == sizeof(long) here anyway.
Andreas Kling
2018-11-11
Stub out a bunch more functions to get closer to that sweet bash build.
Andreas Kling
2018-11-11
Add setvbuf(), setlinebuf(), setbuf().
Andreas Kling
2018-11-11
Add ispunct() to LibC + some minor cleanups.
Andreas Kling
2018-11-11
A bunch of compat work (mostly stubs but some real implementations, too.)
Andreas Kling
2018-11-10
Some improvements to signals.
Andreas Kling
2018-11-10
Make /bin/clear work again.
Andreas Kling
2018-11-09
Build LibC and Userland with clang as well.
Andreas Kling
2018-11-09
Move <utsname.h> to <sys/utsname.h> for correctness.
Andreas Kling
2018-11-09
Get rid of redundant sys$spawn now that we have fork+exec.
Andreas Kling
2018-11-09
Fix all current build warnings in LibC.
Andreas Kling
2018-11-08
Support basic mmap'ing of a file!
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-11-08
Add some simple write buffering to LibC's stdio.
Andreas Kling
2018-11-07
Oops, waitpid() was not passing the options parameter to the kernel.
Andreas Kling
2018-11-07
Miscellaneous compat work while seeing if GNU coreutils would build.
Andreas Kling
2018-11-07
Add some basic setgroups(), getgroups() and initgroups().
Andreas Kling
2018-11-07
Minor fixes in getgrent() and getpwent() function families.
Andreas Kling
2018-11-06
Add getgrent() family of functions.
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-06
Add sys_nerr and sys_errlist.
Andreas Kling
2018-11-06
Add umask().
Andreas Kling
2018-11-06
Add getppid().
Andreas Kling
2018-11-06
Change syscall naming scheme.
Andreas Kling
2018-11-06
Add sigset_t helper functions to LibC.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
More work towards getting bash to build.
Andreas Kling
2018-11-05
More random compat hacking 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
Add stub fflush().
Andreas Kling
2018-11-05
Tiny LibC things.
Andreas Kling
2018-11-04
Tidy up ELFLoader.
Andreas Kling
2018-11-04
Mark LibC's assertion faillure helper with __NORETURN.
Andreas Kling
2018-11-03
Share code between spawn() and exec() implementations.
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
Oops, fix null termination bug in getpwent().
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-31
perror() should send output to stderr.
Andreas Kling
2018-10-31
Add SpinLock to IDE disk access.
Andreas Kling
2018-10-31
Snazz up the kprintf() output a bit by giving it its own color.
Andreas Kling
[next]