NetBSD/sys/lib/libkern
pooka f3c7386990 Rename jump label to something a little more negative. No, I'm
not doing it for cosmetic value or out of angst.  See, PIC_PROLOGUE
on i386 uses the "1" label internally.  Now, everything would be
fine and dandy for the first 551245 calls to random.  After that
p+q is negative and the jump is taken.  However, it is taken into
the middle of PIC_PROLOGUE instead of where upon superficial
examination we assumed we are jumping.  This causes wrong(tm) things
to happen and "ret" triggers a jump into hyperspace.

(no, I did not see that coming)
2010-09-07 20:35:50 +00:00
..
arch Rename jump label to something a little more negative. No, I'm 2010-09-07 20:35:50 +00:00
Makefile Change the use of formally undocumented features, which have now been 2009-01-18 20:42:11 +00:00
Makefile.inc
Makefile.libkern fix typo 2010-05-11 21:50:35 +00:00
__main.c ansify function definitions 2009-03-15 21:33:51 +00:00
arc4random.c Keep arc4_i and arc4_j synchronised after a rekeying. This prevents 2010-01-18 20:54:54 +00:00
bcd.c
crc32.c Make the function declaration the same for the big-endian case as 2009-03-26 22:18:14 +00:00
crc32.h Fixes PR kern/41069 and PR kern/41070. 2009-03-25 01:26:12 +00:00
imax.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
imin.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
intoa.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
kern_assert.c Get rid of last "easy" kernel symbols starting with __: 2010-01-19 22:28:30 +00:00
libkern.h Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted. 2010-04-25 15:39:41 +00:00
lmax.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
lmin.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
max.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
mertwist.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
milieu.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
min.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
pmatch.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
scanc.c
skpc.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
softfloat-macros.h
softfloat-specialize.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
softfloat.c
softfloat.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ulmax.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
ulmin.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
xlat_mbr_fstype.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00