History log of /freebsd-9.3-release/sys/netgraph/ng_deflate.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 249132 05-Apr-2013 mav

MFC r227293 (by ed):
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.

This means that their use is restricted to a single C file.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 206049 01-Apr-2010 mav

Remove alignment constraints.


# 187405 18-Jan-2009 mav

Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keep
original mbuf chain headers. It can be less efficient in some cases, but it
looks better then mess of copying headers into the nonempty chain.


# 166019 15-Jan-2007 glebius

Whitespace cleanup.

Checked with: cvs diff -b


# 165925 10-Jan-2007 glebius

Fix accounting of incoming octets.

Submitted by: Alexander Motin <mav alkar.net>


# 165581 28-Dec-2006 glebius

A node that implements the Deflate sub-protocols of the Compression Control
Protocol (CCP).

Submitted by: Alexander Motin <mav alkar.net>