eeb7b415 | 10-Aug-2020 |
Frans Kaashoek |
Be more explicit that we are not maintaining the x86 version anymore |
f043ac66 | 22-Jan-2020 |
James Houghton |
Remove BYTE directives from kernel linker script |
34f060c3 | 24-Sep-2019 |
Frans Kaashoek |
Mention we switched to xv6 on RISC-V |
82638c01 | 20-Mar-2019 |
Dan Cross |
Avoid rereading the superblock in bfree The superblock is read when the first process returns to userspace (via the call to `iinit` from the first invocation of `forkret`, when `firs
Avoid rereading the superblock in bfree The superblock is read when the first process returns to userspace (via the call to `iinit` from the first invocation of `forkret`, when `first` is still set to 1) and cached in a global; it is treated as immutable from that point on. There is no reason to re-read it in bfree. Removing this call seems to have simply been missed in 8320d61b when this general area was last touched. Remove it now to avoid potential confusion. Signed-off-by: Dan Cross <cross@gajendra.net>
show more ...
|
0581c37b | 21-Mar-2019 |
Dan Cross |
Removed unused `dirlookup` argument in `create` The `off` argument to `dirlookup` is optional. It was not being used in the `dirlookup` call in `create`, so pass NULL instead and de
Removed unused `dirlookup` argument in `create` The `off` argument to `dirlookup` is optional. It was not being used in the `dirlookup` call in `create`, so pass NULL instead and delete the unused local. Signed-off-by: Dan Cross <cross@gajendra.net>
show more ...
|
Revision tags: xv6-rev11 |
|
b818915f | 02-Sep-2018 |
Frans Kaashoek |
Update name Use generic 6.828 url (without year) |
308a3b88 | 31-Aug-2018 |
Frans Kaashoek |
thanks tyfkda |
34325518 | 31-Aug-2018 |
Frans Kaashoek |
thanks Wolfgang Keller |
80f70c46 | 30-Aug-2018 |
Frans Kaashoek |
x |
1d19081e | 30-Aug-2018 |
Frans Kaashoek |
Allow holding to be called with interrupts enabled (for Mark Morrissey). |
2c73068e | 30-Aug-2018 |
Frans Kaashoek |
Delete a patch Adjust typesetting of code |
e559fd2c | 30-Aug-2018 |
Frans Kaashoek |
x |
f3048879 | 30-Aug-2018 |
Frans Kaashoek |
x |
76d4005f | 30-Aug-2018 |
Frans Kaashoek |
thanks mtasm |
6710e558 | 30-Aug-2018 |
Frans Kaashoek |
thanks wxdao |
96e4e2f4 | 30-Aug-2018 |
Frans Kaashoek |
thanks eyalz800 |
8f63beaa | 30-Aug-2018 |
Frans Kaashoek |
vectors.pl is executable and asks shell for perl |
171c2cc6 | 30-Aug-2018 |
Frans Kaashoek |
thanks mataness |
26108a3b | 30-Aug-2018 |
Frans Kaashoek |
thanks tyfkda |
7f3528bc | 30-Aug-2018 |
Frans Kaashoek |
x |
210a0f0b | 30-Aug-2018 |
Frans Kaashoek |
Remove unused flags (thanks Wolfgang Keller) |
b2ca8e3e | 30-Aug-2018 |
Frans Kaashoek |
x |
960a94fb | 30-Aug-2018 |
Frans Kaashoek |
x |
0b86d037 | 30-Aug-2018 |
Frans Kaashoek |
Because sleeplocks replaced B_BUSY the holding test can be more specific (thanks Mark Morrissey) |
0b6f4c08 | 30-Aug-2018 |
Frans Kaashoek |
x |