- 2016年 8月 26日 2 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
add to test that they indeed trap in user space thanks to pablogventura@gmail.com and nwolovick@gmail.com
-
- 2016年 8月 25日 6 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
-
由 Frans Kaashoek 提交于
-
由 MikeCAT 提交于
-
由 MikeCAT 提交于
-
由 Robert Morris 提交于
-
- 2016年 8月 19日 5 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
由 Peter H. Froehlich 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
-
- 2016年 8月 18日 6 次提交
-
-
由 Peter H. Froehlich 提交于
-
由 Peter H. Froehlich 提交于
-
由 Peter H. Froehlich 提交于
-
由 Peter H. Froehlich 提交于
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
that is a multiple of the sector size.
-
- 2016年 8月 13日 1 次提交
-
-
由 Robert Morris 提交于
however, processes still modify their own p->* without locking
-
- 2016年 8月 12日 3 次提交
-
-
由 Robert Morris 提交于
* use xchg only for its atomicness. * use __sync_synchronize() for both CPU and compiler barrier.
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
- 2016年 8月 11日 1 次提交
-
-
由 Robert Morris 提交于
-
- 2016年 8月 10日 3 次提交
-
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
- 2016年 8月 09日 1 次提交
-
-
由 Robert Morris 提交于
fix Regehr complaint
-
- 2015年 11月 16日 5 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Nathaniel Wesley Filardo 提交于
Use cons.lock for everything. This eliminates the possibility that two CPUS independently, simultaneously manipulate the CRTC in cgaputc.
-
由 Nathaniel Wesley Filardo 提交于
-
由 kaashoek 提交于
Fix comments
-
由 kaashoek 提交于
Update URL for 2014
-
- 2015年 11月 14日 1 次提交
-
-
由 kehao95 提交于
-
- 2015年 9月 18日 1 次提交
-
-
由 Jindong Zhang 提交于
-
- 2015年 8月 13日 1 次提交
-
-
由 Ayan Shafqat 提交于
-
- 2015年 7月 01日 1 次提交
-
-
由 Frans Kaashoek 提交于
-
- 2015年 6月 28日 2 次提交
-
-
由 Frans Kaashoek 提交于
-
由 Frans Kaashoek 提交于
- move log into metadata part of disk, so that marking that the log's blocks are in use falls out for free - superblock describes the whole disk (sizes and offets) - sizes and offsets are computed in one place (mkfs) and the rest of the code refers to the superblock for these values, instead of recomputing them.
-
- 2015年 4月 11日 1 次提交
-
-
由 Frans Kaashoek 提交于
instead of 1. ideintr() should wait for nsector_per_block interrupts before waking up the reader; now it wakes up the reader after 1 interrupt, which apparently means that the first sector is available of the command instead of all. For now keep BSIZE to 512.
-