summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-04-04LibC: Added strtoimax() and strtoumax()Manuel Palenzuela
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Add NI_MAXHOST and NI_MAXSERV constantsJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-04-03LibC: Fix FILE::flush() passing bogus arguments to lseek()Andreas Kling
2021-03-31LibC+ping: Move internet_checksum to serenity headerIdan Horowitz
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-28LibC: Implement asprintf() and vasprintf()Andreas Kling
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-28LibC: Add vfork() as a simple wrapper around fork()Andreas Kling
2021-03-27LibC: Define F_GETLKJelle Raaijmakers
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-27LibC: Add POSIX macros for the ai_flags field in struct addrinfoAndreas Kling
2021-03-27LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibilityAndreas Kling
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-03-19CMake: Make libc.a self-containedItamar
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-14LibC: Rename feclearexcept{s,}Ben Wiederhake
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-11Userland: Remove superfluous headersBen Wiederhake
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