summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud