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
Age
Commit message (
Expand
)
Author
2019-07-31
Ext2FS: Fix fetching of the major/minor device numbers for st_rdev.
Andreas Kling
2019-07-31
Kernel: Port /proc/PID/fds to JSON
Robin Burchell
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-28
Kernel: Convert /proc/PID/vm to JSON.
Andreas Kling
2019-07-25
Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore.
Andreas Kling
2019-07-24
Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-22
DevPtsFS: Use String::number() in a place where it makes sense.
Andreas Kling
2019-07-21
Ext2FS: Put most debug logging behind EXT2_DEBUG.
Andreas Kling
2019-07-19
Kernel: Some small refinements to the thread blockers.
Andreas Kling
2019-07-19
Kernel: Restore state strings for block states
Robin Burchell
2019-07-18
ps: Port to using CProcessStatisticsReader and /proc/all
Robin Burchell
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-09
Kernel: Move SharedMemory.{cpp,h} into FileSystem/
Andreas Kling
2019-07-09
Kernel: Move File.{cpp,h} into FileSystem/
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-01
Kernel+Userland: Convert /proc/df to JSON.
Andreas Kling
2019-07-01
Kernel+ProcessManager: Convert /proc/memstat to JSON.
Andreas Kling
2019-06-29
AK: Defer to Traits<T> for equality comparison in container templates.
Andreas Kling
2019-06-29
ProcFS: Remove unused StringBuilder in procfs$all().
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-27
Kernel: More use of NonnullRefPtrVector in the kernel.
Andreas Kling
2019-06-27
Kernel: Use NonnullRefPtrVector in parts of the kernel.
Andreas Kling
2019-06-22
Kernel: Fix all compiler warnings.
Andreas Kling
2019-06-22
printf: Oops, '-' is the left padding modifier, not ' '.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-16
Kernel: Expose kernel command line to userspace through /proc/cmdline
Robin Burchell
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
2019-06-16
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Andreas Kling
2019-06-14
Kernel: Fix not returning errors for the last path item.
Sergey Bugaev
2019-06-14
AK: Add more StringView utilities for making substrings.
Sergey Bugaev
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-12
Kernel: Fix resolving symlinks in the middle of a path.
Sergey Bugaev
2019-06-12
Kernel: Fix comparing StringViews with strcmp().
Sergey Bugaev
2019-06-12
Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector
Conrad Pankoff
2019-06-09
FileSystem: Don't perform path resolution twice for open() with O_CREAT.
Andreas Kling
2019-06-09
Ext2FS: The block numbers returned by allocate_blocks() should be 1-based.
Andreas Kling
2019-06-09
Ext2FS: Fix wrong file mode being passed from create_inode() to add_child().
Andreas Kling
2019-06-09
Ext2FS: Move directory writing logic into Ext2FSInode.
Andreas Kling
2019-06-09
Kernel: Use StringView more in Inode and subclasses.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
[next]