| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve kernel bootstrapping: | marcel | 2001-01-28 | 1 | -1/+1 |
* | Change the reinstall.debug target to depend on | jhb | 2001-01-19 | 1 | -4/+8 |
* | Corresponding version bump for config with the DEV_FOO replacement for | peter | 2001-01-19 | 1 | -1/+1 |
* | Back out the modules `make obj' speedup. | obrien | 2000-12-24 | 1 | -6/+6 |
* | Use the canonical spelling for the path to sys. | obrien | 2000-12-22 | 1 | -2/+2 |
* | Greatly speed up the module `depend' phase. | obrien | 2000-12-21 | 1 | -6/+6 |
* | Next-phase PCI system update; move PCI core code to sys/dev and update | msmith | 2000-12-08 | 1 | -1/+1 |
* | Make the xxxFILES= list generation generic. This makes it easier to add | peter | 2000-11-25 | 1 | -4/+4 |
* | Fix the `make -jX' (X>1) breakage. | obrien | 2000-11-17 | 1 | -9/+11 |
* | Add a hook for doing #include magic (for src/tools/tools/kerninclude). | phk | 2000-10-29 | 1 | -1/+1 |
* | Connect the new ACPICA code to the 'acpica' device. | msmith | 2000-10-28 | 1 | -0/+5 |
* | Make it possible to specify profiling in the kernel config file. | phk | 2000-10-14 | 1 | -1/+1 |
* | Blah rev 1.208 got bits of the proposed "I want the file /kernel to be | obrien | 2000-10-03 | 1 | -7/+6 |
* | Do not prepend `DESTDIR' to `KMODDIR' as sys/conf/kmod.mk already does | obrien | 2000-10-03 | 1 | -7/+8 |
* | Install the kernel KLM as "kernel" by default. | obrien | 2000-09-14 | 1 | -1/+1 |
* | Create an "expert" mode where the device hints are not checked during | obrien | 2000-09-07 | 1 | -0/+2 |
* | Remove superfluous `/'s before KODIR. | obrien | 2000-09-07 | 1 | -13/+13 |
* | DESTDIR'ify the device.hints checking code. | obrien | 2000-09-06 | 1 | -2/+2 |
* | I forgot the leading `DESTDIR' before the kernel directory. | obrien | 2000-09-06 | 1 | -1/+1 |
* | The kernel is now known as `kernel.ko' and it and its matching modules | obrien | 2000-09-05 | 1 | -27/+34 |
* | If a ${KERNEL}.hints file exists, and no hints are specified explicitly, | peter | 2000-08-25 | 1 | -1/+1 |
* | Add some anti-foot-shooting protection to the kernel install target. | peter | 2000-08-25 | 1 | -0/+8 |
* | * Create entire directory path for modules. | obrien | 2000-08-03 | 1 | -1/+1 |
* | Don't bitch when trying to create a ${DESTDIR}/modules which already | sheldonh | 2000-08-03 | 1 | -1/+1 |
* | -mkdir the ${DESTDIR}/modules directory upon modules-install in case it | green | 2000-07-27 | 1 | -0/+1 |
* | Make the generated set headers depend on Makefile as well (that is where | peter | 2000-06-22 | 1 | -2/+2 |
* | Add back "NO_MODULES" as using ``make -DMODULES_WITH_WORLD'' in the | obrien | 2000-06-17 | 1 | -1/+1 |
* | If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the | obrien | 2000-06-17 | 1 | -1/+1 |
* | Fix ``make installkernel'' | brian | 2000-06-16 | 1 | -1/+1 |
* | Only copy /modules to /modules.old if /modules exists and is populated. | obrien | 2000-06-15 | 1 | -2/+4 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -7/+7 |
* | Use objcopy to strip the gcc2_compiled. symbol from kernels. | peter | 2000-06-12 | 1 | -3/+5 |
* | A checkpoint of a part of a work-in-progress. Some more cleanups for | peter | 2000-06-10 | 1 | -1/+1 |
* | Use "nm | awk ..." instead of genassym(1) to generate symbol value headers. | bde | 2000-06-02 | 1 | -3/+3 |
* | MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall} | obrien | 2000-05-27 | 1 | -34/+56 |
* | Create a separate target for the 'modules'. Without this the modules | n_hibma | 2000-05-09 | 1 | -0/+6 |
* | Set MAKEOBJDIRPREFIX to modules/ in the current directory and build modules | obrien | 2000-05-04 | 1 | -6/+10 |
* | Cause modules to build with the kernel build. Modules are removed | chuckr | 2000-05-02 | 1 | -0/+18 |
* | LOAD_ADDRESS is not used here. See conf/ldscript.* for the link base | peter | 2000-04-29 | 1 | -1/+0 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 1 | -2/+2 |
* | Make it possible to include a device interface description by a single | dfr | 2000-04-05 | 1 | -3/+14 |
* | Include param.o in the list of files that we scan for linker sets. | peter | 2000-03-29 | 1 | -2/+2 |
* | Bump configvers.h as a precaution. Although existing config files will | peter | 2000-01-23 | 1 | -1/+1 |
* | Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as | peter | 2000-01-09 | 1 | -2/+2 |
* | Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able to | kato | 2000-01-09 | 1 | -1/+1 |
* | Bump configversion. The controller/device changes are upwards but not | peter | 2000-01-09 | 1 | -1/+1 |
* | Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff as | peter | 2000-01-08 | 1 | -13/+0 |
* | genassym is ELF-only, therefore the kernel is now ELF-only as well. | peter | 2000-01-08 | 1 | -8/+0 |
* | Compile genassym.c with ordinary ${CFLAGS}. The (small) needs for | bde | 2000-01-08 | 1 | -14/+10 |
* | Use genassym(1). The definitions of NKPDE and NKPT have been removed | marcel | 2000-01-07 | 1 | -5/+2 |