index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libz
Age
Commit message (
Expand
)
Author
2014-07-13
obvious conversion to mallocarray()
Theo de Raadt
2014-07-12
guenther (who also should have been credited in previous free size commits)
Ted Unangst
2014-05-21
Typo in comment noticed during some recent hibernate debugging. No code
Mike Larkin
2011-07-16
Make the updated zlib compile with a debug kernel.
Joel Sing
2011-07-07
Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
Theo de Raadt
2006-11-29
make it compile w/ debug defined; miod@ ok
Michael Shalayeff
2006-07-20
adler32_combine() is not used by anything AND requires qdivrem so ifdef it ou...
Michael Shalayeff
2005-07-20
Update to zlib 1.2.3; OK deraadt@
Todd C. Miller
2005-07-06
Fix bounds check for incomplete code sets so they cannot overflow the codes
Todd C. Miller
2004-12-03
zlib-1.21 here too
Damien Miller
2004-08-26
Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.
Otto Moerbeek
2004-03-24
Do not check for writing to address zero on vax, since this is where
Miod Vallat
2003-12-18
Move -DDYNAMIC_CRC_TABLE into the main libz Makefile
Todd C. Miller
2003-12-17
#include <lib/libsa/stand.h> instead of just <stand.h> so we can avoid
Todd C. Miller
2003-12-17
No need to build infback.c here after all.
Todd C. Miller
2003-12-17
_ZLIB_PRIVATE is not used anywhere
Todd C. Miller
2003-12-16
Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.h
Todd C. Miller
2003-12-16
Update to zlib 1.2.1
Todd C. Miller
2003-12-16
shrink error strings a lot; ok millert
Theo de Raadt
2002-04-29
Delete directories created by cleandir to prevent permission problems
Hugh Graham
2002-03-12
Update to zlib-1.1.4
Todd C. Miller
2002-01-18
Fix some zlib memory leaks, originally from Mark Adler
Todd C. Miller
2000-11-08
Include stand.h from lib/libsa/stand.h
Artur Grabowski
2000-03-03
$OpenBSD$
Todd T. Fries
1999-02-14
make z_error be a panic
Michael Shalayeff
1999-02-14
fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.
Michael Shalayeff
1999-01-25
fix a real bad bug, which consists of return value from
Michael Shalayeff
1998-09-08
Let's commit the correct files, shall we. This is the real zlib-1.1.3...
Todd C. Miller
1998-09-08
include stand.h if -D_STANDALONE
Todd C. Miller
1998-09-08
Update from zlib-1.1.3. These should really just be references to ../../../l...
Todd C. Miller
1998-05-30
more const here and there; so would benefit everyone
Michael Shalayeff
1997-11-07
$OpenBSD$
Niklas Hallqvist
1997-08-04
remove that i386 defines, we can survive w/o 'em
Michael Shalayeff
1997-07-18
no user includes in standalone
Michael Shalayeff
1997-07-18
cumulative CFLAGS
Michael Shalayeff
1997-06-19
Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -
grr
1997-05-05
Back out depend/clean changes.
Todd C. Miller
1997-05-04
Change clean/depend targets to allow inclusion of Makefile.inc
Todd C. Miller
1997-04-03
Quote CC in args to make
briggs
1997-04-02
save 4k space for i386!
Michael Shalayeff
1997-04-02
#ifndef local
Michael Shalayeff
1997-02-07
s/DEBUG/DEBUG_ZLIB/g
Michael Shalayeff
1997-02-07
quote [AC]FLAGS and others...
Michael Shalayeff
1997-02-06
Add libz and make libsa aware of it. From NetBSD.
Jason Downs