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-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-17
LibC: Add posix_spawn()!
Nico Weber
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
LibC: Make setgid() definition protoype match declaration
Nico Weber
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
2020-06-16
LibC: Declare pthread_sigmask() in signal.h.
Nico Weber
2020-06-15
LibC: Add truncate().
Nico Weber
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
LibC: Don't assert on unknown mode character in fopen()
Andreas Kling
2020-06-08
LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)
Andreas Kling
2020-06-08
LibC: Add IPPORT_RESERVED and IPPORT_USERRESERVED
Andreas Kling
2020-06-08
LibC: Add ws_xpixel and ws_ypixel members to struct winsize
Andreas Kling
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
2020-05-30
LibC: Rewrite getopt()
Sergey Bugaev
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-28
LibC: run clang-format on getopt.h to remove tab characters
Emanuele Torre
2020-05-28
LibC: Add a O_CLOEXEC mode element to fopen()
AnotherTest
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
LibC: Ensure abort() doesn't return
Sergey Bugaev
2020-05-26
LibC: Mark _exit() as noreturn
Sergey Bugaev
2020-05-26
LibC: Remove endless loop after abort() call
Sergey Bugaev
2020-05-23
LibC: Move ssize_t from <stddef.h> to <sys/types.h>
Andreas Kling
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-23
LibC: Declare ssize_t in a platform-agnostic way
Andreas Kling
2020-05-22
LibC: Add (empty) netinet/tcp.h back
Linus Groh
2020-05-22
LibC: Sync file position when dropping read ahead buffer
Sergey Bugaev
2020-05-20
Revert "AK+LibC: Move non-placement new/delete into LibC"
Andreas Kling
2020-05-20
Revert "LibC: Implement Itanium C++ ABI for static variable guards"
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
LibC: Claim some copyright for stdio
Sergey Bugaev
2020-05-20
LibC: Handle fgets(size = 0)
Sergey Bugaev
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-20
LibC: Implement Itanium C++ ABI for static variable guards
Andrew Kaster
2020-05-20
AK+LibC: Move non-placement new/delete into LibC
Andrew Kaster
2020-05-20
LibC: Rewrite stdio
Sergey Bugaev
2020-05-20
Kernel+LibC: Switch isatty() to use a fcntl()
Sergey Bugaev
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
[prev]
[next]