Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2006-07-16 | Rename fd_reference to more suggestive fd_incref. | rsc | 3 | -3/+3 | |
(Fd_reference sounds like it might just return the ref count.) | |||||
2006-07-16 | Attempt to clean up newproc somewhat. | rsc | 7 | -79/+98 | |
Also remove all calls to memcpy in favor of memmove, which has defined semantics when the ranges overlap. The fact that memcpy was working in console.c to scroll the screen is not guaranteed by all implementations. | |||||
2006-07-16 | New scheduler. | rsc | 11 | -205/+224 | |
Removed cli and sti stack in favor of tracking number of locks held on each CPU and explicit conditionals in spinlock.c. | |||||
2006-07-16 | Undo change from this morning that wasn't intended to get in. | rsc | 1 | -1/+1 | |
2006-07-15 | move everything having to do with proc_table_lock into proc.c | rsc | 4 | -47/+62 | |
2006-07-15 | silence load_icode signedness warning | rsc | 1 | -3/+3 | |