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-09-29
LibC: Allow detection of supported locales through setlocale
implicitfield
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-24
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
Liav A
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-09-18
LibC: Fix misplaced #include in limits.h
Ben Wiederhake
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-16
Everywhere: Fully remove the separate LibM directory
Tim Schumacher
2022-09-16
LibM: Move the math standard library to LibC
Tim Schumacher
2022-09-16
LibC: Remove `_aligned_malloc` and `_aligned_free`
Tim Schumacher
2022-09-09
LibC: Consume all whitespace in `scanf` if present in format
Jelle Raaijmakers
2022-09-05
LibC: Move `dlfcn_integration.h` to the `bits` directory
Tim Schumacher
2022-09-05
LibC: Reduce reliance on the dlfcn internals for `regex` functions
Tim Schumacher
2022-09-05
LibC: Remove the `LibDl` interface target
Tim Schumacher
2022-09-05
Everywhere: Fully remove the separate LibDl directory
Tim Schumacher
2022-09-05
LibDl: Move the `dlfcn` implementation to LibC
Tim Schumacher
2022-09-05
Everywhere: Refer to `dlfcn*.h` by its non-prefixed name
Tim Schumacher
2022-09-02
CMake: Quote all CMAKE_COMMAND occurences
demostanis
2022-08-28
LibC: Add stubs for 'removexattr()' and friends
Kenneth Myhra
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
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
[next]