summaryrefslogtreecommitdiff
path: root/ulib.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-08xv6: use stosb for memsetrsc1-5/+2
2007-08-24Remove puts in favor of printf.rsc1-6/+0
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-0/+12
2007-08-10avoid assignments in declarationsrsc1-6/+7
2007-08-08standardize on not using unsigned keywordrsc1-3/+3
2007-08-08atoi, for killrsc1-0/+11
2007-08-08change gets to return \n, to distinguish 0-byte read from empty linersc1-1/+1
2006-09-06break single-line if statementsrsc1-1/+2
2006-09-06standardize various * conventionsrsc1-8/+8
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-16/+16
2006-08-23i/o redirection in shkaashoek1-0/+17
2006-08-14set size for directories correctly in wdir and mkfskaashoek1-2/+2
2006-08-14start on mkdirkaashoek1-0/+16
2006-08-12fix getblk to actually lock the blockrtm1-0/+11
2006-08-11init creates console, opens 0/1/2, runs shrtm1-11/+28
2006-07-16add %s to cprintf for cons_putsrsc1-0/+10
2006-07-16Add user.h for prototypes.rsc1-0/+8
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-56/+0
2006-07-06disable all interrupts when acquiring lockkaashoek1-0/+8
2006-07-01swtch saves callee-saved registersrtm1-0/+14
2006-06-27file descriptorsrtm1-0/+44