summaryrefslogtreecommitdiff
path: root/Kernel/API
AgeCommit message (Expand)Author
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-11-05Kernel: Add support for jailsLiav A
2022-11-05Kernel: Make sys$msyscall() not take the big lockAndreas Kling
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-24Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWATGunnar Beutner
2022-10-24Kernel: Add definition for MSB_EORGunnar Beutner
2022-10-24Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPEGunnar Beutner
2022-10-22Kernel+Base: Introduce MS_NOREGULAR mount flagLiav A
2022-10-14Kernel: Implement userspace support for syscalls on AARCH64Gunnar Beutner
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-09-18Kernel: Add missing include in APIBen Wiederhake
2022-08-23Kernel: Remove big lock from sys$socketJames Bellamy
2022-08-22Kernel: Make sys$utime() and sys$utimensat() not take the big lockAndreas Kling
2022-08-22Kernel: Make sys$mknod() not take the big lockAndreas Kling
2022-08-21Kernel: Make sys$getppid() not take the big lockAndreas Kling
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-08-20Kernel: Mark syscalls that get/set user/group ID as not needing big lockAndreas Kling
2022-08-18Kernel: Make sys$unveil() not take the big process lockSamuel Bowman
2022-08-16Kernel: Make sys$socketpair() not take the big lockAndreas Kling
2022-08-16Kernel: Make sys$pipe() not take the big lockAndreas Kling
2022-08-15Kernel: Shrink default userspace stack size from 4 MiB to 1 MiBAndreas Kling
2022-07-25Kernel/LibC: Implement posix syscall clock_getres()zzLinus
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-23Kernel+Userland: Rename FB.h => Graphics.hLiav A
2022-07-21Kernel: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-19Userland: Make graphics_connector_get_head_edid to read EDID from SysFSLiav A
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-08Kernel: Implement `sigsuspend` using a SignalBlockerTim Schumacher
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-06-19Kernel: Add sysconf for IOV_MAXAndrew Kaster
2022-06-17LibC: Add `WIFCONTINUED` macroSeekingBlues
2022-06-12Kernel: Add s6_addr32 field in in6_addr structTimur Sultanov
2022-05-26Kernel: Add support for route flagsbrapru
2022-05-23Kernel: Change values of SHUT_{RD,WR,RDWR}Peter Elliott
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename fb prefix function names => graphics_connectorLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-05WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possibleLiav A
2022-05-05WindowServer: Implement mechanism to restore safe mode settingLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-05Kernel: Add IPv4 network class masksTim Schumacher
2022-05-05Kernel: Add IPsec ESP and AH protocol numbersTim Schumacher
2022-05-05Kernel: Properly define `IOV_MAX`Tim Schumacher
2022-05-05Kernel: Add the remaining POSIX `MADV_*` constantsTim Schumacher
2022-05-05Kernel: Add `O_SYNC` into `fcntl.h`Tim Schumacher
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-28Kernel: Add a global routing tablebrapru