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
/
stdio.cpp
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-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
Add setvbuf(), setlinebuf(), setbuf().
Andreas Kling
2018-11-08
Add some simple write buffering to LibC's stdio.
Andreas Kling
2018-11-07
Miscellaneous compat work while seeing if GNU coreutils would build.
Andreas Kling
2018-11-05
More work towards getting bash to build.
Andreas Kling
2018-11-05
Add stub fflush().
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
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-31
Minor cleanup.
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-27
Add some basic field width support to printf().
Andreas Kling
2018-10-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-26
Add sys$uname() and a /bin/uname utility.
Andreas Kling
2018-10-23
Lots of hacking:
Andreas Kling
2018-10-22
Okay, with some mucking around, there is now a /bin/id and it runs!
Andreas Kling
2018-10-22
Start work on a standard C library. I'm calling it... LibC.
Andreas Kling