History log of /xv6-public/ (Results 151 – 175 of 974)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ff27834404-Mar-2013 Stephen Tu <stephentu@csail.mit.edu>

Correct a security bug in copyuvm()

copyuvm() should not allow new copied pages to inherit more
permissions than the original pages.

241c068024-Oct-2012 Cam Tenny <cjtenny@mit.edu>

Prevent extra rebuild of fs.img by keeping intermediate object files.

c440b5cd11-Sep-2012 Frans Kaashoek <kaashoek@mit.edu>

Use static assert instead of _LP64 (thanks Eddie!)

cf57e52507-Sep-2012 Frans Kaashoek <kaashoek@mit.edu>

Remove -m32 flag from native gcc compiler
But check that mkfs.c is building with LP64

2ae8392a28-Aug-2012 Robert Morris <rtm@csail.mit.edu>

make the book happy

792d83ca28-Aug-2012 Robert Morris <rtm@csail.mit.edu>

nits

8960f60b28-Aug-2012 Robert Morris <rtm@csail.mit.edu>

junk

951b77f724-Aug-2012 Austin Clements <amdragon@mit.edu>

Various fixes and improvements to printpcs

Search for an addr2line that supports elf32-i386. Don't print the
path of addr2line as a side-effect of which. Don't uselessly pipe
"grep '^ '" to addr2l

Various fixes and improvements to printpcs

Search for an addr2line that supports elf32-i386. Don't print the
path of addr2line as a side-effect of which. Don't uselessly pipe
"grep '^ '" to addr2line's stdin. Enable as many pretty-printing and
otherwise helpful options as possible (this makes the output *much*
more pleasant on modern addr2lines).

show more ...

020acb4f23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

For the convenience of students

6650cc9323-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Use addr2line (or i386-jos-elf-addr2line, if you cross compile)


3fb7ecee23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Runoff still complaints these lines are too long, but it is now ok on printout

f3f4b0fd23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

chmod +x

c2d393df23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Decode getcallerpcs() (thanks to Peter Froehlich)

95692c4a23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Remove left-over from some logging plan making complete syscalls atomic
0 is not a system call (thanks to Peter Froehlich)

4ce832dd23-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Remove unused argument to setupkvm (thanks to Peter Froehlich)

70c5555723-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Remove unused argument from lapicinit (thanks to Peter Froehlich)

b08d16f623-Aug-2012 Frans Kaashoek <kaashoek@mit.edu>

Fix from Peter Froehlich

9d59eb0118-Feb-2012 Austin Clements <amdragon@mit.edu>

Make fetchint and fetchstr use proc instead of taking a struct proc

Previously, these were inconsistent: they used their struct proc
argument for bounds checking, but always copied the argument from

Make fetchint and fetchstr use proc instead of taking a struct proc

Previously, these were inconsistent: they used their struct proc
argument for bounds checking, but always copied the argument from the
current address space (and hence the current process). Drop the
struct proc argument and always use the current proc.

Suggested by Carmi Merimovich.

show more ...

12abb1a514-Oct-2011 Robert Morris <rtm@csail.mit.edu>

don't let dirty blocks be evicted from cache!

38eee5bc11-Oct-2011 Robert Morris <rtm@csail.mit.edu>

more FS comment clarification

a5fbfe4111-Oct-2011 Robert Morris <rtm@csail.mit.edu>

clarify some FS comments

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

Fix compile error on newer gcc's

9b972c0627-Sep-2011 Frans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>

Update stressfs to trigger race now the logging code serializes writes

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

Use | instead of + for entrypgdir. Linker doesn't get in our way here.

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

eliminate enter_alloc -- use kalloc for everything

12345678910>>...39