Commit History

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