Komit Sejarah

Pembuat SHA1 Pesan Tanggal
  Andreas Kling b2d23f83ab Add umask(). 6 tahun lalu
  Andreas Kling 77fe8e8363 Add getppid(). 6 tahun lalu
  Andreas Kling 3024167cbd Change syscall naming scheme. 6 tahun lalu
  Andreas Kling 153ea704af Add some basic signal support. 6 tahun lalu
  Andreas Kling 9f2b9c82bf More work towards getting bash to build. 6 tahun lalu
  Andreas Kling 82f84bab11 More random compat hacking towards getting bash to build. 6 tahun lalu
  Andreas Kling e4611248c4 Add geteuid() and getegid(). 6 tahun lalu
  Andreas Kling dd060d0fa8 Share code between spawn() and exec() implementations. 6 tahun lalu
  Andreas Kling 202bdb553c Implemented sys$execve(). 6 tahun lalu
  Andreas Kling 8accc92c3c Implement fork()! 6 tahun lalu
  Andreas Kling 621217ffeb Add tcsetpgrp()+tcgetpgrp(). 6 tahun lalu
  Andreas Kling d8f0dd6f3b Start working on sessions and process groups. 6 tahun lalu
  Andreas Kling 3e532ac7b6 Process now maps regions immediately when they are allocated. 6 tahun lalu
  Andreas Kling 819ce91395 Enough compatibility work to make figlet build and run! 6 tahun lalu
  Andreas Kling 9160fd0d47 More LibC portability work while trying to get figlet building. 6 tahun lalu
  Andreas Kling 3218f00099 Implement basic sys$kill() and add a /bin/kill 6 tahun lalu
  Andreas Kling 72e75c52e3 Pass the register dump to syscall_entry() via an argument. 6 tahun lalu
  Andreas Kling b833aa4162 Fix bug where Console::the() was initialized too late. 6 tahun lalu
  Andreas Kling 00c21d1590 Add sys$ttyname_r and ttyname_r() + ttyname(). 6 tahun lalu
  Andreas Kling 7a7956a595 Virtual consoles kinda work! 6 tahun lalu
  Andreas Kling b1ff62f605 Okay let's just not have this broken locking at all right now. 6 tahun lalu
  Andreas Kling e6284a8774 Fix broken SpinLock. 6 tahun lalu
  Andreas Kling 97726862dd Add basic symlink support. 6 tahun lalu
  Andreas Kling 1d5afbdffc Add sys$set_mmap_name and use it from LibC's malloc. 6 tahun lalu
  Andreas Kling ec07761d0f Implement waitpid() support for getting the waitee's exit code. 6 tahun lalu
  Andreas Kling 3db8d7ae1a Use Unix::stat for sys$lstat(). 6 tahun lalu
  Andreas Kling 1c45b28da6 Add sys$uname() and a /bin/uname utility. 6 tahun lalu
  Andreas Kling 2749e7f1c2 Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. 6 tahun lalu
  Andreas Kling df87dda63c Implement argc/argv support for spawned tasks. 6 tahun lalu
  Andreas Kling 53abfa7ea1 Add sys$gethostname and /bin/hostname 6 tahun lalu