OpenBSD CVS

CVS log for src/bin/systrace/Attic/alias.c


[BACK] Up to [local] / src / bin / systrace

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Mon Apr 25 19:09:24 2016 UTC (8 years, 1 month ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED

boom goes the dynamite

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 16 22:09:21 2014 UTC (9 years, 6 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Correct an allocation size (was too large) by using sizeof(*ptr)
instead of sizeof(type).

diff from Nicolas Bedos (nicolas.bedos (at) gmail.com)

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 4 02:24:47 2012 UTC (11 years, 6 months ago) by deraadt
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, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

remove some unnecessary sys/param.h inclusions

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 6 22:56:21 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: 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, 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, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

standalone ; at top scope is illegal in ansi c

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 30 05:55:08 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

oops, i've been looking at older tree.h

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 30 05:52:50 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.2: +3 -6 lines
Diff to previous 1.2 (colored)

SPLAY_INSERT is a void function

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 19 14:38:57 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.1: +13 -8 lines
Diff to previous 1.1 (colored)

constify, have missing prototypes, use pedantic compilation options.
niels ok

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 9 15:22:27 2002 UTC (21 years, 11 months ago) by provos
Branch: MAIN

support for system call aliasing.  stat/fstat/readlink/access etc... gets
grouped into fsread, unlink/rmdir/mkdir goes to fswrite.  open switches
back between fsread and fswrite depending on oflags parameter.

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.