Andreas Kling
|
1b16a29044
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
|
6 years ago |
Andreas Kling
|
60d0a48be5
Kernel: Use KResult in link().
|
6 years ago |
Andreas Kling
|
5b27f11b97
Kernel: Use KResult in unlink() and rmdir().
|
6 years ago |
Andreas Kling
|
c9d7fc6ec6
Kernel: chmod() should allow superuser to change mode bits of any file.
|
6 years ago |
Andreas Kling
|
1d2529b4a1
Add chown() syscall and a simple /bin/chown program.
|
6 years ago |
Andreas Kling
|
a356746d04
Compat work towards porting vim.
|
6 years ago |
Andreas Kling
|
9624b54703
More moving towards using signed types.
|
6 years ago |
Andreas Kling
|
5af4e622b9
Kernel: Add KResult and KResultOr<T> classes.
|
6 years ago |
Andreas Kling
|
19acb2baf7
Kernel: Add file permission checks to link() syscall.
|
6 years ago |
Andreas Kling
|
a624fe06b8
Kernel: Add file permission checks to utime() syscall.
|
6 years ago |
Andreas Kling
|
ce3b548077
Kernel: Separate VFS stat() from open().
|
6 years ago |
Andreas Kling
|
f5f136931a
Kernel: Start adding various file system permission checks.
|
6 years ago |
Andreas Kling
|
7d288aafb2
Kernel: Add link() syscall to create hard links.
|
6 years ago |
Andreas Kling
|
799177feda
Kernel: Make BochsVGADevice a BlockDevice and support mmapping it.
|
6 years ago |
Andreas Kling
|
994279d56c
Kernel: Add Device base class for CharacterDevice.
|
6 years ago |
Andreas Kling
|
0d23cd73e6
VFS: Add two assertions to resolve_path() to catch corrupted file systems.
|
6 years ago |
Andreas Kling
|
77177dbb76
Kernel: Begin fleshing out bind() syscall.
|
6 years ago |
Andreas Kling
|
03c0e836f0
Kernel: Fix some broken debugging code in VFS.
|
6 years ago |
Andreas Kling
|
a1b63bb6d4
Bootloader: Locate the kernel's data segment and clear it.
|
6 years ago |
Andreas Kling
|
feed67ede2
Kernel: VFS::open/create should take base Inode& instead of InodeIdentifier.
|
6 years ago |
Andreas Kling
|
6618411fba
Kernel: mkdir() should use the containing directory's FS for inode creation.
|
6 years ago |
Andreas Kling
|
ffab6897aa
Big, possibly complete sweep of naming changes.
|
6 years ago |
Andreas Kling
|
fc0b63ca3c
Kernel: Include absolute paths of mount points in /proc/mounts
|
6 years ago |
Andreas Kling
|
34e745b0b4
Add uid and gid to CharacterDevices.
|
6 years ago |
Andreas Kling
|
c4fce9b3f9
Make stat() work on device files again.
|
6 years ago |
Andreas Kling
|
b4e478aa50
Deallocate PTY's when they close.
|
6 years ago |
Andreas Kling
|
c30e2c8d44
Implement basic chmod() syscall and /bin/chmod helper.
|
6 years ago |
Andreas Kling
|
c95228b128
Add support for removing directories.
|
6 years ago |
Andreas Kling
|
a1b4f719ba
VFS: unlink() should fail when called on a directory.
|
6 years ago |
Andreas Kling
|
754037874c
Move VFS sources into Kernel/.
|
6 years ago |