summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-16syncTheo de Raadt
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
implement -V then. following a discussion with millert@
2003-12-16no more libzHenning Brauer
2003-12-16space 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-16when we read the original file size from the gzp header in uncompress modeHenning 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-16bump majorHenning Brauer
ok millert@ (previous as well)
2003-12-16total_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-16update to zlib 1.2.1Henning Brauer
ok millert@ deraadt@
2003-12-16Better fix for MALLOC_OPTIONS=J bug. Something had problems withTodd 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-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
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-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd 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-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
testing by beck, hin, jose, fries. ok deraadt@
2003-12-16uncessary defnsJason Wright
2003-12-16Avoid segmentation fault when empty commands are specified in theOtto Moerbeek
config file; resolves PR 3578. ok deraadt@ millert@
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
Closes PR 3563
2003-12-16avoid name clash with newer libz; breaks on static archsHenning Brauer
ok millert@
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
.Nm does not need an argument; dashes should be escaped;
2003-12-16use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < ↵Markus Friedl
DH_GRP_MIN
2003-12-16application 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-16Don't need linear mappings here eitherJason Wright
2003-12-16don't do a linear mapping (prevents warnings on the leopard)Jason Wright
2003-12-16add ipp (Internet Printing Protocol). ok deraadt@Jakob Schlyter
2003-12-16add daap (Digital Audio Access Protocol). ok deraadt@Jakob Schlyter
2003-12-16add afpovertcp. ok deraadt@Jakob Schlyter
2003-12-16expand 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/receiveJason McIntyre
- kill whitespace at EOL
2003-12-16pfsync.4:Jason McIntyre
- new sentence, new line - kill whitespace at EOL - escape a dot at EOL pflog.4: - subject verb agreement
2003-12-16Compute 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-16Compute 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-16Test src.track timeout.Ryan Thomas McBride
2003-12-16BecuaseTheo de Raadt
2003-12-16Don't do all the heavy pfsync processing if there are no bpf listenersRyan Thomas McBride
and no network synchronization is happening.
2003-12-16clean the cpu types and syncMichael Shalayeff
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize ↵Michael Shalayeff
define that was not really true; plus tested by otto@ and miod@
2003-12-16Test source-tracking syntax.Ryan Thomas McBride
2003-12-16Clean up first paragraph.Ryan Thomas McBride
2003-12-16Reorg and better english. Split network synchronisation specificsRyan Thomas McBride
into it's own section.
2003-12-16Pass gcc -Wsign-compare; ok grange@Todd C. Miller
2003-12-16Document new pfsync options (syncif, -syncif and maxupd).Ryan Thomas McBride
ok deraadt@
2003-12-161st pass at documenting the new pfsync network synchronisationRyan Thomas McBride
functionality. ok deraadt@
2003-12-16shrink error strings a lot; ok millertTheo de Raadt
2003-12-16Remove unused strings; we print out info from pcmciadevs duringTodd C. Miller
device attachment so we don't need extra ones. OK mickey@ deraadt@
2003-12-16shorten terminal baud rate change stringsTheo de Raadt
2003-12-16Check that max-src-states and max-src-nodes are not being set to 0.Ryan Thomas McBride