summaryrefslogtreecommitdiff
path: root/Kernel/UnixTypes.h
AgeCommit message (Expand)Author
2021-08-14Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.hAndreas Kling
2021-08-14Kernel: Move VFS-internal O_FOO definitions to VirtualFileSystem.hAndreas Kling
2021-08-14Kernel: Remove unused integer typedefs from UnixTypes.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sched.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/uio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/ptrace.hAndreas Kling
2021-08-14Kernel: Remove some redundant typedefs from UnixTypes.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/time.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/times.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for stdio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for unistd.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for poll.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for utsname.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for dirent.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for serenity.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/wait.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for futex.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for signal.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for netinet/in.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/socket.h and sys/un.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for termios.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/mman.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for time.h and sys/stat.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-12Kernel+LibC: Add PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
2021-08-10LibC+Kernel: Use an enum for clockid_t valuesAndreas Kling
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25Kernel: Remove unused madvise(MADV_GET_VOLATILE)Andreas Kling
2021-07-25Kernel: Make purgeable memory a VMObject level concept (again)Andreas Kling
2021-07-20Kernel+LibC: Implement fcntl(2) advisory locksPeter Elliott
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-06-04LibC: Add POSIX timer constantsJelle Raaijmakers
2021-05-19Kernel: Generate page fault events from the kernel profilerBrian Gianforcaro
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-19Kernel: Track performance events for context switchesGunnar Beutner
2021-05-19Kernel: Add statvfs & fstatvfs SyscallsJustin
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