summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-091-251/+0
* Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able tokato2000-01-091-1/+1
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-091-1/+1
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-081-13/+0
* genassym is ELF-only, therefore the kernel is now ELF-only as well.peter2000-01-081-8/+0
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-081-14/+10
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-071-5/+2
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-071-10/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+2
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-271-7/+0
* Fixed stripping of aout debugging kernels.bde1999-12-261-4/+4
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-171-4/+4
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-4/+7
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-221-21/+11
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-1/+3
* Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk aspeter1999-11-181-4/+6
* Typon_hibma1999-11-161-1/+1
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-031-5/+1
* Working kernel tags!jkh1999-07-021-2/+5
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.peter1999-06-281-2/+2
* Hmm, might as well make all of BEFORE_DEPEND first in case make dependphk1999-06-281-2/+2
* Also make pci_if.h early if make depend wasn't run.phk1999-06-281-2/+2
* Make bus_if.h and device_if.h as early as possible if make depend hasn'tphk1999-06-281-2/+2
* Move KERNEL?=kernel to top of the file where it's more obvious and addpeter1999-05-091-21/+18
* Move a couple of bits of (now) static content from config(8) (ie: %LOAD)peter1999-05-091-8/+13
* Major lobotomy of config(8). Thephk1999-05-091-2/+2
* I'm sick of the automatic rename of /kernel to /kernel.old while doingpeter1999-05-081-1/+5
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+2
* Made booting with -a work for all configurations. Previously itbde1999-04-151-2/+2
* Clean up the kernel/kernel.debug/install.debug etc stuff.peter1999-04-131-39/+21
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-111-5/+2
* 1. Modify config to issue different code for debugging.grog1999-04-071-13/+43
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-111-2/+2
* Ensure that vnode_if.h build before object files, if make depend has notdt1999-03-011-2/+2
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
* Mostly remove the VM_STACK OPTION.julian1999-01-261-2/+2
* Force the order of the setdefs* so that make -jN doesn't build thepeter1999-01-251-1/+3
* Hide the gensetdefs run the same way we hide the final ld command.peter1999-01-191-2/+3
* Use the gensetdefs that is now in /usr/bin, it's a superset of thepeter1999-01-171-15/+9
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-6/+7
* Flip the kernel default to ELF.. Add a test to try and warn peoplepeter1999-01-071-2/+12
* Regrettably, you can't take setdef0.c out of order, or, surprise,msmith1998-12-211-3/+3
* Fixed building elf kernels without a `make depend' step. The magicbde1998-12-201-3/+3
* If there is no .depends file, use the standard ad-hoc way of ensuringimp1998-12-071-1/+5
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-151-2/+2
OpenPOWER on IntegriCloud