Go to file
thorpej be0b3b8b70 Instead of using a matrix of configured CPU types, first count
how many CPU types are configured into the kernel.  Then, use this
information to define the CPU predicate macros according to the
following rules:

1. If support for a CPU type is not configured into the kernel,
   then the test is always false.

2. Otherwise, if only one CPU type is configured into the kernel,
   then the test is always true.

3. Otherwise, we have to reference the cputyp variable.

Use a similar strategy for short-cutting the page size related
definitions.
2002-07-17 05:57:47 +00:00
bin 'environment', not 'enviroment' 2002-07-11 10:53:19 +00:00
crypto print connect failure on debugging mode. sync w/openbsd 2002-07-12 13:28:36 +00:00
dist fix safeputchar(). sync w/ tcpdump.org 2002-07-16 04:17:46 +00:00
distrib correct pfil_run_hooks.0 -> .9, and put the pfil_* manual pages in the right 2002-07-16 10:04:39 +00:00
etc Skip blank lines in the input file (mixerctl.conf). 2002-07-16 03:24:24 +00:00
games add the following quote from elric@.. (with permission, of course) 2002-07-08 02:34:20 +00:00
gnu wrong arg to memset. OpenBSD PR 2822 2002-07-16 23:08:04 +00:00
include Version times() so that programs compiled before the recent change to make 2002-06-30 09:45:39 +00:00
lib Remove sa_sigaction member of struct sigaction, accidentaly added here 2002-07-15 07:48:57 +00:00
libexec 'environment', not 'enviroment' 2002-07-11 10:53:19 +00:00
regress Make this file compile without warnings on systems where chars are unsigned. 2002-07-16 10:12:28 +00:00
sbin Remove duplicate 'to'. From Ryo HAYASAKA in bin/17562. 2002-07-11 15:06:04 +00:00
share Punctuation/casing fixes, and don't repeat too verbosely how to set sysctl()s. 2002-07-16 09:03:10 +00:00
sys Instead of using a matrix of configured CPU types, first count 2002-07-17 05:57:47 +00:00
tools work around FreeBSD defining user_from_uid() in stdlib.h 2002-07-03 17:17:04 +00:00
usr.bin modernize: 2002-07-16 15:41:57 +00:00
usr.sbin Unifdef __STDC__. Remove __P() and register. ANSIfy. 2002-07-14 16:32:48 +00:00
build.sh fix pasto in error message 2002-07-09 06:36:16 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Fix botch in previous. Actually do "build" for "distribution". 2002-07-10 23:44:54 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Revise 20010803 since i386 gas is no longer built where that entry 2002-07-01 02:12:11 +00:00