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
2018-10-28
Add basic symlink support.
Andreas Kling
2018-10-28
Add a VFS::absolutePath(InodeIdentifier).
Andreas Kling
2018-10-28
Add zone dump to /proc/mm.
Andreas Kling
2018-10-28
Add /proc/mm and a /bin/mm utility that just dumps it.
Andreas Kling
2018-10-28
Add subregions to /proc/PID/vm
Andreas Kling
2018-10-28
Add sys$set_mmap_name and use it from LibC's malloc.
Andreas Kling
2018-10-28
Canonicalize the path used by sh.
Andreas Kling
2018-10-28
Add save/unsave cursor escape sequences.
Andreas Kling
2018-10-28
Stop committing changes to _fs_contents and generate it in the sync script.
Andreas Kling
2018-10-28
Add basic support for ANSI color escape sequences.
Andreas Kling
2018-10-27
Implement 'H' and 'J' escape sequences.
Andreas Kling
2018-10-27
Add a /bin/clear that prints the clear terminal escape sequence.
Andreas Kling
2018-10-27
Add some basic field width support to printf().
Andreas Kling
2018-10-27
Rename "kernel map" concept to just "ksyms"
Andreas Kling
2018-10-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-27
Enable A20 line at boot.
Andreas Kling
2018-10-27
Implement waitpid() support for getting the waitee's exit code.
Andreas Kling
2018-10-27
Remove the obsolete "Userspace" stuff.
Andreas Kling
2018-10-27
Turn off the floppy drive after the boot loader is finished.
Andreas Kling
2018-10-27
Use Unix::stat for sys$lstat().
Andreas Kling
2018-10-27
Add some basic address validation to syscalls.
Andreas Kling
2018-10-27
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
Andreas Kling
2018-10-26
Add a very hackish /proc/PID/stack.
Andreas Kling
2018-10-26
Add a simple /proc/mounts that enumerates the current VFS mounts.
Andreas Kling
2018-10-26
Add a /proc/kmalloc stats file.
Andreas Kling
2018-10-26
Fix bug where you couldn't "cd .." into the root of a mounted fs.
Andreas Kling
2018-10-26
Implement /proc/PID/vm.
Andreas Kling
2018-10-26
Add ASSERT_INTERRUPTS_DISABLED in Task::fromPID().
Andreas Kling
2018-10-26
Properly null-terminate the argv list created by sh.
Andreas Kling
2018-10-26
Add sys$uname() and a /bin/uname utility.
Andreas Kling
2018-10-26
Add per-task limit for open fd's. Hard-coded at 16 for now.
Andreas Kling
2018-10-26
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
Andreas Kling
2018-10-26
If spawning a task fails after we did a partial ELF load, remap current.
Andreas Kling
2018-10-26
Remove logspam in /dev/{full,null,zero} now that they work just fine.
Andreas Kling
2018-10-26
Fix mixup between /dev/null and /dev/zero device registration.
Andreas Kling
2018-10-26
Implement argc/argv support for spawned tasks.
Andreas Kling
2018-10-26
Add sys$gethostname and /bin/hostname
Andreas Kling
2018-10-25
Add /bin/false and /bin/true for fun. :^)
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling
2018-10-25
Add a "sleep" syscall that sleeps for N seconds.
Andreas Kling
2018-10-25
Implement a basic way for read() to block.
Andreas Kling
2018-10-25
If no context switch occurs, add 1 to the timesScheduled() for current.
Andreas Kling
2018-10-25
Make the stage2 init task sleep dreamily when finished.
Andreas Kling
2018-10-25
Keyboard should support the space character (jeez!)
Andreas Kling
2018-10-25
Implement errno in LibC.
Andreas Kling
2018-10-25
Unify the Task constructors.
Andreas Kling
2018-10-25
Remove unused Task states.
Andreas Kling
2018-10-25
Remove old DatBuffer class.
Andreas Kling
2018-10-25
Remove age-old IPC stuff that wasn't working anyway.
Andreas Kling
2018-10-25
Add a few more InterruptDisablers.
Andreas Kling
[next]