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-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
2022-01-10
LibC: Implement strsep()
Linus Groh
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2022-01-08
LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.h
Daniel Bertalan
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-08
LibC: Fix typo: fgetround => fegetround
Daniel Bertalan
2022-01-08
LibC: Fix up a few copy-pasted INTMAX parameter names
Tim Schumacher
2022-01-07
LibC: Add mntent stub functions
Martin Bříza
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
LibC: Add POSIX spec links for unistd APIs
Brian Gianforcaro
2022-01-04
LibC: Use NULL instead of nullptr in serenity.h
Idan Horowitz
2022-01-04
Userland: Resolve tautological-constant-out-of-range-compare warnings
Andrew Kaster
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2022-01-04
LibC: Include `strings.h` in `string.h`
Jesse Buhagiar
2022-01-02
LibC: Support `X` modifier for `scanf`
Jesse Buhagiar
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2022-01-01
LibC: Implement ``flockfile`` and ``funlockfile``
Conor Byrne
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-29
LibC: Make regs.h work with compilers without concepts
Brian Gianforcaro
2021-12-29
LibC: Stub out tcsendbreak(..) and tcdrain(..)
Brian Gianforcaro
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-28
LibC: Add rindex() and index() APIs
Brian Gianforcaro
2021-12-28
LibC: Add alphasort() implementation
Brian Gianforcaro
2021-12-28
LibC: Add POSIX spec comments for dirent APIs
Brian Gianforcaro
2021-12-25
LibC: Buffer randomness to avoid syscall in every arc4random_buf()
Andreas Kling
[next]