NetBSD

CVS log for src/share/man/man9/module.9

[BACK] Up to [NetBSD] / src / share / man / man9

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Oct 18 16:12:04 2011 (3 months, 3 weeks ago) by jruoho
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, HEAD
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +5 -2 lines
Note that manually loaded modules are not auto-unloaded.

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 17 12:59:27 2011 CET (11 months, 3 weeks ago) by bouyer
Branches: bouyer-quota2
Diff to previous 1.26: preferred, colored next main 1.27: preferred, colored
Changes since revision 1.26: +4 -3 lines
Sync with HEAD

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Feb 13 17:50:16 2011 CET (11 months, 3 weeks ago) by jym
Branches: MAIN
CVS tags: uebayasi-xip-base7, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3 lines
Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jan 9 06:05:10 2011 CET (13 months ago) by jnemeth
Branches: MAIN
Branch point for: bouyer-quota2
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +15 -2 lines
Update module_autoload to say that a .plist file will be loaded, and if
that .plist contains noautoload=true then the system will refuse to load
the module.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Dec 14 17:23:59 2010 CET (13 months, 3 weeks ago) by jruoho
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Fix xref; module(4) -> module(7).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 13 11:07:46 2010 CET (13 months, 3 weeks ago) by jruoho
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +4 -3 lines
Xref module(4).

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 2 13:54:13 2010 CET (14 months, 1 week ago) by wiz
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +1 -7 lines
Remove boilerplate in CODE REFERENCES on file paths.
Describe in intro(9) how to read paths in the CODE REFERENCES section.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Nov 28 01:26:38 2010 CET (14 months, 1 week ago) by jnemeth
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Rename the autoloaded property list from <module>.prop to <module>.plist
as discussed on tech-kern.

Revision 1.15.2.3: download - view: text, markup, annotated - select for diffs
Fri Oct 22 09:11:54 2010 (15 months, 2 weeks ago) by uebayasi
Branches: uebayasi-xip
Diff to previous 1.15.2.2: preferred, colored next main 1.16: preferred, colored
Changes since revision 1.15.2.2: +83 -32 lines
Sync with HEAD (-D20101022).

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 25 08:45:35 2010 (17 months, 2 weeks ago) by jnemeth
Branches: MAIN
CVS tags: uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +5 -3 lines
note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 24 07:34:15 2010 (17 months, 2 weeks ago) by jruoho
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +13 -9 lines
Few small nits.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:34:43 2010 (17 months, 2 weeks ago) by pgoyette
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Put a valid date here - no more placeholder.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:17:32 2010 (17 months, 2 weeks ago) by pgoyette
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +34 -16 lines
Define a set of new kernel locking primitives to implement the recursive
kernconfig_mutex.  Update module subsystem to use this mutex rather than
its own internal (non-recursive) mutex.  Make module_autoload() do its
own locking to be consistent with the rest of the module_xxx() calls.
Update module(9) man page appropriately.

As discussed on tech-kern over the last few weeks.

Welcome to NetBSD 5.99.39 !

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 18 03:56:45 2010 (17 months, 3 weeks ago) by pgoyette
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +9 -2 lines
Note that, for MODULE_CLASS_SECMODEL, the class is not ignored.  Rather,
we will automatically call secmodel_register() for these modules.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 17 08:44:25 2010 (17 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
filesystem -> file system

Revision 1.15.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 08:41:05 2010 (17 months, 3 weeks ago) by uebayasi
Branches: uebayasi-xip
Diff to previous 1.15.2.1: preferred, colored
Changes since revision 1.15.2.1: +402 -0 lines
Sync with HEAD.

Revision 1.15.2.1
Tue Aug 17 06:09:07 2010 (17 months, 3 weeks ago) by uebayasi
Branches: uebayasi-xip
FILE REMOVED
Changes since revision 1.15: +0 -422 lines
file module.9 was added on branch uebayasi-xip on 2010-08-17 06:41:05 +0000

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:09:07 2010 (17 months, 3 weeks ago) by jnemeth
Branches: MAIN
Branch point for: uebayasi-xip
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +35 -15 lines
A few corrections:

- the return value from modcmd(MODULE_CMD_FINI) is not ignored;
  the module is only unloaded if the return value is 0
- if loading a module fails, the dependents won't be unloaded until
  the auto_unload timer goes off
- clarify that <module>.prop is merged with the dictionary passed
  in by modctl()
- clarify that other parts of the kernel shouldn't normally call
  module_unload()
- add some more source references and mention routines expected to
  be supplied by architecture dependent code

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 14 19:49:12 2010 (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: uebayasi-xip-base2
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +9 -9 lines
Sort sections, remove trailing whitespace.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 14 19:06:58 2010 (17 months, 3 weeks ago) by pgoyette
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +9 -1 lines
Add an Authors section

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:10:55 2010 (17 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +7 -8 lines
We usually write "file system", so change it to this version here.
Also, fix a typo, and remove a line only consisting of ".Fn ".

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 11 20:20:09 2010 (17 months, 4 weeks ago) by pgoyette
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +45 -2 lines
Add documentation for the various module system initialization routines.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 8 17:23:28 2010 (18 months ago) by wiz
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3 lines
Remove trailing whitespace, and mark up file name suffix.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 8 16:26:22 2010 (18 months ago) by pgoyette
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +32 -15 lines
Filling in a few more gaps.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 8 00:21:30 2010 (18 months ago) by pgoyette
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +14 -3 lines
Add documentation for module_find_section()

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 4 20:52:49 2010 (18 months ago) by wiz
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fix typo.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 4 07:51:20 2010 (18 months, 1 week ago) by jruoho
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +79 -54 lines
Improvements to wording, grammar, and markup.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:27:29 2010 (18 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Unimplemented modcmd() routines should return ENOTTY, not zero.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:20:08 2010 (18 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +94 -22 lines
Improve markup, add documentation for the module's modcmd() interface

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 31 05:44:33 2010 (18 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Crap - another typo.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 31 05:43:00 2010 (18 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Minor grammar nits.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 31 05:14:05 2010 (18 months, 1 week ago) by pgoyette
Branches: MAIN
Make a first pass at documenting the module(9) subsystem.

XXX This is by no means complete, but it is a beginning.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

cvsweb.de.netbsd.org <zafer@aydogan.de>