summaryrefslogtreecommitdiff
path: root/sbin/kldload
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114589
* These are WARNS=5 clean, mark them as such to keep them that way.Johan Karlsson2003-04-231-0/+1
| | | | | | | Look at by: sebastian.ssmoller@web.de on audit@ Notes: svn path=/head/; revision=113932
* Add an xref to kldconfig(8).Ruslan Ermilov2003-03-031-0/+1
| | | | Notes: svn path=/head/; revision=111848
* Update documentation for kldload(8)'s ability to load multiple modules.Juli Mallett2002-10-092-4/+6
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=104699
* Make it possible to kldload(8) many modules.Juli Mallett2002-10-081-9/+17
| | | | | | | | | MFC after: 2 months Sponsored by: Bright Path Solutions Reviewed by: tjr Notes: svn path=/head/; revision=104669
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
| | | | Notes: svn path=/head/; revision=99501
* Add 'utility' in a place that it was missing.Giorgos Keramidas2002-06-051-1/+1
| | | | | | | | | PR: docs/38814 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 10 days Notes: svn path=/head/; revision=97898
* mdoc(7) police: tidy up previous delta.Ruslan Ermilov2002-01-091-9/+6
| | | | Notes: svn path=/head/; revision=89148
* Add comments on where to look if you wish to auto-loadMike Silbersack2001-12-161-1/+9
| | | | | | | | | modules at boot time. MFC after: 1 day Notes: svn path=/head/; revision=88007
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-151-0/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79758
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* mdoc(7) police: minor markup tweaks.Ruslan Ermilov2001-07-101-2/+4
| | | | Notes: svn path=/head/; revision=79521
* Spelling police: extention -> extension.Dima Dorfman2001-07-051-1/+1
| | | | Notes: svn path=/head/; revision=79297
* Fix a typo: "must be have" -> "must have"Yaroslav Tykhiy2001-07-031-1/+1
| | | | | | | MFC after: 5 days Notes: svn path=/head/; revision=79144
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78732
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-2/+0
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74531
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-0/+1
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68960
* /modules -> /boot/kernelAndrey A. Chernov2000-09-061-2/+2
| | | | Notes: svn path=/head/; revision=65520
* Add cross-references to respective syscalls.Chris Costello1999-09-031-0/+1
| | | | Notes: svn path=/head/; revision=50847
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Fill-in the manpages a little.David E. O'Brien1998-11-121-3/+17
| | | | Notes: svn path=/head/; revision=41108
* remoce unused #include.Philippe Charnier1998-07-061-2/+1
| | | | Notes: svn path=/head/; revision=37418
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-3/+3
| | | | Notes: svn path=/head/; revision=34673
* Add -v in usage string. Add rcsid.Philippe Charnier1998-01-052-12/+12
| | | | Notes: svn path=/head/; revision=32269
* use += on cflagsJohn-Mark Gurney1997-10-261-2/+2
| | | | | | | Submitted-by: Steve Price <sprice@hiwaay.net> Notes: svn path=/head/; revision=30722
* a few code style changes:John-Mark Gurney1997-10-212-13/+16
| | | | | | | | | | | | | | | | o start function names in column 1 o sort order of flags in getopt and switch o don't try to reference progname o unspam some changes introduced by a 2.2.1-R build box instead of a -current build box doc changes: o document when these commands first appeared o put email address in angle brakets o minor mdoc clean up Notes: svn path=/head/; revision=30627
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-192-2/+8
| | | | | | | | | | | fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :) Notes: svn path=/head/; revision=30573
* Add utilities for the kernel linker.Doug Rabson1997-05-073-0/+158
Notes: svn path=/head/; revision=25540