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
2006-08-11
fix deadlock---iput(dp) asap
kaashoek
5
-33
/
+73
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm
11
-39
/
+163
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
16
-28
/
+194
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
14
-14
/
+249
2006-08-10
printf
kaashoek
11
-42
/
+238
2006-08-09
iread for T_DEV
kaashoek
5
-12
/
+41
2006-08-09
fix test program: don't close before writing
kaashoek
3
-11
/
+1
2006-08-09
devsw
kaashoek
9
-2
/
+68
2006-08-09
oops, update directory inode too
kaashoek
1
-2
/
+9
2006-08-09
block bitmap
kaashoek
3
-30
/
+103
2006-08-08
fix race in holding() check in acquire()
rtm
20
-55
/
+209
2006-08-08
mknod,ialloc,iupdate
kaashoek
9
-2
/
+152
2006-08-07
bwrite
kaashoek
4
-8
/
+33
2006-08-06
generalize async read to support write too
kaashoek
3
-12
/
+17
2006-08-04
nit
kaashoek
2
-20
/
+18
2006-08-04
better interrupt plan---this one appears to work
kaashoek
11
-12
/
+217
2006-07-29
open()
rtm
17
-13
/
+89
2006-07-29
acquire+release ide_lock in ide_intr
kaashoek
1
-1
/
+3
2006-07-28
exec arguments
rtm
7
-17
/
+89
2006-07-27
primitive exec
rtm
10
-42
/
+243
2006-07-26
update
rtm
1
-2
/
+3
2006-07-21
namei
rtm
7
-11
/
+164
2006-07-21
bread
rtm
12
-32
/
+377
2006-07-20
uint32_t -> uint &c
rtm
17
-271
/
+252
2006-07-18
prevent longjmp / forkret from writing over tf->edi
rtm
3
-6
/
+9
2006-07-17
add ide_lock for sleep
rsc
6
-8
/
+41
2006-07-17
standarize on unix-like lowercase struct names
rsc
10
-59
/
+59
2006-07-17
no more cons_putc; real_cons_putc -> cons_putc
rsc
2
-18
/
+7
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
15
-82
/
+84
2006-07-17
cleaner
rsc
1
-2
/
+2
2006-07-17
goodbye PushRegs
rsc
4
-9
/
+6
2006-07-17
cleaner
rsc
1
-2
/
+2
2006-07-17
nitpicks
rsc
11
-32
/
+29
2006-07-16
Eliminate annoying Pseudodesc structure.
rsc
6
-107
/
+32
2006-07-16
various little fixes that should have been in earlier checkins
rsc
2
-3
/
+0
2006-07-16
more idiomatic c
rsc
1
-8
/
+5
2006-07-16
no memlayout.h
rsc
1
-1
/
+0
2006-07-16
was empty; gone
rsc
1
-0
/
+0
2006-07-16
fix main return type
rsc
2
-4
/
+7
2006-07-16
add %s to cprintf for cons_puts
rsc
3
-1
/
+23
2006-07-16
Keep interrupts disabled during startup.
rsc
3
-19
/
+32
2006-07-16
standardize on not using foo_ prefix in struct foo
rsc
10
-180
/
+181
2006-07-16
rename swtch.S to setjmp.S
rsc
1
-0
/
+0
2006-07-16
standardize on #include "foo" not <foo>
rsc
2
-5
/
+5
2006-07-16
add minimal comments to generator vector table
rsc
1
-3
/
+6
2006-07-16
remove acquire1 and release1
rsc
2
-18
/
+4
2006-07-16
add cons_puts for atomic (readable) output
rsc
2
-5
/
+41
2006-07-16
Add user.h for prototypes.
rsc
6
-6
/
+40
2006-07-16
tidy up
rsc
1
-13
/
+24
2006-07-16
Don't kill process when inside kernel.
rsc
1
-3
/
+10
[prev]
[next]