summaryrefslogtreecommitdiff
path: root/sysfile.c
AgeCommit message (Expand)Author
2009-07-11rearrangements and cleanup for textRuss Cox
2009-05-31simplifyrsc
2008-10-17try harder to get directory refcounts rightkolya
2008-10-16make mkdir crash-safer, as noticed by many students on midtermkolya
2007-09-27believe it or not, this was workingrsc
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-28remove _ from pipe; be like filersc
2007-08-27make code match commentrsc
2007-08-27make code match commentrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27oopsrsc
2007-08-27nitsrsc
2007-08-27fileincref -> filedup (consistent with idup)rsc
2007-08-24shuffle for formattingrsc
2007-08-24remove unused variablersc
2007-08-24Remove struct uinode.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-21ARGMAX -> MAXARGSrsc
2007-08-21Various cleanup:rsc
2007-08-20checkpoint - simpler namei interfacersc
2007-08-10avoid assignments in declarationsrsc
2007-08-10Make cp a magic symbol.rsc
2007-08-09oopsrsc
2007-08-09try to use cp only for curproc[cpu()]rsc
2007-08-08save process name for debuggingrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07fix pipe bugrsc
2006-09-07refactor syscall codersc
2006-09-06wrap long linesrsc
2006-09-06fd_* => file_*rsc
2006-09-06fd.* -> file.*rsc
2006-09-06struct fd -> struct filersc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc