NetBSD/distrib
joerg c9baa5968d Introduce reallocarr(3) for easy (re)allocation of memory with overflow
checks. Compared to OpenBSD's reallocarray, makes it easier to avoid memory
leaks on allocation failures and it doesn't depend on malloc(0) != NULL
for correct error checking. Compared to plain realloc, it also avoids
the problem of intermediate integer overflows. The trade-off is the use
of void * to side step C type system with regard to generic pointer to
pointer.
2015-02-17 20:29:20 +00:00
..
acorn26 Bump the ramdisk image size so that the contents fits again. 2013-08-26 07:14:59 +00:00
acorn32 Revert Makefile changes. 2014-01-22 01:03:09 +00:00
alpha Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly 2014-08-05 15:40:58 +00:00
amd64 Restore unintentionally deleted file, which prevented building of any 2015-01-12 19:40:48 +00:00
amiga Extend size of miniroot.fs from 6m to 7m. 2014-12-13 15:51:18 +00:00
arc Explicitly build space constrained ramdisk images without unwind tables. 2013-08-12 16:31:28 +00:00
atari Disable "OS bootversion check" on crunched binaries for installation media. 2014-11-24 08:08:23 +00:00
bebox Don't set -mmultiple or -mno-string for PowerPC, the difference is too 2014-08-08 16:56:30 +00:00
cats Clang needs a slightly larger MD image, so bump the size to 2300k. 2014-03-02 13:24:38 +00:00
cdrom Include <dirent.h> instead of <sys/dirent.h> for POSIX compliancy. 2014-09-27 15:21:40 +00:00
cobalt Increase ramdisk size. 2014-09-29 15:02:55 +00:00
common Use the 20-resolv.conf hook from dhcpcd rather than the minimal one. 2014-09-12 20:42:13 +00:00
dreamcast dhclient -> dhcpcd 2013-03-22 10:52:20 +00:00
emips nvi has moved. 2013-11-30 08:27:17 +00:00
evbarm Bump size to fix build. 2015-02-16 21:48:48 +00:00
evbarm64/ramdisk Preliminary files for AARCH64 (64-bit ARM) support. 2014-08-10 05:47:35 +00:00
evbmips just make the installation ptys (ipty); change it to opty if more needed. 2012-08-14 02:55:00 +00:00
evbppc Added RouterBOARD RB850Gx2 config. md root only. 2015-01-30 15:04:35 +00:00
evbsh3 Remove more rtsol references. 2014-09-12 14:46:33 +00:00
ews4800mips Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly 2014-08-05 15:40:58 +00:00
hp300 nvi has moved. 2013-11-30 08:27:17 +00:00
hpcarm Revert Makefile changes. 2014-01-22 01:03:09 +00:00
hpcmips nvi has moved. 2013-11-30 08:27:17 +00:00
hpcsh Revert Makefile changes. 2014-01-22 01:03:09 +00:00
hppa Cleanup cargo cult. 2014-08-08 14:00:30 +00:00
i386 Bump image size from 512MB to 520MB. 2014-11-15 12:33:04 +00:00
ibmnws Don't set -mmultiple or -mno-string for PowerPC, the difference is too 2014-08-08 16:56:30 +00:00
landisk
luna68k Stop building a.out kernels so that mkldscript.sh is no longer necessary. 2014-11-13 16:18:38 +00:00
mac68k nvi has moved. 2013-11-30 08:27:17 +00:00
macppc Allow clang builds to use a third floppy. 2015-01-29 20:47:12 +00:00
miniroot
mipsco
mvme68k increase ramdisk size for gcc48. 2015-01-23 03:40:25 +00:00
mvmeppc
news68k Remove rarely maintained and required non-en translations. 2013-03-23 17:29:38 +00:00
newsmips Bump the ramdisk size; the longer paths on the build cluster are 2014-08-10 20:04:30 +00:00
notes Jan comes after Jac 2015-01-22 02:07:28 +00:00
ofppc Adjust for sysinst move. 2014-07-26 19:34:08 +00:00
playstation2 Do not set MDSET_RELEASEDIR - need to revisit 2014-04-01 14:06:38 +00:00
pmax it's called netbsd-INSTALL64.gz for pmax64. 2013-12-13 10:27:56 +00:00
prep Don't set -mmultiple or -mno-string for PowerPC, the difference is too 2014-08-08 16:56:30 +00:00
rs6000 Don't set -mmultiple or -mno-string for PowerPC, the difference is too 2014-08-08 16:56:30 +00:00
sandpoint Bump the ramdisk size on macppc and sandpoint somewhat to compensate for 2014-08-10 17:58:51 +00:00
sets Introduce reallocarr(3) for easy (re)allocation of memory with overflow 2015-02-17 20:29:20 +00:00
sgimips nvi has moved. 2013-11-30 08:27:17 +00:00
shark
sparc Bump miniroot size 2014-08-04 13:09:42 +00:00
sparc64 Punt custom dhcpcd hooks in favour up upstream hooks 2014-09-13 10:18:24 +00:00
sun2 mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules. 2014-08-27 04:30:25 +00:00
sun3 mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules. 2014-08-27 04:30:25 +00:00
syspkg
utils actually write cpufreq changes to ${mnt}/etc/rc.local instead of /tmp/a 2015-02-12 10:59:44 +00:00
vax Punt custom dhcpcd hooks in favour up upstream hooks 2014-09-13 10:18:24 +00:00
x68k Increase the image size to 1700KB. 2014-08-10 06:35:56 +00:00
zaurus Bump imagesize slightly 2014-08-04 20:20:39 +00:00
Makefile
Makefile.inc