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-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
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
LibC: Move struct stat to sys/stat.h
joshua stein
2020-02-05
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
Sergey Bugaev
2020-02-05
Kernel+LibC: Add some Unix signal types & definitions
Sergey Bugaev
2020-02-05
LibC: Fix misplaced brace
Sergey Bugaev
2020-02-03
LibC: Add byteswap.h, forwarding bswap_N to GCC builtins
Kenzi Jeanis
2020-02-03
LibC: Copy the net directory into /usr/include during build
Kenzi Jeanis
2020-02-03
LibC: Implement getsid()
Sergey Bugaev
2020-02-03
LibC: Move waitpid() to sys/wait.h
Sergey Bugaev
2020-02-03
LibC: Implement isblank()
Sergey Bugaev
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-02-02
LibC: Implement `putpwent()`
Jesse Buhagiar
2020-02-02
LibC: Implement append modes for `fopen()`
Jesse Buhagiar
2020-02-02
LibC: Move `FILE` definition to bits/FILE.h
Jesse Buhagiar
2020-02-02
Meta: Claim copyright on files added by me
Andrew Kaster
2020-02-01
LibC: The exec() family of functions should not search "." by default
Andreas Kling
2020-01-27
LibC: Add WSTOPSIG macro
Andreas Kling
2020-01-27
Kernel+LibC+Userland: Switch to 64-bit time_t
Andreas Kling
2020-01-26
LibC: Only accept the first response from LookupServer in netdb code
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
LibC: The pwd and grp related functions need to preserve empty fieldso
Andreas Kling
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
Kernel+AK: Add/fix uintptr_t and intptr_t definitions
Andreas Kling
[next]