History log of /freebsd-10.0-release/sys/netgraph/ng_deflate.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 243882 05-Dec-2012 glebius

Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags within sys.

Exceptions:

- sys/contrib not touched
- sys/mbuf.h edited manually


# 227293 07-Nov-2011 ed

Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.

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


# 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>