OpenBSD CVS

CVS log for src/usr.sbin/screenblank/Attic/screenblank.c


[BACK] Up to [local] / src / usr.sbin / screenblank

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Tue Dec 31 16:35:42 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as
well as the few userland tools which were only used on these platforms.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 12 21:14:07 2002 UTC (21 years, 11 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn't
go to the console).

Revision 1.13 / (download) - annotate - [select for diffs], Sun May 26 09:25:22 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

pid_t cleanup

Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 16 21:28:09 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.11: +8 -8 lines
Diff to previous 1.11 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 9 14:58:21 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.10: +48 -24 lines
Diff to previous 1.10 (colored)

Do not use stdio functions after a successfull call to daemon(), use
syslog() instead.
Also, be sure to unlink the pid file and to restore screen when exiting
from outside a signal handler.
ok millert@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 1 23:43:48 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.9: +16 -3 lines
Diff to previous 1.9 (colored)

Revert previous, as pidfile() uses atexit(), which is no use if we call
_exit() in signal handlers.
Noticed by Theo.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 1 23:27:24 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.8: +3 -16 lines
Diff to previous 1.8 (colored)

Use pidfile() instead of doing the equivalent thing by hand, and sometimes
forgetting to unlink the pid file at exit.
ok millert@ deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 17 00:02:34 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +14 -9 lines
Diff to previous 1.7 (colored)

race safety in terminal signal handler

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 2 16:32:20 2001 UTC (22 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

use _exit() in signal handler; mark other issues

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 16 14:14:42 1998 UTC (25 years, 7 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

Die quietly if the open fails with ENXIO

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 3 17:00:09 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

zero sigaction before use

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 3 08:04:01 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

use sigemptyset()

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 11 08:16:59 1997 UTC (27 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

sighandler, not 1003.1b

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 25 15:56:14 1996 UTC (28 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +23 -18 lines
Diff to previous 1.1 (colored)

From NetBSD: merge of 960317

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:48:08 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:48:08 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

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.