rodrigc
7807fcddc4
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
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
9d8b96beaa
Remove alignment constraints.
2010-04-01 16:18:16 +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
glebius
06a509ffdc
Whitespace cleanup.
...
Checked with: cvs diff -b
2007-01-15 05:55:56 +00:00
glebius
523fae4cf8
Fix accounting of incoming octets.
...
Submitted by: Alexander Motin <mav alkar.net>
2007-01-10 15:04:10 +00:00
glebius
b4f4c288b8
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