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-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-07-20
LibC: Remove the initialization workaround from `s_allocation_enabled`
Tim Schumacher
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
Tim Schumacher
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
Everywhere: Fully remove the separate LibPthread directory
Tim Schumacher
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher
2022-07-19
Everywhere: Refer to `pthread.h` by its non-prefixed name
Tim Schumacher
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibC: Convert getopt and getopt_long to new StringView usage
sin-ack
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-08
LibC: Move stack canary initialization before the global constructors
Tim Schumacher
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-07-08
LibC: Add stubs for glob and globfree
Tim Schumacher
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-06
LibC: Stop leaking FILE in `getpwuid` and `getpwnam`
Tim Schumacher
2022-07-06
LibC: Don't clear static storage during `endpwent`
Tim Schumacher
2022-07-06
LibC: Don't clear static storage during `endgrent`
Tim Schumacher
2022-06-30
LibC: Align _ctype_ to newlib's implementation
Andrew Kaster
2022-06-30
LibC: Implement `wcswidth`
Tim Schumacher
2022-06-30
LibC: Stub out `brk` and `sbrk`
Tim Schumacher
2022-06-25
LibC: Implement the getsubopt function
Liav A
2022-06-23
LibC: Implement `wcsftime` using a makeshift solution
Tim Schumacher
2022-06-21
LibC: Make `scanf` read an `unsigned long` when using `%lu`
Tim Schumacher
2022-06-21
LibC: Don't change the stack canary across function boundaries
Tim Schumacher
2022-06-19
LibC: Stop leaking FILE* from use of getgrnam and getgrgid
Andrew Kaster
2022-06-18
LibC: Add `ctermid`
SeekingBlues
2022-06-17
LibC: Add printf and scanf format macros for "fast" and "least" types
kleines Filmröllchen
2022-06-17
LibC: Allow parsing numbers right on the cutoff
Tim Schumacher
2022-06-17
LibC: Add POSIX spec links to `wait`, `waitpid` and `waitid`
SeekingBlues
2022-06-17
LibC: Make `waitpid`'s return value more POSIX-compliant
SeekingBlues
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
2022-06-12
LibC: Force default visibility for the _ctype_ symbol
Andrew Kaster
2022-06-12
LibC: Add public and independent ucontext.h header
Andrew Kaster
2022-06-04
LibC: Make asctime_r() in time.h POSIX compliant
May
2022-05-23
LibC: Add barebones <complex.h>
Peter Elliott
2022-05-21
Kernel+LibC: Implement futimens(3)
Ariel Don
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-05-21
LibC: Add a stub for nice()
Simon Danner
2022-05-20
LibC: Implement posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-05-12
LibC: Add herror() and hstrerror()
Michał Lach
2022-05-12
LibC: Make h_errno thread-local
Michał Lach
2022-05-12
LibC+Kernel: Prevent string functions from calling themselves
Daniel Bertalan
2022-05-08
LibC: Add missing macro definitions for errno codes
circl
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
DisplaySettings+WindowServer: Add support for display connector devices
Liav A
[next]