index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2021-04-19
LibC: Avoid division by zero in fread()/fwrite()
Gunnar Beutner
2021-04-19
LibC: Additional functionality for getaddrinfo()
Gunnar Beutner
2021-04-19
LibC: Expose new `profiling_free_buffer(..)` syscall.
Brian Gianforcaro
2021-04-19
LibC: Added sysexits.h
Panagiotis Vasilopoulos
2021-04-19
LibC: Improve error logging for execvp()
Gunnar Beutner
2021-04-18
LibDebug: Implement ability to set watchpoints
FalseHonesty
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
LibC: Implement assignment suppression for vsscanf
Gunnar Beutner
2021-04-18
LibC: Add netinet/in_systm.h
Hendiadyoin1
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
LibC: Make atexit handlers thread-safe
Gunnar Beutner
2021-04-18
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-16
LibC: Don't call initializers in crt0
Gunnar Beutner
2021-04-16
Toolchain+LibC: Don't link LibC against crt0
Gunnar Beutner
2021-04-16
LibC: Shared libraries shouldn't have an entry point
Gunnar Beutner
2021-04-14
LibC: Use __inline_isascii() in isascii()
Gunnar Beutner
2021-04-14
LibC: Add support for isblank()
Gunnar Beutner
2021-04-14
LibC: Add missing macro for _SC_CLK_TCK
Gunnar Beutner
2021-04-14
LibC: Turn regex_t and regmatch_t into typedefs
Gunnar Beutner
2021-04-14
LibC: Change return type for sleep() to unsigned int
Gunnar Beutner
2021-04-14
LibC: Add definition for the NI_NAMEREQD macro
Gunnar Beutner
2021-04-14
LibPthread: Implement semaphore functions
Gunnar Beutner
2021-04-14
LibC: Add definitions for INTMAX_C and UINTMAX_C
Gunnar Beutner
2021-04-14
LibC: Add missing include in <syslog.h>
Gunnar Beutner
2021-04-13
LibC: getaddrinfo: Set addrinfo sin_port to 0 if service arg is NULL
Brendan Coles
2021-04-12
LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()
Gunnar Beutner
2021-04-12
LibC: The port numbers returned by getservby*() should be in network byte order
Gunnar Beutner
2021-04-12
LibC: Validate the len argument for inet_ntop()
Gunnar Beutner
2021-04-12
LibC: Use dbgln() in strerror() and strsignal()
Gunnar Beutner
2021-04-12
LibC: Turn CRASH() into a function and add noreturn attribute
Gunnar Beutner
2021-04-11
LibC: getopt() and getopt_long() shouldn't modify argv
Gunnar Beutner
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-11
LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...
Gunnar Beutner
2021-04-11
LibC: Provide macros for the <ctype.h> functions
Gunnar Beutner
2021-04-11
LibC: Include additional headers in <arpa/inet.h>
Gunnar Beutner
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-08
Kernel/LibC: Make memset implementations the same
Hendiadyoin1
2021-04-08
LibC: Fix coding style in scanf helpers
Andreas Kling
2021-04-04
LibC: Added strtoimax() and strtoumax()
Manuel Palenzuela
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Add NI_MAXHOST and NI_MAXSERV constants
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-04-03
LibC: Fix FILE::flush() passing bogus arguments to lseek()
Andreas Kling
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
[next]