| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | |
| 2011-01-11 | make new code like old code | Russ Cox | |
| 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. | |||
| 2010-08-31 | kalloc/kfree now only a page at a time | Robert Morris | |
| do not keep sorted contiguous free list | |||
| 2007-08-28 | spaces around else for rtm | rsc | |
| 2007-08-28 | more consistent spacing | rsc | |
| 2007-08-27 | delete unnecessary #include lines | rsc | |
| 2007-08-10 | avoid assignments in declarations | rsc | |
| 2007-08-09 | try to use cp only for curproc[cpu()] | rsc | |
| 2006-09-06 | standardize various * conventions | rsc | |
| 2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | |
| 2006-08-25 | kill user process when it generates an unhandled trap (e.g., 13) | kaashoek | |
| fix bug in test code of malloc | |||
| 2006-08-24 | bug in sbrk | kaashoek | |
| test malloc | |||
| 2006-08-24 | user-level malloc (untested) | kaashoek | |
| nit in sbrk indirect block fix dup to share fd struct | |||
