freebsd-dev/release
Ruslan Ermilov 042df2e2da Enable GCC stack protection (aka Propolice) for userland:
- It is opt-out for now so as to give it maximum testing, but it may be
  turned opt-in for stable branches depending on the consensus.  You
  can turn it off with WITHOUT_SSP.
- WITHOUT_SSP was previously used to disable the build of GNU libssp.
  It is harmless to steal the knob as SSP symbols have been provided
  by libc for a long time, GNU libssp should not have been much used.
- SSP is disabled in a few corners such as system bootstrap programs
  (sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves.
- It should be safe to use -fstack-protector-all to build world, however
  libc will be automatically downgraded to -fstack-protector because it
  breaks rtld otherwise.
- This option is unavailable on ia64.

Enable GCC stack protection (aka Propolice) for kernel:
- It is opt-out for now so as to give it maximum testing.
- Do not compile your kernel with -fstack-protector-all, it won't work.

Submitted by:	Jeremie Le Hen <jeremie@le-hen.org>
2008-06-25 21:33:28 +00:00
..
amd64 libbsdxml is now required by ifconfig(8). 2008-04-22 18:20:05 +00:00
doc - ncurses has been updated to 5.6-20080503 2008-06-05 13:37:40 +00:00
i386 libbsdxml is now required by ifconfig(8). 2008-04-22 18:20:05 +00:00
ia64 Obsolete gpt(8) by replacing it with geom(8). Add the glabel and 2008-06-05 15:32:05 +00:00
pc98 Replace the ee with the ed to resolve disk overflow. 2008-05-13 11:51:19 +00:00
picobsd Enable GCC stack protection (aka Propolice) for userland: 2008-06-25 21:33:28 +00:00
powerpc libbsdxml is now required by ifconfig(8). 2008-04-22 18:20:05 +00:00
scripts src/compat/ is gone back in March. 2008-06-25 20:29:22 +00:00
sparc64 libbsdxml is now required by ifconfig(8). 2008-04-22 18:20:05 +00:00
sun4v libbsdxml is now required by ifconfig(8). 2008-04-22 18:20:05 +00:00
fixit.profile - Add extra paths for GEOM_LIBRARY_PATH to the fixit environment to enable all 2008-02-05 14:06:15 +00:00
fixit.services
Makefile Enable GCC stack protection (aka Propolice) for userland: 2008-06-25 21:33:28 +00:00
Makefile.inc.docports Fix doc.1 build when NOPORTS is defined. This includes 2007-04-11 15:24:58 +00:00