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