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-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
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-02-15
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
AnotherTest
2021-02-15
Kernel+LibC: Stub out SO_{SND_RCV}BUF
AnotherTest
2021-02-01
Kernel: Fix enum of sysconf values to be in the correct order
Liav A
2021-01-28
Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()
Andreas Kling
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-01
Kernel: Remove MAP_PURGEABLE from mmap
Tom
2021-01-01
Kernel: Add MAP_NORESERVE support to mmap
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-08-28
Ext2FS: Make reported file_type values match up with those in dirent
Itamar
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-07-31
Kernel: Add _SC_PAGESIZE to sysconf
Itamar
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-04
Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant
AnotherTest
2020-07-02
Kernel: Remove no-longer-used GDT selector from Thread
Andreas Kling
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-20
Kernel+LibC: Switch isatty() to use a fcntl()
Sergey Bugaev
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
[next]