freebsd-dev/usr.bin/mkimg
Marcel Moolenaar 1080fb197b Replace STAILQ with TAILQ. TAILQs are portable enough that they can
be used on both macOS and Linux. STAILQs are not. In particular,
STAILQ_LAST does not next on Linux. Since neither STAILQ_FOREACH_SAFE
nor TAILQ_FOREACH_SAFE exist on Linux, replace its use with a regular
TAILQ_FOREACH. The _SAFE variant was only used for having the next
pointer in a local variable.
2016-10-03 01:46:47 +00:00
..
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
apm.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
bsd.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
ebr.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
endian.h Avoid depending on the <sys/endian.h> header for le*enc and be*enc. 2016-09-26 01:06:32 +00:00
format.c Replace the use of linker sets with constructors for both the 2016-09-25 22:57:59 +00:00
format.h Replace the use of linker sets with constructors for both the 2016-09-25 22:57:59 +00:00
gpt.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
image.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
image.h Make image_copyout_zeroes() an interface function. 2015-08-03 01:24:48 +00:00
Makefile mkimg: bump version to 20151211 after r292082 2016-06-17 18:49:42 +00:00
Makefile.depend META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
mbr.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
mkimg.1 Update mkimg(1) author's contact info 2016-09-21 18:42:17 +00:00
mkimg.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
mkimg.h Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
pc98.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
qcow.c Avoid depending on the <sys/endian.h> header for le*enc and be*enc. 2016-09-26 01:06:32 +00:00
raw.c Avoid depending on the <sys/endian.h> header for le*enc and be*enc. 2016-09-26 01:06:32 +00:00
scheme.c Replace the use of linker sets with constructors for both the 2016-09-25 22:57:59 +00:00
scheme.h Replace the use of linker sets with constructors for both the 2016-09-25 22:57:59 +00:00
vhd.c Avoid depending on the <sys/endian.h> header for le*enc and be*enc. 2016-09-26 01:06:32 +00:00
vmdk.c Avoid depending on the <sys/endian.h> header for le*enc and be*enc. 2016-09-26 01:06:32 +00:00
vtoc8.c Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00