index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
API
/
POSIX
Age
Commit message (
Expand
)
Author
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2021-12-29
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
Brian Gianforcaro
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-28
Kernel: Add _SC_MAPPED_FILES sysconf API
Brian Gianforcaro
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
Kernel: Add the si_errno and si_band siginfo_t members
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
Idan Horowitz
2021-12-22
Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR
Idan Horowitz
2021-12-21
Kernel: Implement sysconf(_SC_SYMLOOP_MAX)
Martin Bříza
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-05
Kernel: Implement new ptrace function PT_PEEKBUF
Ben Wiederhake
2021-12-05
Kernel: Define PT_WRITE_I and PT_WRITE_D
Idan Horowitz
2021-12-05
Kernel: Add support for the POLLWRBAND poll event
Idan Horowitz
2021-12-05
Kernel: Define the POLLRDNORM alias for POLLIN
Idan Horowitz
2021-12-05
Kernel: Define the POLLWRNORM alias for POLLOUT
Idan Horowitz
2021-12-05
Kernel: Add the IPPROTO_{IGMP, IPIP, RAW} protocol macros
Idan Horowitz
2021-12-05
Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macros
Idan Horowitz
2021-12-05
Kernel: Add the SO_OOBINLINE SOL_SOCKET-level option macro
Idan Horowitz
2021-12-05
Kernel: Implement the SO_DONTROUTE SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Implement the SO_ACCEPTCONN SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
LibC: Define the MADV_DONTNEED madvise advice macro
Idan Horowitz
2021-12-01
LibC: Make the madvise advice field a value instead of a bitfield
Idan Horowitz
2021-12-01
LibC: Add the SIGFPE si_code macros
Idan Horowitz
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-10-28
LibC: Include sys/uio.h in sys/socket.h for struct iovec
Idan Horowitz
2021-10-28
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Idan Horowitz
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-28
LibC: Add IPPROTO_ICMPV6 macro
Idan Horowitz
2021-09-23
Kernel: Define PT_READ_I and PT_READ_D
Jelle Raaijmakers
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-09
Kernel: Define INADDR_BROADCAST constant
Rodrigo Tobar
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-08-16
Kernel: Make makedev()/minor()/major() static
Itamar
2021-08-14
LibC: Add SOCK_RDM and SOCK_SEQPACKET to socket.h
Kenneth Myhra
2021-08-14
LibC: Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to netin/in.h
Kenneth Myhra
2021-08-14
Kernel+LibC: Share definitions for sys/statvfs.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sched.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/uio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/ptrace.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/time.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/times.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for stdio.h
Andreas Kling
[next]