History log of /freebsd-9.3-release/sys/netgraph/ng_pred1.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)


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


# 175706 27-Jan-2008 mav

Slightly simplify code.


# 166019 15-Jan-2007 glebius

Whitespace cleanup.

Checked with: cvs diff -b


# 165619 29-Dec-2006 glebius

A node that implements Predictor-1 compression for PPP.

Submitted by: Alexander Motin <mav alkar.net>