Go to file
cgd 3e7f7ef82d __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("PATH=",_PATH_STDPATH);
actually works to concantate strings, it's because the preprocessor expands
it into "PATH=""whatever _PATH_STDPATH is" as separate strings, and then
ANSI string concatenation is performed on that.  It's more straightforward
to just use ANSI string concatenation directly, and newer GCCs complain
(rightly) about mis-use of token pasting.
2000-12-19 23:09:02 +00:00
bin Document /etc/localtime, per PR 8099 by Charles Hannum. 2000-12-18 07:57:02 +00:00
crypto Check the return value of krb5_init_context(), and bail out if it failed. 2000-12-19 21:31:11 +00:00
dist Now that the problem with TCP mounts is fixed, switch back to TCP mounts 2000-12-12 17:06:34 +00:00
distrib Set shlib=elf for mvme68k. 2000-12-19 22:35:06 +00:00
etc Add two more SCSI disks for the floppy. See PR 9912. 2000-12-19 22:39:34 +00:00
games Another one that really belongs here... 2000-12-17 10:08:08 +00:00
gnu Define "TARGET_PAGE_SIZE=0x2000" so the linker uses an 8KB pagesize 2000-12-19 09:37:04 +00:00
include C99: Print the name of the function enclosing the assertion, if possible. 2000-12-19 14:32:59 +00:00
lib __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
libexec Features: 2000-12-18 02:32:50 +00:00
regress test for dlopen(3) and the toolchain generating the files involved 2000-12-08 19:24:29 +00:00
sbin * Recursively print out extended partition entries. An extended partition is 2000-12-19 16:01:28 +00:00
share add reference to an(4). 2000-12-19 15:33:52 +00:00
sys Fix another pasto. 2000-12-19 22:24:03 +00:00
usr.bin Pick the supported object formats in the Makefile instead of extern.h. 2000-12-18 08:51:39 +00:00
usr.sbin Pull in ${DESTDIR}/usr/include before ${DESTDIR}/usr/include/openssl, so 2000-12-19 21:18:32 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc
UPDATING lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00