NetBSD/sys
christos f09036d6ec - Moving cpu_exec_aout_prep_oldzmagic -> exec_aout_prep_oldzmagic.
This is used by the i386, hp300 and mac68k ports.
- Added exec_aout_prep_oldomagic, and exec_aout_prep_oldnmagic
  These are just copies of the respective prep functions from
  kern_exec.c with text address starting at 0. Maybe a better fix
  is to pass the starting address as a third argument so we don't
  duplicate code, but this could be the next pass since the functions
  are used in many places. These functions are used for BSDI binaries.
1996-05-18 15:52:19 +00:00
..
adosfs Set file size of a softlink to the length of the symbolic link path, 1996-04-28 06:18:12 +00:00
arch disable the prom `sync' command before calling romboot() or 1996-05-18 12:36:49 +00:00
compat - Moving cpu_exec_aout_prep_oldzmagic -> exec_aout_prep_oldzmagic. 1996-05-18 15:52:19 +00:00
conf Slight adjustments for new version of ahc driver. 1996-05-16 04:00:58 +00:00
ddb change more __kprintf__ format attributes to use __kprintf_attribute__, 1996-04-04 05:13:50 +00:00
dev (on the alpha) pass the bus_chipset_tag_t given to the bus down to the 1996-05-17 23:39:19 +00:00
isofs/cd9660 Correct evaluation of assoc introduced on ansification 1996-03-16 20:25:40 +00:00
kern Don't touch retval[] in socketpair(); manual page says this system call 1996-05-17 22:45:32 +00:00
lib Fix gcc -Wall warnings about printf arguments. 1996-05-14 10:28:18 +00:00
miscfs Allow the DIAGNOSTIC to compile with old versions of gcc. 1996-05-17 20:53:11 +00:00
msdosfs Shut up whining compiler so this will build on a SPARC again (-Wall). 1996-03-20 00:45:40 +00:00
net Fix new warnings. 1996-05-07 23:20:21 +00:00
netccitt Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
netinet When sending an ARP request, use the interface address for the route, rather 1996-05-11 12:59:55 +00:00
netiso Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
netns Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
nfs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
scsi Slight adjustments for new version of ahc driver. 1996-05-16 04:00:58 +00:00
stand
sys change the comment after the #endif for the #ifdef _KERNEL changed 1996-05-16 22:17:49 +00:00
ufs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
vm Added missing prototypes from <sys/cpu.h> 1996-04-23 12:25:23 +00:00
Makefile