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
/
bits
Age
Commit message (
Expand
)
Author
2023-05-05
Userland: Fix wrong signature of `dladdr`
Fabian Dellwing
2023-04-10
LibC: Properly implement the futimens function
Liav A
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-20
LibC+LibRegex: Move central regex definitions into LibC/bits
Ali Mohammad Pur
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-05
LibC: Move `dlfcn_integration.h` to the `bits` directory
Tim Schumacher
2022-07-22
LibC: Implement `pthread_cancel`
Tim Schumacher
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
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-04-03
LibC: Implement __fseterr
Tim Schumacher
2022-04-03
LibC: Implement __freadptrinc
Tim Schumacher
2022-04-03
LibC: Implement __freadptr
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibC: Make wchar size definitions available from stdint.h
Tim Schumacher
2022-03-28
LibC: Partially implement __fpending
Tim Schumacher
2022-01-16
LibC: Implement `fflush(nullptr)`
Daniel Bertalan
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-08
LibC: Fix up a few copy-pasted INTMAX parameter names
Tim Schumacher
2022-01-01
LibC: Implement ``flockfile`` and ``funlockfile``
Conor Byrne
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-09-16
LibC: Define ptrdiff_t limits
Tim Schumacher
2021-08-18
LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h
Jean-Baptiste Boric
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-07-05
LibC: Add __pthread_mutex_lock_pessimistic_np()
Sergey Bugaev
2021-07-05
LibC: Rewrite pthread_mutex
Sergey Bugaev
2021-04-25
LibC: Move the __pthread_mutex_trylock function to LibC
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-14
LibC: Add definitions for INTMAX_C and UINTMAX_C
Gunnar Beutner
2021-04-11
LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...
Gunnar Beutner
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling