index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-31
perror() should send output to stderr.
Andreas Kling
2018-10-31
Add SpinLock to IDE disk access.
Andreas Kling
2018-10-31
Snazz up the kprintf() output a bit by giving it its own color.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
Fix wrong allocation size used in opendir().
Andreas Kling
2018-10-31
Use ALWAYS_INLINE for ctype inlines.
Andreas Kling
2018-10-31
Fix ls build.
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling
2018-10-31
Snazz up the sh prompt a bit. Add the current tty to it.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling
2018-10-31
Fuck it, add a 4th virtual console. :^)
Andreas Kling
2018-10-31
Add assertion that RTC year is >= 2018.
Andreas Kling
2018-10-31
Minor cleanup.
Andreas Kling
2018-10-31
Pass the register dump to syscall_entry() via an argument.
Andreas Kling
2018-10-30
Minor VGA cleanup.
Andreas Kling
2018-10-30
Fix bug where Console::the() was initialized too late.
Andreas Kling
2018-10-30
Add sys$ttyname_r and ttyname_r() + ttyname().
Andreas Kling
2018-10-30
sh should read from fd 0 (stdin) instead of /dev/keyboard.
Andreas Kling
2018-10-30
Fix crashy bug where we'd try to deactivate VC -1 on boot.
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-30
Start working on virtual consoles/TTYs.
Andreas Kling
2018-10-30
Basic support the backspace key.
Andreas Kling
2018-10-30
Hang if a task crashes while it's already crashing..
Andreas Kling
2018-10-30
Implement sys$getcwd properly.
Andreas Kling
2018-10-29
Add an inode metadata cache to the ext2fs implementation.
Andreas Kling
2018-10-29
Improve ps output.
Andreas Kling
2018-10-29
Okay let's just not have this broken locking at all right now.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-28
Fix up VFS::resolveSymbolicLink() to use a base inode instead of a base path.
Andreas Kling
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 a simple FileSystemPath class that can canonicalize paths.
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
Colorize ls output.
Andreas Kling
2018-10-28
Give the shell a nice, colorful prompt.
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
[next]