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-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
2021-12-24
LibC: Implement _setjmp and _longjmp
Brian Gianforcaro
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
Idan Horowitz
2021-12-22
LibC: Add the netinet/if_ether.h header and define ETH_ALEN
Idan Horowitz
2021-12-22
LibC: Stub out munlock()
Idan Horowitz
2021-12-21
LibC: Remove deprecation warnings from "unsafe" string functions
Tim Schumacher
2021-12-21
LibC: Add POSIX spec comments for stat APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for posix_spawn APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for signal APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for search APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for stdio APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for stdlib APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for string APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for sched APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for qsort
Brian Gianforcaro
[next]