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
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
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-05
Kernel+LibC: Add some Unix signal types & definitions
Sergey Bugaev
2020-02-02
Kernel: Start working on a syscall for logging performance events
Andreas Kling
2020-01-27
Kernel+LibC+Userland: Switch to 64-bit time_t
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-18
Kernel: Add MADV_GET_VOLATILE for checking the volatile flag
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-07-14
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-30
Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
[next]