Skip to content
Snippets Groups Projects
  1. Jul 29, 2011
  2. Feb 28, 2011
  3. 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
  4. Sep 02, 2010
  5. Aug 31, 2010
  6. Sep 30, 2009
  7. Sep 20, 2009
  8. 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
  9. Aug 08, 2009
  10. May 30, 2009
    • rsc's avatar
      · 34295f46
      rsc authored
      group locks into structs they protect.
      few naming nits.
      34295f46
    • rsc's avatar
      Add serial port input/output. · 74afa70d
      rsc authored
      Delete parallel port output.
      Works well with qemu -nographic mode.
      74afa70d
  11. Mar 08, 2009
  12. Oct 12, 2008
  13. Aug 21, 2008
  14. Sep 27, 2007
  15. Aug 30, 2007
  16. Aug 28, 2007
    • rsc's avatar
      comments; rename irq_ to pic_ · eb52c7de
      rsc authored
      eb52c7de
    • rsc's avatar
      spaces around else for rtm · 5516be1f
      rsc authored
      5516be1f
    • rsc's avatar
      more consistent spacing · e4d6a211
      rsc authored
      e4d6a211
    • rsc's avatar
      nits · c1b100e9
      rsc authored
      c1b100e9
    • rsc's avatar
      · d844f0f9
      rsc authored
      Change dev read/write functions
      to take inode* instead of minor number.
      
      Unlock console inode during console_read
      and console_write.  Otherwise background
      processes cannot write to console while the
      shell is reading it waiting for input.
      d844f0f9
  17. Aug 27, 2007
  18. Aug 24, 2007
    • rsc's avatar
      nits · 97ac612f
      rsc authored
      97ac612f
  19. Aug 14, 2007
  20. Aug 10, 2007
  21. Aug 08, 2007
  22. Sep 07, 2006
Loading