opnsense-src/sys/boot/userboot/userboot
Bryan Drewery cd4bd9496e Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their
make.conf. Ports now use this knob.

  make[7]: "/usr/src/share/mk/bsd.own.mk" line 466: WITH_SSP and
  WITHOUT_SSP can't both be set.

This is similar to previous cleanup done in r188895

Approved by:	bapt
Reviewed by:	jlh (earlier version)
Approved by:	re (marius)
MFC after:	1 week
2013-09-29 20:20:17 +00:00
..
autoload.c
bootinfo.c
bootinfo32.c Remove unused variables. 2012-08-05 11:59:46 +00:00
bootinfo64.c
conf.c Teach userboot to boot from ISO image files. 2012-11-30 04:44:32 +00:00
copy.c Remove unused variables. 2012-08-05 11:59:46 +00:00
devicename.c Introduce new API to work with disks from the loader's drivers. 2012-08-05 12:15:15 +00:00
elf32_freebsd.c Convert machine/elf.h, machine/frame.h, machine/sigframe.h, 2013-02-20 17:39:52 +00:00
elf64_freebsd.c
host.c
libuserboot.h Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00
main.c Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
Makefile Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob 2013-09-29 20:20:17 +00:00
userboot_cons.c
userboot_disk.c Add the flags parameter to the disk_open() function and DISK_F_NOCACHE 2012-10-21 12:14:58 +00:00
version