aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos
Commit message (Expand)AuthorAgeFilesLines
* MFtbemd:Warner Losh2010-08-231-1/+2
* Clarify that the "number of bytes per sector"-range in theBenedict Reuschling2010-07-251-2/+2
* Rename variables to match msdosfs headers.Konstantin Belousov2010-02-142-249/+250
* Some cleanups from NetBSD:Konstantin Belousov2010-02-142-20/+23
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* Style fixes to the newfs_msdos manpage.Ed Schouten2009-04-111-8/+9
* Update documentation (forgotten in r190929).Ed Schouten2009-04-111-4/+5
* Do not prepend /dev/ when -C is used.Ed Schouten2009-04-112-5/+7
* When using -C, do not warn when the file is not a character device, but warn ...Ed Schouten2009-04-111-2/+7
* Fix a bug in r185587.Ed Schouten2009-04-111-2/+3
* Use ftruncate() instead of lseek()+write()+lseek() to set the createdEd Schouten2009-04-111-5/+1
* De-static local variables in main() (which is not recursive) and const-ifyEd Schouten2009-04-111-10/+10
* Show -@ and -C in usage, which were added in r185587.Ed Schouten2009-04-111-0/+2
* Clean up the usage() function to use a single fprintf().Ed Schouten2009-04-111-26/+25
* newfs_msdos: allow to work with media that doesn't have any CHS paramsAndriy Gapon2009-02-271-5/+17
* Fix build - cast off_t to (intmax_t) for printing.Max Laier2008-12-031-2/+3
* Some useful operational extensions to newfs_msdos, especiallyLuigi Rizzo2008-12-032-16/+150
* Create a fake geometry (16 heads, 64 sectors) when dealing withLuigi Rizzo2008-11-261-3/+14
* Be more accurate in the maximum filesize, it's 4GB not 4.3GB.Remko Lodder2007-12-091-1/+1
* .Ed is not needed here, remove it.Remko Lodder2007-12-081-1/+0
* Add information about the maximum file size for msdosfs.Remko Lodder2007-12-081-1/+4
* The newfs_msdos utility does not store the boot signature in theTom Rhodes2007-05-311-6/+6
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Bring back WARNS to 3 for arm until I figure out how to make gcc happy.Olivier Houchard2005-01-241-0/+4
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Oops... Remove the line leaked in the last commit which is notXin LI2005-01-171-1/+0
* WARNS=6 cleanup:Xin LI2005-01-172-17/+18
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Remove unnecessary newlines from errx() arguments.Tim J. Robbins2004-02-171-4/+4
* Additional PC98 option is not needed.Yoshihiro Takahashi2003-01-301-3/+0
* Bring newfs_msdos into the GEOM world. Totally rewrite and simplifyScott Long2002-11-031-83/+49
* EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.Peter Wemm2002-10-041-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-23/+23
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
* more file system > filesystemTom Rhodes2002-05-162-23/+23
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Added pc98 support.Yoshihiro Takahashi2001-02-161-0/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-9/+14
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-1/+3
* Remove redundant code left over on removal of /dev/rXXX handlingRobert Nordier2000-08-151-2/+0
* Partially revert r1.12, in which a warnx() if the device is not aRobert Nordier2000-08-151-1/+1
* Consistency fix.Robert Nordier2000-08-061-1/+1
* Fix the reporting of a raw device node.Jeroen Ruigrok van der Werven2000-07-261-2/+2
* Update device names in examples.Kris Kennaway2000-05-071-3/+3