Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-10 | interrupts could be recursive since lapic_eoi() called before rti | rtm | 16 | -28/+194 | |
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi() | |||||
2006-08-10 | low-level keyboard input (not hooked up to /dev yet) | rtm | 14 | -14/+249 | |
fix acquire() to cli() *before* incrementing nlock make T_SYSCALL a trap gate, not an interrupt gate sadly, various crashes if you hold down a keyboard key... | |||||
2006-08-10 | printf | kaashoek | 11 | -42/+238 | |
convert userfs to use printf bfree ifree writei start on unlink | |||||
2006-08-09 | iread for T_DEV | kaashoek | 5 | -12/+41 | |
O_RDWR, etc. create file | |||||
2006-08-09 | fix test program: don't close before writing | kaashoek | 3 | -11/+1 | |
set fd to writeable on open for write | |||||
2006-08-09 | devsw | kaashoek | 9 | -2/+68 | |
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works | |||||
2006-08-09 | oops, update directory inode too | kaashoek | 1 | -2/+9 | |
2006-08-09 | block bitmap | kaashoek | 3 | -30/+103 | |
balloc | |||||
2006-08-08 | fix race in holding() check in acquire() | rtm | 20 | -55/+209 | |
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files | |||||
2006-08-08 | mknod,ialloc,iupdate | kaashoek | 9 | -2/+152 | |
2006-08-07 | bwrite | kaashoek | 4 | -8/+33 | |
2006-08-06 | generalize async read to support write too | kaashoek | 3 | -12/+17 | |
2006-08-04 | nit | kaashoek | 2 | -20/+18 | |
2006-08-04 | better interrupt plan---this one appears to work | kaashoek | 11 | -12/+217 | |
ioapic | |||||
2006-07-29 | open() | rtm | 17 | -13/+89 | |
2006-07-29 | acquire+release ide_lock in ide_intr | kaashoek | 1 | -1/+3 | |
2006-07-28 | exec arguments | rtm | 7 | -17/+89 | |
2006-07-27 | primitive exec | rtm | 10 | -42/+243 | |
2006-07-26 | update | rtm | 1 | -2/+3 | |
2006-07-21 | namei | rtm | 7 | -11/+164 | |
2006-07-21 | bread | rtm | 12 | -32/+377 | |
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1 | |||||
2006-07-20 | uint32_t -> uint &c | rtm | 17 | -271/+252 | |
2006-07-18 | prevent longjmp / forkret from writing over tf->edi | rtm | 3 | -6/+9 | |
2006-07-17 | add ide_lock for sleep | rsc | 6 | -8/+41 | |
2006-07-17 | standarize on unix-like lowercase struct names | rsc | 10 | -59/+59 | |
2006-07-17 | no more cons_putc; real_cons_putc -> cons_putc | rsc | 2 | -18/+7 | |
2006-07-17 | add uint and standardize on typedefs instead of unsigned | rsc | 15 | -82/+84 | |
2006-07-17 | cleaner | rsc | 1 | -2/+2 | |
2006-07-17 | goodbye PushRegs | rsc | 4 | -9/+6 | |
2006-07-17 | cleaner | rsc | 1 | -2/+2 | |
2006-07-17 | nitpicks | rsc | 11 | -32/+29 | |
2006-07-16 | Eliminate annoying Pseudodesc structure. | rsc | 6 | -107/+32 | |
Eliminate unnecessary parts of mmu.h. | |||||
2006-07-16 | various little fixes that should have been in earlier checkins | rsc | 2 | -3/+0 | |
2006-07-16 | more idiomatic c | rsc | 1 | -8/+5 | |
2006-07-16 | no memlayout.h | rsc | 1 | -1/+0 | |
2006-07-16 | was empty; gone | rsc | 1 | -0/+0 | |
2006-07-16 | fix main return type | rsc | 2 | -4/+7 | |
2006-07-16 | add %s to cprintf for cons_puts | rsc | 3 | -1/+23 | |
2006-07-16 | Keep interrupts disabled during startup. | rsc | 3 | -19/+32 | |
2006-07-16 | standardize on not using foo_ prefix in struct foo | rsc | 10 | -180/+181 | |
2006-07-16 | rename swtch.S to setjmp.S | rsc | 1 | -0/+0 | |
2006-07-16 | standardize on #include "foo" not <foo> | rsc | 2 | -5/+5 | |
2006-07-16 | add minimal comments to generator vector table | rsc | 1 | -3/+6 | |
2006-07-16 | remove acquire1 and release1 | rsc | 2 | -18/+4 | |
2006-07-16 | add cons_puts for atomic (readable) output | rsc | 2 | -5/+41 | |
2006-07-16 | Add user.h for prototypes. | rsc | 6 | -6/+40 | |
Add cons_puts for cleaner output. | |||||
2006-07-16 | tidy up | rsc | 1 | -13/+24 | |
2006-07-16 | Don't kill process when inside kernel. | rsc | 1 | -3/+10 | |
2006-07-16 | more name cleanup | rsc | 2 | -10/+8 | |
2006-07-16 | remove non-idiomatic increment/decrement | rsc | 3 | -10/+3 | |