NetBSD/sys/lib
bjh21 acf574f63e When loading ELF, zero out:
The e_shstrndx field in the ELF header, since we don't load .shstrtab.
The sh_name field in each section header, for the same reason.
The sh_offset field for any section we don't load.

This means the kernel has some chance of knowing what it's being given.  It
also means that the behaviour of old kernels with new loaders should be
deterministic (if not terribly useful: they still can't find the symbol
table).
2001-07-31 22:11:57 +00:00
..
libkern Provide bcopy() here. 2001-07-13 00:04:00 +00:00
libsa When loading ELF, zero out: 2001-07-31 22:11:57 +00:00
libz Have recursive make invocations depend on the .MAKE pseudo-target so 2000-12-05 17:01:19 +00:00