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-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
2021-12-21
LibC: Add POSIX spec comments for select APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for memory management APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for socket APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for poll
Brian Gianforcaro
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
LibC: Make WEOF a signed value on clang
Ali Mohammad Pur
2021-12-21
LibC: Add POSIX spec links to all applicable wide character functions
Ali Mohammad Pur
2021-12-21
LibC: Define WCHAR_{MIN,MAX}
Ali Mohammad Pur
2021-12-21
LibC: Stub out wcsftime()
Ali Mohammad Pur
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Stub out some wscanf variants
Ali Mohammad Pur
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Stub out fwide()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement getwchar()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement wcs{,c}spn()
Ali Mohammad Pur
2021-12-21
LibC: Sort the SOURCES entries in CMakeLists.txt
Ali Mohammad Pur
2021-12-21
LibC: Switch to using east const in wchar.cpp
Ali Mohammad Pur
2021-12-21
LibRegex: Disallow duplicate named capture groups in ECMA262 parser
davidot
2021-12-19
LibC: Implement wcsdup
Tim Schumacher
2021-12-18
LibC: Move `_abort` next to `abort`
Michel Hermier
2021-12-18
LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`
Michel Hermier
2021-12-18
LibC: Make `__assertion_failed` always defined
Michel Hermier
2021-12-18
LibC: Remove undefined `__generate_unique_filename` declaration
Michel Hermier
2021-12-18
LibC: Make sysbeep return int instead of void
Junior Rantila
[next]