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
2022-03-13
LibC: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-08
LibC: Set `saved_str` to null in strtok_r if no tokens were found
Daniel Bertalan
2022-03-08
LibC: Add IPv6 support to inet_ntop and inet_pton
Tom
2022-03-06
LibC: Remove semicolon in definition of FD_ZERO
Alex O'Brien
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-03-02
LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes
Peter Ross
2022-03-02
LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)
Peter Ross
2022-03-02
LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`
Peter Ross
2022-03-02
LibC: Add TCP_MAXSEG to tcp.h
Peter Ross
2022-03-02
LibC: Add IN_MULTICAST to in.h
Peter Ross
2022-02-28
LibC: Define offsetof in stddef.h instead of sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Don't export ALWAYS_INLINE from sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Add a wrapper for the getrusage syscall
Lucas CHOLLET
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-16
LibC: Try to recover gracefully from failed LookupServer requests
Andreas Kling
2022-02-12
LibC: Stub out fmemopen()
Ali Mohammad Pur
2022-02-11
LibELF: Implement support for DT_RELR relative relocations
Daniel Bertalan
2022-02-09
LibC: Remove debug spam in getaddrinfo()
Andreas Kling
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibC: Define the POSIX TZNAME_MAX limit
Timothy Flynn
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-24
LibC: Add POSIX spec link for unistd mknod() API
Kenneth Myhra
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
LibCore+LibC: Enforce the global event loop ban in code
kleines Filmröllchen
2022-01-23
LibC: Use LibTimeZone to offset localtime() for the system time zone
Timothy Flynn
2022-01-23
DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC
Timothy Flynn
2022-01-16
LibC: Flush all file streams on exit
Daniel Bertalan
2022-01-16
LibC: Implement `fflush(nullptr)`
Daniel Bertalan
2022-01-16
LibC: Fix `scandir` not checking for allocation failure
Michel Hermier
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibC: Document some posix `*alloc` urls
Michel Hermier
2022-01-13
LibC: Remove TODO() macros to not break mc port
Kenneth Myhra
2022-01-13
LibC: Add definition for PRIxMAX
Kenneth Myhra
2022-01-12
LibC: Install libssp.a in /usr/lib
Itamar
2022-01-12
LibC: Make the address argument of `malloc_size` a pointer to const
Daniel Bertalan
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-11
LibC: Add daemon(3) implementation to match behavior of Linux and BSDs
Andrew Kaster
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
[next]