summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add RCSIDs to these; they make syncing portable a bit easierdjm2017-10-201-0/+1
* no need to bzero allocated space now that we use use recallocarray;djm2017-06-011-2/+2
* fix casts re constnessdjm2017-06-011-1/+1
* Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt2017-05-311-1/+1
* when freeing a bitmap, zero all it bytes; spotted by Ilya Kalimandjm2017-05-011-1/+2
* Use explicit_bzero() when zeroing before free()guenther2015-09-111-1/+1
* remove commented-out test code now that it has moved to adjm2015-01-151-175/+0
* whitespacedjm2015-01-141-2/+0
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-0/+387