| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the 'device-driver' suffix. It's been meaningless for a long time. | Peter Wemm | 1999-07-03 | 1 | -5/+1 |
* | Working kernel tags! | Jordan K. Hubbard | 1999-07-02 | 1 | -2/+5 |
* | Use the same -UKERNEL strategy as the alpha to avoid the inlines etc. | Peter Wemm | 1999-06-28 | 1 | -2/+2 |
* | Hmm, might as well make all of BEFORE_DEPEND first in case make depend | Poul-Henning Kamp | 1999-06-28 | 1 | -2/+2 |
* | Also make pci_if.h early if make depend wasn't run. | Poul-Henning Kamp | 1999-06-28 | 1 | -2/+2 |
* | Make bus_if.h and device_if.h as early as possible if make depend hasn't | Poul-Henning Kamp | 1999-06-28 | 1 | -2/+2 |
* | Move KERNEL?=kernel to top of the file where it's more obvious and add | Peter Wemm | 1999-05-09 | 1 | -21/+18 |
* | Move a couple of bits of (now) static content from config(8) (ie: %LOAD) | Peter Wemm | 1999-05-09 | 1 | -8/+13 |
* | Major lobotomy of config(8). The | Poul-Henning Kamp | 1999-05-09 | 1 | -2/+2 |
* | I'm sick of the automatic rename of /kernel to /kernel.old while doing | Peter Wemm | 1999-05-08 | 1 | -1/+5 |
* | Bump configvers; when the updates to generic/lint get committed, the old | Peter Wemm | 1999-04-24 | 1 | -2/+2 |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | Peter Wemm | 1999-04-19 | 1 | -2/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -2/+2 |
* | Made booting with -a work for all configurations. Previously it | Bruce Evans | 1999-04-15 | 1 | -2/+2 |
* | Clean up the kernel/kernel.debug/install.debug etc stuff. | Peter Wemm | 1999-04-13 | 1 | -39/+21 |
* | Back out default debug kernel. The flags revert to historical behaviour. | Greg Lehey | 1999-04-11 | 1 | -5/+2 |
* | 1. Modify config to issue different code for debugging. | Greg Lehey | 1999-04-07 | 1 | -13/+43 |
* | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | David Greenman | 1999-03-11 | 1 | -2/+2 |
* | Ensure that vnode_if.h build before object files, if make depend has not | Dmitrij Tejblum | 1999-03-01 | 1 | -2/+2 |
* | Ignore errors from chflags. This makes it possible to make installworld | Dag-Erling Smørgrav | 1999-02-14 | 1 | -2/+2 |
* | Mostly remove the VM_STACK OPTION. | Julian Elischer | 1999-01-26 | 1 | -2/+2 |
* | Force the order of the setdefs* so that make -jN doesn't build the | Peter Wemm | 1999-01-25 | 1 | -1/+3 |
* | Hide the gensetdefs run the same way we hide the final ld command. | Peter Wemm | 1999-01-19 | 1 | -2/+3 |
* | Use the gensetdefs that is now in /usr/bin, it's a superset of the | Peter Wemm | 1999-01-17 | 1 | -15/+9 |
* | Switch to using ".So" as the extension for PIC object files rather | John Polstra | 1999-01-09 | 1 | -6/+7 |
* | Flip the kernel default to ELF.. Add a test to try and warn people | Peter Wemm | 1999-01-07 | 1 | -2/+12 |
* | Regrettably, you can't take setdef0.c out of order, or, surprise, | Mike Smith | 1998-12-21 | 1 | -3/+3 |
* | Fixed building elf kernels without a `make depend' step. The magic | Bruce Evans | 1998-12-20 | 1 | -3/+3 |
* | If there is no .depends file, use the standard ad-hoc way of ensuring | Warner Losh | 1998-12-07 | 1 | -1/+5 |
* | * Change 'struct resource' to 'struct config_resource'. | Doug Rabson | 1998-11-15 | 1 | -2/+2 |
* | Make a.out kernels kld compatable by default... | Peter Wemm | 1998-11-04 | 1 | -10/+2 |
* | Ignore `vector xxxintr' specifications except for checking their syntax. | Bruce Evans | 1998-10-23 | 1 | -2/+2 |
* | rm *.so and *.ko in clean as well. | Peter Wemm | 1998-10-10 | 1 | -2/+2 |
* | Make the ELF kernel build produce a dynamic executable (!). This enables | Peter Wemm | 1998-09-30 | 1 | -3/+16 |
* | Fixed missing dependencies of genassym.o, gensetdefs.o and vers.o | Bruce Evans | 1998-09-21 | 1 | -17/+19 |
* | Bump config version. | Justin T. Gibbs | 1998-09-15 | 1 | -2/+2 |
* | Decouple genassym flags from CFLAGS. | Jordan K. Hubbard | 1998-09-14 | 1 | -3/+6 |
* | Reviewed by: Doug Rabson | Nicolas Souchu | 1998-09-03 | 1 | -2/+4 |
* | Change BINFORMAT to KERNFORMAT and add -aout or -elf to the tool | John Birrell | 1998-09-01 | 1 | -17/+25 |
* | Force OBJFORMAT=aout. | John Birrell | 1998-08-31 | 1 | -1/+2 |
* | Use a relative path to bsd.kern.mk if the relative mk directory exists. | Bruce Evans | 1998-08-24 | 1 | -1/+5 |
* | Removed historical dependencies on `Makefile'. They had rotted to being | Bruce Evans | 1998-07-12 | 1 | -32/+22 |
* | Removed all traces of PARAM in Makefile.i386. Incremented CONFIGVERS | Bruce Evans | 1998-07-12 | 1 | -10/+10 |
* | Fix race condition for creation of vnode_if.c and vnode_if.h. | Eivind Eklund | 1998-06-24 | 1 | -5/+7 |
* | Don't generate declarations for isa device structs in "ioconf.h". | Bruce Evans | 1998-06-17 | 1 | -2/+2 |
* | Move __FreeBSD_version from src/sys/conf/newvers.sh to | Eivind Eklund | 1998-05-21 | 1 | -2/+2 |
* | Back out previous commit - it breaks when called from 'buildworld' :-( | Eivind Eklund | 1998-05-20 | 1 | -2/+2 |
* | Move __FreeBSD_version into <sys/param.h> (with automated duplication | Eivind Eklund | 1998-05-20 | 1 | -2/+2 |
* | Use ${.TARGET} rather than $@. i386 tested, pc98 untested because config | Warner Losh | 1998-04-29 | 1 | -12/+12 |
* | Undo my last change. | Dima Ruban | 1998-04-17 | 1 | -2/+2 |