2005-03-29 |
Ben Pfaff | Update mmap() tests.
|
commit | commitdiff | tree |
2005-03-29 |
Ben Pfaff | Change list_elem from typedef to struct.
|
commit | commitdiff | tree |
2005-03-24 |
Ben Pfaff | Fix 3 distinct bugs reported by Cristian Cadar.
|
commit | commitdiff | tree |
2005-03-24 |
Ben Pfaff | Update mmap, munmap stubs to match new prototypes.
|
commit | commitdiff | tree |
2005-03-23 |
Ben Pfaff | Fix handling of `+' and ` ' flags for unsigned conversions in
|
commit | commitdiff | tree |
2005-03-17 |
Ben Pfaff | When run.out is missing in &grade_test, just return...
|
commit | commitdiff | tree |
2005-03-17 |
Ben Pfaff | Remove patch no longer needed.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Crossport 1.2.4.1 to main.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Crossport 1.2.4.1 into main.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Make mmap use segment IDs.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Fix menu.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-03-05 |
Ben Pfaff | Update documentation.
|
commit | commitdiff | tree |
2005-02-24 |
Ben Pfaff | active_pd() should return a virtual address. Thanks...
|
commit | commitdiff | tree |
2005-02-22 |
Ben Pfaff | Don't consider zero-size disks to exist.
|
commit | commitdiff | tree |
2005-02-22 |
Ben Pfaff | Suggest a line limit of 79 characters.
|
commit | commitdiff | tree |
2005-02-12 |
Ben Pfaff | Use TIMER_FREQ of 19 for grading priority-fifo.
|
commit | commitdiff | tree |
2005-02-12 |
Ben Pfaff | Specify how we'll grade problem 1-1.
|
commit | commitdiff | tree |
2005-02-11 |
Ben Pfaff | Fix randomization patches to work with revised bitmap...
|
commit | commitdiff | tree |
2005-02-09 |
Ben Pfaff | Fix typo.
|
commit | commitdiff | tree |
2005-02-08 |
Ben Pfaff | Free file in file_close().
|
commit | commitdiff | tree |
2005-02-07 |
Ben Pfaff | Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join...
|
commit | commitdiff | tree |
2005-02-07 |
Ben Pfaff | Increase default timeout to 15 seconds.
|
commit | commitdiff | tree |
2005-01-29 |
Ben Pfaff | Remove .cvsignore from build directories; put `build...
|
commit | commitdiff | tree |
2005-01-25 |
Ben Pfaff | Fix typo.
|
commit | commitdiff | tree |
2005-01-25 |
Ben Pfaff | Be smarter about dealing with make failures.
|
commit | commitdiff | tree |
2005-01-25 |
Ben Pfaff | Fix runaway bochs, pintos processes on time-outs.
|
commit | commitdiff | tree |
2005-01-22 |
Ben Pfaff | Clarify that joinability is not inherited.
|
commit | commitdiff | tree |
2005-01-21 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-01-21 |
Ben Pfaff | Set up a frame pointer on interrupt entry, to improve...
|
commit | commitdiff | tree |
2005-01-21 |
Ben Pfaff | Ignore test directories.
|
commit | commitdiff | tree |
2005-01-21 |
Ben Pfaff | syscall-stub.S is gone; don't talk about it.
|
commit | commitdiff | tree |
2005-01-21 |
Ben Pfaff | syscall-stub.h is gone; don't #include it.
|
commit | commitdiff | tree |
2005-01-20 |
Ben Pfaff | Improve debuggability by adding .func/.endfunc around...
|
commit | commitdiff | tree |
2005-01-20 |
Ben Pfaff | Improve debuggability by eliminating system call stub...
|
commit | commitdiff | tree |
2005-01-20 |
Ben Pfaff | Fix quoting.
|
commit | commitdiff | tree |
2005-01-20 |
Ben Pfaff | Fix quoting.
|
commit | commitdiff | tree |
2005-01-20 |
Ben Pfaff | Remove more or less meaningless comment.
|
commit | commitdiff | tree |
2005-01-19 |
Ben Pfaff | Print a message if the default target is used.
|
commit | commitdiff | tree |
2005-01-19 |
Ben Pfaff | If the kernel image gets too big, "cmp ebx, KERNEL_LOAD_PAGE...
|
commit | commitdiff | tree |
2005-01-18 |
Ben Pfaff | Need to turn off interrupts again after calling into...
|
commit | commitdiff | tree |
2005-01-18 |
Ben Pfaff | In all the variants of the basic test for part 1-1...
|
commit | commitdiff | tree |
2005-01-14 |
Ben Pfaff | When a Pintos run times out, report the load average.
|
commit | commitdiff | tree |
2005-01-14 |
Ben Pfaff | Priority change clarification (problem 1-3).
|
commit | commitdiff | tree |
2005-01-14 |
Ben Pfaff | Fix bogus return value from `pintos' utility when calling...
|
commit | commitdiff | tree |
2005-01-14 |
Ben Pfaff | Expect proper result from `pintos get'.
|
commit | commitdiff | tree |
2005-01-13 |
Ben Pfaff | Improve comment.
|
commit | commitdiff | tree |
2005-01-10 |
Ben Pfaff | Fix Intel names for outd, ind, outsd, insd.
|
commit | commitdiff | tree |
2005-01-10 |
Ben Pfaff | Fix %' grouping in printf().
|
commit | commitdiff | tree |
2005-01-10 |
Ben Pfaff | Parse PINTOSOPTS environment variable as extra command...
|
commit | commitdiff | tree |
2005-01-10 |
Ben Pfaff | Fix order of edi, esi, ebp, ebx in switch_threads_frame...
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Save and restore user processes' FS and GS registers.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Fix Make.base in same way as Makefile.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | %d needed to be %zu
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Fix ordering.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Don't use ! in shell.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Print int with %d, not %zu.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Add self-test.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Add `null' to .cvsignore, via mkmf.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Add a `null' test for testing src/userprog before system...
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | Print PASS messages when complete.
|
commit | commitdiff | tree |
2005-01-09 |
Ben Pfaff | When running a "test" or "assemble" target, run-tests...
|
commit | commitdiff | tree |
2005-01-08 |
Ben Pfaff | Fix ASCII art diagram. Thanks to Roy Zeighami <zeighami...
|
commit | commitdiff | tree |
2005-01-06 |
Ben Pfaff | Fix typo.
|
commit | commitdiff | tree |
2005-01-06 |
Ben Pfaff | Fix condition variable example.
|
commit | commitdiff | tree |
2005-01-05 |
Ben Pfaff | Only grade mlfqs-speedup and mlfqs-priority if mlfqs...
|
commit | commitdiff | tree |
2005-01-04 |
Ben Pfaff | Update Bochs and toolchain build summaries.
|
commit | commitdiff | tree |
2005-01-04 |
Ben Pfaff | Fix "%d"s that should be "%zu"s.
|
commit | commitdiff | tree |
2005-01-04 |
Ben Pfaff | Fix multiple-output to stdout bug.
|
commit | commitdiff | tree |
2005-01-04 |
Ben Pfaff | Change to deal with crappy GAS bug.
|
commit | commitdiff | tree |
2005-01-04 |
Ben Pfaff | Patch for gcc-3.3.5.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Change assembly from AT&T to Intel syntax.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Add makefiles for cleaning grades, top level.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Remove redundant footnote.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Fix typo.
|
commit | commitdiff | tree |
2005-01-02 |
Ben Pfaff | Fix command line
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Add a suggestion to use `backtrace' and a reference...
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Comment.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Comments.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Add another pointer to the debugging documentation.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Discourage combining student contributions late.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Make close-stdin, close-stdout expected output more...
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Improve error message for grading when the make failed.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Fix syntax errors.
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Revert to requiring that exec return -1 if there is...
|
commit | commitdiff | tree |
2005-01-01 |
Ben Pfaff | Talk about write() to stdout more.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Wording.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Clarify.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Try to clarify synchronization.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Typographic fixes.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Add list_min(), list_max().
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Fix comment.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Clarifications.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Clarification.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Clarification.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Wording.
|
commit | commitdiff | tree |
2004-12-31 |
Ben Pfaff | Improve command-line interface to run-tests.
|
commit | commitdiff | tree |
next |