summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
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
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14AK: Introduce get_random_uniform()Jean-Baptiste Boric
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G