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
/
fdformat.c
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
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-02-21
- Pass full buffer size to fgets.
Ray Lai
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-02
use SEEK_* for lseek()
Theo de Raadt
2006-03-12
missing close(); dhill@mindcry.org
Theo de Raadt
2003-06-26
ansi and protos
Theo de Raadt
2003-03-08
fix fdformat usage(). Ok deraadt@
Matthieu Herrb
2002-03-14
kill more registers.
Mike Pechkin
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
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
1997-09-21
Make "fdformat fd0" work.
Todd C. Miller
1997-08-18
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
Todd C. Miller
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