summaryrefslogtreecommitdiff
path: root/modules/ppp_comp.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert to ANSI CPaul Mackerras2020-12-291-9/+7
| | | | | | | | | | | | | | | This gets rid of the __P and __V macros that were used so that the code was in theory compilable by a K&R C compiler, and converts the function definitions to ANSI C style. In fact there were already quite a few function definitions in the ANSI C style, so it would not have been compilable by a K&R C compiler in fact. The Solaris and BSD kernel code modules have had __P removed but the function definitions have not been converted. There are some other minor changes here to remove warnings. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
* More copyright updates. The new CMU copyright notice is from CMU andPaul Mackerras2002-12-061-20/+28
| | | | | | now explicitly allows modifications. I have an acknowledgement from ANU that the work I have done on pppd belongs to me and not to ANU, so I have changed the ANU copyright notices to reflect this.
* Added ability to detect and use either gcc or Sun WorkShop C compilerJames Carlson2002-09-071-3/+3
| | | | | | | on Solaris. Added support for Solaris 10. Quieted down warning in ppp_comp.c due to bad preprocessor usage. Quieted WorkShop warnings in options.c (casting of void * to function) and pppd.h (constant too large). Tested in 32 and 64 bit modes with gcc and WorkShop.
* Cleaned up major lint warnings.Adi Masputra1999-09-151-2/+2
|
* restore ppp_comp_count and ppp_ahdlc_count, needed on SunOSPaul Mackerras1999-04-121-1/+5
|
* fix up the multithread stuff (hopefully?)Paul Mackerras1999-02-261-11/+38
|
* More debugging.Paul Mackerras1998-03-241-3/+20
| | | | | Support old draft rfc deflate number. Allow mtu + hdrlen for compressor output packet size.
* fixes for memory allocation on OSFPaul Mackerras1997-04-301-116/+84
|
* priority queueing stuffPaul Mackerras1997-03-041-2/+13
|
* fixes for SVR4Paul Mackerras1996-09-141-1/+9
|
* some extra debugging, fix a stupid if (a = b)Paul Mackerras1996-08-281-24/+30
|
* mods for OSF/1; fix VJ decomp bugPaul Mackerras1996-06-261-7/+241
|
* added buflen arg to vj_uncompress_uncompPaul Mackerras1996-05-281-2/+2
|
* Support PPP Deflate compressionPaul Mackerras1996-01-181-1/+5
|
* new portable STREAMS modulesPaul Mackerras1995-12-111-0/+847