Andreas Kling
|
eb7b0c76a8
Kernel: Remove SmapDisabler in sys$setgroups()
|
5 년 전 |
Andreas Kling
|
0341ddc5eb
Kernel: Rename RegisterDump => RegisterState
|
5 년 전 |
Andreas Kling
|
580a94bc44
Kernel+LibC: Merge sys$stat() and sys$lstat()
|
5 년 전 |
Liav A
|
e559af2008
Kernel: Apply changes to use LibBareMetal definitions
|
5 년 전 |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 년 전 |
Andreas Kling
|
88ea152b24
Kernel: Merge unnecessary DiskDevice class into BlockDevice
|
5 년 전 |
Andreas Kling
|
2b0b7cc5a4
Net: Add a basic sys$shutdown() implementation
|
5 년 전 |
Andreas Kling
|
f3a5985bb2
Kernel: Remove two bad FIXME's
|
5 년 전 |
Andreas Kling
|
d04fcccc90
Kernel: Truncate addresses stored by getsockname() and getpeername()
|
5 년 전 |
Andreas Kling
|
dc18859695
Kernel: memset() all siginfo_t structs after creating them
|
5 년 전 |
Sergey Bugaev
|
1b866bbf42
Kernel: Fix sys$waitid(P_ALL, WNOHANG) return value
|
5 년 전 |
Andreas Kling
|
75cb125e56
Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG
|
5 년 전 |
Sergey Bugaev
|
b3a24d732d
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
|
5 년 전 |
Andreas Kling
|
3879e5b9d4
Kernel: Start working on a syscall for logging performance events
|
5 년 전 |
Andreas Kling
|
934b1d8a9b
Kernel: Finalizer should not go back to sleep if there's more to do
|
5 년 전 |
Andreas Kling
|
6634da31d9
Kernel: Disallow empty ranges in munmap/mprotect/madvise
|
5 년 전 |
Andreas Kling
|
31d1c82621
Kernel: Reject non-user address ranges in mmap/munmap/mprotect/madvise
|
5 년 전 |
Andreas Kling
|
afd2b5a53e
Kernel: Copy "stack" and "mmap" bits when splitting a Region
|
5 년 전 |
Andreas Kling
|
c9e877a294
Kernel: Address validation helpers should take size_t, not ssize_t
|
5 년 전 |
Andreas Kling
|
c64904a483
Kernel: sys$readlink() should return the number of bytes written out
|
5 년 전 |
Andreas Kling
|
8b49804895
Kernel: sys$waitpid() only needs the waitee thread in the stopped case
|
5 년 전 |
Andreas Kling
|
f4302b58fb
Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()
|
5 년 전 |
Andreas Kling
|
5163c5cc63
Kernel: Expose the signal that stopped a thread via sys$waitpid()
|
5 년 전 |
Andreas Kling
|
638fe6f84a
Kernel: Disable interrupts while looking into the thread table
|
5 년 전 |
Andreas Kling
|
c1f74bf327
Kernel: Never validate access to the kmalloc memory range
|
5 년 전 |
Andreas Kling
|
137a45dff2
Kernel: read()/write() should respect timeouts when used on a sockets
|
5 년 전 |
Andreas Kling
|
b011857e4f
Kernel: Make writev() work again
|
5 년 전 |
Andreas Kling
|
b93f6b07c2
Kernel: Make sched_setparam() and sched_getparam() operate on threads
|
5 년 전 |
Andreas Kling
|
f4e7aecec2
Kernel: Preserve CoW bits when splitting VM regions
|
5 년 전 |
Andreas Kling
|
7cc0b18f65
Kernel: Only open a single description for stdio in non-fork processes
|
5 년 전 |