summaryrefslogtreecommitdiff
path: root/user.h
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2018-08-31thanks tyfkdaFrans Kaashoek
2014-09-12cmosgetdate() for system-call homeworkCody Cutler
2011-01-11make new code like old codeRuss Cox
2010-08-30set only PG and WP in vminit; the rest don't seem to be needed and are confusingRobert Morris
2009-10-07Remove memcpy prototypes at Russ' request to prevent code from callingAustin Clements
2009-10-07Provide memcpy for compatibility with older versions of gccAustin Clements
2007-08-28add struct stat declrsc
2007-08-27Replace yield system call with sleep.rsc
2007-08-24Remove struct uinode.rsc
2007-08-24Remove puts in favor of printf.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-08standardize on not using unsigned keywordrsc
2007-08-08atoi, for killrsc
2006-09-06standardize various * conventionsrsc
2006-09-06nitskaashoek
2006-08-24bug in sbrkkaashoek
2006-08-24user-level malloc (untested)kaashoek
2006-08-23i/o redirection in shkaashoek
2006-08-20removed block system callkaashoek
2006-08-19chdirkaashoek
2006-08-14start on mkdirkaashoek
2006-08-13link()rtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-11init creates console, opens 0/1/2, runs shrtm
2006-08-10printfkaashoek
2006-08-08fix race in holding() check in acquire()rtm
2006-08-08mknod,ialloc,iupdatekaashoek
2006-07-16add %s to cprintf for cons_putsrsc
2006-07-16Add user.h for prototypes.rsc