OpenBSD CVS

CVS log for src/sbin/raidctl/Attic/rf_configure.c


[BACK] Up to [local] / src / sbin / raidctl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Fri Apr 6 15:54:58 2012 UTC (12 years, 1 month ago) by jsing
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED

Put raidctl in the attic.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 22 16:45:20 2007 UTC (16 years, 7 months ago) by chl
Branch: MAIN
CVS Tags: 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
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

add missing header to avoid warning

"Yes please" ray@ krw@

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 20 17:18:32 2007 UTC (16 years, 7 months ago) by krw
Branch: MAIN
Changes since 1.18: +13 -9 lines
Diff to previous 1.18 (colored)

Strip trailing whitespace on input lines. Should make config files more
resistant to careless fingers. A variant of what NetBSD did to achieve the
same ends.

Feedback, suggestions & "looks good" ray@

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 14 14:29:20 2007 UTC (16 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

remove some warnings:
unused variable `variable'
`variable' might be used uninitialized in this function

ok gilles@ ray@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 11 15:25:14 2007 UTC (16 years, 8 months ago) by gilles
Branch: MAIN
Changes since 1.16: +5 -11 lines
Diff to previous 1.16 (colored)

use strcspn to properly overwrite '\n' in fgets returned buffer

ok pyr@, ray@, millert@, moritz@, chl@

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 18 20:16:04 2007 UTC (17 years, 3 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.15: +15 -14 lines
Diff to previous 1.15 (colored)

Use sizeof(buf) instead of magic numbers.

From Charles Longeau <chl at tuxfamily dot org> to tech@ back in
November, reminded by deraadt@.

OK moritz@.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 18 18:56:33 2007 UTC (17 years, 3 months ago) by ray
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Pass correct buffer size.  (sizeof(cfgPtr->spare_names[c]) != 256)

OK moritz@.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 18 18:52:34 2007 UTC (17 years, 3 months ago) by ray
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Don't ignore buffer size argument.

OK millert@.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 2 18:07:56 2006 UTC (17 years, 7 months ago) by ray
Branch: MAIN
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (colored)

Check for newline before truncating.

OK moritz@.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 17 02:14:33 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: +9 -25 lines
Diff to previous 1.11 (colored)

some ansi; khalek@linuxgamers.net

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 13 09:09:27 2003 UTC (21 years, 2 months 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
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 16 07:01:33 2002 UTC (21 years, 5 months ago) by tdeval
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

raidframe -> RAIDframe

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:09 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.8: +9 -9 lines
Diff to previous 1.8 (colored)

rm trailing whitespace

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 22 21:23:49 2002 UTC (22 years ago) by tdeval
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

use strlcpy(3)
10x deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 19 00:15:28 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

Do not depend upon <ansidecl.h> to compile.
Conforming to espie's evil plans, and ok espie@ tdeval@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 29 14:26:59 2002 UTC (22 years, 2 months ago) by tdeval
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.5: +9 -8 lines
Diff to previous 1.5 (colored)

cleanup variable and parameter usage.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 29 21:54:57 2001 UTC (22 years, 5 months ago) by tdeval
Branch: MAIN
Changes since 1.4: +189 -93 lines
Diff to previous 1.4 (colored)

Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.
raidctl(8) man page update.

ok drahn@, deraadt@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 7 14:51:41 2000 UTC (24 years, 5 months ago) by peter
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
Changes since 1.3: +22 -4 lines
Diff to previous 1.3 (colored)

sync with Greg Oster's NetBSD chages to Jan 4th 2000.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 30 14:45:32 1999 UTC (24 years, 10 months ago) by peter
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.2: +2 -65 lines
Diff to previous 1.2 (colored)

Update RAIDframe from NetBSD-current as of 1999/07/26.

Please note that you *must* follow the upgrade instructions at

	http://www.cs.usask.ca/staff/oster/clabel_upgrade.html

before installing the new raidctl and new kernel using this code.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 16 21:51:39 1999 UTC (25 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.1: +7 -98 lines
Diff to previous 1.1 (colored)

merge from netbsd 990213 + make compile with our includes

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 11 14:49:44 1999 UTC (25 years, 4 months ago) by niklas
Branch: MAIN

Control RAIDframe

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.