summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-23LibC: Prevent remove from calling rmdir when unlink succeeds.Mart G
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-22LibC: Templatize unique filename enumeration for mkstemp() et alAndreas Kling
2021-01-20Kernel+LibC: Turn errno codes into a strongly typed enumAndreas Kling
2021-01-20LibC: Implement uniform random sampling without modulo biasBen Wiederhake
2021-01-18LibC: Return ENOSYS from clock_getres() rather than assertingLinus Groh
2021-01-18LibC: Make tzset() set daylight to 0Linus Groh
2021-01-18LibC: Make tzset() set tzname to { "UTC", "UTC" }Linus Groh
2021-01-18LibC: Add wcstol() and wcstoll() stubsLinus Groh
2021-01-18LibC: Add wcsncmp()Linus Groh
2021-01-18Kernel+LibC: Add _SC_TTY_NAME_MAXLinus Groh
2021-01-18LibC: Add TTY_NAME_MAX (32)Linus Groh
2021-01-17Kernel: Some futex improvementsTom
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16Kernel+LibC: Make sys$getcwd truncate the result silentlyBen Wiederhake
2021-01-16LibC: Avoid silent truncation after overlong realpathBen Wiederhake
2021-01-16LibC: Fix memory leak in getcwdBen Wiederhake
2021-01-16LibC: Fix memory leak in realpathBen Wiederhake
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2021-01-16Kernel: Remove unused syscall sys$minherit()Andreas Kling
2021-01-16LibC: Bump FD_SETSIZE to 1024Andreas Kling
2021-01-15Kernel: Add anonymous files, created with sys$anon_create()Andreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling