Go to file
rillig 6e29471885 Changed the type of some size variables from int to size_t. Added const
qualifiers to some parameters. These changes allow WARNS to be raised to
4.
2006-05-15 21:12:21 +00:00
bin Don't free random memory; thanks gcc-4. 2006-05-14 01:09:03 +00:00
common Coverity CID 3206: Add assertion for NULL deref. 2006-05-13 22:05:04 +00:00
crypto XXX: GCC uninitialized variable 2006-05-14 02:40:03 +00:00
dist XXX: GCC uninitialized. 2006-05-14 23:36:01 +00:00
distrib kauth manpage 2006-05-14 22:11:47 +00:00
doc Explain which initialized variables gcc misses. 2006-05-15 04:55:13 +00:00
etc In the rc.d file list, start a new line for each first letter of 2006-05-14 15:43:54 +00:00
games Add a virtual destructor to avoid "future ABI issues". I love c++. 2006-05-14 06:38:04 +00:00
gnu Generated files for sim/ppc. 2006-05-15 19:14:20 +00:00
include
lib XXX: GCC uninitialized variable. 2006-05-14 02:15:31 +00:00
libexec Be more careful about checking return value of {m,re}alloc(). 2006-05-12 19:33:02 +00:00
regress sprinkle some (char *) to pacify GCC4. 2006-05-12 01:56:39 +00:00
rescue
sbin don't do the -Wno-pointer-sign dance for host programs. 2006-05-12 01:18:25 +00:00
share a new one for me. 2006-05-15 14:11:07 +00:00
sys For whatever reason, GCC4 really really wants extern struct decls to be 2006-05-15 20:57:53 +00:00
tools also note the rcsid of mknative.common 2006-05-15 21:01:42 +00:00
usr.bin Changed the type of some size variables from int to size_t. Added const 2006-05-15 21:12:21 +00:00
usr.sbin Add a man page derived from the one in the distribution. 2006-05-15 02:17:43 +00:00
x11
BUILDING
Makefile
Makefile.inc
UPDATING
build.sh