Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo 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 | |||
2011-04-08 | Fix a 64-bit arithmetic bug I stumbled upon while investigating our | Matthew Dempsky | |
handling of recursive IPComp payloads. (This code is way old and may go away soon in favor of using sys/lib/libz, but committing anyway as plans aren't finalized yet.) ok deraadt@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2002-01-23 | Back out part of last commit, it causes memory to be freed prematurely | Todd C. Miller | |
in this version of the zlib code; from Wayne Meissner | |||
2002-01-18 | Fix some zlib memory leaks, originally from Mark Adler | Todd C. Miller | |
2001-01-29 | consts, spaces | Michael Shalayeff | |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos | |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist | |
1997-01-31 | cut a little more. | Michael Shalayeff | |
1997-01-23 | add NO_DEFLATE condition to be used in /boot | Michael Shalayeff | |
1996-10-16 | support _STANDALONE | Michael Shalayeff | |
1996-09-02 | Need sys/types.h, too. | briggs | |
1996-09-02 | Replace string.h with systm.h. | briggs | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |