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
/
UnixTypes.h
Age
Commit message (
Expand
)
Author
2021-08-14
Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h
Andreas Kling
2021-08-14
Kernel: Move VFS-internal O_FOO definitions to VirtualFileSystem.h
Andreas Kling
2021-08-14
Kernel: Remove unused integer typedefs from UnixTypes.h
Andreas Kling
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: Remove some redundant typedefs from UnixTypes.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
2021-08-14
Kernel+LibC: Share definitions for unistd.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for poll.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for utsname.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for dirent.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for serenity.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/wait.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for net/{if,if_arp,route}.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for futex.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for signal.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for netinet/in.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/socket.h and sys/un.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for termios.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/mman.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for time.h and sys/stat.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-12
Kernel+LibC: Add PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-10
LibC+Kernel: Use an enum for clockid_t values
Andreas Kling
2021-07-29
Kernel+LibC: Add linger to sys/sockets.h
Luke
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-05-19
Kernel: Generate page fault events from the kernel profiler
Brian Gianforcaro
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-19
Kernel: Track performance events for context switches
Gunnar Beutner
2021-05-19
Kernel: Add statvfs & fstatvfs Syscalls
Justin
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-05
Kernel: Implement IP multicast support
Sergey Bugaev
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
[next]