aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* Delete the 'device-driver' suffix. It's been meaningless for a long time.Peter Wemm1999-07-031-5/+1
* Working kernel tags!Jordan K. Hubbard1999-07-021-2/+5
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.Peter Wemm1999-06-281-2/+2
* Hmm, might as well make all of BEFORE_DEPEND first in case make dependPoul-Henning Kamp1999-06-281-2/+2
* Also make pci_if.h early if make depend wasn't run.Poul-Henning Kamp1999-06-281-2/+2
* Make bus_if.h and device_if.h as early as possible if make depend hasn'tPoul-Henning Kamp1999-06-281-2/+2
* Move KERNEL?=kernel to top of the file where it's more obvious and addPeter Wemm1999-05-091-21/+18
* Move a couple of bits of (now) static content from config(8) (ie: %LOAD)Peter Wemm1999-05-091-8/+13
* Major lobotomy of config(8). ThePoul-Henning Kamp1999-05-091-2/+2
* I'm sick of the automatic rename of /kernel to /kernel.old while doingPeter Wemm1999-05-081-1/+5
* Bump configvers; when the updates to generic/lint get committed, the oldPeter Wemm1999-04-241-2/+2
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+2
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-151-2/+2
* Clean up the kernel/kernel.debug/install.debug etc stuff.Peter Wemm1999-04-131-39/+21
* Back out default debug kernel. The flags revert to historical behaviour.Greg Lehey1999-04-111-5/+2
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-071-13/+43
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-111-2/+2
* Ensure that vnode_if.h build before object files, if make depend has notDmitrij Tejblum1999-03-011-2/+2
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-141-2/+2
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-2/+2
* Force the order of the setdefs* so that make -jN doesn't build thePeter Wemm1999-01-251-1/+3
* Hide the gensetdefs run the same way we hide the final ld command.Peter Wemm1999-01-191-2/+3
* Use the gensetdefs that is now in /usr/bin, it's a superset of thePeter Wemm1999-01-171-15/+9
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-6/+7
* Flip the kernel default to ELF.. Add a test to try and warn peoplePeter Wemm1999-01-071-2/+12
* Regrettably, you can't take setdef0.c out of order, or, surprise,Mike Smith1998-12-211-3/+3
* Fixed building elf kernels without a `make depend' step. The magicBruce Evans1998-12-201-3/+3
* If there is no .depends file, use the standard ad-hoc way of ensuringWarner Losh1998-12-071-1/+5
* * Change 'struct resource' to 'struct config_resource'.Doug Rabson1998-11-151-2/+2
* Make a.out kernels kld compatable by default...Peter Wemm1998-11-041-10/+2
* Ignore `vector xxxintr' specifications except for checking their syntax.Bruce Evans1998-10-231-2/+2
* rm *.so and *.ko in clean as well.Peter Wemm1998-10-101-2/+2
* Make the ELF kernel build produce a dynamic executable (!). This enablesPeter Wemm1998-09-301-3/+16
* Fixed missing dependencies of genassym.o, gensetdefs.o and vers.oBruce Evans1998-09-211-17/+19
* Bump config version.Justin T. Gibbs1998-09-151-2/+2
* Decouple genassym flags from CFLAGS.Jordan K. Hubbard1998-09-141-3/+6
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-2/+4
* Change BINFORMAT to KERNFORMAT and add -aout or -elf to the toolJohn Birrell1998-09-011-17/+25
* Force OBJFORMAT=aout.John Birrell1998-08-311-1/+2
* Use a relative path to bsd.kern.mk if the relative mk directory exists.Bruce Evans1998-08-241-1/+5
* Removed historical dependencies on `Makefile'. They had rotted to beingBruce Evans1998-07-121-32/+22
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSBruce Evans1998-07-121-10/+10
* Fix race condition for creation of vnode_if.c and vnode_if.h.Eivind Eklund1998-06-241-5/+7
* Don't generate declarations for isa device structs in "ioconf.h".Bruce Evans1998-06-171-2/+2
* Move __FreeBSD_version from src/sys/conf/newvers.sh toEivind Eklund1998-05-211-2/+2
* Back out previous commit - it breaks when called from 'buildworld' :-(Eivind Eklund1998-05-201-2/+2
* Move __FreeBSD_version into <sys/param.h> (with automated duplicationEivind Eklund1998-05-201-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configWarner Losh1998-04-291-12/+12
* Undo my last change.Dima Ruban1998-04-171-2/+2