1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 13:21:00 +00:00
serenity/Kernel/API/POSIX/sys
Michel Hermier 69cabb3ead Everywhere: Add serenity_dev_{makedev,major,minor}
Add them in `<Kernel/API/Device.h>` and use these to provides
`{makedev,major,minor}` in `<sys/sysmacros.h>`. It aims to be more in
line with other Unix implementations and avoid code duplication in user
land.
2022-01-09 00:58:44 +01:00
..
mman.h Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag 2021-12-23 23:08:10 +01:00
ptrace.h Kernel: Implement new ptrace function PT_PEEKBUF 2021-12-05 22:59:09 +01:00
socket.h Kernel: Add the IPPROTO_{IGMP, IPIP, RAW} protocol macros 2021-12-05 12:53:29 +01:00
stat.h
statvfs.h Kernel+LibC: Share definitions for sys/statvfs.h 2021-08-14 19:58:11 +02:00
time.h
times.h
types.h Everywhere: Add serenity_dev_{makedev,major,minor} 2022-01-09 00:58:44 +01:00
uio.h
un.h
utsname.h
wait.h