aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/deflate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with 'crypto' and 'zfs' in the same kernel. This was the pathPeter Wemm2013-12-081-263/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-4/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-4/+4
* Add SDT iter probes forgotten in r199885.Bjoern A. Zeeb2009-11-291-0/+6
* Change memory managment from a fixed size array to a list.Bjoern A. Zeeb2009-11-281-57/+66
* Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggestedBjoern A. Zeeb2009-11-281-6/+10
* Add SDT probes for opencrypto:deflate:deflate_gobal:*.Bjoern A. Zeeb2009-11-281-7/+61
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+7
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isScott Long2005-05-301-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-041-0/+189