aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldconfig/kldconfig.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
* kldconfig: Remove some code for compatibility with FreeBSD 4.x.Jilles Tjoelker2014-03-091-27/+0
* Fix malloc size (visible on amd64, with "kldconfig -r").Ruslan Ermilov2005-11-071-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* style(9): use NULL when assigning/comparing a char *,Johan Karlsson2003-04-231-1/+1
* Properly cast a size argument to an unsigned type.Peter Pentchev2001-06-291-1/+2
* Silence warnings on the Alpha: don't assume size_t is an int.Dima Dorfman2001-06-291-1/+1
* Add kldconfig(8), a utility to modify the kernel module search path.Peter Pentchev2001-06-291-0/+444