summaryrefslogtreecommitdiff
path: root/sys/lib/libz/zlib.h
AgeCommit message (Collapse)Author
1999-01-25fix a real bad bug, which consists of return value fromMichael Shalayeff
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.
1998-09-08Let's commit the correct files, shall we. This is the real zlib-1.1.3...Todd C. Miller
1998-09-08Update from zlib-1.1.3. These should really just be references to ↵Todd C. Miller
../../../lib/libz/*
1997-11-07$OpenBSD$Niklas Hallqvist
1997-02-06Add libz and make libsa aware of it. From NetBSD.Jason Downs