summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09LibC: Don't scrub memory in malloc/free when running in UEAndreas Kling
2021-03-09LibC: Add defines to float.hMițca Dumitru
2021-03-09LibC: Add imaxdiv and lldivMițca Dumitru
2021-03-08LibC: Remove stdbool.h as it is provided by the compilerMițca Dumitru
2021-03-08LibC: Define static_assert in assert.h when it's being used in CMițca Dumitru
2021-03-04LibC: Fix typo in fenv.hMițca Dumitru
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-01LibC: Implement fenv.hMițca Dumitru
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling
2021-02-24LibC: Avoid double memory clearing in calloc()Andreas Kling
2021-02-24LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibCAndreas Kling
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.hAnotherTest
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-18LibC: Remove serenity.h.rejLinus Groh
2021-02-18LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)jonno85uk
2021-02-17LibC: Convert dbgprintf() => dbgln() in SSP handlerAndreas Kling
2021-02-17LibC: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-16LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})AnotherTest
2021-02-15LibC: Fix typo in commentBen Wiederhake
2021-02-15LibC: Reimplement scanf from the ground upAnotherTest
2021-02-15LibC: Make strtoull accept the '0x' prefix when base 16 is specifiedAnotherTest
2021-02-15Meta: Make it possible to (somewhat) build the system inside SerenityAnotherTest
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-02-15LibC+LibPthread: Implement pthread_rwlock_*AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
2021-02-15LibC: Add 'cfmakeraw()'AnotherTest
2021-02-15LibC: Stub out some addrinfo thingsAnotherTest
2021-02-15Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enumAnotherTest
2021-02-15LibC: Add reentrant versions of getpw{uid,nam}AnotherTest
2021-02-15Kernel+LibC: Implement readvAnotherTest
2021-02-15Kernel+LibC: Stub out SO_{SND_RCV}BUFAnotherTest
2021-02-15LibC: Pull fd_set.h into unistd.hAnotherTest
2021-02-15LibC: Stub out semaphore.hAnotherTest
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-11LibC: Remove FIXME spam in setlocale()Andreas Kling
2021-02-08LibC: Define ICMP header type constants in netinet/ip_icmp.hLinus Groh
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08AK: Clean up includes around printf/vdbgprintfBen Wiederhake
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-03LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibCAndreas Kling
2021-02-03LibC+LibELF: Run clang-formatAndreas Kling
2021-02-02LibC: Add LibC wrapper for sys$readlink()Andreas Kling
2021-02-01LibC: Expose various option variables for later usageLiav A