- 2015年 3月 25日 1 次提交
- 
- 
由 Austin Clements 提交于Currently, grep read()s into a buffer and then uses the buffer as a string. Since there's no NUL-terminator, this can cause it to falsely identify line breaks and matches from leftover data on earlier lines and, if a line fills up the entire buffer, to read past the end of the buffer. Fix this by NUL-terminating any data returned by read(). Thanks to Keiichi Watanabe for the report. 
 
- 
- 2015年 2月 20日 1 次提交
- 
- 
由 Cody Cutler 提交于
 
- 
- 2014年 10月 03日 3 次提交
- 
- 
由 Austin Clements 提交于Presumably because of the pre-loaded file system, the default RAM is insufficient when running kernelmemfs 
- 
由 Austin Clements 提交于
- 
由 Austin Clements 提交于Commit 9aa0337d introduced a linker script for linking the kernel image, but only changed the kernel target to use it. kernelmemfs was still using the old linker command line arguments, which weren't sufficient. 
 
- 
- 2014年 9月 23日 1 次提交
- 
- 
由 Frans Kaashoek 提交于
 
- 
- 2014年 9月 13日 2 次提交
- 
- 
由 Cody Cutler 提交于
- 
由 Cody Cutler 提交于the day of reckoning has come for the debug port "Shutdown" hack. instead of mucking with ACPI or using a new hack, the student will now write sys_date() using the cmosgetdate() helper. 
 
- 
- 2014年 9月 09日 1 次提交
- 
- 
由 Frans Kaashoek 提交于
 
- 
- 2014年 8月 30日 2 次提交
- 
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
 
- 
- 2014年 8月 29日 5 次提交
- 
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
 
- 
- 2014年 8月 28日 4 次提交
- 
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
 
- 
- 2014年 8月 05日 1 次提交
- 
- 
由 Robert Morris 提交于
 
- 
- 2014年 8月 04日 1 次提交
- 
- 
由 Robert Morris 提交于for bug reported by symingz@gmail.com and cs1100254@cse.iitd.ernet.in 
 
- 
- 2014年 7月 31日 1 次提交
- 
- 
由 Frans Kaashoek 提交于
 
- 
- 2013年 3月 05日 1 次提交
- 
- 
由 Stephen Tu 提交于copyuvm() should not allow new copied pages to inherit more permissions than the original pages. 
 
- 
- 2012年 10月 25日 1 次提交
- 
- 
由 Cam Tenny 提交于
 
- 
- 2012年 9月 11日 1 次提交
- 
- 
由 Frans Kaashoek 提交于
 
- 
- 2012年 9月 08日 1 次提交
- 
- 
由 Frans Kaashoek 提交于But check that mkfs.c is building with LP64 
 
- 
- 2012年 8月 29日 4 次提交
- 
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
- 
由 Robert Morris 提交于
 
- 
- 2012年 8月 25日 1 次提交
- 
- 
由 Austin Clements 提交于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). 
 
- 
- 2012年 8月 23日 8 次提交
- 
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于
- 
由 Frans Kaashoek 提交于0 is not a system call (thanks to Peter Froehlich) 
- 
由 Frans Kaashoek 提交于
 
- 
 
