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
path:
root
/
usertests.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-24
test that fork fails gracefully
rsc
1
-0
/
+39
2007-08-24
add missing iput() at end of _namei()
rtm
1
-0
/
+95
2007-08-24
oops, O_CREATE doesn't truncate, so holes can't exist, thus no bug
rtm
1
-71
/
+0
2007-08-24
test concurrent open/unlink of same file (ok)
rtm
1
-3
/
+89
2007-08-22
check unlink of non-empty directory
rsc
1
-5
/
+27
2007-08-20
bug in usertests!
rsc
1
-2
/
+2
2007-08-10
add test for rm .
rsc
1
-0
/
+41
2007-08-10
avoid assignments in declarations
rsc
1
-9
/
+10
2007-08-08
missing void
rsc
1
-10
/
+10
2007-08-08
standardize on not using unsigned keyword
rsc
1
-1
/
+1
2006-09-07
fix tests
rsc
1
-3
/
+9
2006-09-07
remove bogus test
rsc
1
-6
/
+0
2006-09-07
check super-long lookups
rsc
1
-1
/
+7
2006-09-07
one regression test program
kaashoek
1
-8
/
+890
2006-09-06
standardize various * conventions
rsc
1
-6
/
+6
2006-08-29
prune unneeded panics and debug output
rtm
1
-19
/
+29
2006-08-29
i broke sbrk, fix it
rtm
1
-3
/
+6
2006-08-25
kill user process when it generates an unhandled trap (e.g., 13)
kaashoek
1
-12
/
+0
2006-08-24
bug in sbrk
kaashoek
1
-3
/
+39
2006-08-19
chdir
kaashoek
1
-0
/
+2
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
1
-294
/
+0
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
1
-1
/
+1
2006-08-13
link()
rtm
1
-0
/
+61
2006-08-12
LRU disk cache replacement
rtm
1
-2
/
+12
2006-08-12
buffer cache, fifo replacement
rtm
1
-1
/
+1
2006-08-12
mknod set nlink = 1
rtm
1
-0
/
+114
2006-08-12
fix getblk to actually lock the block
rtm
1
-9
/
+119
2006-07-28
exec arguments
rtm
1
-1
/
+1
2006-07-17
nitpicks
rsc
1
-11
/
+8
2006-07-16
Add user.h for prototypes.
rsc
1
-4
/
+8
2006-07-15
no more recursive locks
rtm
1
-8
/
+34
2006-07-12
passes both usertests
rtm
1
-2
/
+2
2006-07-12
cvs add spinlock.h
rtm
1
-2
/
+2
2006-07-12
no more big kernel lock
rtm
1
-2
/
+2
2006-07-11
give each cpu its own clock, so that preemption works on cpu 1
rtm
1
-2
/
+2
2006-07-11
pre-empt both user and kernel, in clock interrupt
rtm
1
-2
/
+47
2006-07-01
swtch saves callee-saved registers
rtm
1
-7
/
+33
2006-06-27
file descriptors
rtm
1
-0
/
+30