banan-os/userspace/libraries/LibC
Bananymous 1bd454b8fd Kernel/LibC: Implement utime* family functions
This patch adds *working*
 - utime
 - utimes
 - utimensat
 - futimens
2025-06-01 13:48:03 +03:00
..
arch LibC: Save callee saved registers on setjmp 2025-05-04 13:54:35 +03:00
arpa LibC: Fix netinet/in.h and arpa/inet.h definitions 2025-05-28 03:10:01 +03:00
include Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
sys Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
CMakeLists.txt LibC: Implement `readv` and `writev` 2025-05-28 03:10:01 +03:00
assert.cpp
ctype.cpp
dirent.cpp Kernel/LibC: Fix dirent functions 2025-01-28 17:15:11 +02:00
dlfcn.cpp
environ.cpp LibC: Implement `clearenv` 2025-05-28 03:10:01 +03:00
errno.cpp Kernel/LibC/DynamicLoader: Implement thread local storage 2025-04-15 23:33:39 +03:00
fcntl.cpp
fenv.cpp
ftw.cpp
grp.cpp
icxxabi.cpp LibC: merge atexit and __cxa_atexit into common function 2025-04-15 23:05:52 +03:00
inttypes.cpp
langinfo.cpp LibC: Implement nl_langinfo 2025-04-19 20:02:01 +03:00
libgen.cpp
locale.cpp LibC: Don't define SCHAR_MAX in locale.c 2025-04-21 22:21:40 +03:00
malloc.cpp LibC: Rework malloc locking add proper realloc 2025-04-21 20:29:28 +03:00
math.cpp
netdb.cpp LibC: Add simple `getnameinfo` 2025-05-28 03:10:01 +03:00
poll.cpp
printf_impl.cpp LibC: Fix printf %c modifier for null byte 2025-05-28 03:10:01 +03:00
pthread.cpp LibC: Implement dummy pthread_attr_{get,set}detachstate 2025-04-21 19:58:01 +03:00
pwd.cpp
scanf_impl.cpp LibC: Fix scanf %n modifier 2025-04-22 09:55:38 +03:00
sched.cpp Kernel/LibC: Implement sched_yield 2025-04-02 12:58:39 +03:00
setjmp.cpp LibC: Save callee saved registers on setjmp 2025-05-04 13:54:35 +03:00
signal.cpp LibC: Fix `signal` return value 2025-05-29 00:58:30 +03:00
stdio.cpp LibC: Fix `FILE` buffering once again :D 2025-05-28 03:10:01 +03:00
stdlib.cpp LibC: Implement `mblen` 2025-05-28 03:10:01 +03:00
string.cpp LibC: Fix strncat return value 2025-05-28 03:10:01 +03:00
strings.cpp
syslog.cpp
termios.cpp
time.cpp LibC: Fix `mktime` 2025-05-28 03:10:01 +03:00
unistd.cpp Kernel/LibC: Implement pwrite and make pread non-locking 2025-05-28 03:10:01 +03:00
utime.cpp Kernel/LibC: Implement utime* family functions 2025-06-01 13:48:03 +03:00
wchar.cpp LibC: Implement some missing wchar functions 2025-04-19 20:56:41 +03:00