History log of /netbsd-src/sys/lib/libkern/arch/i386/random.S (Results 1 – 6 of 6)
Revision Date Author Comments
# f3c73869 07-Sep-2010 pooka <pooka@NetBSD.org>

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
fi

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)

show more ...


# c5889d57 04-Jan-2009 pooka <pooka@NetBSD.org>

Support PIC for inclusion in librump. (m68k untested)


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# cc8a78e7 15-Aug-1998 mycroft <mycroft@NetBSD.org>

Assign my copyrights to TNF.


# 6d3d8a13 15-Aug-1998 mycroft <mycroft@NetBSD.org>

Make copyright notices with my name consistent.


# 52541a2e 22-Feb-1998 mycroft <mycroft@NetBSD.org>

Move random.S from arch/i386/i386.