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-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
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-20
LibC: Implement crappy version of pread()
Andreas Kling
2020-02-20
LibC: Stub out getpass()
Andreas Kling
2020-02-20
LibC: Add h_errno and stub out getservbyname()
Andreas Kling
2020-02-20
LibC: Add inet_ntoa()
Andreas Kling
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-20
LibC: Add an empty <netinet/tcp.h>
Andreas Kling
2020-02-20
LibC: Add some missing macros to inttypes.h
Andreas Kling
2020-02-19
LibC: Don't assert on fflush(nullptr)
Andreas Kling
2020-02-19
LibC: Add hack implementation of gmtime_r() matching gmtime()
Andreas Kling
2020-02-19
LibC: Always inline the printf character helpers
Andreas Kling
2020-02-19
LibC: Fix big endian definitions
Liav A
2020-02-18
LibC: Statically allocate allocators
Sergey Bugaev
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
malloc: Use 64KB blocks (instead of 4KB)
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Revert "LibC: Implement isblank()"
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-11
LibC: Add localtime_r()
Andreas Kling
2020-02-11
Revert "LibC: Remove isfoo() declarations from ctype.h"
Andreas Kling
2020-02-11
LibC: Remove isfoo() declarations from ctype.h
Andreas Kling
2020-02-10
Kernel+LibC: Merge sys$stat() and sys$lstat()
Andreas Kling
2020-02-09
LibC: Apply a change for the Bootstrapper environment
Liav A
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
[next]