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-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
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-23
LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-08-18
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
Conrad Pankoff
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-07-14
LibC: Add WIFSTOPPED() macro in <sys/wait.h>.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling