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
/
sys
Age
Commit message (
Expand
)
Author
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-22
LibC: Add timespec functions to sys/time.h
Nico Weber
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-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-23
LibC: Move ssize_t from <stddef.h> to <sys/types.h>
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-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-05-10
LibC: Fix get{sock,peer}name to match their kernel-side prototypes
Yonatan Goldschmidt
2020-05-02
LibC: added F_SETLK and SO_TYPE defs
Ed Rochenski
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
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-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
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-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
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: Move waitpid() to sys/wait.h
Sergey Bugaev
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-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-02
LibC: move in_addr and sockaddr_in to netinet/in.h
joshua stein
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
LibC: Add timeval operations
Mauri de Souza Nunes
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-22
LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE
Andreas Kling
2019-12-07
LibPthread: Implement simple thread-specific keys
Andreas Kling
2019-12-07
LibPthread: Implement pthread_mutexattr_init() and _destroy()
Andreas Kling
2019-12-07
LibPthread: Implement condition variables
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-10-13
LibC: Add missing u_* typedefs (u_char/u_short)
Calvin Buckley
2019-10-11
Libc: make library internal includes come from private include namespace
Vincent Sanders
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
[next]