Go to file
christos 4d9a6e0930 - Pass the Elf32_Ehdr in the linux probe function, and use it!
Since linux binaries are (mostly) always compiled with gcc, look for
the gcc signature in the .comment section header: "\0 GCC: (GNU) ".
I've changed the probe order in kern/exec_elf.c to probe for linux ELF
binaries first and fall back to SVR4 binaries. This makes statically
linked binaries work for both linux and svr4. Note that gcc-compiled
svr4 binaries, still contain the operating system signature first and
then the GCC signature, so there is no conflict. Yes this is a hack.
1996-06-13 18:42:01 +00:00
bin getopts fixes: 1996-06-04 21:00:09 +00:00
distrib Adapt to the slightly different content of the MD `list' file on the 1996-06-11 09:53:25 +00:00
etc add a no-op 'includes' target for completeness. make 'make distribution' 1996-06-05 21:55:13 +00:00
games Ixfay iticalcray ugsbay! Eservepray artstay-ofway-ordway andway 1996-06-07 19:30:50 +00:00
gnu Use DESTDIR to point at libraries like bsd.prog.mk does (PR#2524). 1996-06-08 22:22:26 +00:00
include POSIX.1 requires programs to include <sys/types.h> before including 1996-06-11 02:14:01 +00:00
lib use p->hashfraction when doing non-time-critical calculations, rather than 1996-06-12 04:15:34 +00:00
libexec Use DESTDIR to point at libraries like bsd.prog.mk does (PR#2524). 1996-06-08 22:22:26 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Use a different tree-walking algorithm in propagate(). 1996-06-11 07:07:52 +00:00
share TABLDISC, not TBLDISC 1996-05-31 00:37:29 +00:00
sys - Pass the Elf32_Ehdr in the linux probe function, and use it! 1996-06-13 18:42:01 +00:00
usr.bin pull in core-dump fix from bostic (part of nvi 1.67) 1996-06-10 12:39:47 +00:00
usr.sbin Add the `ac' device (auto-changer) to the isscsidev() macro. (I can't 1996-06-10 02:32:20 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00