OpenBSD CVS

CVS log for src/usr.bin/ssh/bitmap.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 20 01:56:39 2017 UTC (6 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 (colored)

add RCSIDs to these; they make syncing portable a bit easier

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 1 06:59:21 2017 UTC (6 years, 11 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

no need to bzero allocated space now that we use use recallocarray;
ok deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 1 04:51:58 2017 UTC (6 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

fix casts re constness

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 31 09:15:42 2017 UTC (6 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Switch to recallocarray() for a few operations.  Both growth and shrinkage
are handled safely, and there also is no need for preallocation dances.
Future changes in this area will be less error prone.
Review and one bug found by markus

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 1 22:09:48 2017 UTC (7 years ago) by djm
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 11 08:50:04 2015 UTC (8 years, 8 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Use explicit_bzero() when zeroing before free()

from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu)
ok millert@ djm@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 15 07:57:08 2015 UTC (9 years, 4 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.2: +0 -175 lines
Diff to previous 1.2 (colored)

remove commented-out test code now that it has moved to a
proper unit test

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 14 20:54:29 2015 UTC (9 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.1: +0 -2 lines
Diff to previous 1.1 (colored)

whitespace

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 14 15:02:39 2015 UTC (9 years, 4 months ago) by djm
Branch: MAIN

avoid BIGNUM in KRL code by using a simple bitmap;
feedback and ok markus

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.