| Commit message (Expand) | Author | Age | Files | Lines |
* | lint the previous lint commit. | ru | 2002-03-18 | 1 | -1/+1 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | markm | 2002-03-17 | 1 | -0/+3 |
* | Use vnode_if.awk rather than vnode_if.pl | obrien | 2002-03-01 | 1 | -2/+3 |
* | Drop <bsd.man.mk> support from <bsd.kmod.mk>. | ru | 2002-01-11 | 1 | -16/+2 |
* | Reverse the sense of EXPORT_SYMS. If EXPORT_SYMS is not | msmith | 2002-01-11 | 1 | -4/+7 |
* | Eliminate the use of commons in the kernel and modules, | msmith | 2002-01-10 | 1 | -1/+28 |
* | Support the "install.debug" and "reinstall.debug" targets for kernel modules. | des | 2001-10-27 | 1 | -0/+4 |
* | On second thoughts, make kldxref failures non-fatal. | peter | 2001-09-11 | 1 | -1/+1 |
* | Implement the long-awaited module->file cache database. A userland | peter | 2001-09-11 | 1 | -0/+3 |
* | In the KLD "load" make target, don't load using the "absolute" path of | green | 2001-08-08 | 1 | -1/+1 |
* | When building a debugging kernel with modules, build modules with | sheldonh | 2001-08-02 | 1 | -2/+11 |
* | Make sure that installing a module complains if the target modules | roam | 2001-07-18 | 1 | -1/+1 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -7/+0 |
* | Don't install KO's with the "schg" flag. | obrien | 2001-04-25 | 1 | -1/+1 |
* | Add function prototypes and base module for kernel side iconv library. | bp | 2001-04-09 | 1 | -1/+3 |
* | Reflect recent bsd.man.mk changes here, but do not assign the | ru | 2001-03-27 | 1 | -5/+8 |
* | Cleaner way of adding -fschg (ie, correctly implement). | obrien | 2001-03-24 | 1 | -2/+1 |
* | Move beforedepend: outside of the loop. | imp | 2001-03-05 | 1 | -2/+3 |
* | Set TARGET_ARCH and install files -fschg as we do the kernel module. | obrien | 2001-03-04 | 1 | -0/+3 |
* | Add pci/agp_if.m to the MFILES list so that we can auto depend on agp_if.h | peter | 2001-02-27 | 1 | -1/+1 |
* | If the symbolic links @ or machine exist, do not depend on them. | imp | 2001-02-23 | 1 | -3/+12 |
* | This time really fix the machine/lock.h thing. This time don't fool make | peter | 2001-02-20 | 1 | -1/+4 |
* | Back out rev 1.92 | peter | 2001-02-19 | 1 | -1/+0 |
* | "Fix" the machine/lock.h problem in modules depend with a sledge hammer. | peter | 2001-02-18 | 1 | -0/+1 |
* | Revert gensetdefs.pl reversal. | marcel | 2001-02-17 | 1 | -1/+1 |
* | Revert previous commit. I messed up my testing. | marcel | 2001-01-28 | 1 | -1/+1 |
* | Improve kernel bootstrapping: | marcel | 2001-01-28 | 1 | -1/+1 |
* | kobjify. | cg | 2000-12-18 | 1 | -4/+5 |
* | Next-phase PCI system update; move PCI core code to sys/dev and update | msmith | 2000-12-08 | 1 | -3/+4 |
* | Do not check for existence of ${_dir}/kern/ , because for modules that set | jasone | 2000-12-08 | 1 | -1/+1 |
* | Add pcib_if location to list of *.m files. | takawata | 2000-10-31 | 1 | -1/+1 |
* | Add a hook for doing #include magic (for src/tools/tools/kerninclude). | phk | 2000-10-29 | 1 | -1/+1 |
* | The kernel is now known as `kernel.ko' and it and its matching modules | obrien | 2000-09-05 | 1 | -1/+1 |
* | Fix the 'file not found' in the load target, someone | cokane | 2000-06-22 | 1 | -1/+1 |
* | Remove KMODDEPS support. All our existing dependencies are specified | peter | 2000-05-01 | 1 | -18/+6 |
* | Add support for compiling kernel modules outside of the tree. If you | imp | 2000-04-08 | 1 | -30/+19 |
* | Use makeobjops.pl instead of makedevops.pl. | dfr | 2000-04-08 | 1 | -2/+2 |
* | Allow the calling Makefile to specify a list of device interfaces instead | dfr | 2000-04-05 | 1 | -1/+5 |
* | Use an intermediate file containing the module binary before converting | peter | 2000-03-20 | 1 | -4/+7 |
* | Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module | bde | 2000-01-28 | 1 | -0/+2 |
* | oops, nearly forgot to commit the addition of ppbus_if.m to the list. | peter | 2000-01-23 | 1 | -2/+3 |
* | Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS, | bde | 2000-01-08 | 1 | -3/+12 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | Update vnode_if.sh location. This was deliberately left a while after | peter | 1999-12-22 | 1 | -2/+2 |
* | Use the -c and -h args of vnode_if.sh to generate only the .h file that | peter | 1999-12-12 | 1 | -9/+7 |
* | Add two modules for the pccard work: dev/pccard/card_if.m and | imp | 1999-11-28 | 1 | -2/+2 |
* | Build and clean device interface files (foo_if.[ch]) and empty options | bde | 1999-11-28 | 1 | -4/+33 |
* | Add .ORDER which is needed for the previous commit to work with -jN. | marcel | 1999-11-23 | 1 | -0/+1 |
* | vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c to | marcel | 1999-11-23 | 1 | -1/+1 |
* | 1) s/mod(un)?load/kld$1load/ | n_hibma | 1999-09-06 | 1 | -21/+21 |