summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17bad me, left commented code in here...Jason Wright
2003-12-17new options from marius@monkeyTed Unangst
2003-12-17add NOTE_EOF (return on EOF) and NOTE_TRUNCATE (vnode was truncated)Ted Unangst
2003-12-17Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.shTodd C. Miller
2003-12-17SMALL version of ccdconfigTodd C. Miller
2003-12-17Add support for -DSMALL that doesn't need -lkvm (no -g option)Todd C. Miller
2003-12-17HAVE_UNISTD_H is unused; nuke itTodd C. Miller
2003-12-17prettify, no real changesHenning Brauer
2003-12-17No need to build infback.c here after all.Todd C. Miller
2003-12-17sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOWTodd C. Miller
2003-12-17#ifndef SLOW for consistency with sys/lib/libz/, not used for now;Henning Brauer
2003-12-17_ZLIB_PRIVATE is not used anywhereTodd C. Miller
2003-12-16Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.hTodd C. Miller
2003-12-16Update to zlib 1.2.1Todd C. Miller
2003-12-16disabling the gzip header handling that we do ourselves anyway gains usHenning Brauer
2003-12-16millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/Henning Brauer
2003-12-16not usedHenning Brauer
2003-12-16do not implement -L (print copyright) with SMALLHenning Brauer
2003-12-16Remove old definition of crc_table that conflicts with new one whenTodd C. Miller
2003-12-16really don't implement unzip #ifdef SMALLHenning Brauer
2003-12-16really don't do -V #ifdef SMALLHenning Brauer
2003-12-16a bit more shrinking. do not bother printing the drive bus interfaces,Theo de Raadt
2003-12-16syncTheo de Raadt
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
2003-12-16no more libzHenning Brauer
2003-12-16space saver for the boot floppies:Henning Brauer
2003-12-16when we read the original file size from the gzp header in uncompress modeHenning Brauer
2003-12-16bump majorHenning Brauer
2003-12-16total_in and total_out need to be off_t, not unsigned long.Henning Brauer
2003-12-16update to zlib 1.2.1Henning Brauer
2003-12-16Better fix for MALLOC_OPTIONS=J bug. Something had problems withTodd C. Miller
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-12-16when a bridge filter rule specifies both src and dst mac address, we do notHenning Brauer
2003-12-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd C. Miller
2003-12-16reenable sti1 as the issues has been resolvedMichael Shalayeff
2003-12-16return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexerMarkus Friedl
2003-12-16bad free - spotted by vincent@Bob Beck
2003-12-16afs cleanup, realloc strings, abort, etc.Bob Beck
2003-12-16uncessary defnsJason Wright
2003-12-16Avoid segmentation fault when empty commands are specified in theOtto Moerbeek
2003-12-16bad printf; leopold-bloom@foni.netTheo de Raadt
2003-12-16Support MANPAGER environment variable plus some KNF I had in my tree.Todd C. Miller
2003-12-16avoid name clash with newer libz; breaks on static archsHenning Brauer
2003-12-16use full sentence for description of cols; from Jared Yanovich;Jason McIntyre
2003-12-16quotes, spaces and bars do not need to be escaped within displays;Jason McIntyre
2003-12-16use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < DH_GR...Markus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl