summaryrefslogtreecommitdiff
path: root/LibC/sys/stat.h
AgeCommit message (Expand)Author
2019-05-28Add clang-format fileRobin Burchell
2019-02-14Kernel: Begin implementing UNIX domain sockets.Andreas Kling
2019-02-08LibC: Implement enough missing stuff to get bash-5.0 running. :^)Andreas Kling
2019-01-31Make stat() work on device files again.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-11-07Miscellaneous compat work while seeing if GNU coreutils would build.Andreas Kling
2018-11-06Add umask().Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling