Go to file
itojun 4dd96530bc make the following behavior compatible with GNU gettext.
bindtextdomain(foo, path)
	textdomain(foo)
and message file is found under "path" only.  sync with citrus.
2000-11-01 03:39:21 +00:00
bin Avoid turning into a random file writing tool when using here-doc's. 2000-10-31 16:53:10 +00:00
crypto Apply the following: 2000-10-30 18:58:37 +00:00
dist
distrib Update floppy & netboot section. 2000-11-01 00:23:51 +00:00
etc * Add installation/floppy' and installation/tape' directories to the 2000-10-31 21:18:36 +00:00
games fix a bug in the call to srandom(): xor time() with getpid(), don't add them! 2000-10-31 13:27:56 +00:00
gnu use /usr/lib/libintl.a. make it possible to build it with NLS-less. 2000-11-01 02:06:24 +00:00
include
lib make the following behavior compatible with GNU gettext. 2000-11-01 03:39:21 +00:00
libexec In dlopen(), use the main program's library search path, to match semantics of 2000-10-29 13:11:38 +00:00
regress move usr.bin/sort/TEST/stest to regress/usr.bin/sort, add to 2000-10-26 23:51:31 +00:00
sbin - use opendisk(3) instead of homegrown solution 2000-10-31 14:18:39 +00:00
share declare .Lb symbol for libintl. 2000-10-31 15:08:29 +00:00
sys Add mips_pagecopy/zero assembly loops for use by pmap_copy/zero_page*() 2000-10-31 23:39:24 +00:00
usr.bin While I'm here.. document the rest of the environment variables I found in 2000-10-30 10:16:15 +00:00
usr.sbin Don't swallow '%' in file/directory names. 2000-10-31 23:47:05 +00:00
Makefile
Makefile.inc
UPDATING