Go to file
he 6f8da331f6 A few modifications to make this build for vax:
* The decpt variable is only used if INFNAN_CHECK, which isn't defined
   for vax.
 * Use a cast to avoid warning about shift of a signed variable.
 * Mark a condition as (potentially) a constant condition.
2012-03-22 13:15:48 +00:00
bin Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
common Lint seems to prefer that we cast via (void*) and not directly to 2012-03-21 20:02:56 +00:00
compat
crypto Fix applications that call RAND_bytes() before any other RAND function. 2012-03-07 10:17:47 +00:00
dist Add a void to make function declaration c89. 2012-03-22 08:56:52 +00:00
distrib Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
doc add option -p to dbsym(8) 2012-03-19 06:29:37 +00:00
etc Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253, 2012-03-20 06:18:33 +00:00
external Use tid - 1 for the thread id, so that thread 1 matches the main thread 2012-03-21 23:20:58 +00:00
extsrc
games Fix various format string mismatches. 2012-02-29 23:39:53 +00:00
gnu PR/26453: Ken Raeburn: make zero byte allocations return NULL instead of error 2012-03-12 17:41:59 +00:00
include typo in comment 2012-03-22 03:06:06 +00:00
lib A few modifications to make this build for vax: 2012-03-22 13:15:48 +00:00
libexec This version of __diagssert13 is dead. 2012-03-16 11:44:54 +00:00
regress The inttypes(3) check has already been moved to ATF. 2012-03-18 07:54:00 +00:00
rescue
sbin Convert from K&R to c89 function definitions. 2012-03-21 16:11:26 +00:00
share Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
sys Fix typo in kauth name. From PR 46234 by Matthew Mondor. 2012-03-22 12:59:33 +00:00
tests Remove unneeded atf_tc_expect_pass calls. 2012-03-20 18:20:49 +00:00
tools
usr.bin Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
usr.sbin Fix whitespace nits. Suggested by Bug Hunting. 2012-03-22 07:58:16 +00:00
x11 Move "libexpat" from X11 into base which fixes PR lib/40346. 2012-02-29 20:07:51 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING add note about SYMTAB_SPACE. 2012-03-19 06:08:51 +00:00
build.sh