summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pred1.c
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
| | | | | | | | | malloc(9) flags within sys. Exceptions: - sys/contrib not touched - sys/mbuf.h edited manually
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
| | | | This means that their use is restricted to a single C file.
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-181-13/+30
| | | | | 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.
* Slightly simplify code.mav2008-01-271-6/+6
|
* Whitespace cleanup.glebius2007-01-151-7/+7
| | | | Checked with: cvs diff -b
* A node that implements Predictor-1 compression for PPP.glebius2006-12-291-0/+698
Submitted by: Alexander Motin <mav alkar.net>
OpenPOWER on IntegriCloud