OpenBSD CVS

CVS log for src/usr.sbin/eeprom/Attic/eehandlers.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22, Thu Sep 1 10:00:38 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +1 -1 lines
FILE REMOVED

remove sparc support

Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 20 22:39:29 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

stdlib.h is in scope; do not cast malloc/calloc/realloc*
ok millert krw

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 15 20:48:51 2015 UTC (9 years, 4 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Be sure to print time_t with the appropriate format specifier. Repairs
dump of eeprom variables on sun4.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 18 20:54:28 2014 UTC (9 years, 6 months ago) by krw
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Nuke more obvious #include duplications.

ok deraadt@ millert@ tedu@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 24 19:19:26 2014 UTC (9 years, 10 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Shunt hwupdate property decoding in sparc's old prom (sun4 only) if
defined(SMALL).

Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 3 01:48:37 2013 UTC (10 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored)

Kill usage of timeb.h for upcoming removal of libcompat.  OK deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 28 18:26:47 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

unsigned char for ctype
ok okan krw

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:21 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, 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
Changes since 1.14: +1 -8 lines
Diff to previous 1.14 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 25 15:15:16 2008 UTC (15 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +1 -7 lines
Diff to previous 1.13 (colored)

no need for sparc/sparc64 ifdefs, since this file is sparc only

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 3 20:02:10 2007 UTC (17 years, 5 months ago) by moritz
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.12: +5 -6 lines
Diff to previous 1.12 (colored)

Fix format string bugs by using strlcpy() instead of
snprintf() and fix truncation checks.

ok miod@ deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 1 18:32:17 2004 UTC (19 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: 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
Changes since 1.11: +2 -4 lines
Diff to previous 1.11 (colored)

ansi cleanup; khalek@linuxgamers.net

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 9 16:22:02 2004 UTC (19 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +16 -44 lines
Diff to previous 1.10 (colored)

ansi

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 30 19:09:05 2002 UTC (22 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

minor KNF

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 29 09:48:14 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

snprintf blah blah blah

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 16 21:28:02 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Thu Sep 20 20:42:25 2001 UTC (22 years, 8 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

sparc64 support

Revision 1.5.16.1 / (download) - annotate - [select for diffs], Fri Oct 6 20:21:00 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pull in patch from current:
Fix (millert):
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 30 16:00:24 2000 UTC (23 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 31 12:56:06 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6, 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
Branch point for: OPENBSD_2_7
Changes since 1.4: +9 -9 lines
Diff to previous 1.4 (colored)

buf oflow in some more "NetBSD Foundation" code

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 31 12:42:49 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

buf oflow; from brian@saturn.net

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 25 15:55:18 1996 UTC (28 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.2: +23 -18 lines
Diff to previous 1.2 (colored)

From NetBSD: merge of 960317

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 24 14:45:11 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +11 -9 lines
Diff to previous 1.1 (colored)

rename to match sun-compatible eeprom.h

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:47:33 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:47:33 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.