summaryrefslogtreecommitdiffstats
path: root/sbin/kldconfig
Commit message (Collapse)AuthorAgeFilesLines
* Raise WARNS for various tools where possible.ed2010-01-171-1/+0
| | | | Submitted by: Marius NĂ¼nnerich <marius@nuenneri.ch>
* Fix malloc size (visible on amd64, with "kldconfig -r").ru2005-11-071-1/+1
|
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-102-3/+3
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-5/+2
|
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-2/+2
| | | | | | | | | | | | | | | that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64
* 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
| | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit
* These are WARNS=5 clean, mark them as such to keep them that way.johan2003-04-231-0/+1
| | | | Look at by: sebastian.ssmoller@web.de on audit@
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* The .Nm utilitycharnier2002-07-061-0/+2
|
* Default to WARNS=2.obrien2001-12-041-2/+0
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* This is actually making its enterance in FreeBSD 4.4.obrien2001-08-011-1/+1
|
* mdoc(7) police: cosmetics.ru2001-07-061-1/+1
|
* Properly cast a size argument to an unsigned type.roam2001-06-291-1/+2
| | | | Thanks to: dd for noticing the need for a cast.
* 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-293-0/+587
Reviewed by: -arch, -audit
OpenPOWER on IntegriCloud