Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new tarball to fix a build issue on amd64 (cast to ptr of different size) | Luigi Rizzo | 2009-01-17 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=226303 | ||||
* | Whitespace fix. | Alex Dupre | 2009-01-13 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=225944 | ||||
* | The kldpatch utility can print or alter the content of device/quirk tables | Luigi Rizzo | 2009-01-12 | 3 | -0/+38 |
in kernel modules. These tables are generally used to identify devices, and possibly apply specific quirks to enable/disable certain features. Kldpatch is especially useful to let the kernel recognise a new device without rebooting and rebuilding/reinstalling kernel or modules. WWW: http://info.iet.unipi.it/~luigi/FreeBSD/ Note - this may be worth importing in the base system, however we still need it as a port for older OS releases. Notes: svn path=/head/; revision=225891 |