summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_deflate.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* Be consistent about functions being static.phk2002-10-161-4/+4
| | | | Spotted by: FlexeLint
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-5/+5
|
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-6/+5
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Remove __P.alfred2002-03-191-18/+18
|
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+3
| | | | | | | | | | | other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations)
* Remove #if DO_DEFLATEphk2000-10-271-4/+0
| | | | | | Remove #if DO_BSD_COMPRESS They are the wrong way to enable/disable features and undocumented to boot.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Zap what appears to be a relic of the older version of zlib. The otherpeter1998-06-201-5/+2
| | | | maintained mbuf based ppp-deflate.c's have removed this.
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-201-11/+8
| | | | problems, which I'll have a go at shortly.
* Quieten a debug message.. This happens under "normal" operation by 4 bytespeter1998-03-251-2/+2
| | | | | on a frequent enough rate to be annoying. There is a real bug somewhere, but it looks harmless enough.
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberpeter1998-03-221-5/+29
| | | | | | | 24 (which is magnalink!) rather than the correct 26. Initial attempt at a compatability kludge that will negotiate for either but will prefer to use the correct deflate compression type.
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-211-7/+4
| | | | that the deflate components use zlib 1.0.4 instead of zlib 0.95.
* Removed unused #includes.bde1997-10-281-2/+1
|
* Remove an unfortunate name clash with the zalloc/zfree routines. Since thedyson1997-09-211-11/+11
| | | | ppp_deflate code uses the names locally - it looses.
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
| | | | <sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-0/+665
| | | | | | | | | | 2.3.0 -> 2.3.1 changes, but I seem to recall that there are certain "issues" with 2.3.1 (I'm not sure if it's just pppd or the whole lot, I am not quite that far). The present pppd seems to work with it just fine for the time being. Among the changes are that zlib (aka LZ77 aka deflate aka gzip) compression is implemented as well as the original compress(1) LZW style.
* Send these files to the attic until they are in use for several reasons.peter1997-07-051-665/+0
| | | | | | | | | | | 1: cvs and cvsup don't really support vendor branches other than 1.1.1.x, this is on 1.1.2.x and causing problems in cvsup 'checkout mode', just the same as cvs has problems interpreting dates. (cvs has "1.1.1" hard coded) 2: cvs 'rm'ing them takes them off the vendor branch and should hide the above problems. 3: it's just clutter until the merge is done. 4: if the problem isn't sufficiently resolved by taking these off the vendor branch, the files will have to be nuked and re-imported.
* Initial revisionpeter1997-07-011-0/+665
OpenPOWER on IntegriCloud