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-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-08-02
LibC: Split time_t range validation to separate helper function
Timothy Flynn
2022-08-02
LibC: Cache the time zone name found by tzset()
Timothy Flynn
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-25
Kernel/LibC: Implement posix syscall clock_getres()
zzLinus
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-22
LibC: Implement `pthread_cancel`
Tim Schumacher
2022-07-22
LibC: Implement `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-21
LibPthread: Implement named semaphores
Idan Horowitz
2022-07-21
LibPthread: Support process-shared semaphores
Idan Horowitz
2022-07-21
LibPthread: Add magic bytes to the start of sem_t structures
Idan Horowitz
2022-07-21
LibC: Support blocking flock()
Idan Horowitz
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-21
LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platforms
Andrew Kaster
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
[prev]
[next]