Skip to content
Snippets Groups Projects
  1. Aug 22, 2011
  2. Aug 12, 2011
    • Robert Morris's avatar
      log write() data · 2e590463
      Robert Morris authored
      usertest for big write()s
      push begin_trans/commit_trans down into syscalls
      2e590463
  3. Jul 29, 2011
  4. Jul 27, 2011
  5. Feb 28, 2011
  6. Jan 11, 2011
    • Russ Cox's avatar
      make new code like old code · 1a81e38b
      Russ Cox authored
      Variable declarations at top of function,
      separate from initialization.
      
      Use == 0 instead of ! for checking pointers.
      
      Consistent spacing around {, *, casts.
      
      Declare 0-parameter functions as (void) not ().
      
      Integer valued functions return -1 on failure, 0 on success.
      1a81e38b
  7. Sep 01, 2010
  8. Aug 11, 2010
  9. Jul 02, 2010
  10. Aug 30, 2009
    • Russ Cox's avatar
      assorted fixes: · 48755214
      Russ Cox authored
       * rename c/cp to cpu/proc
       * rename cpu.context to cpu.scheduler
       * fix some comments
       * formatting for printout
      48755214
  11. Aug 28, 2007
  12. Aug 27, 2007
  13. Aug 24, 2007
  14. Aug 21, 2007
    • rsc's avatar
      · f32f3638
      rsc authored
      Various cleanup:
      
       - Got rid of dummy proc[0].  Now proc[0] is init.
       - Added initcode.S to exec /init, so that /init is
         just a regular binary.
       - Moved exec out of sysfile to exec.c
       - Moved code dealing with fs guts (like struct inode)
         from sysfile.c to fs.c.  Code dealing with system call
         arguments stays in sysfile.c
       - Refactored directory routines in fs.c; should be simpler.
       - Changed iget to return *unlocked* inode structure.
         This solves the lookup-then-use race in namei
         without introducing deadlocks.
         It also enabled getting rid of the dummy proc[0].
      f32f3638
  15. Aug 14, 2007
  16. Aug 10, 2007
  17. Aug 09, 2007
  18. Aug 08, 2007
  19. Sep 07, 2006
  20. Sep 06, 2006
  21. Aug 30, 2006
  22. Aug 29, 2006
  23. Aug 26, 2006
Loading