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
/
Syscalls
Age
Commit message (
Expand
)
Author
2021-10-13
Kernel: Implement pread syscall
Rodrigo Tobar
2021-10-13
Kernel: Factor out common code from read/readv syscalls
Rodrigo Tobar
2021-10-11
Kernel: Correctly interpret ioctl's FIONBIO user value
Rodrigo Tobar
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-02
Kernel: Access MemoryManager static functions statically
Brian Gianforcaro
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-09-23
Kernel: Allow PROT_NONE in mmap and mprotect for stack regions
Eric Seifert
2021-09-21
Kernel: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-19
Kernel: Add support for O_NONBLOCK in pipe syscall
Eric Seifert
2021-09-16
Kernel: Allow calling sys$waitid on traced, non-child processes
Itamar
2021-09-16
Kernel: Only instantiate main_program_metadata in the scope it's needed
Brian Gianforcaro
2021-09-15
Kernel: Use move semantics in sys$sendfd()
Andreas Kling
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A
2021-09-07
Kernel: Remove KBuffer::try_copy() in favor of try_create_with_bytes()
Andreas Kling
2021-09-07
Kernel: Convert KBuffer::copy() => KBuffer::try_copy()
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_bytes() return KResultOr
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for FIFO
Andreas Kling
2021-09-07
Kernel: Rename file_description(fd) => open_file_description(fd)
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Convert much of sys$execve() to using KString
Andreas Kling
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-07
Kernel: Avoid unnecessary String allocation in sys$statvfs()
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Add a comment explaining an alternate path in Process::exec()
Andreas Kling
2021-09-07
Kernel: Fix file description leak in sys$execve()
Andreas Kling
2021-09-07
Kernel: Don't seek the program executable description in sys$execve()
Andreas Kling
2021-09-07
Kernel: Hoist allocation of main program FD in sys$execve()
Andreas Kling
2021-09-07
Kernel: Reorganize ELF loading so it can use TRY()
Andreas Kling
2021-09-07
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
Andreas Kling
2021-09-06
Kernel: Use TRY() in sys$module_load() and sys$module_unload()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Kernel: Improve API names for switching address spaces
Andreas Kling
2021-09-06
Kernel: Allocate signal trampoline before committing to a sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() in find_elf_interpreter_for_executable()
Andreas Kling
2021-09-06
Kernel: Improve find_elf_interpreter_for_executable() parameter names
Andreas Kling
2021-09-06
Kernel: Don't turn I/O errors during sys$execve() into ENOEXEC
Andreas Kling
2021-09-06
Kernel: Improve arguments retrieval error propagation in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
Andreas Kling
2021-09-06
Kernel: Make Memory::Region::map() return KResult
Andreas Kling
2021-09-06
Kernel: Make Threads always have a name
Andreas Kling
2021-09-06
Kernel: Improvements to Custody absolute path serialization
Andreas Kling
[next]