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
/
Task.h
Age
Commit message (
Expand
)
Author
2018-11-01
Give each task its own page directory.
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling
2018-10-30
Add sys$ttyname_r and ttyname_r() + ttyname().
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
Implement sys$getcwd properly.
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 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-27
Implement loading of linked ELF executables.
Andreas Kling
2018-10-27
Implement waitpid() support for getting the waitee's exit code.
Andreas Kling
2018-10-27
Use Unix::stat for sys$lstat().
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
Implement /proc/PID/vm.
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
Implement argc/argv support for spawned tasks.
Andreas Kling
2018-10-26
Add sys$gethostname and /bin/hostname
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
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 age-old IPC stuff that wasn't working anyway.
Andreas Kling
2018-10-25
Add parent PIDs to /proc/summary
Andreas Kling
2018-10-24
Add a "pwd" utility to userland.
Andreas Kling
2018-10-24
Add an lstat() syscall and use it to make "ls" nicer.
Andreas Kling
2018-10-24
Lots of hacking to make a very simple "ls" utility.
Andreas Kling
2018-10-24
Add simplified mmap() and munmap() syscalls.
Andreas Kling
2018-10-24
Add a simplified waitpid() so that sh can wait on spawned commands.
Andreas Kling
2018-10-23
Add an undertaker task that is responsible for destroying dead tasks.
Andreas Kling
2018-10-23
Generate a basic /proc/summary file with some info about all tasks.
Andreas Kling
2018-10-23
Lots of hacking:
Andreas Kling
2018-10-22
Launching an arbitrary ELF executable from disk works! :^)
Andreas Kling
2018-10-22
Add getgid() and getpid() syscalls. Prep for LibC.
Andreas Kling
2018-10-22
Add a sys$exit and make init_stage2 call it when finished.
Andreas Kling
2018-10-22
A lot of hacking:
Andreas Kling
2018-10-18
Add Regions concept to Task.
Andreas Kling
2018-10-18
More paging stuff.
Andreas Kling
2018-10-18
Use FileHandle from VFS.
Andreas Kling
2018-10-18
Actually destroy tasks after they crash.
Andreas Kling
2018-10-18
Hang if we GPF in ring 0.
Andreas Kling
2018-10-17
A userspace process can now GPF and the OS goes on!
Andreas Kling
[next]