summaryrefslogtreecommitdiff
path: root/usertests.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24test that fork fails gracefullyrsc1-0/+39
2007-08-24add missing iput() at end of _namei()rtm1-0/+95
2007-08-24oops, O_CREATE doesn't truncate, so holes can't exist, thus no bugrtm1-71/+0
2007-08-24test concurrent open/unlink of same file (ok)rtm1-3/+89
2007-08-22check unlink of non-empty directoryrsc1-5/+27
2007-08-20bug in usertests!rsc1-2/+2
2007-08-10add test for rm .rsc1-0/+41
2007-08-10avoid assignments in declarationsrsc1-9/+10
2007-08-08missing voidrsc1-10/+10
2007-08-08standardize on not using unsigned keywordrsc1-1/+1
2006-09-07fix testsrsc1-3/+9
2006-09-07remove bogus testrsc1-6/+0
2006-09-07check super-long lookupsrsc1-1/+7
2006-09-07one regression test programkaashoek1-8/+890
2006-09-06standardize various * conventionsrsc1-6/+6
2006-08-29prune unneeded panics and debug outputrtm1-19/+29
2006-08-29i broke sbrk, fix itrtm1-3/+6
2006-08-25kill user process when it generates an unhandled trap (e.g., 13)kaashoek1-12/+0
2006-08-24bug in sbrkkaashoek1-3/+39
2006-08-19chdirkaashoek1-0/+2
2006-08-15no more proc[] entry per cpu for idle looprtm1-294/+0
2006-08-13namei returns locked parent dir inode for create / unlinkrtm1-1/+1
2006-08-13link()rtm1-0/+61
2006-08-12LRU disk cache replacementrtm1-2/+12
2006-08-12buffer cache, fifo replacementrtm1-1/+1
2006-08-12mknod set nlink = 1rtm1-0/+114
2006-08-12fix getblk to actually lock the blockrtm1-9/+119
2006-07-28exec argumentsrtm1-1/+1
2006-07-17nitpicksrsc1-11/+8
2006-07-16Add user.h for prototypes.rsc1-4/+8
2006-07-15no more recursive locksrtm1-8/+34
2006-07-12passes both usertestsrtm1-2/+2
2006-07-12cvs add spinlock.hrtm1-2/+2
2006-07-12no more big kernel lockrtm1-2/+2
2006-07-11give each cpu its own clock, so that preemption works on cpu 1rtm1-2/+2
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-2/+47
2006-07-01swtch saves callee-saved registersrtm1-7/+33
2006-06-27file descriptorsrtm1-0/+30