History log of /src/sys/net/ppp-comp.h |
Revision | | Date | Author | Comments |
1.16 |
| 29-Nov-2008 |
cube | Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count each compressor - allow {un,}registration of several modules at once - une RUN_ONCE to make sure the mutex is initialised, because unfortunately built-in (and bootloader-loaded) modules init functions are run before pseudo-devices attach (reported by Nick Hudson).
|
1.15 |
| 25-Nov-2008 |
cube | Rework the way PPP compmressors are handled and allow them to be automatically loaded when needed.
|
1.14 |
| 20-Feb-2008 |
matt | branches: 1.14.6; 1.14.10; 1.14.16; 1.14.18; s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t)
|
1.13 |
| 11-Dec-2005 |
thorpej | branches: 1.13.46; ANSI function decls and application of static.
|
1.12 |
| 10-Dec-2005 |
elad | Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ago.
|
1.11 |
| 20-Feb-2005 |
cube | branches: 1.11.4; Add MPPE definitions (from ppp-2.4.3).
|
1.10 |
| 08-Jul-2003 |
itojun | branches: 1.10.8; 1.10.10; prototype must not have variable name
|
1.9 |
| 27-Mar-2003 |
christos | branches: 1.9.2; PR/20844: Iain Hibbert: PPP Compressors cannot be loaded as LKM
|
1.8 |
| 13-Sep-2002 |
itojun | copyright clarification. from openbsd
1. Paul Mackerras and the Australian National University have worked things out, and as a result, Paul now owns copyright on all these files, with the proper terms.
2. and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through the help of people who found him: first one was nick.stott@cogeco.ca This now has a better license. Two authors left to go.
|
1.7 |
| 01-Jul-2002 |
itojun | new copyright boilerplate from CMU. from openbsd
|
1.6 |
| 29-May-2002 |
christos | add 2 more CCP defines.
|
1.5 |
| 23-Feb-2001 |
christos | branches: 1.5.2; 1.5.4; 1.5.16; change CCP maxlen to 64 to accomodate mschap-2.
|
1.4 |
| 02-May-1998 |
christos | branches: 1.4.14; Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates zlib. Maybe we can merge our other copy of zlib with this one now and avoid having two copies?
|
1.3 |
| 12-Mar-1997 |
christos | Update to ppp-2.3b4; from Paul Mackerras
|
1.2 |
| 15-Mar-1996 |
paulus | Added packet filtering, support for "PPP Deflate" packet compression, trivial multicast support, and support for xon/xoff output flow control to the PPP subsystem. Fixed several bugs, including making the accumulation and resetting of statistics more consistent. State for the VJ compressor is now dynamically allocated.
|
1.1 |
| 04-Jul-1995 |
paulus | Latest version of PPP stuff, with packet compression and other improvements. The PPP kernel code is now split into if_ppp.c, containing generic PPP support, and ppp_tty.c, which specifically supports PPP on async tty devices (as a line discipline). This is so that other devices can be supported without making them look like ttys.
|
1.4.14.1 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.5.16.2 |
| 15-Jul-2002 |
gehenna | catch up with -current.
|
1.5.16.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
1.5.4.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.5.4.2 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.5.4.1 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.5.2.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.5.2.2 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.5.2.1 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.9.2.5 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.9.2.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.9.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.9.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.9.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.10.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.11.4.2 |
| 27-Feb-2008 |
yamt | sync with head.
|
1.11.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.46.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.14.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.14.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.14.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.14.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|