Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1532 more bytes | |||
2003-12-16 | millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/ | Henning Brauer | |
which has teh effect of disabling some new code so that the resulting object file is the exact same size as the one from our local, older copy. get rid of it. | |||
2003-12-16 | not used | Henning Brauer | |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer | |
186 bytes more bytes we can waste elsewhere | |||
2003-12-16 | Remove old definition of crc_table that conflicts with new one when | Todd C. Miller | |
DYNAMIC_CRC_TABLE is defined. OK henning@ | |||
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer | |
this was in the tested diffs but slipped through when committing unfortunately, sorry | |||
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 | |
saves more space. | |||
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 | |
implement -V then. following a discussion with millert@ | |||
2003-12-16 | no more libz | Henning Brauer | |
2003-12-16 | space saver for the boot floppies: | Henning Brauer | |
on the install media, gzip only need to decompress, but never to compress. so leave the (gz-)compress code out. don't link libz but compile the needed parts in. use an older much smaller crc32.c version and a cut down compress.c tested by nick@ ok deraadt@ | |||
2003-12-16 | when we read the original file size from the gzp header in uncompress mode | Henning Brauer | |
and compare it to total_out to detect I/O errors we need to cast total_out to u_int32_t as the gzip header file is limited to that and total_out is now 64 bits. ok millert@ | |||
2003-12-16 | bump major | Henning Brauer | |
ok millert@ (previous as well) | |||
2003-12-16 | total_in and total_out need to be off_t, not unsigned long. | Henning Brauer | |
some bugs return: i fixed the same some months ago when we had this other gzip there. this bug resulted in wrong size stats for > 4GB files, and in the case that the input file was > 4GB and could be compressed to < 4GB gzip not zipping it as it would grow in its eyes. | |||
2003-12-16 | update to zlib 1.2.1 | Henning Brauer | |
ok millert@ deraadt@ | |||
2003-12-16 | Better fix for MALLOC_OPTIONS=J bug. Something had problems with | Todd C. Miller | |
returning a NULL label so now we just the epoch for the timestamp if we cannot stat the file. OK deraadt@ | |||
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 | |
want to compare both against the packet's source address. works much better when we compare the dst address to the packet's dst address. ok camield@ canacar@ markus@ jason@ | |||
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller | |
is like SLIST_FOREACH but it saves a pointer to the previous element. SLIST_REMOVE_NEXT will remove the element *after* the one passed in. SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested by canacar@; man page additions by yours truly. OK deraadt@ (grudgingly) and man page changes OK jmc@. | |||
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 | |
testing by beck, hin, jose, fries. ok deraadt@ | |||
2003-12-16 | uncessary defns | Jason Wright | |
2003-12-16 | Avoid segmentation fault when empty commands are specified in the | Otto Moerbeek | |
config file; resolves PR 3578. ok deraadt@ millert@ | |||
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 | |
Closes PR 3563 | |||
2003-12-16 | avoid name clash with newer libz; breaks on static archs | Henning Brauer | |
ok millert@ | |||
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 | |
.Nm does not need an argument; dashes should be escaped; | |||
2003-12-16 | use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < ↵ | Markus Friedl | |
DH_GRP_MIN | |||
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl | |
for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@ | |||
2003-12-16 | Don't need linear mappings here either | Jason Wright | |
2003-12-16 | don't do a linear mapping (prevents warnings on the leopard) | Jason Wright | |
2003-12-16 | add ipp (Internet Printing Protocol). ok deraadt@ | Jakob Schlyter | |
2003-12-16 | add daap (Digital Audio Access Protocol). ok deraadt@ | Jakob Schlyter | |
2003-12-16 | add afpovertcp. ok deraadt@ | Jakob Schlyter | |
2003-12-16 | expand documentation of built-ins: | Jason McIntyre | |
group them according to POSIX - arithmetic, string, I/O, general and better document how they work. use section headers for more logical navigation. ok jose@ | |||
2003-12-16 | - s/recieve/receive | Jason McIntyre | |
- kill whitespace at EOL | |||
2003-12-16 | pfsync.4: | Jason McIntyre | |
- new sentence, new line - kill whitespace at EOL - escape a dot at EOL pflog.4: - subject verb agreement | |||
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist | |
Add reentrancy check of gdt_exec_ccb. The latter change changes timing enough to not trigger a timing bug on really fast machines too often. A real fix is being worked on. | |||
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist | |
Add reentrancy check of gdt_exec_ccb. The latter change changes timing enough to not trigger a timing bug on really fast machines too often. A real fix is being worked on. | |||
2003-12-16 | Test src.track timeout. | Ryan Thomas McBride | |
2003-12-16 | Becuase | Theo de Raadt | |
2003-12-16 | Don't do all the heavy pfsync processing if there are no bpf listeners | Ryan Thomas McBride | |
and no network synchronization is happening. | |||
2003-12-16 | clean the cpu types and sync | Michael Shalayeff | |