NetBSD/sys/compat
manu 5b436803dd Removed the hack in mapelf to get libX11 loading. The new version assumes
that the load addresses in the section array are increasing, and that no
section in the array overlap with each other. IRIX proably makes the same
assumptions, but this has not been tested.

The key point with relocation is to always use the same offset for each
section. Because userland gets only the load address off the first section, it
has to assume that all the remaining sections kept the same offset with
respect to the first section. By using fixed offset instead of finding
some free space for each section, we can eliminate the libX11 load hack.
2002-02-03 17:28:19 +00:00
..
aout add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
aoutm68k add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
common MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
freebsd add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ibcs2 add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
irix Removed the hack in mapelf to get libX11 loading. The new version assumes 2002-02-03 17:28:19 +00:00
linux cpu_cache_syncI_rng -> cpu_icache_sync_range 2002-02-02 16:53:39 +00:00
m68k4k add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
mach Fixed compiler warnings that would occur if DEBUG_MACH was not defined. 2001-12-18 19:43:24 +00:00
netbsd32 fix error in previous; pointed out by andrew brown. 2002-01-03 15:28:13 +00:00
osf1 add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
ossaudio Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and as 2001-12-24 00:10:46 +00:00
pecoff pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'. 2001-12-03 06:11:33 +00:00
sunos move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos32 regen 2002-01-03 15:30:08 +00:00
svr4 nuke the #include "opt_compat_irix.h", too 2001-12-02 00:46:03 +00:00
svr4_32 don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
ultrix add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
vax1k add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
Makefile Our INCSDIR has been pruned from distrib/sets, so don't make it any more. 2001-03-30 12:42:30 +00:00