aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos/newfs_msdos.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r351382 (by delphij):Dimitry Andric2020-02-041-4/+4
* MFC r355318, r355513Xin LI2019-12-221-3/+2
* MFC r335189:Xin LI2018-07-161-1/+8
* MFC r318355,318366: add -T (timestamp) option for reproducible buildsXin LI2018-07-161-2/+23
* MFC r326276:Eitan Adler2018-03-051-1/+3
* Use netbsd usage() implementation in newfs_msdosEd Maste2015-11-271-27/+14
* newfs_msdos: rework error handling for eventual use in makefsEd Maste2015-11-231-1/+1
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsEd Maste2015-10-151-835/+2
* newfs_msdos: rework option parsing to match NetBSDEd Maste2015-10-151-125/+162
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-20/+18
* Use "NO NAME" as the default unnamed label.Pedro F. Giffuni2014-08-131-1/+1
* Small cleanup: mostly whitespace vs. tabs.Pedro F. Giffuni2014-04-301-31/+31
* Correct min/max cluster counts for FAT12/16/32Ed Maste2014-04-241-5/+5
* newfs_msdos: fix inaccurate comments.Pedro F. Giffuni2013-09-071-2/+2
* newfs_msdos: cosmetical cleanupsPedro F. Giffuni2013-01-191-4/+4
* Many style fixes.Pedro F. Giffuni2011-12-201-59/+79
* Use __packed to prevent alignment from taking place, which otherwise mayXin LI2011-11-111-5/+5
* Use NULL instead of 0 for third argument of sigaction(2).Andrey V. Elsukov2011-07-121-1/+1
* Add SIGINFO handler.Andrey V. Elsukov2011-07-121-0/+24
* Rename variables to match msdosfs headers.Konstantin Belousov2010-02-141-245/+246
* Some cleanups from NetBSD:Konstantin Belousov2010-02-141-19/+22
* Do not prepend /dev/ when -C is used.Ed Schouten2009-04-111-1/+1
* 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-031-8/+100
* Create a fake geometry (16 heads, 64 sectors) when dealing withLuigi Rizzo2008-11-261-3/+14
* The newfs_msdos utility does not store the boot signature in theTom Rhodes2007-05-311-6/+6
* WARNS=6 cleanup:Xin LI2005-01-171-16/+16
* Remove unnecessary newlines from errx() arguments.Tim J. Robbins2004-02-171-4/+4
* 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-211-13/+13
* more file system > filesystemTom Rhodes2002-05-161-13/+13
* 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
* Fix the reporting of a raw device node.Jeroen Ruigrok van der Werven2000-07-261-2/+2
* Better error message for a case that I hit.Warner Losh2000-04-141-1/+2
* Added 640KB and 1232KB formats, which were standard MS-DOS formats ofKATO Takenori2000-03-301-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Avoid ambigious if-elseBill Fumerola1999-07-211-4/+7
* Clean up some more residual /usr/mdec references. I left all theJordan K. Hubbard1999-01-031-2/+2
* Use '#' flag in place of "0x" in format strings.Robert Nordier1998-12-071-5/+5
* Don't assume that time_t is long.Bruce Evans1998-10-171-2/+4