Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
2019-02-14 | Kernel: Begin implementing UNIX domain sockets. | Andreas Kling | |
2019-02-08 | LibC: Implement enough missing stuff to get bash-5.0 running. :^) | Andreas Kling | |
2019-01-31 | Make stat() work on device files again. | Andreas Kling | |
FileDescriptor will now keep a pointer to the original inode even after opening it resolves to a character device. Fixed up /bin/ls to display major and minor device numbers instead of size for device files. | |||
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling | |
Added a /bin/mkdir that makes directories. How very neat :^) There are various limitations because of missing functionality. | |||
2018-11-07 | Miscellaneous compat work while seeing if GNU coreutils would build. | Andreas Kling | |
2018-11-06 | Add umask(). | Andreas Kling | |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling | |