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-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-06-17
LibC: Add `WIFCONTINUED` macro
SeekingBlues
2022-06-12
Kernel: Add s6_addr32 field in in6_addr struct
Timur Sultanov
2022-05-26
Kernel: Add support for route flags
brapru
2022-05-23
Kernel: Change values of SHUT_{RD,WR,RDWR}
Peter Elliott
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-05-05
Kernel: Add IPv4 network class masks
Tim Schumacher
2022-05-05
Kernel: Add IPsec ESP and AH protocol numbers
Tim Schumacher
2022-05-05
Kernel: Properly define `IOV_MAX`
Tim Schumacher
2022-05-05
Kernel: Add the remaining POSIX `MADV_*` constants
Tim Schumacher
2022-05-05
Kernel: Add `O_SYNC` into `fcntl.h`
Tim Schumacher
2022-04-28
Kernel: Add a global routing table
brapru
2022-04-26
Kernel: Add ESTALE errno code (stale network file handle)
Andreas Kling
2022-04-23
Kernel+LibC+LibCore: Implement the unlinkat(2) syscall
sin-ack
2022-04-03
Kernel: Implement `f_basetype` in statvfs
Tim Schumacher
2022-03-22
Kernel: Define MS_WXALLOWED mount option
int16
2022-03-16
Kernel: Define IF_NAMESIZE in net/if.h
Linus Groh
2022-03-04
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-14
Kernel/Profiling: Add profiling to read syscall
Jakub Berkop
2022-02-13
Kernel: Expose maximum argument limit in sysconf
Andrew Kaster
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
[next]