summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/bitmap.c
AgeCommit message (Expand)Author
2017-10-20add RCSIDs to these; they make syncing portable a bit easierDamien Miller
2017-06-01no need to bzero allocated space now that we use use recallocarray;Damien Miller
2017-06-01fix casts re constnessDamien Miller
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkageTheo de Raadt
2017-05-01when freeing a bitmap, zero all it bytes; spotted by Ilya KalimanDamien Miller
2015-09-11Use explicit_bzero() when zeroing before free()Philip Guenther
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
2015-01-14whitespaceDamien Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller