summaryrefslogtreecommitdiff
path: root/mkfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Dirt simple loggingFrans Kaashoek1-5/+8
2011-02-28fixes from Peter FroehlichRuss Cox1-1/+1
2011-01-11make new code like old codeRuss Cox1-12/+12
2011-01-10mkfs: avoid clash with system struct statRuss Cox1-0/+2
2011-01-02mkfs: avoid out of bounds access to sb in wsectRuss Cox1-1/+3
2010-08-31Hopefully get the printf size spec right, regardless of compiler.Austin Clements1-2/+2
2010-08-31no more pminit, or ELF header at 0x10000Robert Morris1-2/+2
2010-08-31mkfs must be compiled 32-bit. Fix mkfs warningsAustin Clements1-2/+2
2009-05-31drop NADDRS and INDIRECT; too many namesrsc1-4/+4
2009-05-31move T_DIR etc into stat.h; move type uprsc1-0/+1
2008-10-08be clear what the root i-number isrtm1-1/+1
2007-09-15fix commentsrtm1-2/+2
2007-08-27delete unnecessary #include linesrsc1-2/+1
2007-08-24add missing iput() at end of _namei()rtm1-2/+2
2006-09-08quietrsc1-2/+2
2006-09-07avoid system binary clashesrsc1-0/+8
2006-09-06standardize various * conventionsrsc1-18/+18
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-10/+10
2006-08-25fix writing the indirect blockrtm1-1/+1
2006-08-24user-level malloc (untested)kaashoek1-6/+26
2006-08-14set size for directories correctly in wdir and mkfskaashoek1-1/+10
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-1/+1
2006-08-09block bitmapkaashoek1-5/+37
2006-07-28exec argumentsrtm1-5/+0
2006-07-27primitive execrtm1-37/+113
2006-07-21nameirtm1-5/+11
2006-07-21breadrtm1-0/+140