summaryrefslogtreecommitdiff
path: root/user.h
AgeCommit message (Expand)Author
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