Andreas Kling
|
72cbcd8e98
Kernel: Dump backtrace on exit() syscall.
|
пре 6 година |
Andreas Kling
|
780d2a08c4
IPv4: Save the source address/port together with incoming packet payloads.
|
пре 6 година |
Andreas Kling
|
8b249bd09b
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
|
пре 6 година |
Andreas Kling
|
03da7046bd
Kernel: Prepare Socket for becoming a File.
|
пре 6 година |
Andreas Kling
|
c3b7ace3e0
Kernel: Assign Lock names in class member initializers.
|
пре 6 година |
Andreas Kling
|
14ac77131b
Kernel: The exit_thread() syscall should unlock the big lock.
|
пре 6 година |
Andreas Kling
|
d07be1087a
Kernel+LibC: Add exit_thread() syscall.
|
пре 6 година |
Andreas Kling
|
8cbb7f101f
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
пре 6 година |
Andreas Kling
|
0a0d739e98
Kernel: Make FIFO inherit from File.
|
пре 6 година |
Andreas Kling
|
e886337a67
Kernel: Make ProcessTracer inherit from File.
|
пре 6 година |
Andreas Kling
|
679ac386eb
Kernel: "Succeed" quietly for zero-length read() and write().
|
пре 6 година |
Andreas Kling
|
490e89e240
LibC: Add execvpe() and make execvp()'ed children inherit environment.
|
пре 6 година |
Andreas Kling
|
d5578826af
Kernel: Make it possible to look up FIFO's by ID.
|
пре 6 година |
Andreas Kling
|
c5c4e54a67
Kernel: Process destruction should destroy all child threads.
|
пре 6 година |
Andreas Kling
|
5c68929aa1
Kernel: Add a systrace() syscall and implement /bin/strace using it.
|
пре 6 година |
Andreas Kling
|
a9d09e9020
Kernel: Get rid of the "cool globals" thingy.
|
пре 6 година |
Andreas Kling
|
5f63f8120c
Kernel: Remove "restorer" field from SignalActionData.
|
пре 6 година |
Andreas Kling
|
b2ebf6c798
Kernel: Shrink Thread by making kernel resume TSS heap-allocated.
|
пре 6 година |
Andreas Kling
|
ec365b82d5
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
|
пре 6 година |
Andreas Kling
|
5eedb22834
Sprinkle use of AK::Vector in various places.
|
пре 6 година |
Andreas Kling
|
1debc0a78c
Kernel: Reduce kmallocing in all_processes() and all_pids().
|
пре 6 година |
Andreas Kling
|
ae0dc22716
Kernel: Make validate_read_from_kernel() return early for nullptr checks.
|
пре 6 година |
Andreas Kling
|
13041f894f
Kernel: Start using StringView in the VFS class.
|
пре 6 година |
Andreas Kling
|
3f6408919f
AK: Improve smart pointer ergonomics a bit.
|
пре 6 година |
Andreas Kling
|
29d0412a06
Kernel: Remove system.h and make the uptime global a qword.
|
пре 6 година |
Andreas Kling
|
60a819c14a
Kernel: Yet more work on bringing up POSIX SHM.
|
пре 6 година |
Andreas Kling
|
26a06f3fcd
Kernel: More work towards POSIX SHM, also add ftruncate().
|
пре 6 година |
Andreas Kling
|
99f3cc26c3
Kernel+LibC: Add stubs for POSIX shared memory API.
|
пре 6 година |
Andreas Kling
|
65d6318c33
Kernel: Support non-blocking connect().
|
пре 6 година |
Andreas Kling
|
37ae00a4dd
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
|
пре 6 година |