NetBSD/sys/conf
christos 160a37667a Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred,
it caused the return from the enclosing function to break, as well as the
ssp return on i386. To fix both issues, split configure in two pieces
the one before calling ssp_init and the one after, and move the ssp_init()
call back in main. Put ssp_init() in its own file, and compile this new file
with -fno-stack-protector. Tested on amd64.
XXX: If we want to have ssp kernels working on 5.0, this change needs to
be pulled up.
2009-02-12 18:24:18 +00:00
..
copyright MUHAHAHA, FIRST POST!!!!111!1!!ONE!!1 2009-01-01 00:00:01 +00:00
debugsyms.c Put a dummy function in here that uses a couple of the types. 2008-06-06 13:21:00 +00:00
files Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
majors Merge the haad-dm branch to -current. This branch adds LVM functionality to 2008-12-19 15:24:03 +00:00
Makefile.kern.inc Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
mkldscript.sh Move mkldscript.sh, which is used to create ldscript dynamically to 2007-03-04 02:35:49 +00:00
newvers_stand.sh Add the kernel revision to vers.c, as in: 2008-07-15 20:10:06 +00:00
newvers.sh Deal with arm gas weirdness. 2007-11-17 08:59:51 +00:00
osrelease.sh Use ${TOOL_SED}, which is defined by bsd.own.mk/bsd.sys.mk, 2008-08-05 08:26:05 +00:00
param.c Allow the POSIX semaphore code to be loaded as a module. 2008-11-12 14:32:34 +00:00
std - Conditionalise POSIX aio and mqueue, but include them by default. 2008-11-14 23:28:30 +00:00