OpenBSD CVS

CVS log for src/usr.bin/sup/src/Attic/scan.c


[BACK] Up to [local] / src / usr.bin / sup / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Mon Oct 18 20:54:00 2010 UTC (13 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1 lines
FILE REMOVED

sup is no longer used. reminded by pirofti and jmc

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 11 15:47:17 2007 UTC (16 years, 8 months ago) by gilles
Branch: MAIN
CVS Tags: 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.15: +8 -14 lines
Diff to previous 1.15 (colored)

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

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

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 10 00:06:51 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, 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.14: +2 -1 lines
Diff to previous 1.14 (colored)

add missing includes
ok deraadt@ tedu@

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 30 21:34:47 2003 UTC (21 years, 1 month ago) by vincent
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

strvis -> strnvis

ok millert

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:54 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +20 -20 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Fri May 4 22:16:16 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.11: +340 -303 lines
Diff to previous 1.11 (colored)

o kill register
o lots of KNF
o passes -Wall
o fix some [ug]id_t vs. int issues
o use strlcpy/strlcat in favor of strncpy/strncat
o use mem* routines everywhere instead of old b* ones
o marked several questionable things for later fixing
o kill ci.c and cvt.c -- we don't use them
o kill read_line.c since it requires fgetln() (bad for portability)
o kill salloc.c since it is the same as strup()
o Replaced some #ifdef __OpenBSD__ with better tests
o remaining problems: malloc return values are rarely checked, select misuse

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 29 22:23:13 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

speling

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 29 21:52:15 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.9: +6 -2 lines
Diff to previous 1.9 (colored)

Add a bunch of old revision history comments that we are missing to
make diffing easier.  No code changes...

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 29 18:16:19 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Use S_ISXXX macros where possible instead of doing this by hand
Noticed while diffing against NetBSD version

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 16 11:01:16 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: 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, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.7: +7 -4 lines
Diff to previous 1.7 (colored)

strcpy whacking; ci.c and expand.c need more work

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 16 10:42:51 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +16 -14 lines
Diff to previous 1.6 (colored)

snprintf this thing

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 1 07:35:20 1997 UTC (27 years, 2 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +77 -101 lines
Diff to previous 1.5 (colored)

This merges in the latest NetBSD sup source.
- removed $Log: ...$ tags to not waste space in the repository
- now doesn't segfault on the alpha!

Note:
To compile sup on systems other than *BSD, you'll need a copy of
vis.c, vis.h, daemon.c, and sys/cdefs.h.  At least the first two
(for OSF/1).

From NetBSD changelog description (for credit where due):
.... 1996/12/23 19:42:05  christos
- add missing prototypes.
- fix function call inconsistencies
- fix int <-> long and pointer conversions
It should run now on 64 bit machines...

....  1996/12/31 18:08:00  christos
64 bit patches (mostly long -> time_t) from Matthew Jacob (?)
sup now works on the alpha!

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 17 07:18:04 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.4: +15 -12 lines
Diff to previous 1.4 (colored)

more r?index -> strr?chr

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 31 11:11:24 1996 UTC (27 years, 10 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +8 -7 lines
Diff to previous 1.3 (colored)

Better use time_t instead of long when dealing with times

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:39:46 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 17 17:24:13 1996 UTC (28 years, 1 month ago) by dm
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Shouldn't visually encode execute commands, only file names.

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

add sup to the tree

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.