History log of /xv6-public/ (Results 101 – 125 of 974)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
987064cb18-Aug-2016 Frans Kaashoek <kaashoek@mit.edu>

Update based on a scan of my 6828 folder

2a11731003-Oct-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Removed useless variable.

216fdf8403-Oct-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Again, QEMU command line to avoid image warning.

1ccb5a6f27-Sep-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Remove unused variable, nits.

2c60b7f326-Sep-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Removed useless function and prototypes.

09396a8018-Aug-2016 Frans Kaashoek <kaashoek@mit.edu>

Thanks to Warren Toomey for RDMUL and WRMUL.

4a3576b818-Aug-2016 Frans Kaashoek <kaashoek@mit.edu>

Small change to support RWMUL and WRMUL. Now xv6 truly works with a block size
that is a multiple of the sector size.

19f6541313-Aug-2016 Robert Morris <rtm@csail.mit.edu>

hold ptable.lock for the entire process creation
however, processes still modify their own p->* without locking

20d05d4412-Aug-2016 Robert Morris <rtm@csail.mit.edu>

separate atomic test-and-set from memory barrier.
* use xchg only for its atomicness.
* use __sync_synchronize() for both CPU and compiler barrier.

9c65b32d11-Aug-2016 Robert Morris <rtm@csail.mit.edu>

nothing much

c779cc2b11-Aug-2016 Robert Morris <rtm@csail.mit.edu>

main comments

2411882710-Aug-2016 Robert Morris <rtm@csail.mit.edu>

nits

3431cd4910-Aug-2016 Robert Morris <rtm@csail.mit.edu>

more comments in entryother.S

0a69dc9b10-Aug-2016 Robert Morris <rtm@csail.mit.edu>

even more explicit that entry.S is linked into kernel, unlike bootasm.S.

858475e410-Aug-2016 Robert Morris <rtm@csail.mit.edu>

tiny clarifications to some gdt code.

0a4a423008-Aug-2016 Robert Morris <rtm@csail.mit.edu>

shell nits
fix Regehr complaint

50edfe1415-Nov-2015 Frans Kaashoek <kaashoek@mit.edu>

nits

5906118807-Nov-2015 Nathaniel Wesley Filardo <nwf@cs.jhu.edu>

Remove console input.lock

Use cons.lock for everything. This eliminates the possibility that two CPUS
independently, simultaneously manipulate the CRTC in cgaputc.

02530a4807-Nov-2015 Nathaniel Wesley Filardo <nwf@cs.jhu.edu>

Add sanity check panic for CRTC interactions

5371a63113-Nov-2015 kehao95 <kehao95@gmail.com>

Update URL for 2014

abce9b8118-Sep-2015 Jindong Zhang <beordle@gmail.com>

Fix comments

4f2d381413-Aug-2015 Ayan Shafqat <selfjam@gmail.com>

Fixed broken build on Arch Linux

ecb40fb130-Jun-2015 Frans Kaashoek <kaashoek@mit.edu>

coding style (per Jeremías Feltan <jeremias.feltan@gmail.com>)

b67ed09027-Jun-2015 Frans Kaashoek <kaashoek@mit.edu>

Update memide to reflect recent changes to fs and buf

8320d61b27-Jun-2015 Frans Kaashoek <kaashoek@mit.edu>

Pick up where i left off in april:
- 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)

Pick up where i left off in april:
- 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.

show more ...

12345678910>>...39