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
/
.gitignore
Age
Commit message (
Expand
)
Author
2019-02-27
Userland: Add a simple /bin/stat program.
Andreas Kling
2019-02-27
Add chown() syscall and a simple /bin/chown program.
Andreas Kling
2019-02-22
Kernel: Pass process arguments directly on the stack.
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
2019-02-21
Add a simple /bin/df which gathers its info from /proc/df.
Andreas Kling
2019-02-21
Kernel: Add link() syscall to create hard links.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-08
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Andreas Kling
2019-02-04
Add a /bin/top program for process table monitoring.
Andreas Kling
2019-02-02
Add basic automatic dependency management to Makefiles.
Andreas Kling
2019-01-29
Implement basic chmod() syscall and /bin/chmod helper.
Andreas Kling
2019-01-28
Expose the kernel log buffer through /proc/dmesg.
Andreas Kling
2019-01-28
Add support for removing directories.
Andreas Kling
2019-01-27
Userland: Make a simple /bin/cp for copying files.
Andreas Kling
2019-01-22
Add unlink() syscall and /bin/rm.
Andreas Kling
2019-01-20
Start bringing up LibGUI properly (formerly Widgets.)
Andreas Kling
2019-01-18
Add a simple /bin/sysctl that wraps the files in /proc/sys.
Andreas Kling
2019-01-13
Let's use the existing Rect and Color types in the GUI API.
Andreas Kling
2018-12-21
Add a simple /bin/more.
Andreas Kling
2018-12-21
Get rid of three test utilities that I no longer need.
Andreas Kling
2018-12-20
Add sync() syscall and a /bin/sync.
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-11
Add a naive /bin/fgrep for testing pipes.
Andreas Kling
2018-11-06
Add strsignal() and improve sharing signal numbers between LibC and kernel.
Andreas Kling
2018-11-05
Replace zones with individually tracked physical pages.
Andreas Kling
2018-11-02
Implement fork()!
Andreas Kling
2018-10-31
Add a /bin/tty command that prints the current tty.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling
2018-10-28
Add /proc/mm and a /bin/mm utility that just dumps it.
Andreas Kling
2018-10-28
Add save/unsave cursor escape sequences.
Andreas Kling
2018-10-27
Add a /bin/clear that prints the clear terminal escape sequence.
Andreas Kling
2018-10-26
Add sys$uname() and a /bin/uname utility.
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-24
Add a "pwd" utility to userland.
Andreas Kling
2018-10-24
Add simplified mmap() and munmap() syscalls.
Andreas Kling
2018-10-23
Start adding a basic /proc filesystem and a "ps" utility.
Andreas Kling
2018-10-23
Lots of hacking:
Andreas Kling
2018-10-22
Link "id" against the LibC.
Andreas Kling