| Age | Commit message (Expand) | Author |
| 2010-03-05 | note module changes | pooka |
| 2009-06-11 | Sync usage with man page. | wiz |
| 2009-06-11 | Remove -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-09 | Add the MODCTL_NO_PROP flag to tell the kernel to ignore <module>.prop. | jnemeth |
| 2009-06-05 | Add a new [-d var] option which when combined with -p and -m will allow | jnemeth |
| 2009-06-05 | Sort options. | wiz |
| 2009-06-04 | Add a "-m plist" option. This option will read in an existing | jnemeth |
| 2009-05-19 | fputs() instead of puts() so we don't get the silly extra blank line | jnemeth |
| 2009-05-19 | Sync usage and man page. | wiz |
| 2009-05-19 | Sort option descriptions. Split usage in SYNOPSIS in two, since there | wiz |
| 2009-05-19 | Add -p option which outputs a property list suitable for loading with a | jnemeth |
| 2008-11-17 | Punctuation formatting nit. | uwe |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-02 | Add the ability to specify load-time properties for modules. This adds | jmmv |
| 2008-02-10 | Always test MKMODULAR with != "no". Requested by mrg@. | jmmv |
| 2008-02-09 | Reverse MKMODULAR checks. | jmmv |
| 2008-02-09 | Recognize MKMODULAR and build the appropriate tool. | jmmv |
| 2008-01-16 | Pull in my modules code for review/test/hacking. | ad |
| 2006-07-08 | Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is | ross |
| 2006-03-24 | In the DIAGNOSTICS section, document that mismatched LKM and kernel | reed |
| 2006-03-17 | Check for allocation failures in malloc, calloc, realloc, asprintf, and | rumble |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-04-25 | Terminate variable argument list with NULL, not 0. | matt |
| 2005-02-06 | remove obsolete "register" declarations. | perry |
| 2004-10-27 | Fix a typo in a comment. | peter |
| 2004-09-07 | Replaced strncpy with strlcpy. Thanks to Peter Postma who | jrf |
| 2004-06-28 | Remove an extraneous comment before main() that seems to have been | nathanw |
| 2004-06-08 | Put -T in usage output. PR#25875 from Kouichirou Hiratsuka. | cjep |
| 2004-03-19 | Remove superfluous TRUE and FALSE definitions. | wiz |
| 2004-02-12 | Update the change from rev. 1.42 to reflect that MAXPATH includes room | kleink |
| 2004-02-11 | it's not correct to use MAXPATHNAME-sized buffer for link command, as | jdolecek |
| 2004-02-10 | use MAXPATHLEN-sized buffer for module paths | jdolecek |
| 2003-10-21 | Don't compare an integer to NULL. | fvdl |
| 2003-09-06 | New sentence, new line; improve grammar. | wiz |
| 2003-09-06 | implement support for forced LKM load, which makes the kernel skip | jdolecek |
| 2003-07-13 | remove obsolete comment | itojun |
| 2003-07-12 | asprintf() is easier than malloc + sprintf | itojun |
| 2003-04-24 | Try first to use /dev/ksyms to get kernel symbols, if that fails mutter a | ragge |
| 2003-04-11 | desupport LMRESERV_O, anything relying on it doesn't have chance of working | jdolecek |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-14 | 'NetBSD.org' and some mdoc fixes. | grant |
| 2003-02-09 | If no other name is specified, and machdep.booted_kernel is present | atatat |
| 2002-11-07 | Skip empty sections. From Allen Briggs. | thorpej |
| 2002-10-10 | Add support for using an optional linker script (/usr/lkm/ldscript if | simonb |
| 2002-10-07 | Use "type *" instead of "type*". | simonb |
| 2002-10-06 | ANSIfy, KNF, declare externs in headers only. | simonb |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-09-18 | uppercase the lkm kernel-userspace dev macros and prefix them with LKM_ | lha |