Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 065f0aee35 Preallocate the maximum number of FileHandle pointers (fds) in every process. hace 6 años
  Andreas Kling 3e532ac7b6 Process now maps regions immediately when they are allocated. hace 6 años
  Andreas Kling 5891691640 Fix /proc/PID/stack in the new per-process page directory world. hace 6 años
  Andreas Kling c45f166c63 More work on per-process page directories. It basically works now! hace 6 años
  Andreas Kling 1da0a7c949 Give each task its own page directory. hace 6 años
  Andreas Kling 9a086b2d35 Add a kmalloc_eternal() for things that will never be destroyed. hace 6 años
  Andreas Kling d980ddc745 Fix busted display of tty names in /proc/summary. hace 6 años
  Andreas Kling 7a7956a595 Virtual consoles kinda work! hace 6 años
  Andreas Kling 4259ffb080 Improve ps output. hace 6 años
  Andreas Kling 97726862dd Add basic symlink support. hace 6 años
  Andreas Kling 3f050c1972 Add zone dump to /proc/mm. hace 6 años
  Andreas Kling c76dc9a047 Add /proc/mm and a /bin/mm utility that just dumps it. hace 6 años
  Andreas Kling 0a6a2521e8 Add subregions to /proc/PID/vm hace 6 años
  Andreas Kling 9a71c7759a Implement loading of linked ELF executables. hace 6 años
  Andreas Kling 2716a9e2d7 Greatly improve /proc/PID/stack by tracing the ebp frame chain. hace 6 años
  Andreas Kling c928b06218 Add a very hackish /proc/PID/stack. hace 6 años
  Andreas Kling 81627cf7d5 Add a simple /proc/mounts that enumerates the current VFS mounts. hace 6 años
  Andreas Kling a447359916 Add a /proc/kmalloc stats file. hace 6 años
  Andreas Kling edb81a635c Fix bug where you couldn't "cd .." into the root of a mounted fs. hace 6 años
  Andreas Kling a32b3a3ddf Implement /proc/PID/vm. hace 6 años
  Andreas Kling 5978185242 Add a "sleep" syscall that sleeps for N seconds. hace 6 años
  Andreas Kling 86a547dcac Add parent PIDs to /proc/summary hace 6 años
  Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility. hace 6 años
  Andreas Kling 0c5bbac86e Add an InterruptDisabler helper class and use that for kmalloc. hace 6 años
  Andreas Kling e4bfcd2346 Add "times scheduled" field to /proc/summary hace 6 años
  Andreas Kling ccd15e0590 Various things: hace 6 años
  Andreas Kling 63e253bac9 Generate a basic /proc/summary file with some info about all tasks. hace 6 años
  Andreas Kling ed2422d7af Start adding a basic /proc filesystem and a "ps" utility. hace 6 años