summaryrefslogtreecommitdiff
path: root/ulib.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-05-31-initrd fs.img, ramdisk.c, file systemRobert Morris
2018-08-31thanks tyfkdaFrans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
2011-01-11make new code like old codeRuss Cox
2009-03-08xv6: use stosb for memsetrsc
2007-08-24Remove puts in favor of printf.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-10avoid assignments in declarationsrsc
2007-08-08standardize on not using unsigned keywordrsc
2007-08-08atoi, for killrsc
2007-08-08change gets to return \n, to distinguish 0-byte read from empty linersc
2006-09-06break single-line if statementsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-08-23i/o redirection in shkaashoek
2006-08-14set size for directories correctly in wdir and mkfskaashoek
2006-08-14start on mkdirkaashoek
2006-08-12fix getblk to actually lock the blockrtm
2006-08-11init creates console, opens 0/1/2, runs shrtm
2006-07-16add %s to cprintf for cons_putsrsc
2006-07-16Add user.h for prototypes.rsc
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-07-06disable all interrupts when acquiring lockkaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-27file descriptorsrtm