index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2021-04-04
LibC: Added strtoimax() and strtoumax()
Manuel Palenzuela
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Add NI_MAXHOST and NI_MAXSERV constants
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-04-03
LibC: Fix FILE::flush() passing bogus arguments to lseek()
Andreas Kling
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
2021-03-29
LibC: Mark atexit() entries as 'called' before calling them
Itamar
2021-03-28
LibC: Implement asprintf() and vasprintf()
Andreas Kling
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-03-28
LibC: Add vfork() as a simple wrapper around fork()
Andreas Kling
2021-03-27
LibC: Define F_GETLK
Jelle Raaijmakers
2021-03-27
LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macros
Andreas Kling
2021-03-27
LibC: Add POSIX macros for the ai_flags field in struct addrinfo
Andreas Kling
2021-03-27
LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibility
Andreas Kling
2021-03-21
LibC: Add x86_64 Registers
Hendiadyoin1
2021-03-19
CMake: Make libc.a self-contained
Itamar
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-14
LibC: Rename feclearexcept{s,}
Ben Wiederhake
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
LibC: Don't scrub memory in malloc/free when running in UE
Andreas Kling
2021-03-09
LibC: Add defines to float.h
Mițca Dumitru
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-03-08
LibC: Remove stdbool.h as it is provided by the compiler
Mițca Dumitru
2021-03-08
LibC: Define static_assert in assert.h when it's being used in C
Mițca Dumitru
2021-03-04
LibC: Fix typo in fenv.h
Mițca Dumitru
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-03-01
LibC: Implement fenv.h
Mițca Dumitru
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-02-25
LibC: Make it compile on 64-bit
Andreas Kling
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-24
LibC: Avoid double memory clearing in calloc()
Andreas Kling
2021-02-24
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
Andreas Kling
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.h
AnotherTest
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-18
LibC: Remove serenity.h.rej
Linus Groh
2021-02-18
LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)
jonno85uk
2021-02-17
LibC: Convert dbgprintf() => dbgln() in SSP handler
Andreas Kling
2021-02-17
LibC: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-16
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
AnotherTest
2021-02-15
LibC: Fix typo in comment
Ben Wiederhake
2021-02-15
LibC: Reimplement scanf from the ground up
AnotherTest
2021-02-15
LibC: Make strtoull accept the '0x' prefix when base 16 is specified
AnotherTest
2021-02-15
Meta: Make it possible to (somewhat) build the system inside Serenity
AnotherTest
[next]