summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings when building zlib with ZLIB_CONST definedjca2019-06-013-8/+8
* Add ZLIB_CONSTjca2019-05-122-6/+13
* remove vax handlingnatano2016-03-231-5/+2
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-142-6/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-1/+0
* Revert some $OpenBSD$ additions about which there are doubts.krw2015-01-201-1/+0
* Missing $OpenBSD$'s.krw2015-01-201-0/+1
* obvious conversion to mallocarray()deraadt2014-07-131-4/+1
* guenther (who also should have been credited in previous free size commits)tedu2014-07-121-1/+1
* Typo in comment noticed during some recent hibernate debugging. No codemlarkin2014-05-211-2/+2
* Make the updated zlib compile with a debug kernel.jsing2011-07-164-28/+28
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-0712-10/+3853
* make it compile w/ debug defined; miod@ okmickey2006-11-291-2/+2
* adler32_combine() is not used by anything AND requires qdivrem so ifdef it out; millert@ deraadt@ okmickey2006-07-201-1/+3
* Update to zlib 1.2.3; OK deraadt@millert2005-07-2011-119/+560
* Fix bounds check for incomplete code sets so they cannot overflow the codesmillert2005-07-061-2/+2
* zlib-1.21 here toodjm2004-12-038-98/+136
* Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.otto2004-08-262-1/+7
* Do not check for writing to address zero on vax, since this is wheremiod2004-03-241-2/+5
* Move -DDYNAMIC_CRC_TABLE into the main libz Makefilemillert2003-12-181-2/+4
* #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoidmillert2003-12-171-2/+2
* No need to build infback.c here after all.millert2003-12-171-2/+2
* _ZLIB_PRIVATE is not used anywheremillert2003-12-171-2/+2
* Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.hmillert2003-12-164-5/+109
* Update to zlib 1.2.1millert2003-12-1621-2466/+4032
* shrink error strings a lot; ok millertderaadt2003-12-166-9/+91
* Delete directories created by cleandir to prevent permission problemshugh2002-04-291-1/+3
* Update to zlib-1.1.4millert2002-03-1217-50/+69
* Fix some zlib memory leaks, originally from Mark Adlermillert2002-01-181-2/+7
* Include stand.h from lib/libsa/stand.hart2000-11-081-2/+2
* $OpenBSD$todd2000-03-034-4/+4
* make z_error be a panicmickey1999-02-141-1/+2
* fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.mickey1999-02-145-38/+34
* fix a real bad bug, which consists of return value frommickey1999-01-251-2/+2
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-0818-499/+889
* include stand.h if -D_STANDALONEmillert1998-09-081-1/+5
* Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*millert1998-09-0816-54/+23
* more const here and there; so would benefit everyonemickey1998-05-305-17/+17
* $OpenBSD$niklas1997-11-0716-4/+28
* remove that i386 defines, we can survive w/o 'emmickey1997-08-041-16/+1
* no user includes in standalonemickey1997-07-181-1/+5
* cumulative CFLAGSmickey1997-07-181-2/+2
* Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr1997-06-191-2/+2
* Back out depend/clean changes.millert1997-05-051-3/+3
* Change clean/depend targets to allow inclusion of Makefile.incmillert1997-05-041-3/+3
* Quote CC in args to makebriggs1997-04-031-3/+3
* save 4k space for i386!mickey1997-04-021-0/+16
* #ifndef localmickey1997-04-021-1/+3
* s/DEBUG/DEBUG_ZLIB/gmickey1997-02-074-7/+7
* quote [AC]FLAGS and others...mickey1997-02-071-4/+4