|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2, release/4.3.0 |
|
| #
b478e142 |
| 10-Sep-2000 |
Roger Hardiman <[email protected]> |
Update to build both bktr and bktr_mem modules
|
| #
db901281 |
| 02-Sep-2000 |
Poul-Henning Kamp <[email protected]> |
Avoid the modules madness I inadvertently introduced by making the cloning infrastructure standard in kern_conf. Modules are now the same with or without devfs support.
If you need to detect if dev
Avoid the modules madness I inadvertently introduced by making the cloning infrastructure standard in kern_conf. Modules are now the same with or without devfs support.
If you need to detect if devfs is present, in modules or elsewhere, check the integer variable "devfs_present".
This happily removes an ugly hack from kern/vfs_conf.c.
This forces a rename of the eventhandler and the standard clone helper function.
Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include like <sys/queue.h>
Remove all #includes of opt_devfs.h they no longer matter.
show more ...
|
| #
64db83a8 |
| 27-May-2000 |
Peter Wemm <[email protected]> |
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of encoding the relative path.
|
| #
56ca3996 |
| 04-May-2000 |
Peter Wemm <[email protected]> |
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. Thi
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
show more ...
|
| #
6f940b38 |
| 28-Nov-1999 |
Bruce Evans <[email protected]> |
Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFI
Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
show more ...
|
| #
f7597900 |
| 22-Nov-1999 |
Brian Feldman <[email protected]> |
Add vnode_if.c to CLEANFILES.
|
| #
5e601677 |
| 28-Sep-1999 |
Peter Wemm <[email protected]> |
Make the bktr module build. The Makefile was badly mangled, including leaving the ".c" out of most of the SRCS= source files.
|
| #
450880b4 |
| 26-Sep-1999 |
Roger Hardiman <[email protected]> |
Update to use new Bt848 driver
|
| #
fdc2eae1 |
| 22-Sep-1999 |
Roger Hardiman <[email protected]> |
Use new location of Bt848 driver. Remove NPCI generation as the driver no longer checks for NPIC > 0
|
| #
ec4d7501 |
| 31-Aug-1999 |
Roger Hardiman <[email protected]> |
add vnode_if.h
|
| #
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
6c96acd3 |
| 12-Jun-1999 |
Roger Hardiman <[email protected]> |
Change perl5 to perl (same change as made in the fxp module)
|
| #
b72df81b |
| 12-Jun-1999 |
Roger Hardiman <[email protected]> |
Makefile to build a loadable bktr Bt848/Bt878 device driver This allows the bt848 grabber to be loaded in the boot loader or after bootup without the need for a custom kernel
|