index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-30
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6...
Frans Kaashoek
1
-3
/
+7
2010-08-30
Fix for gdbstub argument change in qemu 0.11. Rename qemu-gdb-nox target to ...
Austin Clements
1
-3
/
+7
2010-08-26
Merge commit 'origin/page' into page
Frans Kaashoek
21
-167
/
+351
2010-08-26
add vm.c
Frans Kaashoek
2
-0
/
+2
2010-08-11
uptime() sys call for benchmarking
Robert Morris
9
-9
/
+47
2010-08-10
allow sbrk(-x) to de-allocate user memory
Robert Morris
4
-4
/
+89
2010-08-06
fix corner cases in exec of ELF
Robert Morris
8
-37
/
+84
2010-08-05
add some comments
Robert Morris
6
-19
/
+30
2010-08-05
remove some unused vm #defines
Robert Morris
4
-66
/
+28
2010-08-05
move jkstack to main.c
Robert Morris
6
-28
/
+17
2010-08-05
fix allocuvm() to handle sbrk() with non-page-granularity argument
Robert Morris
5
-13
/
+65
2010-07-28
kill TLB shoot down code
Frans Kaashoek
5
-49
/
+0
2010-07-26
more cleanup
Frans Kaashoek
1
-32
/
+12
2010-07-25
some cleanup
Frans Kaashoek
5
-32
/
+45
2010-07-23
a few nits
Frans Kaashoek
3
-4
/
+1
2010-07-23
oops, vm.c
Frans Kaashoek
1
-0
/
+353
2010-07-23
Checkpoint page-table version for SMP
Frans Kaashoek
8
-20
/
+65
2010-07-02
nits
Frans Kaashoek
4
-17
/
+6
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
22
-152
/
+307
2010-02-06
another rev2 -> rev3
Russ Cox
1
-1
/
+1
2010-02-06
point at rev3
Russ Cox
1
-2
/
+2
2009-12-01
8ae0 instead of 8e00, thanks yandong
Frans Kaashoek
4
-2
/
+4
2009-11-23
Add stressfs and gdbutil to dist
Austin Clements
1
-4
/
+5
2009-11-23
GDB utilities
Austin Clements
1
-0
/
+291
2009-11-23
Add the test we used in lecture to creash the IDE system when the
Austin Clements
2
-0
/
+39
2009-10-24
Merge branch 'master' of git+ssh://am.lcs/home/am0/6.828/xv6
Austin Clements
1
-1
/
+3
2009-10-24
Comment typo
Austin Clements
1
-1
/
+1
2009-10-07
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Frans Kaashoek
4
-9
/
+28
2009-10-07
fine-tune comment
Frans Kaashoek
1
-2
/
+2
2009-10-07
fine tune comment
Frans Kaashoek
1
-1
/
+3
2009-10-07
Remove memcpy prototypes at Russ' request to prevent code from calling
Austin Clements
3
-2
/
+1
2009-10-07
Provide memcpy for compatibility with older versions of gcc
Austin Clements
3
-0
/
+8
2009-10-05
Record debug info for assmebly code
Austin Clements
1
-1
/
+1
2009-09-30
Handle backspace on serial input and output better. Better solutions are wel...
Austin Clements
1
-1
/
+7
2009-09-30
Be consistent with JOS make targets
Austin Clements
1
-1
/
+5
2009-09-20
Hack to make newlines on the serial port work
Austin Clements
1
-0
/
+3
2009-09-20
Use the symbol file
Austin Clements
1
-4
/
+3
2009-09-20
xv6 runs the console on the serial port, not the parallel port
Austin Clements
1
-2
/
+2
2009-09-20
nit in comment
Frans Kaashoek
1
-1
/
+1
2009-09-15
add .gdbinit.tmpl to dist
Silas Boyd-Wickizer
2
-3
/
+2
2009-09-15
add uart.c
Silas Boyd-Wickizer
1
-0
/
+1
2009-09-15
rev3
Silas Boyd-Wickizer
2
-1
/
+1
2009-09-15
ignore .gitignore
Silas Boyd-Wickizer
1
-0
/
+1
2009-09-15
qemu-gdb target and script
Silas Boyd-Wickizer
2
-2
/
+41
2009-09-03
new pdf
Russ Cox
2
-1115
/
+1116
2009-09-03
formatting tweaks
Russ Cox
2
-2
/
+4
2009-09-02
can set just %gs now.
Russ Cox
2
-4
/
+2
2009-09-02
another attempt at cpu-local variables.
Russ Cox
4
-18
/
+16
2009-09-02
lapic: disable microdelay because it makes Bochs slow
Russ Cox
1
-4
/
+0
2009-09-02
fix TLS again;
Russ Cox
2
-3
/
+7
[next]