Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
rat
Wed Dec 4 22:41:15 PST 1996
Update of /a/cvsroot/src/sys/kern
In directory netbsd1:/local/work/netbsd-1-2/src/sys/kern
Modified Files:
Tag: netbsd-1-2
exec_elf.c
Log Message:
Patch request from frank%fwi.uva.nl@localhost (Frank van der Linden)
>Fixes a problem with Linux ELF binaries which contain only one loadable
>section. The code expected 2 loadable sections (text and data), and if it
>did not get those totally wrong values for the data address and size were
>used.
rat
Wed Dec 4 22:44:54 PST 1996
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory netbsd1:/local/work/netbsd-1-2/src/sys/arch/amiga/amiga
Modified Files:
Tag: netbsd-1-2
locore.s
Log Message:
Pullup 1.66 -> 1.67 request from Ignatios Souvatzis
<ignatios%cs.uni-bonn.de@localhost>
>To btst the low order bits of a long variable on the big endian 68060,
>we have to use the variables address + 3 --- btst is a byte operation
>when not on registers. Mysteriously, this are the only 2 occurences of
>this test which I didn't copy from the 13 other (correct) ones :-(.
>
>This affects m68881_save/restore(), which might affect correctness of
>user floatingpoint programs.
mikel
Wed Dec 4 22:48:48 PST 1996
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv26360
Modified Files:
wss.c
Log Message:
return proper output port. Fixes PR kern/2014.
Home |
Main Index |
Thread Index |
Old Index