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
/
sys
Age
Commit message (
Expand
)
Author
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-03
Get nyancat nyanning in Serenity.
Andreas Kling
2019-02-03
Kernel: Rewrite ProcFS.
Andreas Kling
2019-01-31
Make stat() work on device files again.
Andreas Kling
2019-01-29
Implement basic chmod() syscall and /bin/chmod helper.
Andreas Kling
2019-01-23
Kernel: Get rid of Unix namespace.
Andreas Kling
2019-01-17
Oops, forgot to add the select() files to LibC a while ago.
Andreas Kling
2019-01-15
Make it possible for a process to switch controlling terminals.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
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-16
Reimplement tcsetattr/tcgetattr as ioctls.
Andreas Kling
2018-11-16
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
Andreas Kling
2018-11-10
Some improvements to signals.
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-07
Miscellaneous compat work while seeing if GNU coreutils would build.
Andreas Kling
2018-11-06
Add getwd().
Andreas Kling
2018-11-06
Add umask().
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
Lots of minor compat stuff while seeing if bash would build.
Andreas Kling
2018-11-05
Tiny LibC things.
Andreas Kling
2018-11-04
Mark LibC's assertion faillure helper with __NORETURN.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-31
Use ALWAYS_INLINE for ctype inlines.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling