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
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-06-02
Boot: Let's start GRUB with no timeout.
Andreas Kling
2019-06-02
FileSystem: Rename VFS::fchmod() -> chmod().
Andreas Kling
2019-06-02
FileSystem: Route chown() and fchown() through VFS for access control.
Andreas Kling
2019-06-02
FileSystem: Only retrieve inode metadata once in VFS::chown().
Andreas Kling
2019-06-02
Kernel: Rename OffsetDiskDevice to DiskPartition
Conrad Pankoff
2019-06-02
Kernel: Rename offset parameter of OffsetDiskDevice to block_offset
Conrad Pankoff
2019-06-02
Kernel: Add DISK_SIZE option to sync.sh
Conrad Pankoff
2019-06-02
Kernel: Implement OffsetDiskDevice to prepare for partition support
Conrad Pankoff
2019-06-02
Kernel: Memory-mapped files now have the absolute path as their name.
Andreas Kling
2019-06-02
Kernel: Make better use of the multiboot info.
Andreas Kling
2019-06-02
Kernel: Add comment block about File, taking some from Device.
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-06-01
FileSystem: Don't create a temporary FileDescriptor every time we stat().
Andreas Kling
2019-06-01
FileSystem: Make Inode::lookup() take a StringView.
Andreas Kling
2019-06-01
VM: Get rid of KernelPagingScope.
Andreas Kling
2019-06-01
Kernel: Set the absolute path as name for executable regions.
Andreas Kling
2019-06-01
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
Andreas Kling
2019-06-01
VM: Always flush TLB for kernel page directory changes.
Andreas Kling
2019-06-01
VM: Don't remap each Region page twice in page_in().
Andreas Kling
2019-06-01
Terminal: Settings windows can be opened multiple times
Christopher Dumas
2019-06-01
Terminal: Audible vs Visible beep option
Christopher Dumas
2019-05-31
FileSystem: Pass mode_t to Inode::add_child().
Andreas Kling
2019-05-31
Update Badge<T> instantiations to simply be {}.
Andreas Kling
2019-05-31
FileSystem: VFS should require Badge<Device> for device registration.
Andreas Kling
2019-05-31
FileSystem: Don't expose VFS::root_inode().
Andreas Kling
2019-05-31
FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path().
Andreas Kling
2019-05-31
FileSystem: Reuse existing custodies when possible, and keep them updated.
Andreas Kling
2019-05-31
Kernel: Discard a process's ELFLoader on finalization.
Andreas Kling
2019-05-31
Kernel: Process finalization should release cwd and executable custodies.
Andreas Kling
2019-05-31
Kernel: Do a bit more of do_exec() before disabling interrupts.
Andreas Kling
2019-05-31
FileSystem: Merge symlink following logic into path resolution.
Andreas Kling
2019-05-30
Kernel: The stat() syscall should follow symlinks.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path().
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path().
Andreas Kling
2019-05-30
Kernel: Rename Process::cwd_custody() to Process::current_directory().
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
FileSystem: Add a Custody class that represents a parent/child guardianship.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags.
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-30
Kernel: Pass 'prot' argument to File::mmap() and act on it.
Andreas Kling
2019-05-30
Misc: Add a simple init process
Robin Burchell
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-30
Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
Kernel: Remove accidentally committer .orig file.
Andreas Kling
2019-05-27
tiled backgrounds no longer has strange off-by-one pixel errors
Christopher Dumas
[next]