index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
fdformat
Age
Commit message (
Expand
)
Author
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-09-17
clean up the amount of printf in usage(): from sascha paunovic
Jason McIntyre
2018-06-07
add some EXIT STATUS sections; from matthew martin
Jason McIntyre
2017-01-08
add missing .An macros
Ingo Schwarze
2016-09-01
remove sparc
Ted Unangst
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2015-12-19
Remove NULL-check before free().
mmcc
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2014-10-08
remove a space
Theo de Raadt
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-02-21
- Pass full buffer size to fgets.
Ray Lai
2007-02-20
put -n in the right place; from Igor Sobrado
Jason McIntyre
2007-02-19
tidy up synopsis and usage(); reported by Igor Sobrado
Jason McIntyre
2006-08-07
Avoid divide by zero in visual effects; spotted by Tobias Stoeckmann.
Miod Vallat
2006-04-17
fd(4) -> fdc(4). ok jmc@
Steven Mestdagh
2006-04-02
use SEEK_* for lseek()
Theo de Raadt
2006-03-12
missing close(); dhill@mindcry.org
Theo de Raadt
2005-09-19
install man page too
Theo de Raadt
2005-09-19
fdformat on amd64 too
Theo de Raadt
2005-03-09
Preliminary support for the floppy drive on Ultrasparcs. Only tested on
Miod Vallat
2003-06-26
ansi and protos
Theo de Raadt
2003-06-12
- section reorder
Jason McIntyre
2003-04-04
typos. ok jmc@
Ted Unangst
2003-03-08
fix fdformat usage(). Ok deraadt@
Matthieu Herrb
2002-03-14
kill more registers.
Mike Pechkin
2001-08-02
o) .Sh AUTHOR -> .Sh AUTHORS;
Mike Pechkin
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-05-18
Prepare to recurse down usr.sbin to grab manpages
Marc Espie
2000-03-19
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
Aaron Campbell
2000-03-14
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
Aaron Campbell
1999-07-07
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Aaron Campbell
1999-07-04
more macro conversion
Aaron Campbell
1998-11-08
usr.sbin/ man page repairs, a-i
Aaron Campbell
1998-08-13
fix exit code; fgsch@olimpo.com.br
Theo de Raadt
1998-07-13
fix bar printing, indent
Theo de Raadt
1998-06-19
print correct status bar; blank@fox.uni-trier.de
Theo de Raadt
1998-03-10
use .Ox
Todd C. Miller
1997-09-21
Make "fdformat fd0" work.
Todd C. Miller
1997-09-21
Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.
Todd C. Miller
1997-08-18
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
Todd C. Miller
1997-06-24
Slight history fix.
Jason Downs
1997-06-23
off_t botch
Theo de Raadt
1996-06-28
cleanup: K&R function declarations; use opendev(); use err().
Jason Downs
1996-06-20
add fdformat for the i386: based on an old FreeBSD version, gotten from
Jason Downs