summaryrefslogtreecommitdiff
path: root/user.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-31thanks tyfkdaFrans Kaashoek1-12/+12
2014-09-12cmosgetdate() for system-call homeworkCody Cutler1-0/+1
2011-01-11make new code like old codeRuss Cox1-2/+2
2010-08-30set only PG and WP in vminit; the rest don't seem to be needed and are confusingRobert Morris1-0/+1
2009-10-07Remove memcpy prototypes at Russ' request to prevent code from callingAustin Clements1-1/+0
2009-10-07Provide memcpy for compatibility with older versions of gccAustin Clements1-0/+1
2007-08-28add struct stat declrsc1-0/+2
2007-08-27Replace yield system call with sleep.rsc1-0/+1
2007-08-24Remove struct uinode.rsc1-1/+1
2007-08-24Remove puts in favor of printf.rsc1-1/+0
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-0/+1
2007-08-08standardize on not using unsigned keywordrsc1-2/+2
2007-08-08atoi, for killrsc1-0/+1
2006-09-06standardize various * conventionsrsc1-18/+18
2006-09-06nitskaashoek1-3/+2
2006-08-24bug in sbrkkaashoek1-1/+1
2006-08-24user-level malloc (untested)kaashoek1-0/+3
2006-08-23i/o redirection in shkaashoek1-0/+3
2006-08-20removed block system callkaashoek1-1/+1
2006-08-19chdirkaashoek1-1/+2
2006-08-14start on mkdirkaashoek1-1/+2
2006-08-13link()rtm1-0/+1
2006-08-12fix getblk to actually lock the blockrtm1-0/+3
2006-08-12fstatkaashoek1-1/+1
2006-08-11init creates console, opens 0/1/2, runs shrtm1-2/+3
2006-08-10printfkaashoek1-0/+3
2006-08-08fix race in holding() check in acquire()rtm1-0/+2
2006-08-08mknod,ialloc,iupdatekaashoek1-1/+1
2006-07-16add %s to cprintf for cons_putsrsc1-0/+1
2006-07-16Add user.h for prototypes.rsc1-0/+15