summaryrefslogtreecommitdiffstats
path: root/sys/crypto/xform_ipcomp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* free(9) sizes.mpi2019-01-091-4/+4
* Include <sys/param.h> rather than <sys/types.h> when also includingmiod2015-03-161-2/+2
* Remove wrong reference to zlib.logan2015-03-141-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH formarkus2014-02-181-20/+15
* - grow the decompression buffer more aggressively if we havemarkus2014-02-111-16/+15
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-071-0/+173