Andreas Kling
|
3da6d89d1f
Kernel+LibC: Remove the isatty() syscall
|
5 tahun lalu |
Andreas Kling
|
794758df3a
Kernel: Implement some basic stack pointer validation
|
5 tahun lalu |
Sergey Bugaev
|
1e1ddce9d8
Kernel: Unwind kernel stacks before dying
|
5 tahun lalu |
Andreas Kling
|
69ca9cfd78
LibPthread: Start working on a POSIX threading library
|
5 tahun lalu |
Andreas Kling
|
b285a1944e
Kernel: Clear the x86 DF flag when entering the kernel
|
5 tahun lalu |
Andreas Kling
|
fbeb1ab15b
Kernel: Use a lookup table for syscalls
|
5 tahun lalu |
Andreas Kling
|
9a4b117f48
Kernel: Simplify kernel entry points slightly
|
5 tahun lalu |
Andreas Kling
|
1c6f8d3cbd
Kernel: Don't build with -mregparm=3
|
5 tahun lalu |
Andreas Kling
|
cc68654a44
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
|
5 tahun lalu |
Calvin Buckley
|
7e4e092653
Kernel: Add a Linux-style getrandom syscall
|
5 tahun lalu |
Drew Stratford
|
7fc903b97a
Kernel: Add exception_code to RegisterDump.
|
5 tahun lalu |
Mauri de Souza Nunes
|
7d85fc00e4
Kernel: Implement fchdir syscall
|
5 tahun lalu |
Drew Stratford
|
81d0f96f20
Kernel: Use user stack for signal handlers.
|
5 tahun lalu |
Rok Povsic
|
18fbe4ac83
Kernel: Add realpath syscall
|
6 tahun lalu |
Sergey Bugaev
|
425c356288
Kernel+LibC+Userland: Support mounting other kinds of filesystems
|
6 tahun lalu |
Jesse Buhagiar
|
bc22456f89
Kernel: Added unmount ability to VFS
|
6 tahun lalu |
Andreas Kling
|
6ad3efe067
Kernel+LibC: Add get_process_name() syscall
|
6 tahun lalu |
Andreas Kling
|
7d6689055f
Kernel+LibC+crash: Add mprotect() syscall
|
6 tahun lalu |
Sergey Bugaev
|
9c3b1ca0c6
Kernel+LibC: Support passing O_CLOEXEC to pipe()
|
6 tahun lalu |
Jesse
|
401c87a0cc
Kernel: mount system call (#396)
|
6 tahun lalu |
Andreas Kling
|
5ded77df39
Kernel+ProcessManager: Let processes have an icon and show it in the table.
|
6 tahun lalu |
Andreas Kling
|
c8e2bb5605
Kernel: Add a mechanism for listening for changes to an inode.
|
6 tahun lalu |
Andreas Kling
|
af81645a2a
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
|
6 tahun lalu |
Andreas Kling
|
3fce2fb205
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
|
6 tahun lalu |
Andreas Kling
|
d2b521f0ab
Kernel+LibC: Add a dump_backtrace() syscall.
|
6 tahun lalu |
Jesse
|
a5d80f7e3b
Kernel: Only allow superuser to halt() the system (#342)
|
6 tahun lalu |
Jesse
|
a27c9e3e01
Kernel+Userland: Addd reboot syscall (#334)
|
6 tahun lalu |
Robin Burchell
|
b907608e46
SharedBuffer: Split the creation and share steps
|
6 tahun lalu |
Andreas Kling
|
c110cf193d
Kernel: Have the open() syscall take an explicit path length parameter.
|
6 tahun lalu |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 tahun lalu |