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
Makefile.inc
Makefile.libkern fix typo 2010-05-11 21:50:35 +00:00
__main.c
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
crc32.h
imax.c
imin.c
intoa.c
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
lmin.c
max.c
mertwist.c
milieu.h
min.c
pmatch.c
scanc.c
skpc.c
softfloat-macros.h
softfloat-specialize.h
softfloat.c
softfloat.h
ulmax.c
ulmin.c
xlat_mbr_fstype.c