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