提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling b824f15619 Launching an arbitrary ELF executable from disk works! :^) 6 年之前
  Andreas Kling 85bcf2ed0f Add getgid() and getpid() syscalls. Prep for LibC. 6 年之前
  Andreas Kling 3a3c57357c Add a sys$exit and make init_stage2 call it when finished. 6 年之前
  Andreas Kling 79ffdb7205 A lot of hacking: 6 年之前
  Andreas Kling dd6706a1a1 Fix null deref in contextSwitch(). 6 年之前
  Andreas Kling 46ff281695 Turn the syscall interrupt into a trap (by switching the gate type.) 6 年之前
  Andreas Kling 3649638259 Add Regions concept to Task. 6 年之前