summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-06-11Libc: Silence debug spam from `strerror`Jelle Raaijmakers
2021-06-11LibC: Let `strerror_r` fail if `errnum` < 0Jelle Raaijmakers
2021-06-10LibC: Use EX_IOERR instead of EX_IOEREgor Ananyin
2021-06-09LibC: Add stub implementation for sigsuspendThiago Henrique Hupner
2021-06-09LibC: Make tgetnum() return -1 if capability is not availableThiago Henrique Hupner
2021-06-08LibC+AK: Remove our custom macros from <assert.h>Gunnar Beutner
2021-06-06LibC+LibELF: Implement dladdr()Gunnar Beutner
2021-06-05LibC: Let setlocale() pretend that setting the locale succeededGunnar Beutner
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-06-04LibC: Implement `execle()`Jelle Raaijmakers
2021-06-04LibC: Implement `mblen()`Jelle Raaijmakers
2021-06-04LibC: Add POSIX timer constantsJelle Raaijmakers
2021-06-03LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-06-02LibC: Use memory_order_acquire instead of memory_order_acq_relGunnar Beutner
2021-06-02LibC: Fix race condition in pthread_mutex_unlock()Gunnar Beutner
2021-06-02LibC: Remove reinterpret_cast in pthread_mutex_{try,}lockGunnar Beutner
2021-05-31LibC: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-30LibC: Don't clear errno on successTim Schumacher
2021-05-30LibC: Allow empty spwd members when writing shadow entries via putspentbrapru
2021-05-30LibC: Add stubs for wctype and iswctypeTim Schumacher
2021-05-30LibC: Stub out btowcTim Schumacher
2021-05-30LibC: Implement __fpurgeTim Schumacher
2021-05-30LibC: Implement getprogname and setprognameTim Schumacher
2021-05-30LibC: Implement __freading and __fwritingTim Schumacher
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30LibC: openpty error handling updateDavid Carlier
2021-05-29LibC: Don't leak memory for realloc(p, 0)Gunnar Beutner
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-05-27LibC: Use u32 in arc4random instead of char[4]Andrew Kaster
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-25LibC: Add definition for PRIxPTRGunnar Beutner
2021-05-23LibC: Use \010 for erasing instead of \0177Daniel Bertalan
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar Beutner
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-19Kernel: Generate page fault events from the kernel profilerBrian Gianforcaro
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-19Kernel: Track performance events for context switchesGunnar Beutner
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)Gunnar Beutner
2021-05-18LibC: Remove static from function local constexpr variableLenny Maiorani
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-05-17Kernel+LibC: Support more `termios` settings in TTYDaniel Bertalan
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan