index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscall.cpp
Age
Commit message (
Expand
)
Author
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-27
Syscall: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Fix the gettid syscall
Cristian-Bogdan SIRB
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
Kernel: Rename RegisterDump => RegisterState
Andreas Kling
2020-01-25
Kernel: Clear ESI and EDI on syscall entry
Andreas Kling
2020-01-19
Kernel: Add fast-path for sys$gettid()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
Kernel: Dispatch pending signals when returning from a syscall
Andreas Kling
2020-01-09
Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp}
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-03
Kernel: Use get_fast_random() for the random syscall stack offset
Andreas Kling
2020-01-01
Kernel: Add a random offset to kernel stacks upon syscall entry
Andreas Kling
2019-12-15
Kernel: Make separate kernel entry points for each PIC IRQ
Andreas Kling
2019-12-14
Kernel: Tidy up kernel entry points a little bit
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-18
Kernel: When userspaces calls a removed syscall, fail with ENOSYS
Andreas Kling
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-14
Kernel: Unwind kernel stacks before dying
Sergey Bugaev
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-09
Kernel: Clear the x86 DF flag when entering the kernel
Andreas Kling
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-06
Kernel: Simplify kernel entry points slightly
Andreas Kling
2019-11-06
Kernel: Don't build with -mregparm=3
Andreas Kling
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-13
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-07
Kernel: Add exception_code to RegisterDump.
Drew Stratford
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-08-25
Kernel: Add realpath syscall
Rok Povsic
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
[next]