Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling a32b3a3ddf Implement /proc/PID/vm. há 6 anos atrás
  Andreas Kling 10347b9ae8 Add ASSERT_INTERRUPTS_DISABLED in Task::fromPID(). há 6 anos atrás
  Andreas Kling 1c45b28da6 Add sys$uname() and a /bin/uname utility. há 6 anos atrás
  Andreas Kling 384e2f24d4 Add per-task limit for open fd's. Hard-coded at 16 for now. há 6 anos atrás
  Andreas Kling 2749e7f1c2 Implement sys$chdir() and teach sh+ls to cd around and browse different dirs. há 6 anos atrás
  Andreas Kling 0af9254812 If spawning a task fails after we did a partial ELF load, remap current. há 6 anos atrás
  Andreas Kling df87dda63c Implement argc/argv support for spawned tasks. há 6 anos atrás
  Andreas Kling 53abfa7ea1 Add sys$gethostname and /bin/hostname há 6 anos atrás
  Andreas Kling dc6f57f19c Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). há 6 anos atrás
  Andreas Kling 5978185242 Add a "sleep" syscall that sleeps for N seconds. há 6 anos atrás
  Andreas Kling c6f2890d8e Implement a basic way for read() to block. há 6 anos atrás
  Andreas Kling ba56f4afde If no context switch occurs, add 1 to the timesScheduled() for current. há 6 anos atrás
  Andreas Kling 260b14e505 Implement errno in LibC. há 6 anos atrás
  Andreas Kling 434b6a8688 Unify the Task constructors. há 6 anos atrás
  Andreas Kling de7c54545a Remove age-old IPC stuff that wasn't working anyway. há 6 anos atrás
  Andreas Kling ce126120d1 Add a few more InterruptDisablers. há 6 anos atrás
  Andreas Kling 16f318408d ELFLoader should fail with an error message for unresolved symbols. há 6 anos atrás
  Andreas Kling ec1d16b307 Add a "pwd" utility to userland. há 6 anos atrás
  Andreas Kling 5f36a5f22e Add an lstat() syscall and use it to make "ls" nicer. há 6 anos atrás
  Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility. há 6 anos atrás
  Andreas Kling 0c5bbac86e Add an InterruptDisabler helper class and use that for kmalloc. há 6 anos atrás
  Andreas Kling 9a296d63f3 Add simplified mmap() and munmap() syscalls. há 6 anos atrás
  Andreas Kling a5caf7ca99 Make the kmalloc global stats variable volatile. há 6 anos atrás
  Andreas Kling 3253a23b91 Add a simplified waitpid() so that sh can wait on spawned commands. há 6 anos atrás
  Andreas Kling 018da1be11 Generalize the SpinLock and move it to AK. há 6 anos atrás
  Andreas Kling d90d125dfe Add an undertaker task that is responsible for destroying dead tasks. há 6 anos atrás
  Andreas Kling ccd15e0590 Various things: há 6 anos atrás
  Andreas Kling 63e253bac9 Generate a basic /proc/summary file with some info about all tasks. há 6 anos atrás
  Andreas Kling ed2422d7af Start adding a basic /proc filesystem and a "ps" utility. há 6 anos atrás
  Andreas Kling fe237ee215 Lots of hacking: há 6 anos atrás