| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-08 | xv6: boot loader adjustments | rsc | |
| do Bochs breakpoint and spin in bootasm.S. not needed in bootmain too. fix readseg bug (rounding of va). zero segments when memsz > filesz. no need to clear BSS in kernel main. make bootother.S like bootasm.S | |||
| 2007-09-15 | fix comments | rtm | |
| 2007-08-28 | fix offsets | rsc | |
| 2007-08-28 | more cmain -> bootmain | rsc | |
| 2007-08-28 | cmain -> bootmain | rsc | |
| 2007-08-27 | cut bootmain to 1 sheet | rsc | |
| 2007-08-24 | nits | rsc | |
| 2007-08-24 | add missing iput() at end of _namei() | rtm | |
| 2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | |
| Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument | |||
| 2006-09-06 | wrap long lines | rsc | |
| 2006-09-06 | for vs while | rsc | |
| 2006-09-06 | no /* */ comments | rsc | |
| 2006-09-06 | standardize various * conventions | rsc | |
| 2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | |
| 2006-07-20 | uint32_t -> uint &c | rtm | |
| 2006-07-17 | standarize on unix-like lowercase struct names | rsc | |
| 2006-07-17 | add uint and standardize on typedefs instead of unsigned | rsc | |
| 2006-07-16 | standardize on not using foo_ prefix in struct foo | rsc | |
| 2006-07-16 | standardize on #include "foo" not <foo> | rsc | |
| 2006-06-12 | import | rtm | |
