Historial de Commits

Autor SHA1 Mensaje Fecha
  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 a685809e75 Waiters should be notified when a waitee is killed. hace 6 años
  Andreas Kling 9a086b2d35 Add a kmalloc_eternal() for things that will never be destroyed. hace 6 años
  Andreas Kling 819ce91395 Enough compatibility work to make figlet build and run! hace 6 años
  Andreas Kling 9160fd0d47 More LibC portability work while trying to get figlet building. hace 6 años
  Andreas Kling 3218f00099 Implement basic sys$kill() and add a /bin/kill hace 6 años
  Andreas Kling 00c21d1590 Add sys$ttyname_r and ttyname_r() + ttyname(). hace 6 años
  Andreas Kling 7a7956a595 Virtual consoles kinda work! hace 6 años
  Andreas Kling 68739dc43e Start working on virtual consoles/TTYs. hace 6 años
  Andreas Kling 29035ffde7 Hang if a task crashes while it's already crashing.. hace 6 años
  Andreas Kling 0f20be05a6 Implement sys$getcwd properly. hace 6 años
  Andreas Kling e6284a8774 Fix broken SpinLock. hace 6 años
  Andreas Kling bea106fdb2 Fix up VFS::resolveSymbolicLink() to use a base inode instead of a base path. hace 6 años
  Andreas Kling 97726862dd Add basic symlink support. hace 6 años
  Andreas Kling 1d4af51250 Add a VFS::absolutePath(InodeIdentifier). hace 6 años
  Andreas Kling 1d5afbdffc Add sys$set_mmap_name and use it from LibC's malloc. hace 6 años
  Andreas Kling e904f193c1 Canonicalize the path used by sh. hace 6 años
  Andreas Kling 8f91a47aeb Add some basic field width support to printf(). hace 6 años
  Andreas Kling 9a71c7759a Implement loading of linked ELF executables. hace 6 años
  Andreas Kling ec07761d0f Implement waitpid() support for getting the waitee's exit code. hace 6 años
  Andreas Kling 3db8d7ae1a Use Unix::stat for sys$lstat(). hace 6 años
  Andreas Kling 509e5f9952 Add some basic address validation to syscalls. 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 a32b3a3ddf Implement /proc/PID/vm. hace 6 años
  Andreas Kling 10347b9ae8 Add ASSERT_INTERRUPTS_DISABLED in Task::fromPID(). hace 6 años
  Andreas Kling 1c45b28da6 Add sys$uname() and a /bin/uname utility. hace 6 años
  Andreas Kling 384e2f24d4 Add per-task limit for open fd's. Hard-coded at 16 for now. hace 6 años
  Andreas Kling 2749e7f1c2 Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. hace 6 años