aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kldpatch
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-151-5/+3
| | | | Notes: svn path=/head/; revision=333824
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Reassign to the heapThomas Abthorpe2011-12-141-1/+1
| | | | | | | Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=287383
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* new tarball to fix a build issue on amd64 (cast to ptr of different size)Luigi Rizzo2009-01-172-4/+4
| | | | Notes: svn path=/head/; revision=226303
* Whitespace fix.Alex Dupre2009-01-131-1/+1
| | | | Notes: svn path=/head/; revision=225944
* The kldpatch utility can print or alter the content of device/quirk tablesLuigi Rizzo2009-01-123-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