summaryrefslogtreecommitdiff
path: root/Userland/.gitignore
AgeCommit message (Expand)Author
2019-01-22Add unlink() syscall and /bin/rm.Andreas Kling
2019-01-20Start bringing up LibGUI properly (formerly Widgets.)Andreas Kling
2019-01-18Add a simple /bin/sysctl that wraps the files in /proc/sys.Andreas Kling
2019-01-13Let's use the existing Rect and Color types in the GUI API.Andreas Kling
2018-12-21Add a simple /bin/more.Andreas Kling
2018-12-21Get rid of three test utilities that I no longer need.Andreas Kling
2018-12-20Add sync() syscall and a /bin/sync.Andreas Kling
2018-12-19Implement utime() along with a naive /bin/touch.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-11-11Add a naive /bin/fgrep for testing pipes.Andreas Kling
2018-11-06Add strsignal() and improve sharing signal numbers between LibC and kernel.Andreas Kling
2018-11-05Replace zones with individually tracked physical pages.Andreas Kling
2018-11-02Implement fork()!Andreas Kling
2018-10-31Add a /bin/tty command that prints the current tty.Andreas Kling
2018-10-31Implement basic sys$kill() and add a /bin/killAndreas Kling
2018-10-28Add /proc/mm and a /bin/mm utility that just dumps it.Andreas Kling
2018-10-28Add save/unsave cursor escape sequences.Andreas Kling
2018-10-27Add a /bin/clear that prints the clear terminal escape sequence.Andreas Kling
2018-10-26Add sys$uname() and a /bin/uname utility.Andreas Kling
2018-10-26Implement argc/argv support for spawned tasks.Andreas Kling
2018-10-26Add sys$gethostname and /bin/hostnameAndreas Kling
2018-10-25Add /bin/false and /bin/true for fun. :^)Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling
2018-10-25Add a "sleep" syscall that sleeps for N seconds.Andreas Kling
2018-10-24Add a "pwd" utility to userland.Andreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling
2018-10-23Lots of hacking:Andreas Kling
2018-10-22Link "id" against the LibC.Andreas Kling