summaryrefslogtreecommitdiff
path: root/Kernel/UnixTypes.h
AgeCommit message (Expand)Author
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-05Kernel: Implement IP multicast supportSergey Bugaev
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel: Add ptrace commands for reading/writing the debug registersFalseHonesty
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-02-15Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enumAnotherTest
2021-02-15Kernel+LibC: Stub out SO_{SND_RCV}BUFAnotherTest
2021-02-01Kernel: Fix enum of sysconf values to be in the correct orderLiav A
2021-01-28Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()Andreas Kling
2021-01-18Kernel+LibC: Add _SC_TTY_NAME_MAXLinus Groh
2021-01-17Kernel: Some futex improvementsTom
2021-01-16Kernel: Remove unused syscall sys$minherit()Andreas Kling
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2021-01-01Kernel: Remove MAP_PURGEABLE from mmapTom
2021-01-01Kernel: Add MAP_NORESERVE support to mmapTom
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-09-27Kernel: Implement _SC_OPEN_MAXLuke
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17LibC: Convert SO_ constants to enumNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-09Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)Andreas Kling
2020-08-28Ext2FS: Make reported file_type values match up with those in direntItamar
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-07-31Kernel: Add _SC_PAGESIZE to sysconfItamar
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
2020-07-04Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constantAnotherTest
2020-07-02Kernel: Remove no-longer-used GDT selector from ThreadAndreas Kling
2020-06-17Kernel: Use symbolic constants for file modesSergey Bugaev
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29Kernel: Support read-only filesystem mountsSergey Bugaev
2020-05-29Kernel+LibC: Move O_* and MS_* flags to UnixTypes.hSergey Bugaev
2020-05-23Kernel+LibC: Let's say that off_t is a ssize_tAndreas Kling
2020-05-20Kernel+LibC: Switch isatty() to use a fcntl()Sergey Bugaev
2020-05-11Kernel+LibC: Add AF_MAXYonatan Goldschmidt
2020-04-13ptrace: Add PT_SETREGSItamar
2020-04-13ptrace: Add PT_POKEItamar
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-12Kernel+LibC: Add minherit() and MAP_INHERIT_ZEROAndreas Kling
2020-04-05Kernel: Add the SO_BINDTODEVICE socket optionAnotherTest
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-03-19Kernel & LibC: Add CLOCK_REALTIME constantLiav A
2020-03-15Userland: ifconfig can change the IP address of the default gatewaymarprok
2020-03-11Userland: Set the mask of a network adapter with ifconfig (#1388)Marios Prokopakis