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-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
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
LibC: Avoid silent truncation after overlong realpath
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in getcwd
Ben Wiederhake
2021-01-16
LibC: Fix memory leak in realpath
Ben Wiederhake
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-16
LibC: Bump FD_SETSIZE to 1024
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling