History log of /xv6-public/ (Results 201 – 225 of 974)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a2e6eb102-Sep-2011 Austin Clements <amdragon@mit.edu>

Updated runoff spec; everything but ide.c is satisfied

c6c0cb8202-Sep-2011 Austin Clements <amdragon@mit.edu>

Fix same wonky pagebreak bug in console.c

e76dab4f02-Sep-2011 Austin Clements <amdragon@mit.edu>

Put filewrite in its own column

7d9ee3b802-Sep-2011 Austin Clements <amdragon@mit.edu>

Fix weird pagebreak bug

5a97613b02-Sep-2011 Austin Clements <amdragon@mit.edu>

Fit exec on a page. Again

4e015d8102-Sep-2011 Austin Clements <amdragon@mit.edu>

Shorten sys_unlink a little; create now fits in column

9bb1e53d02-Sep-2011 Austin Clements <amdragon@mit.edu>

Add blank page to get our super FS spreads back

7fb2119302-Sep-2011 Austin Clements <amdragon@mit.edu>

Remove comment debug prints from log.c; now fits nicely in a spread

ee1b330602-Sep-2011 Austin Clements <amdragon@mit.edu>

Define struct log separately from log to avoid confusing column breaker

a14c96f802-Sep-2011 Austin Clements <amdragon@mit.edu>

Comment balance

436f657e02-Sep-2011 Austin Clements <amdragon@mit.edu>

Remove unused headers from log.c

788e27de02-Sep-2011 Austin Clements <amdragon@mit.edu>

Fit fs.h in one column

3c01f5a002-Sep-2011 Austin Clements <amdragon@mit.edu>

Remove data.S from runoff, too

30c1901a02-Sep-2011 Austin Clements <amdragon@mit.edu>

Remove unused x86.h definitions

dd4438b402-Sep-2011 Austin Clements <amdragon@mit.edu>

Nuke data.S, since we do have a custom linker script.

ce6dd9de02-Sep-2011 Austin Clements <amdragon@mit.edu>

Correct terminology in kernel.ld

6f3ca05902-Sep-2011 Austin Clements <amdragon@mit.edu>

Oops, dropped a paren

2eb214c902-Sep-2011 Austin Clements <amdragon@mit.edu>

clear_pte_u -> clearpteu

91aa0f3202-Sep-2011 Austin Clements <amdragon@mit.edu>

Move copy_pte_u; fits vm.c in one less column and aligns proc.h

9e4272c102-Sep-2011 Austin Clements <amdragon@mit.edu>

Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of other things

14835ec902-Sep-2011 Austin Clements <amdragon@mit.edu>

Style

cf7b670202-Sep-2011 Austin Clements <amdragon@mit.edu>

Make mappages fit on the page

82bb0b5602-Sep-2011 Austin Clements <amdragon@mit.edu>

bootother -> entryother in README

052e184802-Sep-2011 Austin Clements <amdragon@mit.edu>

Skip missing page directories in deallocuvm

Previously, deallocuvm scanned from 0 to KERNBASE in one page
increments, which had a noticable effect on boot time. Now it skips
over missing page direc

Skip missing page directories in deallocuvm

Previously, deallocuvm scanned from 0 to KERNBASE in one page
increments, which had a noticable effect on boot time. Now it skips
over missing page directories.

show more ...

371ab7fa01-Sep-2011 Robert Morris <rtm@csail.mit.edu>

inaccessible page under the user stack page, to help exec deal w/ too-large args

12345678910>>...39