| Age | Commit message (Expand) | Author |
| 2006-08-29 | clear killed flag in exit | rtm |
| 2006-08-29 | prune unneeded panics and debug output | rtm |
| 2006-08-29 | i broke sbrk, fix it | rtm |
| 2006-08-29 | clean up stale error checks and panics | rtm |
| 2006-08-26 | consistently ignore more than 14 chars in path component | rtm |
| 2006-08-26 | mkdir check error from mknod | rtm |
| 2006-08-25 | inode addrs[NDIRECT] -> NADDRS | rtm |
| 2006-08-24 | user-level malloc (untested) | kaashoek |
| 2006-08-23 | i/o redirection in sh | kaashoek |
| 2006-08-20 | compiling, but untested dup | kaashoek |
| 2006-08-20 | removed block system call | kaashoek |
| 2006-08-19 | chdir | kaashoek |
| 2006-08-14 | set size for directories correctly in wdir and mkfs | kaashoek |
| 2006-08-14 | start on mkdir | kaashoek |
| 2006-08-13 | fix iget() bug that allocated in-use inode[] entries | rtm |
| 2006-08-13 | namei returns locked parent dir inode for create / unlink | rtm |
| 2006-08-13 | link() | rtm |
| 2006-08-12 | fix getblk to actually lock the block | rtm |
| 2006-08-12 | fstat | kaashoek |
| 2006-08-12 | unlink,mknod,create with multi-component pathnames should work now | kaashoek |
| 2006-08-11 | fix deadlock---iput(dp) asap | kaashoek |
| 2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm |
| 2006-08-10 | low-level keyboard input (not hooked up to /dev yet) | rtm |
| 2006-08-10 | printf | kaashoek |
| 2006-08-09 | iread for T_DEV | kaashoek |
| 2006-08-09 | fix test program: don't close before writing | kaashoek |
| 2006-08-09 | devsw | kaashoek |
| 2006-08-08 | fix race in holding() check in acquire() | rtm |
| 2006-08-08 | mknod,ialloc,iupdate | kaashoek |
| 2006-08-07 | bwrite | kaashoek |
| 2006-08-04 | better interrupt plan---this one appears to work | kaashoek |
| 2006-07-29 | open() | rtm |
| 2006-07-28 | exec arguments | rtm |
| 2006-07-27 | primitive exec | rtm |
| 2006-07-21 | namei | rtm |
| 2006-07-21 | bread | rtm |
| 2006-07-20 | uint32_t -> uint &c | rtm |
| 2006-07-18 | prevent longjmp / forkret from writing over tf->edi | rtm |
| 2006-07-17 | add ide_lock for sleep | rsc |
| 2006-07-17 | add uint and standardize on typedefs instead of unsigned | rsc |
| 2006-07-17 | goodbye PushRegs | rsc |
| 2006-07-16 | standardize on not using foo_ prefix in struct foo | rsc |
| 2006-07-16 | add cons_puts for atomic (readable) output | rsc |
| 2006-07-16 | Attempt to clean up newproc somewhat. | rsc |
| 2006-07-16 | New scheduler. | rsc |
| 2006-07-15 | move everything having to do with proc_table_lock into proc.c | rsc |
| 2006-07-15 | Add void for ANSI C | rsc |
| 2006-07-15 | Change fetchint, fetcharg, and putint to return -1 on error, 0 on success. | rsc |
| 2006-07-15 | no more recursive locks | rtm |
| 2006-07-12 | no more big kernel lock | rtm |