Go to file
tsutsui e7730664e0 Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features.
Instead, use proper macro defined in Makefile per ${MACHINE_ARCH}.

__${MACHINE_ARCH}__ doesn't represent an architecture of tool's target
but an architecture of binaries being compiled, so required features
are not prolery enabled or unintentionally enabled on certain host
and target combinations during src/tools build.
2009-11-28 12:14:53 +00:00
bin Use %zu in printf format for size_t value. 2009-11-27 10:50:04 +00:00
common Use strong alias within the kernel namespace regardless of if we're 2009-11-26 07:40:34 +00:00
compat Regen for NOLINKLIB. 2009-11-09 15:49:35 +00:00
crypto PR/42363: Yasuoka Masahiko: 2009-11-22 19:34:55 +00:00
dist don't use pathname directly as msgq()'s first argument of format string. 2009-11-24 13:12:01 +00:00
distrib Link the xf86-input-ws X.Org input driver to the build and add it to the lists 2009-11-28 12:10:24 +00:00
doc Mention xf86-input-ws 2009-11-28 12:13:04 +00:00
etc Hook openresolv into build. 2009-11-21 03:24:30 +00:00
external Link the xf86-input-ws X.Org input driver to the build and add it to the lists 2009-11-28 12:10:24 +00:00
games use %option noinput nounput 2009-10-29 14:27:26 +00:00
gnu Lookup lwp0.l_addr instead of proc0paddr to locate PCB. 2009-11-27 02:51:15 +00:00
include add some prototypes for checked string functions 2009-11-17 20:47:59 +00:00
lib guard single-dot from modification by the application 2009-11-24 13:34:20 +00:00
libexec s/the the/the/ 2009-11-22 18:40:26 +00:00
regress Handle undefined USE_SSP. XXX *_SSP variables needs clean-up. 2009-11-25 09:30:04 +00:00
rescue kill ldd_aout. it didn't work anyway...not since i don't know when. 2009-08-22 06:52:15 +00:00
sbin Don't use #ifdef __${MACHINE_ARCH}__ to enable machine dependent features. 2009-11-28 12:14:53 +00:00
share Link the xf86-input-ws X.Org input driver to the build and add it to the lists 2009-11-28 12:10:24 +00:00
sys Apply some band-aid to pmap_activate() for PR kern/41058: 2009-11-28 11:44:45 +00:00
tests Since rumpfs has supported file system sockets for quite a while 2009-11-26 17:33:23 +00:00
tools Actually use timestamp file's timestamps so that things rebuild correctly. 2009-11-25 11:49:36 +00:00
usr.bin Don't include newlines when comparing to prevent errors when lines have 2009-11-28 03:56:38 +00:00
usr.sbin s/the the/the/ 2009-11-22 18:45:27 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh For rumptest, ignore unresolved symbols which are in the 2009-11-24 13:39:07 +00:00
BUILDING If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value 2009-10-10 19:05:28 +00:00
Makefile build & install librumpdev_netsmb and librumpfs_smbfs components 2009-09-04 17:21:33 +00:00
Makefile.inc
UPDATING Note briefly that new amd64 kernels don't build with old binutils. 2009-11-16 07:45:50 +00:00