| 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 |
| 2006-07-10 |
kaashoek | read the disk using interrupts |
commit | commitdiff | tree | snapshot |
| 2006-07-06 |
kaashoek | disable all interrupts when acquiring lock |
commit | commitdiff | tree | snapshot |
| 2006-07-05 |
kaashoek | timer interrupts |
commit | commitdiff | tree | snapshot |
| 2006-07-01 |
rtm | swtch saves callee-saved registers |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
kaashoek | disable interrupts when holding kernel lock |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
kaashoek | timer interrupts |
commit | commitdiff | tree | snapshot |
| 2006-06-27 |
rtm | file descriptors |
commit | commitdiff | tree | snapshot |
| 2006-06-26 |
rtm | system call return values |
commit | commitdiff | tree | snapshot |
| 2006-06-26 |
kaashoek | stick mpstack in cpu structure |
commit | commitdiff | tree | snapshot |
| 2006-06-26 |
rtm | system call arguments |
commit | commitdiff | tree | snapshot |
| 2006-06-24 |
rtm | boot more than two CPUs, each on own initial stack |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
rtm | bug in trapret |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
rtm | compile "user programs" |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
rtm | send console output to parallel port |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
kaashoek | oops |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
kaashoek | checkpoint. booting second processor. stack is messed... |
commit | commitdiff | tree | snapshot |
| 2006-06-21 |
kaashoek | start on MP; detect MP configuration |
commit | commitdiff | tree | snapshot |
| 2006-06-16 |
rtm | checkpoint |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
rtm | sleep, wakeup, wait, exit |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
rtm | primitive fork and exit system calls |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
rtm | fix some trap bugs |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
rtm | foo |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
rtm | more or less take traps/interrupts |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
rtm | xx |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
rtm | import |
commit | commitdiff | tree | snapshot |
|