glebius
|
8e20fa5ae9
|
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags within sys.
Exceptions:
- sys/contrib not touched
- sys/mbuf.h edited manually
|
2012-12-05 08:04:20 +00:00 |
|
ed
|
e97eae1577
|
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
This means that their use is restricted to a single C file.
|
2011-11-07 06:44:47 +00:00 |
|
mav
|
74ed22786b
|
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.
|
2009-01-18 19:25:36 +00:00 |
|
mav
|
34b15a0c5e
|
Slightly simplify code.
|
2008-01-27 02:04:12 +00:00 |
|
glebius
|
06a509ffdc
|
Whitespace cleanup.
Checked with: cvs diff -b
|
2007-01-15 05:55:56 +00:00 |
|
glebius
|
978ae6c93c
|
A node that implements Predictor-1 compression for PPP.
Submitted by: Alexander Motin <mav alkar.net>
|
2006-12-29 09:54:32 +00:00 |
|