summaryrefslogtreecommitdiffstats
path: root/sbin/kldconfig/kldconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc size (visible on amd64, with "kldconfig -r").ru2005-11-071-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
* style(9): use NULL when assigning/comparing a char *,johan2003-04-231-1/+1
* Properly cast a size argument to an unsigned type.roam2001-06-291-1/+2
* Silence warnings on the Alpha: don't assume size_t is an int.dd2001-06-291-1/+1
* Add kldconfig(8), a utility to modify the kernel module search path.roam2001-06-291-0/+444
OpenPOWER on IntegriCloud