Drew Stratford
|
6e51ebad8c
Kernel: Stop hardcoding syscall in signal trampoline.
|
před 5 roky |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
před 5 roky |
Andreas Kling
|
85d629103d
Kernel: Implement shebang executables ("#!/bin/sh")
|
před 5 roky |
Andreas Kling
|
2d1f3ec749
Kernel: fchdir() should fail for non-searchable directories
|
před 5 roky |
Mauri de Souza Nunes
|
7d85fc00e4
Kernel: Implement fchdir syscall
|
před 5 roky |
Drew Stratford
|
e529042895
Kernel: Remove reduntant kernel/user signal stacks.
|
před 5 roky |
Andreas Kling
|
23eafdb8d6
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
|
před 5 roky |
Andreas Kling
|
ec6bceaa08
Kernel: Support thread-local storage
|
před 5 roky |
Drew Stratford
|
95fe775d81
Kernel: Add SysV stack alignment to signal trampoline
|
před 5 roky |
Drew Stratford
|
81d0f96f20
Kernel: Use user stack for signal handlers.
|
před 5 roky |
Andreas Kling
|
e25ade7579
Kernel: Rename "vmo" to "vmobject" everywhere
|
před 5 roky |
Andreas Kling
|
6fe0fa30f2
Kernel: Fix broken passing of String as printf() argument in realpath()
|
před 5 roky |
Andreas Kling
|
d720388acf
Kernel: Support partial munmap()
|
před 5 roky |
Andreas Kling
|
f5d779f47e
Kernel: Never forcibly page in entire executables
|
před 5 roky |
Andreas Kling
|
e29fd3cd20
Kernel: Display virtual addresses as V%p instead of L%x
|
před 5 roky |
Rok Povsic
|
18fbe4ac83
Kernel: Add realpath syscall
|
před 5 roky |
Andreas Kling
|
32810a920f
Kernel: Implement kill(0, signal)
|
před 5 roky |
Andreas Kling
|
06de0e670c
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
|
před 5 roky |
Sergey Bugaev
|
acccf9ccda
Kernel: Move device lookup to Device class itself
|
před 5 roky |
Andreas Kling
|
272bd1d3ef
Kernel: Make crash dumps look aligned once again
|
před 6 roky |
Andreas Kling
|
5f6b6c1665
Kernel: Do the umount() by the guest's root inode identifier
|
před 6 roky |
Sergey Bugaev
|
425c356288
Kernel+LibC+Userland: Support mounting other kinds of filesystems
|
před 6 roky |
Jesse Buhagiar
|
bc22456f89
Kernel: Added unmount ability to VFS
|
před 6 roky |
Andreas Kling
|
6ad3efe067
Kernel+LibC: Add get_process_name() syscall
|
před 6 roky |
Andreas Kling
|
77737be7b3
Kernel: Stop eagerly loading entire executables
|
před 6 roky |
Andreas Kling
|
e8eadd19a5
Kernel: Show region access bits (R/W/X) in crash dump region lists
|
před 6 roky |
Andreas Kling
|
7d6689055f
Kernel+LibC+crash: Add mprotect() syscall
|
před 6 roky |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
před 6 roky |
Sergey Bugaev
|
1606261c58
Kernel: Fix cloning file descriptions on fork
|
před 6 roky |
Andreas Kling
|
752de9cd27
FileDescription: Disallow construction with a null File
|
před 6 roky |