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-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
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-26
LibC: Fix getline() forgetting to null-terminate on EOF
Sergey Bugaev
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-19
LibC: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-08
LibC: Fix a bug involving miscalculating week counts of last year
howar6hill
2020-03-08
LibC: Reimplement asctime() in terms of strftime()
howar6hill
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-06
LibC: Fix a indentation problem in time.cpp
howar6hill
2020-03-06
LibC: Fix crash in free() now that mprotect() works correctly
Andreas Kling
2020-03-06
LibC: Implement time formatting functions, partially support timezone
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-28
LibC: Move shbuf_* implementations to serenity.cpp
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-22
LibC: Implement strchrnul()
Shannon Booth
[next]