Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/doc/HACKS,v rcsdiff: /ftp/cvs/cvsroot/src/doc/HACKS,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.165 retrieving revision 1.166 diff -u -p -r1.165 -r1.166 --- src/doc/HACKS 2016/04/28 21:18:23 1.165 +++ src/doc/HACKS 2016/05/04 22:42:40 1.166 @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.165 2016/04/28 21:18:23 mrg Exp $ +# $NetBSD: HACKS,v 1.166 2016/05/04 22:42:40 christos Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -27,6 +27,15 @@ # # this is a comment. +hack gcc-5.3 optimizes memset+malloc -> calloc inside calloc +mdate 4 May 2016 +who christos +file external/gpl2/lib/libmalloc/lib/Makefile 1.3 -> 1.5 +descr + resulting in infinite recursion; we prevent this with + -fno-builtin-malloc +kcah + hack netstat ieee1394 address printing. mdate 14 Nov 2000 who matt