summaryrefslogtreecommitdiff
path: root/sys/net/ppp-deflate.c
AgeCommit message (Collapse)Author
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave
2007-09-15malloc sweep:Henning Brauer
-remove useless casts -MALLOC/FREE -> malloc/free -use M_ZERO where appropriate instead of seperate bzero feedback & ok krw, hshoexer
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
out, and as a result, Paul now owns copyright on all these files, with the proper terms.
2002-03-14First round of __P removal in sysTodd C. Miller
1998-05-08Add support for RFC-comliant deflate protocolTodd C. Miller
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1996-12-19sync to 2.3b3Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt