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-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
LibC: Properly implement stack protectors
Tim Schumacher
2022-11-01
LibC: Link against the full LibSystem target
Tim Schumacher
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
LibC: Implement pthread_{get,set}schedparam
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-27
LibC: Remove duplicate definition of sched_param from sched.h
kleines Filmröllchen
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibC: Make 'attributes' parameter for pthread_create const
Gunnar Beutner
2022-10-23
LibC: Make strtod use the new exact number parser
davidot
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-17
LibC: Retrieve the current time zone from LibTimeZone
Timothy Flynn
2022-10-17
LibC: Do an explicit static_cast in the fgetc function
Liav A
2022-10-16
AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOB
Andrew Kaster
2022-10-15
Ports: Add dosfstools port
Liav A
2022-10-14
LibC: Add ffs{,l,ll}
demostanis
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
LibC: Fix some compiler errors
Gunnar Beutner
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
LibC+LibCore: Fix file argument name in posix_spawnp
Florent Castelli
2022-10-12
LibC: Declare _setjmp and _longjmp on non i386 platforms
Jan200101
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-06
LibC: Implement `mkstemps()` in stdlib and add a test
EWouters
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-03
LibC: Remove stubbed out xattr.h and xattr.cpp
Kenneth Myhra
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
[next]