Historique des commits

Auteur SHA1 Message Date
  Andreas Kling ec1c487dcd Yet another pass of style fixes. il y a 6 ans
  Andreas Kling d0f06e5f3f Automatically call Inode::flush_metadata() before an Inode is destroyed. il y a 6 ans
  Andreas Kling f6e27c2abe More coding style changes. il y a 6 ans
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. il y a 6 ans
  Andreas Kling 629c5be10b Add basic zero faults. il y a 6 ans
  Andreas Kling e88f306d07 Make /proc/PID/vm more readable. il y a 6 ans
  Andreas Kling 2529925fe9 Some more renaming: il y a 6 ans
  Andreas Kling 8fa2d7104a More VFS cleanup. il y a 6 ans
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. il y a 6 ans
  Andreas Kling 457a5df7d5 Rename: il y a 6 ans
  Andreas Kling c735c56e4c More work on CoreInode. il y a 6 ans
  Andreas Kling 36b3dc6c32 Add /proc/PID/cwd, a symlink to the process's current directory. il y a 6 ans
  Andreas Kling a768c2b919 Rename ProcessInspectionScope to ProcessInspectionHandle. il y a 6 ans
  Andreas Kling e0ca6bb97e Add /proc/vnodes, listing basic info about all open vnodes. il y a 6 ans
  Andreas Kling 7b96218389 Fix VMO leak in Process::exec(). il y a 6 ans
  Andreas Kling cd1e7419f0 Teach Process::exec() about the magic of file-backed VMO's. il y a 6 ans
  Andreas Kling 3b2dcd5929 Add a VMO pointer to VNode. il y a 6 ans
  Andreas Kling 862f108cb5 Refactor the virtual memory object model a bit: il y a 6 ans
  Andreas Kling dd887e158b Add a /proc/PID/regs that shows register state from the process's TSS. il y a 6 ans
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. il y a 6 ans
  Andreas Kling 77fe8e8363 Add getppid(). il y a 6 ans
  Andreas Kling 9e62eb4856 Only COW on fault if the physical page has retain_count > 1. il y a 6 ans
  Andreas Kling 2d045d2a64 Implement COW pages! :^) il y a 6 ans
  Andreas Kling 72cdc62155 Replace zones with individually tracked physical pages. il y a 6 ans
  Andreas Kling aa6d06b47e Use ELF program headers to load executables smarter. il y a 6 ans
  Andreas Kling 621217ffeb Add tcsetpgrp()+tcgetpgrp(). il y a 6 ans
  Andreas Kling d8f0dd6f3b Start working on sessions and process groups. il y a 6 ans
  Andreas Kling 812e7940e2 Add a simple /proc/cpuinfo that includes some info from CPUID. il y a 6 ans
  Andreas Kling 90ddbca127 Free physical pages allocated for a process's page directory on exit. il y a 6 ans
  Andreas Kling 3a901ae36d Way tighter locking in process creation. il y a 6 ans