CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2011/07/06 20:57:25

Modified files:
        sys/arch/i386/conf: files.i386 
        sys/arch/amd64/conf: files.amd64 
        sys/conf       : files 
        sys/crypto     : deflate.c deflate.h xform.c 
        sys/lib/libz   : adler32.c crc32.c inftrees.c zconf.h zutil.h 
        sys/net        : ppp-deflate.c 
        sys/netinet    : ip_ipcomp.c 
Added files:
        sys/crypto     : xform_ipcomp.c 
        sys/lib/libz   : compress.c deflate.c deflate.h trees.c trees.h 
                         zopenbsd.c zutil.c 
Removed files:
        sys/net        : zlib.c zlib.h 

Log message:
Replace the cruddy old sys/net/zlib.[ch].  We now use the sys/lib/libz
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

Reply via email to