Commit History

Author SHA1 Message Date
  Andreas Kling d8f0dd6f3b Start working on sessions and process groups. 6 years ago
  Andreas Kling 3e532ac7b6 Process now maps regions immediately when they are allocated. 6 years ago
  Andreas Kling 819ce91395 Enough compatibility work to make figlet build and run! 6 years ago
  Andreas Kling 9160fd0d47 More LibC portability work while trying to get figlet building. 6 years ago
  Andreas Kling 3218f00099 Implement basic sys$kill() and add a /bin/kill 6 years ago
  Andreas Kling 72e75c52e3 Pass the register dump to syscall_entry() via an argument. 6 years ago
  Andreas Kling b833aa4162 Fix bug where Console::the() was initialized too late. 6 years ago
  Andreas Kling 00c21d1590 Add sys$ttyname_r and ttyname_r() + ttyname(). 6 years ago
  Andreas Kling 7a7956a595 Virtual consoles kinda work! 6 years ago
  Andreas Kling b1ff62f605 Okay let's just not have this broken locking at all right now. 6 years ago
  Andreas Kling e6284a8774 Fix broken SpinLock. 6 years ago
  Andreas Kling 97726862dd Add basic symlink support. 6 years ago
  Andreas Kling 1d5afbdffc Add sys$set_mmap_name and use it from LibC's malloc. 6 years ago
  Andreas Kling ec07761d0f Implement waitpid() support for getting the waitee's exit code. 6 years ago
  Andreas Kling 3db8d7ae1a Use Unix::stat for sys$lstat(). 6 years ago
  Andreas Kling 1c45b28da6 Add sys$uname() and a /bin/uname utility. 6 years ago
  Andreas Kling 2749e7f1c2 Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. 6 years ago
  Andreas Kling df87dda63c Implement argc/argv support for spawned tasks. 6 years ago
  Andreas Kling 53abfa7ea1 Add sys$gethostname and /bin/hostname 6 years ago
  Andreas Kling dc6f57f19c Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 6 years ago
  Andreas Kling 5978185242 Add a "sleep" syscall that sleeps for N seconds. 6 years ago
  Andreas Kling ec1d16b307 Add a "pwd" utility to userland. 6 years ago
  Andreas Kling 5f36a5f22e Add an lstat() syscall and use it to make "ls" nicer. 6 years ago
  Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility. 6 years ago
  Andreas Kling 9a296d63f3 Add simplified mmap() and munmap() syscalls. 6 years ago
  Andreas Kling 3253a23b91 Add a simplified waitpid() so that sh can wait on spawned commands. 6 years ago
  Andreas Kling 018da1be11 Generalize the SpinLock and move it to AK. 6 years ago
  Andreas Kling ccd15e0590 Various things: 6 years ago
  Andreas Kling fe237ee215 Lots of hacking: 6 years ago
  Andreas Kling 85bcf2ed0f Add getgid() and getpid() syscalls. Prep for LibC. 6 years ago