Craig Rodrigues
d9db52256e
Move zlib.c from net to libkern.
...
It is not network-specific code and would
be better as part of libkern instead.
Move zlib.h and zutil.h from net/ to sys/
Update includes to use sys/zlib.h and sys/zutil.h instead of net/
Submitted by: Steve Kiernan stevek@juniper.net
Obtained from: Juniper Networks, Inc.
GitHub Pull Request: https://github.com/freebsd/freebsd/pull/28
Relnotes: yes
2015-04-22 14:38:58 +00:00
Gleb Smirnoff
eb1b1807af
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 Schouten
d745c852be
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
Alexander Motin
b652a5fa66
Remove alignment constraints.
2010-04-01 16:18:16 +00:00
Alexander Motin
e4651e0595
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
Gleb Smirnoff
0d1513aa4b
Whitespace cleanup.
...
Checked with: cvs diff -b
2007-01-15 05:55:56 +00:00
Gleb Smirnoff
833c4a01f5
Fix accounting of incoming octets.
...
Submitted by: Alexander Motin <mav alkar.net>
2007-01-10 15:04:10 +00:00
Gleb Smirnoff
81ccbd956d
A node that implements the Deflate sub-protocols of the Compression Control
...
Protocol (CCP).
Submitted by: Alexander Motin <mav alkar.net>
2006-12-28 15:44:05 +00:00