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-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-15
LibC+LibPthread: Implement pthread_rwlock_*
AnotherTest
2021-02-15
LibC+LibPthread: Stub out pthread_rwlock_* functions
AnotherTest
2021-02-15
LibC: Add 'cfmakeraw()'
AnotherTest
2021-02-15
LibC: Stub out some addrinfo things
AnotherTest
2021-02-15
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
AnotherTest
2021-02-15
LibC: Add reentrant versions of getpw{uid,nam}
AnotherTest
2021-02-15
Kernel+LibC: Implement readv
AnotherTest
2021-02-15
Kernel+LibC: Stub out SO_{SND_RCV}BUF
AnotherTest
2021-02-15
LibC: Pull fd_set.h into unistd.h
AnotherTest
2021-02-15
LibC: Stub out semaphore.h
AnotherTest
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-11
LibC: Remove FIXME spam in setlocale()
Andreas Kling
2021-02-08
LibC: Define ICMP header type constants in netinet/ip_icmp.h
Linus Groh
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-03
LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC
Andreas Kling
2021-02-03
LibC+LibELF: Run clang-format
Andreas Kling
2021-02-02
LibC: Add LibC wrapper for sys$readlink()
Andreas Kling
2021-02-01
LibC: Expose various option variables for later usage
Liav A
2021-01-31
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Andreas Kling
2021-01-31
LibELF: Split the DynamicLoader's loading mechanism into two steps
Andreas Kling
2021-01-31
LibELF: Call mmap() before constructing the DynamicLoader object
Andreas Kling
2021-01-31
LibC: Fix bad error check after open() in dlopen()
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-30
LibC: Protect the atexit() handler list when not writing to it
Andreas Kling
2021-01-30
LibC: Convert remaining String::format() to formatted()/number()
Andreas Kling
2021-01-28
Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-23
LibC: Prevent remove from calling rmdir when unlink succeeds.
Mart G
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-22
LibC: Templatize unique filename enumeration for mkstemp() et al
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-20
LibC: Implement uniform random sampling without modulo bias
Ben Wiederhake
2021-01-18
LibC: Return ENOSYS from clock_getres() rather than asserting
Linus Groh
2021-01-18
LibC: Make tzset() set daylight to 0
Linus Groh
2021-01-18
LibC: Make tzset() set tzname to { "UTC", "UTC" }
Linus Groh
2021-01-18
LibC: Add wcstol() and wcstoll() stubs
Linus Groh
2021-01-18
LibC: Add wcsncmp()
Linus Groh
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2021-01-18
LibC: Add TTY_NAME_MAX (32)
Linus Groh
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
[prev]
[next]