freebsd_amp_hwpstate/sys/i386/conf
John Polstra 61b005296f This commit affects ELF kernels only.
Remove "setdefs.h" and arrange to generate it automatically at
ELF kernel build time.

"gensetdefs.c" is a utility which scans a set of ELF object files
and outputs a line ``DEFINE_SET(name, length);'' for each linker
set that it finds.  When generating an ELF kernel, this is run just
before the final link to generate "setdefs.h".

Remove the init_sets() function from "setdef0.c", and its call from
"machdep.c".  Since "gensetdefs.c" calculates the length of each
set, it is no longer necessary in an ELF kernel to count the set
elements at kernel initialization time.  Also remove "set_of_sets"
which was used for this purpose.

Link "setdef0" and "setdef1" into the kernel only if building for
ELF.  Since init_sets() is no longer used, there is no need to link
them into an a.out kernel.
1997-05-21 23:21:30 +00:00
..
GENERIC GENERIC, LINT: 1997-04-14 00:35:25 +00:00
LINT Bring in some kernel bootp support. This removes the need for netboot 1997-05-11 18:05:39 +00:00
Makefile.i386 This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
NOTES Bring in some kernel bootp support. This removes the need for netboot 1997-05-11 18:05:39 +00:00
SMP-GENERIC - fixed typo 1997-05-11 19:01:24 +00:00
devices.i386 Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
files.i386 Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
majors.i386 Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com> 1997-03-10 20:25:45 +00:00
options.i386 Round 1 of a long series of commits.. 1997-05-07 19:39:16 +00:00