1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/LibC/sys
Robin Burchell 0dc9af5f7e Add clang-format file
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-05-28 17:31:20 +02:00
..
cdefs.h Add clang-format file 2019-05-28 17:31:20 +02:00
file.h Tiny LibC things. 2018-11-05 14:54:11 +01:00
ioctl.h Add TIOCGWINSZ ioctl so userland can determine terminal geometry. 2018-11-29 03:45:23 +01:00
ioctl_numbers.h Add clang-format file 2019-05-28 17:31:20 +02:00
mman.h Add getpwent() family of functions to LibC. 2018-10-31 19:54:25 +01:00
param.h Add getwd(). 2018-11-06 15:59:57 +01:00
resource.h Add clang-format file 2019-05-28 17:31:20 +02:00
select.cpp Kernel: Get rid of Unix namespace. 2019-01-23 06:57:00 +01:00
select.h Add clang-format file 2019-05-28 17:31:20 +02:00
socket.cpp Kernel: Add getpeername() syscall, and fix getsockname() behavior. 2019-05-20 20:33:03 +02:00
socket.h Add clang-format file 2019-05-28 17:31:20 +02:00
stat.h Add clang-format file 2019-05-28 17:31:20 +02:00
sysmacros.h Various stubs while trying to get an old coreutils to build. 2018-11-17 15:56:09 +01:00
time.h Add clang-format file 2019-05-28 17:31:20 +02:00
times.h Lots of minor compat stuff while seeing if bash would build. 2018-11-05 16:40:48 +01:00
types.h Add clang-format file 2019-05-28 17:31:20 +02:00
uio.cpp LibC: Oops, I forgot to commit sys/uio.{cpp,h} yesterday. 2019-05-10 17:38:51 +02:00
uio.h LibC: Oops, I forgot to commit sys/uio.{cpp,h} yesterday. 2019-05-10 17:38:51 +02:00
un.h LibC: First pass of compat work / stubs while trying to build OpenSSL. 2019-05-21 21:36:08 +02:00
utsname.h Add clang-format file 2019-05-28 17:31:20 +02:00
wait.cpp LibC: Implement wait() as a wrapper around waitpid(). 2019-05-22 13:21:17 +02:00
wait.h More compat work. 2019-02-26 12:57:02 +01:00