summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-6/+6
2018-09-17clean up the amount of printf in usage(): from sascha paunovicjmc2-36/+34
2018-06-07add some EXIT STATUS sections; from matthew martinjmc1-8/+8
2017-01-08add missing .An macrosschwarze1-4/+10
2016-09-01remove sparctedu1-3/+3
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw1-2/+2
2015-12-19Remove NULL-check before free().mmcc1-3/+2
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-9/+27
2014-10-08remove a spacederaadt1-2/+2
2007-11-26typos; ok jmc@martynas1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-02-21- Pass full buffer size to fgets.ray1-4/+3
2007-02-20put -n in the right place; from Igor Sobradojmc1-4/+4
2007-02-19tidy up synopsis and usage(); reported by Igor Sobradojmc2-19/+20
2006-08-07Avoid divide by zero in visual effects; spotted by Tobias Stoeckmann.miod1-1/+3
2006-04-17fd(4) -> fdc(4). ok jmc@steven1-2/+2
2006-04-02use SEEK_* for lseek()deraadt1-2/+2
2006-03-12missing close(); dhill@mindcry.orgderaadt1-1/+2
2005-09-19install man page tooderaadt1-2/+2
2005-09-19fdformat on amd64 tooderaadt1-2/+3
2005-03-09Preliminary support for the floppy drive on Ultrasparcs. Only tested onmiod1-3/+3
2003-06-26ansi and protosderaadt1-11/+7
2003-06-12- section reorderjmc1-15/+20
2003-04-04typos. ok jmc@tedu1-5/+5
2003-03-08fix fdformat usage(). Ok deraadt@matthieu1-2/+1
2002-03-14kill more registers.mpech1-2/+2
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;mpech1-2/+2
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert1-2/+2
2000-05-18Prepare to recurse down usr.sbin to grab manpagesespie1-1/+9
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron1-6/+9
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron1-4/+4
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1-2/+2
1999-07-04more macro conversionaaron1-6/+3
1998-11-08usr.sbin/ man page repairs, a-iaaron1-11/+11
1998-08-13fix exit code; fgsch@olimpo.com.brderaadt1-2/+2
1998-07-13fix bar printing, indentderaadt1-207/+223
1998-06-19print correct status bar; blank@fox.uni-trier.dederaadt1-2/+5
1998-03-10use .Oxmillert1-2/+3
1997-09-21Make "fdformat fd0" work.millert2-9/+5
1997-09-21Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.millert1-11/+9
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...millert1-2/+2
1997-06-24Slight history fix.downsj1-2/+2
1997-06-23off_t botchderaadt1-2/+2
1996-06-28cleanup: K&R function declarations; use opendev(); use err().downsj2-65/+35
1996-06-20add fdformat for the i386: based on an old FreeBSD version, gotten fromdownsj3-0/+499