summaryrefslogtreecommitdiff
path: root/sbin/modload
AgeCommit message (Expand)Author
2021-01-17call it "kernel object linker module framework" not justmrg
2020-06-07Update for proplib(3) API changes.thorpej
2020-06-01Make -f description actually use the word "force" so that it can beuwe
2017-07-18Fix Dt argument.wiz
2017-07-18PR/52417: Edgar Pettijohn: modules.conf(5) not mentioned in related manualschristos
2016-09-12Add .An -nosplit.wiz
2016-09-12Document the version modload appeared and authors.sevan
2016-09-05Drop main() prototype.sevan
2016-05-06More friendly error messages for modload(8) and modunload(8)khorben
2015-11-28Add cross-refs from modload(8) amd modunload(8) to modctl(2)pgoyette
2013-08-11WARNS=5 is the default in sbin, don't need to set it explicitly.dholland
2013-02-07Don't pass NULL to prop_dictionary_set.apb
2012-08-22Set WARNS=5. No warnings/errors were found with a test compile.jnemeth
2011-08-06Quote path separator character.wiz
2011-08-06Do not not look for modules in the current working directory first. This ismbalmer
2010-12-14Fix xref; module(4) -> module(7).jruoho
2010-12-13use crunchops for crunchablespooka
2010-12-13Add rump client support for module utilities. It should be notedpooka
2010-12-13Xref module(4).jruoho
2010-03-05note module changespooka
2009-06-11Sync usage with man page.wiz
2009-06-11Remove -P from -p section, not from -f one.wiz
2009-06-10-p -P doesn't make much sense since no module will be loaded.jnemeth
2009-06-09Add the MODCTL_NO_PROP flag to tell the kernel to ignore <module>.prop.jnemeth
2009-06-05Add a new [-d var] option which when combined with -p and -m will allowjnemeth
2009-06-05Sort options.wiz
2009-06-04Add a "-m plist" option. This option will read in an existingjnemeth
2009-05-19fputs() instead of puts() so we don't get the silly extra blank linejnemeth
2009-05-19Sync usage and man page.wiz
2009-05-19Sort option descriptions. Split usage in SYNOPSIS in two, since therewiz
2009-05-19Add -p option which outputs a property list suitable for loading with ajnemeth
2008-11-17Punctuation formatting nit.uwe
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-02Add the ability to specify load-time properties for modules. This addsjmmv
2008-02-10Always test MKMODULAR with != "no". Requested by mrg@.jmmv
2008-02-09Reverse MKMODULAR checks.jmmv
2008-02-09Recognize MKMODULAR and build the appropriate tool.jmmv
2008-01-16Pull in my modules code for review/test/hacking.ad
2006-07-08Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which isross
2006-03-24In the DIAGNOSTICS section, document that mismatched LKM and kernelreed
2006-03-17Check for allocation failures in malloc, calloc, realloc, asprintf, andrumble
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-04-25Terminate variable argument list with NULL, not 0.matt
2005-02-06remove obsolete "register" declarations.perry
2004-10-27Fix a typo in a comment.peter
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-06-28Remove an extraneous comment before main() that seems to have beennathanw
2004-06-08Put -T in usage output. PR#25875 from Kouichirou Hiratsuka.cjep
2004-03-19Remove superfluous TRUE and FALSE definitions.wiz