| 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 |
| 2006-07-16 |
rsc | more idiomatic c |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | no memlayout.h |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | was empty; gone |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | fix main return type |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | add %s to cprintf for cons_puts |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Keep interrupts disabled during startup. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | standardize on not using foo_ prefix in struct foo |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | rename swtch.S to setjmp.S |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | standardize on #include "foo" not <foo> |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | add minimal comments to generator vector table |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | remove acquire1 and release1 |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | add cons_puts for atomic (readable) output |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Add user.h for prototypes. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | tidy up |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Don't kill process when inside kernel. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | more name cleanup |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | remove non-idiomatic increment/decrement |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Rename fd_reference to more suggestive fd_incref. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Attempt to clean up newproc somewhat. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | New scheduler. |
commit | commitdiff | tree | snapshot |
| 2006-07-16 |
rsc | Undo change from this morning that wasn't intended... |
commit | commitdiff | tree | snapshot |
| 2006-07-15 |
rsc | move everything having to do with proc_table_lock into... |
commit | commitdiff | tree | snapshot |
| 2006-07-15 |
rsc | silence load_icode signedness warning |
commit | commitdiff | tree | snapshot |
| 2006-07-15 |
rsc | Add void for ANSI C |
commit | commitdiff | tree | snapshot |
| 2006-07-15 |
rsc | Change fetchint, fetcharg, and putint to return -1... |
commit | commitdiff | tree | snapshot |
| 2006-07-15 |
rtm | no more recursive locks |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
kaashoek | and the file |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
kaashoek | extract lapic code from mp.c |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
rtm | passes both usertests |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
rtm | i think my cmpxchg use was wrong in acquire |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
rtm | cvs add spinlock.h |
commit | commitdiff | tree | snapshot |
| 2006-07-12 |
rtm | no more big kernel lock |
commit | commitdiff | tree | snapshot |
| 2006-07-11 |
rtm | give each cpu its own clock, so that preemption works... |
commit | commitdiff | tree | snapshot |
| 2006-07-11 |
rtm | pre-empt both user and kernel, in clock interrupt |
commit | commitdiff | tree | snapshot |
| 2006-07-11 |
rsc | Changes to allow use of native x86 ELF compilers, which... |
commit | commitdiff | tree | snapshot |
| 2006-07-10 |
kaashoek | queue with disk requests |
commit | commitdiff | tree | snapshot |
| 2006-07-10 |
kaashoek | oops |
commit | commitdiff | tree | snapshot |
| next |