index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-04
LibC: Implemented atof()
Jesse Buhagiar
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-24
LibC: Stop stdio from adding null terminators out of bounds (#685)
Vincent Sanders
2019-10-23
Kernel: Move E2BIG calculation from Thread to Process
Andrew Kaster
2019-10-17
LibC: Better strtok implementation (string.h)
Jonah Alligood
2019-10-17
LibC: strtok is now implemented (string.h)
Jonah Alligood
2019-10-17
LibC: sys_errlist should be const char* const
Andreas Kling
2019-10-16
LibC: Remove debug spam in gethostbyname()
Andreas Kling
2019-10-15
LibC: syslog and lots of compat stuff for it
Calvin Buckley
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
LibC: add arc4random* using new getrandom syscall
Calvin Buckley
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-13
LibC: Add missing u_* typedefs (u_char/u_short)
Calvin Buckley
2019-10-12
LibC: Add readdir_r for re-entrant directory reading (#648)
Calvin Buckley
2019-10-12
LibC: Have perror() show the input string on the debugger as well
Andreas Kling
2019-10-11
Libc: make library internal includes come from private include namespace
Vincent Sanders
2019-10-09
LibC: Add a missing mbstowcs() declaration
Sergey Bugaev
2019-10-04
LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)
Vincent Sanders
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-03
LibC: Misc additions
Sergey Bugaev
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-29
LibC: Some build fixes for strange platforms
Andreas Kling
2019-09-27
LibC: Make div() and ldiv() behave according to the C standard
Andreas Kling
2019-09-27
LibC: Make system() behave according to POSIX
Andreas Kling
2019-09-27
LibC: Clear any ungetc()'ed data in fflush()
Andreas Kling
2019-09-27
LibC: realpath() should assume the buffer is PATH_MAX bytes
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-23
LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined
Andreas Kling
2019-09-22
LibC: Fix dumb off-by-two in fgets() :^)
Andreas Kling
2019-09-22
LibC: ungetc(EOF) should fail (and return EOF)
Andreas Kling
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-17
LibC: Ensure getopt error messages end with a newline
Sergey Bugaev
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-09-14
LibC: Make gettid() cache the thread ID in thread-local-storage
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-13
LibC: Add MAXPATHLEN to limits.h
Mauri de Souza Nunes
2019-09-12
LibC: Pass the environment as third argument to main()
Andreas Kling
2019-09-12
LibC: Add some missing errno codes
Andreas Kling
2019-09-11
LibC: fgets() shouldn't stop on '\0'
Andreas Kling
2019-09-10
LibC: Make sure perror() is consistent about the errno it prints
Andreas Kling
2019-09-08
LibC: #define errno errno
Andreas Kling
2019-09-07
LibC: Add some missing pieces in inttypes.h
Andreas Kling
2019-09-07
LibC: Make "errno" thread-specific
Andreas Kling
2019-09-06
LibC: Borrow a slightly more functional getopt()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
[next]