OpenBSD CVS

CVS log for src/share/man/man9/Attic/shutdownhook_establish.9


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Wed Dec 10 15:29:52 2014 UTC (9 years, 5 months ago) by mikeb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
FILE REMOVED

retire shutdown hooks; ok deraadt, krw

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 4 19:27:12 2013 UTC (11 years ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 31 19:20:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

convert to new .Dd format;

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 29 19:46:29 2003 UTC (20 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

add some includes, from Patrick Latifi via jmc@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 6 20:56:32 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.12: +14 -14 lines
Diff to previous 1.12 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL
- use .Ox for OpenBSD, .Fx for FreeBSD

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 10 19:56:29 2003 UTC (21 years, 3 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

filesystem -> file system for section 9

ok jmc@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 1 00:10:52 2002 UTC (22 years, 3 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +14 -1 lines
Diff to previous 1.10 (colored)

Add a big CAVEATS section that explains the volatile environment when
shutdown hooks are run.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 27 09:55:07 2001 UTC (22 years, 10 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.9: +8 -2 lines
Diff to previous 1.9 (colored)

Startup hooks.  Can be used for providing root/swap devices from device
systems which want configuration to finish late, like I2O.  Implemented via
a general hooks mechanism which the shutdown hooks have been converted to
use as well.  It even has manpages!

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 12 18:06:02 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.8: +9 -6 lines
Diff to previous 1.8 (colored)

General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 1 14:48:24 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Better english.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 5 16:23:11 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

New man pages, adapted from NetBSD.
Add corresponding cross-references.
Missed some uses of .Dv.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 2 17:28:07 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Minor fusses: OpenBSD tag, misused macros, codes references path.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:34 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 23 14:11:40 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 12 13:26:50 1999 UTC (25 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly

i.e., fully-qualified, newly-created, globally-visible, etc. are wrong

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 8 22:09:39 1996 UTC (27 years, 11 months ago) by ccappuc
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

kernel is /bsd, os is OpenBSD

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 16 15:07:00 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN

update from netbsd

This form allows you to request diff's 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.