freebsd-skq/sys/sparc64
sobomax 34fa5a81a5 Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
with flags bitfield and set BI_CAN_EXEC_DYN flag for all brands that usually
allow executing elf dynamic binaries (aka shared libraries). When it is
requested to execute ET_DYN elf image check if this flag is on after we
know the elf brand allowing execution if so.

PR:		kern/87615
Submitted by:	Marcin Koziej <creep@desk.pl>
2005-12-26 21:23:57 +00:00
..
central Remove unused sc_node from softc. 2005-12-03 18:14:47 +00:00
compile
conf Uncomment bge(4) as it's now working. 2005-12-22 01:46:28 +00:00
creator - Declare lookup tables etc. const. 2005-07-10 11:16:34 +00:00
ebus - Convert these bus drivers to make use of the newly introduced set of 2005-11-22 16:39:44 +00:00
fhc Remove superfluous bzero()'ing of the softc. 2005-11-30 16:13:49 +00:00
include Tweak how the MD code calls the fooclock() methods some. Instead of 2005-12-22 22:16:09 +00:00
isa - Move the declaration of struct upa_ranges and the UPA_RANGE_* macros 2005-12-03 19:52:20 +00:00
pci Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used 2005-12-20 19:57:47 +00:00
sbus - Convert these bus drivers to make use of the newly introduced set of 2005-11-22 16:39:44 +00:00
sparc64 Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00