summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make a.out kernels kld compatable by default...peter1998-11-041-10/+2
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-231-2/+2
* rm *.so and *.ko in clean as well.peter1998-10-101-2/+2
* Make the ELF kernel build produce a dynamic executable (!). This enablespeter1998-09-301-3/+16
* Fixed missing dependencies of genassym.o, gensetdefs.o and vers.obde1998-09-211-17/+19
* Bump config version.gibbs1998-09-151-2/+2
* Decouple genassym flags from CFLAGS.jkh1998-09-141-3/+6
* Reviewed by: Doug Rabsonnsouch1998-09-031-2/+4
* Change BINFORMAT to KERNFORMAT and add -aout or -elf to the tooljb1998-09-011-17/+25
* Force OBJFORMAT=aout.jb1998-08-311-1/+2
* Use a relative path to bsd.kern.mk if the relative mk directory exists.bde1998-08-241-1/+5
* Removed historical dependencies on `Makefile'. They had rotted to beingbde1998-07-121-32/+22
* Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERSbde1998-07-121-10/+10
* Fix race condition for creation of vnode_if.c and vnode_if.h.eivind1998-06-241-5/+7
* Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-171-2/+2
* Move __FreeBSD_version from src/sys/conf/newvers.sh toeivind1998-05-211-2/+2
* Back out previous commit - it breaks when called from 'buildworld' :-(eivind1998-05-201-2/+2
* Move __FreeBSD_version into <sys/param.h> (with automated duplicationeivind1998-05-201-2/+2
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-291-12/+12
* Undo my last change.dima1998-04-171-2/+2
* Use 0440 root.kmem kermissions on kernel instead ofdima1998-04-151-2/+2
* Add support for cleandepend, ${DESTDIR}, and there not being a file namedeivind1998-01-311-6/+11
* Augment $PATH to ensure searching of /sbin and /usr/sbin for sysctlbde1997-12-181-3/+4
* Bump configvers to 300003 to account for the crd->card (and related)msmith1997-11-061-2/+2
* Test if kvm_kernel.db exists before moving it. Otherwise installingguido1997-11-031-2/+4
* Put in an initial %VERSREQ field. This will cause existing config(8)'speter1997-10-221-1/+4
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-2/+2
* Add option for compiling in a 8x16 font.phk1997-07-251-1/+3
* Fixed the fix for not using -fomit-frame-pointer with -pg. The previousbde1997-06-291-2/+3
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-311-5/+1
* compile ipl_funcs.c with -fomit-frame-pointer, as suggested by Bruce. Thispeter1997-05-311-1/+5
* This commit affects ELF kernels only.jdp1997-05-211-10/+25
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-1/+8
* Create a special option file "opt_global.h" which is included by allpeter1997-04-271-3/+5
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-9/+23
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved nonstandard compiler profiling options out of config. Just printbde1996-12-131-1/+8
* Compile genassym without -static (undo rev.1.20). The default can bebde1996-11-061-2/+2
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.bde1996-10-081-11/+3
* Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"bde1996-09-271-3/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-211-3/+3
* Add -Wunused to try and catch any future offendersgpalmer1996-06-121-2/+2
OpenPOWER on IntegriCloud