| 2006-09-07 |
rsc | clean namei search loop |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | fix build bug |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | fix pipe bug |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | comments |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | remove fstest |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | refactor syscall code |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | more comments |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | fix build |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | one regression test program |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | remove _ prefixes |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | comment fixes |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | avoid system binary clashes |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | better page breaks |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | more simplifying |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | get precedence of <, >, and | right |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
rsc | more defensive programming |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | run without lapic and ioapic, if they are not present |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
kaashoek | nit in console interrupts |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | fd.c -> file.c |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | runoff fixes |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | runoff tweaks |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | goodbye lgrind |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | clean up after mkfs |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | wrap long lines |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | for vs while |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | weird spacing |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | fd_* => file_* |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | fd.* -> file.* |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | struct fd -> struct file |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | what is NULL? |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | renumber system calls |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | split syscall.c into sysfile.c and sysproc.c |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | rm rm |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | writeable => writable |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
rsc | break single-line if statements |
commit | commitdiff | tree | snapshot |
| 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 |
| next |