index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
sh.cpp
Age
Commit message (
Expand
)
Author
2019-02-05
Kernel: Reading from a slave PTY should give EOF if master PTY is closed.
Andreas Kling
2019-02-03
LibC: Implement various things to get GNU bc building and running.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-30
Add a /dev/pts filesystem and make PTY allocation dynamic.
Andreas Kling
2019-01-25
sh: Discard the current line on interrupt.
Andreas Kling
2019-01-25
Terminal: Support VKILL and VERASE. Also ignore null characters.
Andreas Kling
2019-01-25
sh: Support basic backspacing on the command line.
Andreas Kling
2019-01-25
Terminal: Support setting the window title using Xterm escape sequences.
Andreas Kling
2019-01-23
LibC: Tweak execvp() and execve() prototypes.
Andreas Kling
2018-12-07
sh: Restore termios after a child process exits.
Andreas Kling
2018-12-03
Yet more coding style fixes.
Andreas Kling
2018-11-17
Various stubs while trying to get an old coreutils to build.
Andreas Kling
2018-11-13
Reduce kmalloc() traffic in directory iteration.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-10
Add /proc/PID/cwd, a symlink to the process's current directory.
Andreas Kling
2018-11-09
Move <utsname.h> to <sys/utsname.h> for correctness.
Andreas Kling
2018-11-09
Get rid of redundant sys$spawn now that we have fork+exec.
Andreas Kling
2018-11-09
Fix all current build warnings in the userland.
Andreas Kling
2018-11-08
Add a VMO pointer to VNode.
Andreas Kling
2018-11-08
Support basic mmap'ing of a file!
Andreas Kling
2018-11-08
Add some simple write buffering to LibC's stdio.
Andreas Kling
2018-11-07
Get rid of the undertaker and have waitpid() be the reaper.
Andreas Kling
2018-11-07
Implement sending signals to blocked-in-kernel processes.
Andreas Kling
2018-11-07
Signals to processes in userspace now work again.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-03
Map pages in read-only ELF sections as non-writable.
Andreas Kling
2018-11-03
Fix some bugs in execve() and make sh use it for process launching.
Andreas Kling
2018-11-03
Implemented sys$execve().
Andreas Kling
2018-11-02
Implement fork()!
Andreas Kling
2018-11-02
Basic ^C interrupt implementation.
Andreas Kling
2018-11-02
Add tcsetpgrp()+tcgetpgrp().
Andreas Kling
2018-11-02
Start working on sessions and process groups.
Andreas Kling
2018-11-01
Have sh print out which signal terminated a child process.
Andreas Kling
2018-10-31
Add a /bin/tty command that prints the current tty.
Andreas Kling
2018-10-31
Add SpinLock to IDE disk access.
Andreas Kling
2018-10-31
Snazz up the sh prompt a bit. Add the current tty to it.
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
Virtual consoles kinda work!
Andreas Kling
2018-10-30
Implement sys$getcwd properly.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-28
Add basic symlink support.
Andreas Kling
2018-10-28
Add /proc/mm and a /bin/mm utility that just dumps it.
Andreas Kling
2018-10-28
Canonicalize the path used by sh.
Andreas Kling
2018-10-28
Give the shell a nice, colorful prompt.
Andreas Kling
2018-10-27
Implement waitpid() support for getting the waitee's exit code.
Andreas Kling
2018-10-26
Properly null-terminate the argv list created by sh.
Andreas Kling
2018-10-26
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
Andreas Kling
2018-10-26
Implement argc/argv support for spawned tasks.
Andreas Kling
2018-10-25
Implement errno in LibC.
Andreas Kling
[next]