| 2006-09-06 |
rsc | more named constants |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | more tabs go away |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | no /* */ comments |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | standardize various * conventions |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | standardize on unnamed args in prototypes |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | spacing |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | spacing fixes: no tabs, 2-space indents (for rtm) |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | print "0" for null string |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | tweak |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | clear np->mem after freeing |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
kaashoek | some pipe support in sh |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
kaashoek | nits |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
kaashoek | change sections and order of files in printout |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
rsc | New formatting scripts. |
commit | commitdiff | tree | snapshot |
| 2006-09-04 |
kaashoek | a few nits |
commit | commitdiff | tree | snapshot |
| 2006-09-04 |
rtm | nits |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
kaashoek | nits |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
kaashoek | don't send keyboard interrupts to the second cpu, if... |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
kaashoek | remove duplication |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
kaashoek | centralize credits |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
kaashoek | index for printout |
commit | commitdiff | tree | snapshot |
| 2006-08-30 |
rtm | complain if no disk 1 |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
rtm | nits |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
rtm | clear killed flag in exit |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
rtm | prune unneeded panics and debug output |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
kaashoek | better printout |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
rtm | i broke sbrk, fix it |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
rtm | clean up stale error checks and panics |
commit | commitdiff | tree | snapshot |
| 2006-08-28 |
kaashoek | some text in readme |
commit | commitdiff | tree | snapshot |
| 2006-08-28 |
kaashoek | remove smallcap version |
commit | commitdiff | tree | snapshot |
| 2006-08-26 |
rtm | consistently ignore more than 14 chars in path component |
commit | commitdiff | tree | snapshot |
| 2006-08-26 |
rtm | mkdir check error from mknod |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
rtm | fstests bugs |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
rtm | fix writing the indirect block |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
rtm | inode addrs[NDIRECT] -> NADDRS |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
kaashoek | kill user process when it generates an unhandled trap... |
commit | commitdiff | tree | snapshot |
| 2006-08-24 |
kaashoek | bug in sbrk |
commit | commitdiff | tree | snapshot |
| 2006-08-24 |
rtm | big directory test |
commit | commitdiff | tree | snapshot |
| 2006-08-24 |
kaashoek | fix bugs in indirect-file code |
commit | commitdiff | tree | snapshot |
| 2006-08-24 |
kaashoek | user-level malloc (untested) |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
kaashoek | i/o redirection in sh |
commit | commitdiff | tree | snapshot |
| 2006-08-20 |
kaashoek | compiling, but untested dup |
commit | commitdiff | tree | snapshot |
| 2006-08-20 |
kaashoek | removed block system call |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
kaashoek | chdir |
commit | commitdiff | tree | snapshot |
| 2006-08-16 |
rtm | proc[0] can sleep(), at least after it gets to main00() |
commit | commitdiff | tree | snapshot |
| 2006-08-15 |
rtm | no more proc[] entry per cpu for idle loop |
commit | commitdiff | tree | snapshot |
| 2006-08-15 |
kaashoek | oops |
commit | commitdiff | tree | snapshot |
| 2006-08-15 |
kaashoek | commented out code for cwd |
commit | commitdiff | tree | snapshot |
| 2006-08-14 |
kaashoek | user-level programs: mkdir and rm |
commit | commitdiff | tree | snapshot |
| 2006-08-14 |
kaashoek | set size for directories correctly in wdir and mkfs |
commit | commitdiff | tree | snapshot |
| 2006-08-14 |
kaashoek | start on mkdir |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
rtm | wdir now uses readi/writei |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
rtm | fix iget() bug that allocated in-use inode[] entries |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
kaashoek | don't print unallocated dir entries |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
rtm | namei returns locked parent dir inode for create /... |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
kaashoek | zero freed blocks |
commit | commitdiff | tree | snapshot |
| 2006-08-13 |
rtm | link() |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
rtm | zero out all of dirent.name when creating |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
rtm | LRU disk cache replacement |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
kaashoek | free inode only when noone is holding a pointer to... |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
rtm | buffer cache, fifo replacement |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
rtm | mknod set nlink = 1 |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
rtm | fix getblk to actually lock the block |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
kaashoek | fstat |
commit | commitdiff | tree | snapshot |
| 2006-08-12 |
kaashoek | unlink,mknod,create with multi-component pathnames... |
commit | commitdiff | tree | snapshot |
| 2006-08-11 |
kaashoek | fix deadlock---iput(dp) asap |
commit | commitdiff | tree | snapshot |
| 2006-08-11 |
rtm | init creates console, opens 0/1/2, runs sh |
commit | commitdiff | tree | snapshot |
| 2006-08-10 |
rtm | interrupts could be recursive since lapic_eoi() called... |
commit | commitdiff | tree | snapshot |
| 2006-08-10 |
rtm | low-level keyboard input (not hooked up to /dev yet) |
commit | commitdiff | tree | snapshot |
| 2006-08-10 |
kaashoek | printf |
commit | commitdiff | tree | snapshot |
| 2006-08-09 |
kaashoek | iread for T_DEV |
commit | commitdiff | tree | snapshot |
| 2006-08-09 |
kaashoek | fix test program: don't close before writing |
commit | commitdiff | tree | snapshot |
| 2006-08-09 |
kaashoek | devsw |
commit | commitdiff | tree | snapshot |
| 2006-08-09 |
kaashoek | oops, update directory inode too |
commit | commitdiff | tree | snapshot |
| 2006-08-09 |
kaashoek | block bitmap |
commit | commitdiff | tree | snapshot |
| 2006-08-08 |
rtm | fix race in holding() check in acquire() |
commit | commitdiff | tree | snapshot |
| 2006-08-08 |
kaashoek | mknod,ialloc,iupdate |
commit | commitdiff | tree | snapshot |
| 2006-08-07 |
kaashoek | bwrite |
commit | commitdiff | tree | snapshot |
| 2006-08-06 |
kaashoek | generalize async read to support write too |
commit | commitdiff | tree | snapshot |
| 2006-08-04 |
kaashoek | nit |
commit | commitdiff | tree | snapshot |
| 2006-08-04 |
kaashoek | better interrupt plan---this one appears to work |
commit | commitdiff | tree | snapshot |
| 2006-07-29 |
rtm | open() |
commit | commitdiff | tree | snapshot |
| 2006-07-29 |
kaashoek | acquire+release ide_lock in ide_intr |
commit | commitdiff | tree | snapshot |
| 2006-07-28 |
rtm | exec arguments |
commit | commitdiff | tree | snapshot |
| 2006-07-27 |
rtm | primitive exec |
commit | commitdiff | tree | snapshot |
| 2006-07-26 |
rtm | update |
commit | commitdiff | tree | snapshot |
| 2006-07-21 |
rtm | namei |
commit | commitdiff | tree | snapshot |
| 2006-07-21 |
rtm | bread |
commit | commitdiff | tree | snapshot |
| 2006-07-20 |
rtm | uint32_t -> uint &c |
commit | commitdiff | tree | snapshot |
| 2006-07-18 |
rtm | prevent longjmp / forkret from writing over tf->edi |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | add ide_lock for sleep |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | standarize on unix-like lowercase struct names |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | no more cons_putc; real_cons_putc -> cons_putc |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | add uint and standardize on typedefs instead of unsigned |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | cleaner |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | goodbye PushRegs |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | cleaner |
commit | commitdiff | tree | snapshot |
| 2006-07-17 |
rsc | nitpicks |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Eliminate annoying Pseudodesc structure. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | various little fixes that should have been in earlier... |
commit | commitdiff | tree | snapshot |
| next |