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-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
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-15
LibC+LibPthread: Implement pthread_rwlock_*
AnotherTest
2021-02-15
LibC+LibPthread: Stub out pthread_rwlock_* functions
AnotherTest
2021-02-15
LibC: Add 'cfmakeraw()'
AnotherTest
2021-02-15
LibC: Stub out some addrinfo things
AnotherTest
2021-02-15
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
AnotherTest
2021-02-15
LibC: Add reentrant versions of getpw{uid,nam}
AnotherTest
2021-02-15
Kernel+LibC: Implement readv
AnotherTest
2021-02-15
Kernel+LibC: Stub out SO_{SND_RCV}BUF
AnotherTest
2021-02-15
LibC: Pull fd_set.h into unistd.h
AnotherTest
2021-02-15
LibC: Stub out semaphore.h
AnotherTest
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-11
LibC: Remove FIXME spam in setlocale()
Andreas Kling
2021-02-08
LibC: Define ICMP header type constants in netinet/ip_icmp.h
Linus Groh
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-03
LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC
Andreas Kling
2021-02-03
LibC+LibELF: Run clang-format
Andreas Kling
2021-02-02
LibC: Add LibC wrapper for sys$readlink()
Andreas Kling
2021-02-01
LibC: Expose various option variables for later usage
Liav A
[next]