banan-os/userspace/libraries/LibC/sys
Bananymous 500f774b7f LibC: Add a lot of stub implementations for different libc functions
some ports want to link against these, but they are not ever called
based on simple testing

This patch adds stubs for
- openlog
- syslog
- getrusage
- mlock
- mprotect
- getpeername
- shutdown
- tzset
- mktime
2024-08-22 15:10:41 +03:00
..
banan-os.cpp BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
ioctl.cpp LibC: Move ioctl to <sys/ioctl.h> 2024-08-09 16:54:30 +03:00
mman.cpp LibC: Add a lot of stub implementations for different libc functions 2024-08-22 15:10:41 +03:00
resource.cpp LibC: Add a lot of stub implementations for different libc functions 2024-08-22 15:10:41 +03:00
select.cpp BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
socket.cpp LibC: Add a lot of stub implementations for different libc functions 2024-08-22 15:10:41 +03:00
stat.cpp LibC: Add stubs for tmpfile, mktemp and fchmod 2024-08-09 17:02:49 +03:00
time.cpp Kernel/LibC: Implement alarm() and setitimer() 2024-08-01 21:09:56 +03:00
utsname.cpp LibC: Implement uname() 2024-07-31 23:54:26 +03:00
wait.cpp BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00