aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload
Commit message (Collapse)AuthorAgeFilesLines
* kldload(8): Improve phrasingDaniel Ebdrup Jensen2021-02-111-2/+3
| | | | | | | | | | | | | Mountroot isn't documented in the extant manual pages - so this phrasing, while less absolute and concise, still conveys which modules are recommended to be handled via loader.conf(5), and it also does a better job of elucidating that the modules can include filesystem drivers. Submitted by: kevans (earlier version) Reported by: imp, kevans, eugen Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D28542
* kldload(8): Add note about using kld_list in rc.conf(5)Daniel Ebdrup Jensen2021-02-081-1/+6
| | | | | | | | | While here, also recommend that loader.conf(5) should only be used in order to get to mountroot, as rc(8) is less fragile, faster, and is easier to fix by booting to single-user mode instead of having to blacklist modules in the loader. MFH: 2 weeks
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Advertise kldxref(8) a little better.Edward Tomasz Napierala2017-04-271-2/+3
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=317517
* Fix the last case when kldload(8) wasn't printing the name of the moduleGleb Smirnoff2017-02-181-2/+2
| | | | | | | that failed to load. Notes: svn path=/head/; revision=313920
* style(9) cleanupEnji Cooper2017-02-051-36/+23
| | | | | | | | | | | | - Delete trailing whitespace - Fix alignment/variable sorting - Delete single-line enclosing braces MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=313273
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
| | | | | | | MFC after: 2 weeks. Notes: svn path=/head/; revision=298249
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=270164
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge headSimon J. Gerraty2014-04-281-1/+16
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| * \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=249429
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267667
* | | Fix dmesg(1) -> dmesg(8)Baptiste Daroussin2014-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported by: trasz Notes: svn path=/head/; revision=260597
* | | Fix typoBaptiste Daroussin2014-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Reported by: dumbbell Notes: svn path=/head/; revision=260596
* | | Point the user to dmesg(1) to get informations about why loading a module ↵Baptiste Daroussin2014-01-131-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | did fail instead of printing the cryptic "Exec format error" MFC after: 1 week Notes: svn path=/head/; revision=260594
* | | Fix error countingBaptiste Daroussin2014-01-091-4/+3
| | | | | | | | | | | | Notes: svn path=/head/; revision=260484
* | | Import error message shown to the user when trying to load a module that isBaptiste Daroussin2014-01-091-2/+8
| |/ |/| | | | | | | | | | | | | | | already loaded or compiled withing the kernel MFC after: 1 week Notes: svn path=/head/; revision=260483
* | Remove contractions.Joel Dahl2013-04-111-1/+1
|/ | | | Notes: svn path=/head/; revision=249373
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233458
* Add option to ignore error codes if the module specified is already loaded.Hans Petter Selasky2012-03-182-6/+20
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=233109
* Make flags in usage() and SYNOPSYS more style(9)-ish.Maxim Konovalov2010-08-302-3/+2
| | | | | | | | Suggested by: brian MFC after: 3 days Notes: svn path=/head/; revision=211990
* o Add -q flag to usage().Maxim Konovalov2010-07-131-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=209971
* o Add -q flag to the synopsis.Maxim Konovalov2010-07-131-1/+2
| | | | | | | | | PR: docs/148535 Submitted by: Warren Block MFC after: 1 week Notes: svn path=/head/; revision=209970
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
| | | | | | | Submitted by: Marius Nünnerich <marius@nuenneri.ch> Notes: svn path=/head/; revision=202532
* Add a note about the implication of secure level setting against kldload,Xin LI2009-06-231-0/+6
| | | | | | | and cross reference security(7). Notes: svn path=/head/; revision=194802
* Bump document date.Benno Rice2009-06-051-1/+1
| | | | | | | Pointed out by: trhodes Notes: svn path=/head/; revision=193480
* Perform some checking on the requested list of modules to warn people if theyBenno Rice2009-06-042-9/+142
| | | | | | | | | | | | try to load modules by filename out of the current directory where the module in question may be further up the module path or not in the module path at all. Also add some text to the man page to help explain what's going on. Sponsored by: Redacted Consulting Notes: svn path=/head/; revision=193475
* style(9) pass prior to further changes.Benno Rice2009-06-041-32/+37
| | | | | | | Sponsored by: Redacted Consulting Notes: svn path=/head/; revision=193473
* Mark up lkm with .Nm, since lkm is name of an api.Christian Brueffer2007-02-131-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=166690
* Don't reference lkm(4), it doesn't exist.Christian Brueffer2007-02-101-1/+1
| | | | | | | | PR: 108980 Submitted by: Yonatan Notes: svn path=/head/; revision=166616
* Remove mention of "lomac" as it's been gone for a good while now (at leastTom Rhodes2006-10-131-2/+2
| | | | | | | two years). Notes: svn path=/head/; revision=163335
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
| | | | Notes: svn path=/head/; revision=152568
* Make it clear that the .ko extention of a module to be loadedGiorgos Keramidas2005-08-271-3/+10
| | | | | | | | | | | is optional. PR: docs/85356 Submitted by: Julien Gabel <jpeg@thilelli.net> MFC after: 3 days Notes: svn path=/head/; revision=149536
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* 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