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
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-12
LibC: Add stub forwarders to LibRegex C API
Jean-Baptiste Boric
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-12
Kernel+LibC: Add PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-10
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
LibC+Kernel: Use an enum for clockid_t values
Andreas Kling
2021-08-10
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
Andreas Kling
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
2021-08-08
LibC: Fix negation overflow UB in `sys/mman.cpp`
Daniel Bertalan
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-03
LibC: Add definition for 'struct ip' in netinet/ip.h
Thomas Wagenveld
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-30
LibC: Stub mlock in sys/mman
Luke
2021-07-29
Kernel+LibC: Add linger to sys/sockets.h
Luke
2021-07-27
LibC: Don't include C++ headers in C system headers
Gunnar Beutner
2021-07-27
DynamicLoader+LibELF: Move self-relocation code into a separate file
Gunnar Beutner
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
LibC: Declare wide character type functions in wctype.h
Kenneth Myhra
2021-07-25
LibC: Randomize malloc() block addresses on x86_64
Andreas Kling
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-22
LibC: Make calloc() actually fail on multiplication overflow
Andreas Kling
2021-07-22
LibC: Don't truncate arguments for ioctl() on x86_64
Gunnar Beutner
2021-07-21
LibC: Simplify assertion failure dbgln() a bit
Andreas Kling
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-07-19
LibC: Add stub for iswprint
Kenneth Myhra
2021-07-18
LibC strtod: Reduce incremental error to nearly nothing
Peter Bindels
2021-07-17
LibC: Fix grp.h includes
Jean-Baptiste Boric
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-17
LibC: Make scanf always copy its va_list
Peter Bindels
2021-07-15
LibC: Don't include AK headers in system headers
Gunnar Beutner
2021-07-15
LibC: Add putgrent
M4x1m3
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-13
Userland: Prefer using ARCH() over __LP64__
Gunnar Beutner
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
[next]