2005-06-20 |
Ben Pfaff | Add grading system. |
tree | commitdiff |
2005-06-19 |
Ben Pfaff | Make tests public. Rewrite most tests. Add tests. |
tree | commitdiff |
2005-04-13 |
Ben Pfaff | Use runtime options instead of conditional compilation... |
tree | commitdiff |
2005-04-12 |
Ben Pfaff | Update message. |
tree | commitdiff |
2005-04-12 |
Ben Pfaff | Update message. |
tree | commitdiff |
2005-04-12 |
Ben Pfaff | Get rid of file system "dump" operations because they... |
tree | commitdiff |
2005-04-12 |
Ben Pfaff | Get rid of DEBUG macro, supporting code, and documentation, |
tree | commitdiff |
2005-04-07 |
Ben Pfaff | In idle(), "sti; hlt" must be atomic or we can waste... |
tree | commitdiff |
2005-04-06 |
Ben Pfaff | Only need single 0x90. |
tree | commitdiff |
2005-03-31 |
Ben Pfaff | Move problem 1-2 (join) into project 2 as the "wait... |
tree | commitdiff |
2005-03-29 |
Ben Pfaff | Change list_elem from typedef to struct. |
tree | commitdiff |
2005-02-07 |
Ben Pfaff | Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi... |
tree | commitdiff |
2005-01-29 |
Ben Pfaff | Remove .cvsignore from build directories; put `build... |
tree | commitdiff |
2005-01-21 |
Ben Pfaff | Set up a frame pointer on interrupt entry, to improve... |
tree | commitdiff |
2005-01-20 |
Ben Pfaff | Improve debuggability by adding .func/.endfunc around... |
tree | commitdiff |
2005-01-19 |
Ben Pfaff | If the kernel image gets too big, "cmp ebx, KERNEL_LOAD... |
tree | commitdiff |
2005-01-18 |
Ben Pfaff | Need to turn off interrupts again after calling into... |
tree | commitdiff |
2005-01-18 |
Ben Pfaff | In all the variants of the basic test for part 1-1... |
tree | commitdiff |
2005-01-13 |
Ben Pfaff | Improve comment. |
tree | commitdiff |
2005-01-10 |
Ben Pfaff | Fix Intel names for outd, ind, outsd, insd. |
tree | commitdiff |
2005-01-10 |
Ben Pfaff | Fix order of edi, esi, ebp, ebx in switch_threads_frame... |
tree | commitdiff |
2005-01-09 |
Ben Pfaff | Save and restore user processes' FS and GS registers. |
tree | commitdiff |
2005-01-04 |
Ben Pfaff | Change to deal with crappy GAS bug. |
tree | commitdiff |
2005-01-02 |
Ben Pfaff | Change assembly from AT&T to Intel syntax. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Improve basic alarm clock test. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up inode code: |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Use 0xcc (not 0xcd) for clearing malloc() blocks too. |
tree | commitdiff |
2004-12-13 |
Ben Pfaff | Support accurate short delays in the timer code, to... |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Rename do_power_off to power_off_when_done. |
tree | commitdiff |
2004-11-23 |
Ben Pfaff | Update .cvsignore files. |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Add some more correctness assertions to free(). |
tree | commitdiff |
2004-10-14 |
Ben Pfaff | Add 14 (page fault) to named exceptions. |
tree | commitdiff |
2004-10-10 |
Ben Pfaff | Add volatile to asm statement in intr_get_level(), |
tree | commitdiff |
2004-10-09 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-06 |
Ben Pfaff | Make freeing pages not require the pool lock, |
tree | commitdiff |
2004-10-05 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-10-02 |
Ben Pfaff | Fix comments. |
tree | commitdiff |
2004-09-29 |
Ben Pfaff | Fix printf() format specifier. |
tree | commitdiff |
2004-09-29 |
Ben Pfaff | Reorder functions. |
tree | commitdiff |
2004-09-29 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-29 |
Ben Pfaff | %zd -> %zu |
tree | commitdiff |
2004-09-28 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-28 |
Ben Pfaff | Comments and a bit of initialization order cleanup. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Add -ul option for limiting user pool size. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Bug fix. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Add PTSPAN. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Print statistics at power off. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Map first 64 MB of memory, not just 4 MB. |
tree | commitdiff |
2004-09-23 |
Ben Pfaff | Rewrite page allocator to support multi-page allocations. |
tree | commitdiff |
2004-09-22 |
Ben Pfaff | Move most process destruction earlier. |
tree | commitdiff |
2004-09-22 |
Ben Pfaff | memset freed blocks to 0xcd. |
tree | commitdiff |
2004-09-22 |
Ben Pfaff | thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED. |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Call serial_flush() in power_off(). |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Cleanup. |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Remove unneeded #include. |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Merge new_thread() into thread_create(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Rename addrspace to process. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Make processes responsible for loading themselves. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Change interface of addrspace_load() to provide initial... |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Remove `name' from lock because it duplicates its membe... |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Add const to various functions. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Swap names of power_off and do_power_off(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Revise makefile structure. |
tree | commitdiff |
2004-09-19 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-17 |
Ben Pfaff | Add thread priority support. |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Move pagedir stuff into userprog. |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Make thread_unblock() on a thread that isn't blocked... |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Invent tid_t data type and use it in many places where... |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Add -u to usage message. |
tree | commitdiff |
2004-09-14 |
Ben Pfaff | Change -cp option to -ci ("copy in"). |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | For some reason i386-elf-as doesn't like 512/4, so... |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Use `z' modifier to printf size_t. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Don't assume 4 kB pages. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Don't palloc_free() the initial thread, because it... |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Add magic numbers for safety. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Introduce "kernel" and "user" pools as a band-aid for... |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Make less sensitive to slow processors. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Update initialization order. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Declare start symbol for linker's use. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Add a little demo/test code for the `threads' project. |
tree | commitdiff |
2004-09-11 |
Ben Pfaff | Rewrite loader, improving comments greatly. |
tree | commitdiff |
2004-09-09 |
Ben Pfaff | Add some prototypes. |
tree | commitdiff |
2004-09-09 |
Ben Pfaff | Rename run_queue to ready_list. |
tree | commitdiff |
2004-09-08 |
Ben Pfaff | Update name to Pintos. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Move serial interrupt queue into new file intq.c. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | First stab at interrupt-driven serial. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Default to INTR_OFF for unregistered interrupts. |
tree | commitdiff |
2004-09-07 |
Ben Pfaff | Add comment. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Fix up header guards. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Fix up header guards. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Remove unwanted files. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | REmove unwanted files. |
tree | commitdiff |
2004-09-06 |
Ben Pfaff | Rename printk() to printf(). |
tree | commitdiff |
2004-09-05 |
Ben Pfaff | Add .cvsignore. |
tree | commitdiff |
next |