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
/
FileSystem
/
SysFS
Age
Commit message (
Expand
)
Author
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-02-21
Kernel: Fix const-correctness of PCI::DeviceIdentifier usage
Andreas Kling
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
Kernel: Remove unnecessary include from SysFS PowerStateSwitch code
Liav A
2023-02-18
Kernel: Dont crash if power states gets set to an invalid value
Undefine
2023-02-06
Kernel: Protect Thread::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-05
Kernel: Fix CPUInfo error propagation fixme
MacDue
2023-01-26
Kernel/PCI: Expose PCI option ROM data from the sysfs interface
Liav A
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-05
Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scope
Liav A
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
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-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: 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: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-05
Kernel: Add support for jails
Liav A
2022-10-26
Kernel: Remove bunch of unused includes in SysFS/Processes.cpp
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-25
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Liav A
2022-10-25
Kernel: Introduce global variables and stats in /sys/kernel directory
Liav A
2022-09-20
Kernel: Abstracts x86 reboot and shutdown specific methods
Liav A
2022-08-22
Kernel: Update atime/ctime/mtime timestamps atomically
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-14
Kernel/Storage: Remove InterfaceType enum
Liav A
2022-08-08
Kernel/FileSystem: Use a new debug flag for SysFS debug messages
Liav A
2022-07-27
Kernel: Move SysFS USB create function
b14ckcat
2022-07-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
[next]