|
banan-os.h
|
LibC: Fix headers :)
|
2024-11-27 21:32:10 +02:00 |
|
epoll.h
|
Kernel/LibC: Implement basic epoll
|
2025-05-13 10:18:05 +03:00 |
|
file.h
|
Kernel/LibC: Implement flock
|
2025-06-28 16:55:13 +03:00 |
|
futex.h
|
Kernel/LibC: Implement simple futex
|
2025-08-05 03:09:24 +03:00 |
|
mman.h
|
LibC: Add MAP_ANON as synonym for MAP_ANONYMOUS
|
2025-08-05 03:09:24 +03:00 |
|
param.h
|
LibC: Add empty files sys/param.h and sys/file.h
|
2024-08-22 14:47:59 +03:00 |
|
resource.h
|
LibC: Define RLIM_NLIMITS
|
2025-04-19 02:34:56 +03:00 |
|
socket.h
|
LibC: Add {AF,PF}_LOCAL as aliases to {AF,PF}_UNIX
|
2025-08-11 18:48:24 +03:00 |
|
syscall.h
|
Kernel/LibC: Implement sigaltstack
|
2025-08-21 02:52:49 +03:00 |
|
time.h
|
LibC: Add timer{add,sub,clear,isset,cmp}
|
2025-05-28 03:10:01 +03:00 |
|
types.h
|
LibC: Make time_t signed integer
|
2025-08-19 16:23:30 +03:00 |
|
wait.h
|
Kernel: Implement process stopping and continuing
|
2025-08-31 00:34:52 +03:00 |