2005-01-18 |
Ben Pfaff | In all the variants of the basic test for part 1-1... |
tree | commitdiff |
2005-01-14 |
Ben Pfaff | Fix bogus return value from `pintos' utility when calli... |
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 %' grouping in printf(). |
tree | commitdiff |
2005-01-10 |
Ben Pfaff | Parse PINTOSOPTS environment variable as extra command... |
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-09 |
Ben Pfaff | Print int with %d, not %zu. |
tree | commitdiff |
2005-01-09 |
Ben Pfaff | Print PASS messages when complete. |
tree | commitdiff |
2005-01-04 |
Ben Pfaff | Update Bochs and toolchain build summaries. |
tree | commitdiff |
2005-01-04 |
Ben Pfaff | Change to deal with crappy GAS bug. |
tree | commitdiff |
2005-01-04 |
Ben Pfaff | Patch for gcc-3.3.5. |
tree | commitdiff |
2005-01-02 |
Ben Pfaff | Change assembly from AT&T to Intel syntax. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Add a suggestion to use `backtrace' and a reference... |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Comment. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Comment. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Add list_min(), list_max(). |
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-31 |
Ben Pfaff | Fix brown-bag error. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up. |
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-15 |
Ben Pfaff | Fix warnings. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Switch the base file system from direct-indexed inodes... |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Turn off optimization by default. |
tree | commitdiff |
2004-12-14 |
Ben Pfaff | Add warnings for missing disks with various projects. |
tree | commitdiff |
2004-12-14 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-14 |
Ben Pfaff | Fix zero-length file case on put. |
tree | commitdiff |
2004-12-13 |
Ben Pfaff | Support accurate short delays in the timer code, to... |
tree | commitdiff |
2004-12-10 |
Ben Pfaff | Add "real-time" option to pintos utility and document... |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Rename do_power_off to power_off_when_done. |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Power off on kernel panic. |
tree | commitdiff |
2004-12-08 |
Ben Pfaff | Make it easier to include debug symbols in executables. |
tree | commitdiff |
2004-12-08 |
Ben Pfaff | Print addresses along with function name/filename/line... |
tree | commitdiff |
2004-12-08 |
Ben Pfaff | Add copy of LICENSE in src directory. |
tree | commitdiff |
2004-12-08 |
Ben Pfaff | Validate offsets before passing into file_seek(). |
tree | commitdiff |
2004-12-03 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-03 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-12-02 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-02 |
Ben Pfaff | Remove redundant test. |
tree | commitdiff |
2004-12-01 |
Ben Pfaff | Add qsort(), bsearch(). |
tree | commitdiff |
2004-11-24 |
Ben Pfaff | Fix spelling mistake in message. |
tree | commitdiff |
2004-11-23 |
Ben Pfaff | Fix `get' behavior. |
tree | commitdiff |
2004-11-23 |
Ben Pfaff | Update .cvsignore files. |
tree | commitdiff |
2004-11-22 |
Ben Pfaff | Fix treatment of timeouts in run-tests and pintos. |
tree | commitdiff |
2004-11-22 |
Ben Pfaff | Use exec instead of system to start bochs. |
tree | commitdiff |
2004-11-22 |
Ben Pfaff | Oops. unpack("%V") -> unpack("V") |
tree | commitdiff |
2004-11-18 |
Ben Pfaff | Add -DPINTOS to DEFINES. |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Fix bug caused by previous change. |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Improve list_remove(). |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Prevent bitmap_scan() from assert-failing if CNT is... |
tree | commitdiff |
2004-11-03 |
Ben Pfaff | Use "&& mv $@.tmp $@" for threads/intr-stubs.S. |
tree | commitdiff |
2004-11-01 |
Ben Pfaff | Add more tests. |
tree | commitdiff |
2004-11-01 |
Ben Pfaff | Fix use of arbitrary files for disks with "get" and... |
tree | commitdiff |
2004-11-01 |
Ben Pfaff | Add more tests. |
tree | commitdiff |
2004-10-31 |
Ben Pfaff | Add -*- makefile -*- line. |
tree | commitdiff |
2004-10-29 |
Ben Pfaff | Fix bug in strlcpy() that could cause reading too much... |
tree | commitdiff |
2004-10-27 |
Ben Pfaff | Move segment rounding LDFLAGS into tests/userprog/Makefile. |
tree | commitdiff |
2004-10-27 |
Ben Pfaff | Work on userprog tests. |
tree | commitdiff |
2004-10-27 |
Ben Pfaff | Clean up. Use perl -w and strict. |
tree | commitdiff |
2004-10-26 |
Ben Pfaff | (file_read_at) Fix behavior of read when position is... |
tree | commitdiff |
2004-10-26 |
Ben Pfaff | Add comment to clarify behavior. |
tree | commitdiff |
2004-10-26 |
Ben Pfaff | Make tests/userprog makefile modular so we can reuse... |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Add some more correctness assertions to free(). |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Disallow the empty string as a file name. |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Reverse LIB order so that programs that don't make... |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Improve implementation of puts(). |
tree | commitdiff |
2004-10-23 |
Ben Pfaff | Add filesize() stub. |
tree | commitdiff |
2004-10-22 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-20 |
Ben Pfaff | Fix bug in pagedir_get_page(): didn't apply uaddr page... |
tree | commitdiff |
2004-10-19 |
Ben Pfaff | Allow cpp to remove comments when producing kernel... |
tree | commitdiff |
2004-10-19 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | Revert to previous version. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | ASSERT should evaluate to an expression not a statement. |
tree | commitdiff |
2004-10-17 |
Ben Pfaff | Add -s to LDFLAGS to strip output binaries. |
tree | commitdiff |
2004-10-17 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-15 |
Ben Pfaff | Fix a few details. |
tree | commitdiff |
2004-10-14 |
Ben Pfaff | Spelling fix. |
tree | commitdiff |
2004-10-14 |
Ben Pfaff | Add 14 (page fault) to named exceptions. |
tree | commitdiff |
2004-10-14 |
Ben Pfaff | Should iterate 10 times not 5. |
tree | commitdiff |
2004-10-12 |
Ben Pfaff | Neither of these tests works under MLFQS. |
tree | commitdiff |
2004-10-11 |
Ben Pfaff | Make sure that we're not being tested with MLFQS on. |
tree | commitdiff |
2004-10-10 |
Ben Pfaff | Add volatile to asm statement in intr_get_level(), |
tree | commitdiff |
2004-10-09 |
Ben Pfaff | Fix logic problem. |
tree | commitdiff |
2004-10-09 |
Ben Pfaff | Fix compile problems. |
tree | commitdiff |
2004-10-09 |
Ben Pfaff | Fix compile problems. |
tree | commitdiff |
2004-10-09 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-08 |
Ben Pfaff | Use 115.2 kbps instead of 9600 bps. |
tree | commitdiff |
2004-10-07 |
Ben Pfaff | Check that the serial rate is reasonable. |
tree | commitdiff |
2004-10-06 |
Ben Pfaff | Make freeing pages not require the pool lock, |
tree | commitdiff |
2004-10-06 |
Ben Pfaff | timer_sleep() need interrupts on. |
tree | commitdiff |
2004-10-05 |
Ben Pfaff | Fix missing right paren. |
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 | Move TODO. |
tree | commitdiff |
next |