summaryrefslogtreecommitdiffstats
path: root/sbin/modunload/modunload.c
Commit message (Collapse)AuthorAgeFilesLines
* The infrastructure to build these fellows has been replaced with kld.peter1999-04-241-125/+0
|
* Add rcsid. Remove unused #includes. Spelling.charnier1998-07-061-8/+7
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Compile under Lite2 (unistd.h has proto for getopt)peter1997-03-111-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Improve the format of the usage string output.mpp1996-12-091-3/+2
| | | | Submitted by: Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
* Terry Lambert's loadable kernel module support - modload & modunloaddg1994-08-191-0/+126
utilities w/improvements from the NetBSD group.
OpenPOWER on IntegriCloud