Itamar
|
b306ac9b2b
ptrace: Add PT_POKE
|
5 years ago |
Itamar
|
984ff93406
ptrace: Add PT_PEEK
|
5 years ago |
Andreas Kling
|
c19b56dc99
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
|
5 years ago |
AnotherTest
|
77191d82dc
Kernel: Add the SO_BINDTODEVICE socket option
|
5 years ago |
Itamar
|
6b74d38aab
Kernel: Add 'ptrace' syscall
|
5 years ago |
Liav A
|
5d90e9cfb8
Kernel & LibC: Add CLOCK_REALTIME constant
|
5 years ago |
marprok
|
0fd5f0e4bd
Userland: ifconfig can change the IP address of the default gateway
|
5 years ago |
Marios Prokopakis
|
8cf962a102
Userland: Set the mask of a network adapter with ifconfig (#1388)
|
5 years ago |
Andreas Kling
|
0ba458cfa0
Kernel+LibC: Add SO_REUSEADDR macro
|
5 years ago |
Andreas Kling
|
2b0b7cc5a4
Net: Add a basic sys$shutdown() implementation
|
5 years ago |
Sergey Bugaev
|
a6cb7f759e
Kernel+LibC: Add some Unix signal types & definitions
|
5 years ago |
Andreas Kling
|
3879e5b9d4
Kernel: Start working on a syscall for logging performance events
|
5 years ago |
Andreas Kling
|
23ffd6c319
Kernel+LibC+Userland: Switch to 64-bit time_t
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
1f31156173
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
|
5 years ago |
Andreas Kling
|
4a8683ea68
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
|
5 years ago |
Andreas Kling
|
487f9b373b
Kernel: Add MADV_GET_VOLATILE for checking the volatile flag
|
5 years ago |
Andreas Kling
|
dbb644f20c
Kernel: Start implementing purgeable memory support
|
5 years ago |
Andreas Kling
|
23e802518d
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
|
5 years ago |
Andreas Kling
|
794758df3a
Kernel: Implement some basic stack pointer validation
|
5 years ago |
Andreas Kling
|
18348cebf1
Kernel+LibC: Implement the openat() syscall
|
5 years ago |
Andreas Kling
|
cc68654a44
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
|
5 years ago |
Andreas Kling
|
3f2c1a2e3d
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
|
5 years ago |
Andreas Kling
|
2482fc3538
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
|
5 years ago |
Andreas Kling
|
8cfb859368
IPv4: Support overriding the default TTL (64)
|
5 years ago |
Conrad Pankoff
|
1868523e00
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
|
6 years ago |
Andreas Kling
|
3073ea7d84
Kernel: Add support for the WSTOPPED flag to the waitpid() syscall.
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Robin Burchell
|
9cd0f6ffac
Kernel/LibC: Implement sched_* functionality to set/get process priority
|
6 years ago |
Robin Burchell
|
a906098579
Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully
|
6 years ago |