summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-081-3/+4
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-311-5/+3
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-021-2/+6
* removed:phk1996-05-021-2/+2
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-271-2/+2
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-301-5/+7
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-291-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+3
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-081-1/+2
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-071-2/+4
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-051-3/+3
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-261-26/+4
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-3/+4
* i386 is defined by the compiler, so don't define it here. LOAD_ADDRESSdg1995-11-191-2/+2
* Add a DRIVER_S= definition that config wants to use for assemblerpeter1995-11-011-1/+2
* When moving kernel to kernel.old, also change kern.bootfile.toguido1995-10-301-1/+2
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-291-3/+3
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+3
* Fix clean rule to remove remove everything that isn't created by configbde1995-07-221-3/+4
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Make `make links' work by leaving swapkernel.c off out of the links processingwollman1995-05-111-3/+3
* Modify behavior of INCLUDES to never look in /usr/include unless wenate1995-04-051-2/+8
* Added -I/usrinclude to the tail end of the INCLUDES line. This hacknate1995-04-031-2/+2
* CVS:bde1995-03-281-3/+3
* Reviewed by:bde1995-03-251-3/+3
* Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functionsbde1995-03-251-3/+4
* Removed obsolete vtrace() remnants.dg1995-03-041-8/+1
* Fix "dependency" spelling error. Implement "clean" entries for devicegibbs1995-03-011-2/+4
* Use relative include path and -nostdinc avoid getting anything frombde1995-02-261-2/+3
* Pass '-m' to symorder. Kernels without INET will fail otherwise.phk1995-01-291-2/+2
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-251-11/+19
* Handle the aic7770 driver's dependancies correctly.gibbs1994-12-311-2/+4
OpenPOWER on IntegriCloud