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-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
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-05-05
LibC: Add IN6_IS_ADDR_MULTICAST
Tim Schumacher
2022-05-03
LibC: Hide `posix_memalign` by default
Tim Schumacher
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2022-05-01
LibELF: Add support for IFUNCs
Daniel Bertalan
2022-04-30
LibC: Add all the `POSIX_FADV_*` constants
Tim Schumacher
2022-04-29
LibC: Implement posix_fadvise() (as a harmless no-op)
Andreas Kling
2022-04-29
LibC: Add more _POSIX_FOO constants to unistd.h
Andreas Kling
2022-04-29
LibC: Add MIN, MAX and howmany macros to sys/param.h
Andreas Kling
2022-04-29
LibC: Actually set the FPU environment instead of its pointer
Tim Schumacher
2022-04-29
Kernel: Support userspace TTY graphics modesetting
Peter Elliott
2022-04-26
LibC: Don't handle pending exceptions when reading FPU status
Tim Schumacher
2022-04-26
Kernel: Add FIOCLEX and FIONCLEX ioctls
Andreas Kling
2022-04-23
LibC: Use correct inttypes.h format strings on Aarch64
Daniel Bertalan
2022-04-23
LibC: Unconditionally include bits/posix1_lim.h from limits.h
Daniel Bertalan
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-21
LibC: Stub out posix_memalign()
Andreas Kling
2022-04-21
LibC: Make nameinfo (NI_*) constants bitfield-friendly
Andreas Kling
2022-04-21
LibC: Implement errno via a __errno_location() function
Andreas Kling
2022-04-19
LibC: Return early in time_to_tm for large time_t
Leonardo Duarte
2022-04-15
LibC+LibCore: Change a.m./p.m. to AM/PM
cflip
2022-04-15
LibC+LibCore: Properly format 12-hour formatted hours
cflip
2022-04-14
LibC: Define correct limits for `long` on `x86_64`
Tim Schumacher
2022-04-03
LibC: Implement __fseterr
Tim Schumacher
2022-04-03
LibC: Implement __freadptrinc
Tim Schumacher
2022-04-03
LibC: Implement __freadahead
Tim Schumacher
2022-04-03
LibC: Implement __freadptr
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibC: Implement `getdtablesize()`
Jelle Raaijmakers
2022-03-29
LibC: Make prctl() a varargs function
Tim Schumacher
2022-03-29
LibC: Make wchar size definitions available from stdint.h
Tim Schumacher
2022-03-28
LibC: Fix inttypes.h macros for x86-64 and extend them
Daniel Bertalan
2022-03-28
LibC: Partially implement __fpending
Tim Schumacher
[next]