(strip_exit_codes) Include _ in the list of characters considered as
[pintos-anon] / src /
2005-02-24 Ben Pfaffactive_pd() should return a virtual address.
2005-02-22 Ben PfaffOnly consider a disk to exist if it has nonzero size.
2005-02-22 Ben PfaffRemove trailing whitespace.
2005-02-11 Ben PfaffApply appropriate changes from main branch to bring...
2005-02-08 Ben PfaffFree file in file_close().
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-29 Ben PfaffRemove .cvsignore from build directories; put `build...
2005-01-21 Ben PfaffComment.
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
2005-01-21 Ben Pfaffsyscall-stub.h is gone; don't #include it.
2005-01-20 Ben PfaffImprove debuggability by adding .func/.endfunc around...
2005-01-20 Ben PfaffImprove debuggability by eliminating system call stub...
2005-01-19 Ben PfaffIf the kernel image gets too big, "cmp ebx, KERNEL_LOAD...
2005-01-18 Ben PfaffNeed to turn off interrupts again after calling into...
2005-01-18 Ben PfaffIn all the variants of the basic test for part 1-1...
2005-01-14 Ben PfaffFix bogus return value from `pintos' utility when calli...
2005-01-13 Ben PfaffImprove comment.
2005-01-10 Ben PfaffFix Intel names for outd, ind, outsd, insd.
2005-01-10 Ben PfaffFix %' grouping in printf().
2005-01-10 Ben PfaffParse PINTOSOPTS environment variable as extra command...
2005-01-10 Ben PfaffFix order of edi, esi, ebp, ebx in switch_threads_frame...
2005-01-09 Ben PfaffSave and restore user processes' FS and GS registers.
2005-01-09 Ben PfaffPrint int with %d, not %zu.
2005-01-09 Ben PfaffPrint PASS messages when complete.
2005-01-04 Ben PfaffUpdate Bochs and toolchain build summaries.
2005-01-04 Ben PfaffChange to deal with crappy GAS bug.
2005-01-04 Ben PfaffPatch for gcc-3.3.5.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-01 Ben PfaffAdd a suggestion to use `backtrace' and a reference...
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComments.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffFix comment.
2004-12-31 Ben PfaffImprove basic alarm clock test.
2004-12-31 Ben PfaffFix brown-bag error.
2004-12-15 Ben PfaffClean up.
2004-12-15 Ben PfaffClean up inode code:
2004-12-15 Ben PfaffComment.
2004-12-15 Ben PfaffUse 0xcc (not 0xcd) for clearing malloc() blocks too.
2004-12-15 Ben PfaffFix warnings.
2004-12-15 Ben PfaffSwitch the base file system from direct-indexed inodes...
2004-12-15 Ben PfaffTurn off optimization by default.
2004-12-14 Ben PfaffAdd warnings for missing disks with various projects.
2004-12-14 Ben PfaffComment.
2004-12-14 Ben PfaffFix zero-length file case on put.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-12-10 Ben PfaffAdd "real-time" option to pintos utility and document...
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-12-09 Ben PfaffPower off on kernel panic.
2004-12-08 Ben PfaffMake it easier to include debug symbols in executables.
2004-12-08 Ben PfaffPrint addresses along with function name/filename/line...
2004-12-08 Ben PfaffAdd copy of LICENSE in src directory.
2004-12-08 Ben PfaffValidate offsets before passing into file_seek().
2004-12-03 Ben PfaffComment.
2004-12-03 Ben PfaffComments.
2004-12-02 Ben PfaffComment.
2004-12-02 Ben PfaffRemove redundant test.
2004-12-01 Ben PfaffAdd qsort(), bsearch().
2004-11-24 Ben PfaffFix spelling mistake in message.
2004-11-23 Ben PfaffFix `get' behavior.
2004-11-23 Ben PfaffUpdate .cvsignore files.
2004-11-22 Ben PfaffFix treatment of timeouts in run-tests and pintos.
2004-11-22 Ben PfaffUse exec instead of system to start bochs.
2004-11-22 Ben PfaffOops. unpack("%V") -> unpack("V")
2004-11-18 Ben PfaffAdd -DPINTOS to DEFINES.
2004-11-05 Ben PfaffFix bug caused by previous change.
2004-11-05 Ben PfaffImprove list_remove().
2004-11-05 Ben PfaffPrevent bitmap_scan() from assert-failing if CNT is...
2004-11-03 Ben PfaffUse "&& mv $@.tmp $@" for threads/intr-stubs.S.
2004-11-01 Ben PfaffAdd more tests.
2004-11-01 Ben PfaffFix use of arbitrary files for disks with "get" and...
2004-11-01 Ben PfaffAdd more tests.
2004-10-31 Ben PfaffAdd -*- makefile -*- line.
2004-10-29 Ben PfaffFix bug in strlcpy() that could cause reading too much...
2004-10-27 Ben PfaffMove segment rounding LDFLAGS into tests/userprog/Makefile.
2004-10-27 Ben PfaffWork on userprog tests.
2004-10-27 Ben PfaffClean up. Use perl -w and strict.
2004-10-26 Ben Pfaff(file_read_at) Fix behavior of read when position is...
2004-10-26 Ben PfaffAdd comment to clarify behavior.
2004-10-26 Ben PfaffMake tests/userprog makefile modular so we can reuse...
2004-10-25 Ben PfaffAdd some more correctness assertions to free().
2004-10-25 Ben PfaffDisallow the empty string as a file name.
2004-10-25 Ben PfaffReverse LIB order so that programs that don't make...
2004-10-25 Ben PfaffImprove implementation of puts().
2004-10-23 Ben PfaffAdd filesize() stub.
2004-10-22 Ben PfaffComments.
2004-10-20 Ben PfaffFix bug in pagedir_get_page(): didn't apply uaddr page...
2004-10-19 Ben PfaffAllow cpp to remove comments when producing kernel...
2004-10-19 Ben PfaffComments.
2004-10-18 Ben PfaffRevert to previous version.
2004-10-18 Ben PfaffASSERT should evaluate to an expression not a statement.
2004-10-17 Ben PfaffAdd -s to LDFLAGS to strip output binaries.
2004-10-17 Ben PfaffComments.
2004-10-15 Ben PfaffFix a few details.
2004-10-14 Ben PfaffSpelling fix.
2004-10-14 Ben PfaffAdd 14 (page fault) to named exceptions.
2004-10-14 Ben PfaffShould iterate 10 times not 5.
2004-10-12 Ben PfaffNeither of these tests works under MLFQS.
2004-10-11 Ben PfaffMake sure that we're not being tested with MLFQS on.
next