Go to file
christos 3457928c2a Add Picky flag; this produces more warnings:
1. long a; int i; a = i * i;
   suggests casting i to long, so that we gain precision in the multiplication.
2. warns about magnitude comparisons in enums.
3. warns about possible sign extension issues when integer types become widened.
2008-07-31 15:21:34 +00:00
bin Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
common Don't convert cpuid_t through int while testing it for being in range. 2008-07-27 05:47:56 +00:00
crypto Add some missing ifdefs required for non-radius enabled builds. 2008-07-23 17:36:00 +00:00
dist Update build glue for dhcpcd 4.0.0rc3 and move it to 2008-07-27 19:31:02 +00:00
distrib Add Greg Oster's man page for WAPBL. Still a work in progress, 2008-07-31 08:28:17 +00:00
doc Mention WAPBL. 2008-07-31 15:19:44 +00:00
etc Install rump libraries and utilities to the base system and remove the 2008-07-29 13:17:40 +00:00
external use ${FONTCONFIG} instead of the long version. 2008-07-31 01:37:58 +00:00
games Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-21 13:24:38 +00:00
gnu Add a few more conditions to the setting of the symbol size for external 2008-07-22 05:35:44 +00:00
include Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
lib Nuke __VFSOPS_EXPOSE, it hasn't been used in ages. 2008-07-30 18:10:38 +00:00
libexec Make sure to call dlerror() to clear any error messages after the relocations 2008-07-29 16:27:01 +00:00
regress 2020447 IPFilter's NAT can undo name server random port selection 2008-07-24 09:37:57 +00:00
rescue we cannot use pthreads here because we are statically linked. 2008-06-23 14:53:06 +00:00
sbin Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
share Update a bit. 2008-07-31 14:14:07 +00:00
sys Include VGA_POST by default in GENERIC and ALL on x86 now that the code 2008-07-31 14:15:00 +00:00
tests Fix two bugs to make MKMODULAR=yes builds will work again, for the 2008-05-31 19:58:35 +00:00
tools Verify that MAKEFLAGS contains "-j" before trying to manipulate it 2008-07-07 10:57:03 +00:00
usr.bin Add Picky flag; this produces more warnings: 2008-07-31 15:21:34 +00:00
usr.sbin Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00
x11 MKMAN=no -> NOMAN= # defined 2008-05-25 01:46:18 +00:00
build.sh Make build.sh -C work as advertised. 2008-06-27 21:38:36 +00:00
BUILDING Correct/clarify the default setting of USETOOLS in the previous version. 2008-03-29 05:22:42 +00:00
Makefile Install rump libraries and utilities to the base system and remove the 2008-07-29 13:17:40 +00:00
Makefile.inc
UPDATING Add entries for WARNS>0 enabling fatal warnings in the linker & assembler. 2008-07-23 00:29:35 +00:00