summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
committermrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
commitbb269a48a309936c70c6ae3cda17034d0ecbef46 (patch)
tree248cbbc03c59f0cf993c0f89bc77aaeb329b5389 /usr.bin/xinstall/Makefile
parente7dd1fc70ab7d2f51a96210450c698774b621ce2 (diff)
partial mknative-gcc for gcc 4.8 and ppc64.
Diffstat (limited to 'usr.bin/xinstall/Makefile')
0 files changed, 0 insertions, 0 deletions
'>make it compile without DIAGNOSTIC definedpara 2011-11-19First step of random number subsystem rework described intls 2010-01-18Keep arc4_i and arc4_j synchronised after a rekeying. This preventsjoerg 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-07-19include sys/cdefs.hdsl 2006-11-05- call the initialization routine for arc4randbytes.christos 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-11merge ktrace-lwp.christos 2005-02-26nuke trailing whitespaceperry 2004-09-17Redo part of rev. 1.10.enami 2004-09-08arc4random: fix a bug introduced by rev.1.7.yamt 2003-10-02fix build for bootloaders (no /usr/include/sys/kernel.h any more).itojun 2003-08-20KNFitojun 2002-10-06let this compile in the non KERNEL case without NRND.dan 2002-10-06ESP output was drawing down the entropy pool at a ferocious rate, atls 2002-10-06This commit includes two major changes:tls 2002-10-04include rnd.h only under kernel build.itojun 2002-10-04add missing "rnd.h" include - noted by simonbitojun 2002-06-14discard 256 bytes of output every time we stir (not just when initializing)itojun 2002-05-29need libkern.h for bootloadersitojun 2002-05-28no need for libkern.hitojun 2002-05-28have arc4random(9).itojun