Go to file
tv 0b5c0ba712 Make the TARGET_ENDIANNESS check only valid when making release, snapshot,
or distribution.

Also, clean up the check and include <sys/endian.h> instead -- some platforms'
<machine/endian_machdep.h> pull in the definitions of _BIG_ENDIAN and
_LITTLE_ENDIAN, invalidating the test; this makes the check values uniformly
"4321" and "1234" respectively.
2001-11-13 17:14:27 +00:00
bin PR/14558: Tero Kivinen: Check the return value of nanosleep and don't fail 2001-11-12 14:55:53 +00:00
crypto fix auth_krb5() error case behavior. found by jhawk, sync with openbsd tree 2001-11-12 05:45:29 +00:00
dist s/%%m/%m/ 2001-11-12 03:06:44 +00:00
distrib Make everything fit once again. 2001-11-11 07:46:46 +00:00
etc Make the TARGET_ENDIANNESS check only valid when making release, snapshot, 2001-11-13 17:14:27 +00:00
games
gnu Build *_tab.h as part of DPSRCS to make "make depend" work correctly. 2001-11-13 17:01:23 +00:00
include
lib Make previous a bit cleaner, too: just refer to all these files by the 2001-11-13 16:03:53 +00:00
libexec ANSI'ify. 2001-11-10 17:35:54 +00:00
regress
sbin move guts of non-F special parsing into separate openpartition() func 2001-11-09 11:48:39 +00:00
share Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
sys Dummy commit (removed one blank comment line) to make sure that all the 2001-11-13 14:49:56 +00:00
tools Re-add MKTOOLS as a "yes"/"no" only variable, which prevents recursion on "no" 2001-11-13 16:17:24 +00:00
usr.bin Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
usr.sbin Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT... 2001-11-11 05:07:20 +00:00
build.sh Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
BUILDING Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
BUILDING.mdoc Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
Makefile Rather than build in tools' and lib' twice, build tools' and lib' 2001-11-13 15:56:28 +00:00
Makefile.inc
UPDATING