Go to file
cgd c8365a76b4 Seriously revamp libc's nlist()/__fdnlist() support:
(1) split nlist() into multiple files, for clarity and to make
	    ELF 32/64 support easier,
	(2) support multiple executable types at the same time, and
	(3) add support for 32- and 64-bit ELF (32-bit ELF support
	    originally from OpenBSD, but with several bug fixes so
	    that it actually handles symbols types more correctly
	    (and therefore _works_ for some of the more tricky uses
	    of the nlist routines) and changes for 64-bit ELF support).
1996-09-27 22:23:03 +00:00
bin Fix SEGV when kludging old-style options. 1996-09-27 02:59:53 +00:00
distrib Second pass cleanup 1996-09-26 19:22:42 +00:00
etc RCS id police 1996-09-17 21:45:53 +00:00
games use words from $DESTDIR. 1996-09-26 00:04:42 +00:00
gnu Change a comment so that RCS doesn't expand it... (like, duh) 1996-09-26 21:47:52 +00:00
include put back the explicit ripv1 field enumeration; lots of userland has changed 1996-09-24 16:46:51 +00:00
lib Seriously revamp libc's nlist()/__fdnlist() support: 1996-09-27 22:23:03 +00:00
libexec Don't truncate long host names. 1996-09-27 02:30:05 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin fix up a debugging printf (was given its args in the wrong order), and 1996-09-27 21:51:03 +00:00
share Install mrg's pfil man page, which he forgot to have installed. 1996-09-24 07:33:08 +00:00
sys - Add some missing prototypes and kill an unused label. 1996-09-27 21:37:17 +00:00
usr.bin Grok local timezone when determining "today". 1996-09-27 03:32:07 +00:00
usr.sbin Discard setgid privileges if we don't need them. 1996-09-27 02:39:46 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00