summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* clean up the amount of printf in usage(): from sascha paunovicjmc2018-09-172-36/+34
* add some EXIT STATUS sections; from matthew martinjmc2018-06-071-8/+8
* add missing .An macrosschwarze2017-01-081-4/+10
* remove sparctedu2016-09-011-3/+3
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Remove NULL-check before free().mmcc2015-12-191-3/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-9/+27
* remove a spacederaadt2014-10-081-2/+2
* typos; ok jmc@martynas2007-11-261-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* - Pass full buffer size to fgets.ray2007-02-211-4/+3
* put -n in the right place; from Igor Sobradojmc2007-02-201-4/+4
* tidy up synopsis and usage(); reported by Igor Sobradojmc2007-02-192-19/+20
* Avoid divide by zero in visual effects; spotted by Tobias Stoeckmann.miod2006-08-071-1/+3
* fd(4) -> fdc(4). ok jmc@steven2006-04-171-2/+2
* use SEEK_* for lseek()deraadt2006-04-021-2/+2
* missing close(); dhill@mindcry.orgderaadt2006-03-121-1/+2
* install man page tooderaadt2005-09-191-2/+2
* fdformat on amd64 tooderaadt2005-09-191-2/+3
* Preliminary support for the floppy drive on Ultrasparcs. Only tested onmiod2005-03-091-3/+3
* ansi and protosderaadt2003-06-261-11/+7
* - section reorderjmc2003-06-121-15/+20
* typos. ok jmc@tedu2003-04-041-5/+5
* fix fdformat usage(). Ok deraadt@matthieu2003-03-081-2/+1
* kill more registers.mpech2002-03-141-2/+2
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-2/+2
* Prepare to recurse down usr.sbin to grab manpagesespie2000-05-181-1/+9
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-6/+9
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-4/+4
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
* more macro conversionaaron1999-07-041-6/+3
* usr.sbin/ man page repairs, a-iaaron1998-11-081-11/+11
* fix exit code; fgsch@olimpo.com.brderaadt1998-08-131-2/+2
* fix bar printing, indentderaadt1998-07-131-226/+242
* print correct status bar; blank@fox.uni-trier.dederaadt1998-06-191-2/+5
* use .Oxmillert1998-03-101-2/+3
* Make "fdformat fd0" work.millert1997-09-212-9/+5
* Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.millert1997-09-211-11/+9
* #include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1997-08-181-2/+2
* Slight history fix.downsj1997-06-241-2/+2
* off_t botchderaadt1997-06-231-2/+2
* cleanup: K&R function declarations; use opendev(); use err().downsj1996-06-282-65/+35
* add fdformat for the i386: based on an old FreeBSD version, gotten fromdownsj1996-06-203-0/+499