1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/sys/i386
Dmitry Chagin 32c01de21c Implement new way of branding ELF binaries by looking to a
".note.ABI-tag" section.

The search order of a brand is changed, now first of all the
".note.ABI-tag" is looked through.

Move code which fetch osreldate for ELF binary to check_note() handler.

PR:		118473
Approved by:	kib (mentor)
2009-03-13 16:40:51 +00:00
..
acpica At least one BIOS bogusly includes duplicate entries for I/O APICs. The 2009-03-05 16:03:44 +00:00
bios Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
compile
conf Reenable ndis in the LINT build now that it has been updated for USB. Thanks to 2009-03-07 19:54:30 +00:00
cpufreq Include a missing header file. 2009-01-22 20:29:07 +00:00
i386 Implement new way of branding ELF binaries by looking to a 2009-03-13 16:40:51 +00:00
ibcs2 FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjust 2009-02-23 15:38:35 +00:00
include Merge in support for Xen HVM on amd64 architecture. 2009-03-11 15:30:12 +00:00
isa A better fix for handling different FPU initial control words for different 2009-03-05 19:42:11 +00:00
linux Implement new way of branding ELF binaries by looking to a 2009-03-13 16:40:51 +00:00
pci Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped 2008-09-11 21:42:11 +00:00
svr4 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
xbox In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
xen Remove unused arg from npxinit(). Forgot to commit this file in the 2009-03-05 18:43:54 +00:00
Makefile