fixed typo in mmap example
[pintos-anon] / src /
2005-04-05 Ben PfaffFix comment.
2005-04-01 Ben PfaffImprove test program.
2005-04-01 Ben PfaffFix parenthesization.
2005-04-01 Ben PfaffFix more printf() conformance problems.
2005-04-01 Ben PfaffRevert to old version because it doesn't break preprocessor
2005-04-01 Ben PfaffMake sure PTRDIFF_MIN, PTRDIFF_MAX, and SIZE_MAX have...
2005-04-01 Ben Pfaff127 is a control character.
2005-04-01 Ben PfaffFix comment.
2005-04-01 Ben PfaffImprove.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-30 Ben PfaffReplace quick_sort() that uses quick sort and O(lg...
2005-03-30 Ben PfaffReimplement list_sort() iteratively, reducing memory...
2005-03-29 Ben PfaffAdd printf() test.
2005-03-29 Ben PfaffUpdate mmap() tests.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-03-24 Ben PfaffFix 3 distinct bugs reported by Cristian Cadar.
2005-03-24 Ben PfaffUpdate mmap, munmap stubs to match new prototypes.
2005-03-23 Ben PfaffFix handling of `+' and ` ' flags for unsigned conversi...
2005-03-05 Ben PfaffMake mmap use segment IDs.
2005-03-05 Ben PfaffComment.
2005-02-24 Ben Pfaffactive_pd() should return a virtual address. Thanks...
2005-02-22 Ben PfaffDon't consider zero-size disks to exist.
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().
next