History log of /freebsd-10-stable/sys/netgraph/ng_pred1.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.


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