opnsense-src/usr.sbin/makefs/ffs
Ed Maste 5f5598b130 makefs: use emalloc and friends
The emalloc set of error-checking memory allocation routines were added
to libnetbsd in r316572. Use them in makefs to reduce differences with
NetBSD.

NetBSD revs:
cd9660.c			1.39
ffs.c				1.56
makefs.c			1.42
walk.c				1.27
cd9660/cd9660_archimedes.c	1.2
cd9660/cd9660_eltorito.c	1.20
cd9660/cd9660_write.c		1.16
cd9660/iso9660_rrip.c		1.12
ffs/buf.c			1.17
ffs/mkfs.c			1.26

Obtained from:	NetBSD
2017-04-06 16:18:42 +00:00
..
buf.c makefs: use emalloc and friends 2017-04-06 16:18:42 +00:00
buf.h makefs: make the buffer functions look exactly like the kernel ones 2017-02-11 02:33:48 +00:00
ffs_alloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ffs_balloc.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ffs_bswap.c makefs: remove clause 3 & 4 from Manuel Bouyer license 2017-03-02 04:11:18 +00:00
ffs_extern.h Remove unused member of struct indir (in_exists) from UFS and EXT2 code. 2012-08-17 17:45:27 +00:00
ffs_subr.c Be more precise when including headers so that we're less likely to 2016-10-25 16:29:15 +00:00
Makefile.inc Allow building makefs(8) from another Makefile (such as one in 2016-10-25 16:21:38 +00:00
mkfs.c makefs: use emalloc and friends 2017-04-06 16:18:42 +00:00
newfs_extern.h makefs: Provide a -T option to set timestamps to a consistent value 2016-06-14 14:03:28 +00:00
ufs_bmap.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
ufs_bswap.h makefs: remove clause 3 & 4 from Manuel Bouyer license 2017-03-02 04:11:18 +00:00
ufs_inode.h