index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2020-05-17
LibC: Don't let ctype isfoo() helpers access array out of bounds
Andreas Kling
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove now-unused KernelInfoPage.h
Andreas Kling
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-05-15
LibC: Fix execvp() errno
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibC: Always assign the offset pointer to endptr in strto{u,}ll()
AnotherTest
2020-05-11
LibC: Implement strtoull correctly
Ben Wiederhake
2020-05-11
LibC: Use more flexible digit parsing code, deduplicate
Ben Wiederhake
2020-05-11
LibC: Implement new strtod, accurate up to 8 eps
Ben Wiederhake
2020-05-11
LibC: Add minimal <netinet/ip.h>
Yonatan Goldschmidt
2020-05-11
LibC: Add missing <sys/time.h> include in <utmp.h>
Yonatan Goldschmidt
2020-05-11
LibC: Add inet_aton, based on inet_pton
Yonatan Goldschmidt
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-05-11
LibC: Return nullptr in fgets for size=0
Yonatan Goldschmidt
2020-05-10
LibC: Fix get{sock,peer}name to match their kernel-side prototypes
Yonatan Goldschmidt
2020-05-09
Meta: Add script to enforce license headers & run it on Travis
Linus Groh
2020-05-07
LibC: Log calls to getrusage
Itamar
2020-05-05
LibC: Remove ASSERT_NOT_REACHED in getrusage
Itamar
2020-05-02
LibC: added F_SETLK and SO_TYPE defs
Ed Rochenski
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-30
LibC: Hint the compiler that assertions rarely fail
Sergey Bugaev
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-18
LibC: getprotoent() family of functions
Read H
2020-04-16
LibC netdb: Requested Changes
Read H
2020-04-16
LibC: Service entry API
Read H
2020-04-13
LibC: Fix truncated strncpy() in getlogin()
Andreas Kling
2020-04-13
LibC: Fix truncated strncpy() in /etc/group parsing
Andreas Kling
2020-04-13
LibC: Fix strncpy() overflow in /etc/passwd parsing
Andreas Kling
2020-04-13
LibC: Fix strncpy() overflow in gethostbyname()
Andreas Kling
2020-04-13
LibC: Simplify ASSERT() to reduce code size
Andreas Kling
2020-04-13
LibC: Simplify the gettid() cache by just clearing the cache in fork()
Andreas Kling
2020-04-13
ptrace: Report error in PT_PEEK via errno
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-12
LibC: Cache the result of gettid() to avoid syscalls
Andreas Kling
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-10
Kernel+LibC: Remove ESUCCESS
Andreas Kling
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
LibC: create a stub for getrusage.
Xiao NuoFu
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-05
LibC: Fix strtod() parsing of negative exponents (#1645)
Stephan Unverwerth
[next]