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-06-11
Libc: Silence debug spam from `strerror`
Jelle Raaijmakers
2021-06-11
LibC: Let `strerror_r` fail if `errnum` < 0
Jelle Raaijmakers
2021-06-10
LibC: Use EX_IOERR instead of EX_IOER
Egor Ananyin
2021-06-09
LibC: Add stub implementation for sigsuspend
Thiago Henrique Hupner
2021-06-09
LibC: Make tgetnum() return -1 if capability is not available
Thiago Henrique Hupner
2021-06-08
LibC+AK: Remove our custom macros from <assert.h>
Gunnar Beutner
2021-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-06-05
LibC: Let setlocale() pretend that setting the locale succeeded
Gunnar Beutner
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-06-04
LibC: Implement `execle()`
Jelle Raaijmakers
2021-06-04
LibC: Implement `mblen()`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-06-03
LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-02
LibC: Use memory_order_acquire instead of memory_order_acq_rel
Gunnar Beutner
2021-06-02
LibC: Fix race condition in pthread_mutex_unlock()
Gunnar Beutner
2021-06-02
LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock
Gunnar Beutner
2021-05-31
LibC: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-30
LibC: Don't clear errno on success
Tim Schumacher
2021-05-30
LibC: Allow empty spwd members when writing shadow entries via putspent
brapru
2021-05-30
LibC: Add stubs for wctype and iswctype
Tim Schumacher
2021-05-30
LibC: Stub out btowc
Tim Schumacher
2021-05-30
LibC: Implement __fpurge
Tim Schumacher
2021-05-30
LibC: Implement getprogname and setprogname
Tim Schumacher
2021-05-30
LibC: Implement __freading and __fwriting
Tim Schumacher
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
LibC: openpty error handling update
David Carlier
2021-05-29
LibC: Don't leak memory for realloc(p, 0)
Gunnar Beutner
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
LibC: Use u32 in arc4random instead of char[4]
Andrew Kaster
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-25
LibC: Implement strerror_r()
Gunnar Beutner
2021-05-25
LibC: Add definition for PRIxPTR
Gunnar Beutner
2021-05-23
LibC: Use \010 for erasing instead of \0177
Daniel Bertalan
2021-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
Kernel: Generate page fault events from the kernel profiler
Brian Gianforcaro
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-19
Kernel: Track performance events for context switches
Gunnar Beutner
2021-05-19
LibC: Add functions for the new statvfs syscalls
Justin
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)
Gunnar Beutner
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
Kernel+LibC: Support more `termios` settings in TTY
Daniel Bertalan
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
[next]