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
/
gnu
/
usr.sbin
/
mkhybrid
Age
Commit message (
Expand
)
Author
2017-07-04
proper escaping to prevent information loss; found with mandoc -Tlint
Ingo Schwarze
2016-03-29
remove unused variable
Charles Longeau
2015-09-11
Avoid undefined behavior with isascii, cast its argument to unsigned char.
Jeremie Courreges-Anglas
2015-09-09
Fix various buffer overflows (caused by the way struct iso_directory_record
Miod Vallat
2013-08-08
Remove an optimizer workaround for alpha/gcc2 although it was being
Brad Smith
2013-08-08
ino_t will never be smaller than 32 bits again; prep for when it's 64 bits.
Philip Guenther
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
Philip Guenther
2011-06-23
switch to installing source manuals (base part)
Ingo Schwarze
2008-04-18
Fix return value of i_add_match() and remove some bogus APPLE_HYB
Todd C. Miller
2008-03-08
more mkhybrid prototypes cleanups.
Marc Espie
2008-02-27
start cleaning up that mess (some sprintf -> snprintf, plus -Wall)
Marc Espie
2007-11-28
use sizeof (buf) instead of hardcoded value
Charles Longeau
2006-04-22
typo from jasper lievisse adriaanse; tweak whilst here...
Jason McIntyre
2004-06-22
Teach mkhybrid how to create an El Torito non-emulation boot CD, with
Tom Cosgrove
2003-05-08
multiple readlink() calls that forgot the -1...
Vincent Labrecque
2003-03-19
Return 0 on success, rather than falling off the end of a function prototyped
Dale Rahn
2002-12-13
Two more places where we can use the libc getopt_long() instead of GNU getopt()
Todd C. Miller
2002-11-03
You can't always cast pointer to int on because the sizes are
Peter Valchev
2001-11-22
Nuke incorrect use of .IMPSRC
Marc Espie
2001-10-04
Add type for bootable HFS files. Ok deraadt@
Dale Rahn
2001-10-04
This man page needs to be preprocessed with tbl, ok millert@
Peter Stromberg
2001-10-01
Manpage change corresponding to hfs-bless code change.
Dale Rahn
2001-10-01
Merge support for hfs_bless from the newer version of mkisofs into this
Dale Rahn
2001-09-25
let configure script use GNUSYSTEM_AUX_DIR
Marc Espie
2001-07-07
Same fix as I did for bc
Todd C. Miller
2001-04-15
do rusage expansion on openbsd too
Theo de Raadt
2000-10-10
mkhybrid 1.12b5.1
Bob Beck