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
Age
Commit message (
Expand
)
Author
2022-12-03
Kernel: Rename SysFSSystemBoolean => SysFSSystemBooleanVariable
Liav A
2022-12-03
Kernel: Allow read access sparingly to some /sys/kernel directory nodes
Liav A
2022-12-03
Kernel: Disallow jailed processes to read files in /sys/kernel directory
Liav A
2022-12-03
Kernel: Forbid access to /sys/kernel/power_state for Jailed processes
Liav A
2022-11-29
Kernel: Add some spec links and comments to sys$posix_fallocate()
Andreas Kling
2022-11-29
Kernel: Make sys$posix_fallocate() fail with ENODEV on non-regular files
Andreas Kling
2022-11-29
Kernel: Add File::is_regular_file()
Andreas Kling
2022-11-29
Kernel: Remove unnecessary FIXME in sys$posix_fallocate()
Andreas Kling
2022-11-29
LibC: Use uintptr_t for __stack_chk_guard
Keegan Saunders
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-25
Kernel: Update the ".." inode for directories after a rename
sin-ack
2022-11-24
Kernel: Update tv_nsec field when using utimensat() with UTIME_NOW
Andreas Kling
2022-11-24
Kernel/TmpFS: Update mtime instead of ctime when asked to update mtime
Andreas Kling
2022-11-24
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
Andreas Kling
2022-11-19
Kernel+lsirq: Track per-CPU IRQ handler call counts
Andreas Kling
2022-11-19
Kernel: Add MAX_CPU_COUNT global constant
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-18
Kernel: Fix includes when building aarch64
Steffen Rusitschka
2022-11-13
Kernel: Disallow jail creation from a process within a jail
Liav A
2022-11-12
Kernel/USB: Use proper verbs for Pipe transfer methods
b14ckcat
2022-11-12
Kernel/USB: Add support for async & interrupt transfers
b14ckcat
2022-11-11
Kernel: Add missing includes for Mount.h file
Liav A
2022-11-08
Everywhere: Clean up "in in" comment typos
Nico Weber
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller components
Liav A
2022-11-08
Kernel: Split the DevPtsFS files into smaller components
Liav A
2022-11-08
Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-11-08
Kernel: Split the FATFileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the TmpFS core files into smaller components
Liav A
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-05
LibC: Add missing definitions for IPv6 packet info
Clemens Wasser
2022-11-05
Kernel: Add support for jails
Liav A
2022-11-05
Kernel: Add copy_typed_from_user for non-const Userspace<T*>
Liav A
2022-11-05
Kernel: Make sys$msyscall() not take the big lock
Andreas Kling
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-01
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
Gunnar Beutner
2022-11-01
AK+Kernel: Handle allocation failures in Device::try_make_request
Gunnar Beutner
2022-11-01
Kernel: Remove unused #includes
Gunnar Beutner
2022-11-01
Kernel: Decrease number of captured variables for lambda
Gunnar Beutner
2022-10-27
Kernel: Set priority of all threads within a process if requested
kleines Filmröllchen
2022-10-27
Kernel: Prevent regular users from accessing other processes' threads
kleines Filmröllchen
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-26
Kernel: Remove bunch of unused includes in SysFS/Processes.cpp
Timon Kruiper
2022-10-26
Kernel/aarch64: Unify building kernel source files in CMakeLists.txt
Timon Kruiper
2022-10-26
Kernel: Move bar0_space_size declaration out of arch-specific ifdefs
Timon Kruiper
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
2022-10-26
Kernel: Don't expose processor information for aarch64 in sysfs
Timon Kruiper
2022-10-26
Kernel: Stub more functions to progress aarch64 build
Timon Kruiper
[prev]
[next]