Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -1/+0 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Revert some $OpenBSD$ additions about which there are doubts. | 2015-01-20 | 1 | -1/+0 | |
| | | | | Suggested by deraadt@ | ||||
* | Missing $OpenBSD$'s. | 2015-01-20 | 1 | -0/+1 | |
| | | | | ok deraadt@ | ||||
* | obvious conversion to mallocarray() | 2014-07-13 | 1 | -4/+1 | |
| | |||||
* | guenther (who also should have been credited in previous free size commits) | 2014-07-12 | 1 | -1/+1 | |
| | | | | noticed that i missed committing one file. | ||||
* | Typo in comment noticed during some recent hibernate debugging. No code | 2014-05-21 | 1 | -2/+2 | |
| | | | | change. | ||||
* | Make the updated zlib compile with a debug kernel. | 2011-07-16 | 4 | -28/+28 | |
| | | | | ok deraadt@ | ||||
* | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | 2011-07-07 | 12 | -10/+3853 | |
| | | | | | | | | | | | | 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 | ||||
* | make it compile w/ debug defined; miod@ ok | 2006-11-29 | 1 | -2/+2 | |
| | |||||
* | adler32_combine() is not used by anything AND requires qdivrem so ifdef it out; millert@ deraadt@ ok | 2006-07-20 | 1 | -1/+3 | |
| | |||||
* | Update to zlib 1.2.3; OK deraadt@ | 2005-07-20 | 11 | -119/+560 | |
| | |||||
* | Fix bounds check for incomplete code sets so they cannot overflow the codes | 2005-07-06 | 1 | -2/+2 | |
| | | | | array. From Mark Adler. | ||||
* | zlib-1.21 here too | 2004-12-03 | 8 | -98/+136 | |
| | |||||
* | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. | 2004-08-26 | 2 | -1/+7 | |
| | | | | ok miller@ henning@ | ||||
* | Do not check for writing to address zero on vax, since this is where | 2004-03-24 | 1 | -2/+5 | |
| | | | | | | we want to be able to load a .gz kernel. ok deraadt@ | ||||
* | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | 2003-12-18 | 1 | -2/+4 | |
| | |||||
* | #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoid | 2003-12-17 | 1 | -2/+2 | |
| | | | | | adding an extra -I for each libz Makefile. This is how the old kernel libz was. | ||||
* | No need to build infback.c here after all. | 2003-12-17 | 1 | -2/+2 | |
| | |||||
* | _ZLIB_PRIVATE is not used anywhere | 2003-12-17 | 1 | -2/+2 | |
| | |||||
* | Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.h | 2003-12-16 | 4 | -5/+109 | |
| | |||||
* | Update to zlib 1.2.1 | 2003-12-16 | 21 | -2466/+4032 | |
| | |||||
* | shrink error strings a lot; ok millert | 2003-12-16 | 6 | -9/+91 | |
| | |||||
* | Delete directories created by cleandir to prevent permission problems | 2002-04-29 | 1 | -1/+3 | |
| | | | | during sudo builds. Verified by Valchev and sanctioned by Shalayeff. | ||||
* | Update to zlib-1.1.4 | 2002-03-12 | 17 | -50/+69 | |
| | |||||
* | Fix some zlib memory leaks, originally from Mark Adler | 2002-01-18 | 1 | -2/+7 | |
| | |||||
* | Include stand.h from lib/libsa/stand.h | 2000-11-08 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ | 2000-03-03 | 4 | -4/+4 | |
| | |||||
* | make z_error be a panic | 1999-02-14 | 1 | -1/+2 | |
| | |||||
* | fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr. | 1999-02-14 | 5 | -38/+34 | |
| | | | | | | another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach. | ||||
* | fix a real bad bug, which consists of return value from | 1999-01-25 | 1 | -2/+2 | |
| | | | | | | read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such. | ||||
* | Let's commit the correct files, shall we. This is the real zlib-1.1.3... | 1998-09-08 | 18 | -499/+889 | |
| | |||||
* | include stand.h if -D_STANDALONE | 1998-09-08 | 1 | -1/+5 | |
| | |||||
* | Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/* | 1998-09-08 | 16 | -54/+23 | |
| | |||||
* | more const here and there; so would benefit everyone | 1998-05-30 | 5 | -17/+17 | |
| | |||||
* | $OpenBSD$ | 1997-11-07 | 16 | -4/+28 | |
| | |||||
* | remove that i386 defines, we can survive w/o 'em | 1997-08-04 | 1 | -16/+1 | |
| | |||||
* | no user includes in standalone | 1997-07-18 | 1 | -1/+5 | |
| | |||||
* | cumulative CFLAGS | 1997-07-18 | 1 | -2/+2 | |
| | |||||
* | Fix a repeatbility problem associated with doing make cleandir of sys/lib/* - | 1997-06-19 | 1 | -2/+2 | |
| | | | | | | | | mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI. | ||||
* | Back out depend/clean changes. | 1997-05-05 | 1 | -3/+3 | |
| | |||||
* | Change clean/depend targets to allow inclusion of Makefile.inc | 1997-05-04 | 1 | -3/+3 | |
| | | | | where there is already a depend: target. | ||||
* | Quote CC in args to make | 1997-04-03 | 1 | -3/+3 | |
| | |||||
* | save 4k space for i386! | 1997-04-02 | 1 | -0/+16 | |
| | |||||
* | #ifndef local | 1997-04-02 | 1 | -1/+3 | |
| | | | | | #define local static #endif | ||||
* | s/DEBUG/DEBUG_ZLIB/g | 1997-02-07 | 4 | -7/+7 | |
| | |||||
* | quote [AC]FLAGS and others... | 1997-02-07 | 1 | -4/+4 | |
| | |||||
* | Add libz and make libsa aware of it. From NetBSD. | 1997-02-06 | 18 | -0/+3440 | |