summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-17two more dead MANUALFILESHenning Brauer
2003-11-17these are gone since some time tooHenning Brauer
2003-11-17syncHenning Brauer
2003-11-17this is historic as of 1.3.29Henning Brauer
2003-11-17syn manualfilesHenning Brauer
2003-11-17Don't expose the contents of rndc.key by diffing; noticed by Randy LewisTodd C. Miller
2003-11-17merge apache 1.3.29 and mod_ssl 2.8.16Henning Brauer
ok brad@
2003-11-17and make them look all equal..Federico G. Schwindt
2003-11-17document a few more kernel options; help and ok jmc@.Federico G. Schwindt
2003-11-17Modify xalloc so that it also takes err(3)-like arguments.Marc Espie
Write an xrealloc wrapper that works the same way, and use it as well. People who feel like it may want to add more explicit error messages to all the places m4 can fail allocating memory... okay tedu@
2003-11-17import Apache 1.3.29 and mod_ssl 2.8.16Henning Brauer
2003-11-17add a missing bounds check that allowed a stack overrun. reported byTed Unangst
Georgi Guninski. also prevent an int overflow. ok millert@
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
repairs 80386 support. Spotted and tested nick@
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-17Defined behavior.Marc Espie
ok grange@ miod@
2003-11-17Test new boolean operators and relational operators in arbitrary expressions.Otto Moerbeek
2003-11-17Document non-portable extensions:Otto Moerbeek
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. help and ok jmc@
2003-11-17Implement non-portable extensions:Otto Moerbeek
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions.
2003-11-17Test drop ('R').Otto Moerbeek
2003-11-17A basic stack operation that is missing from the original dc (andOtto Moerbeek
GNU dc as well): drop ('R').
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-11-17- remove extra trailing bracketAnil Madhavapeddy
- change /sys -> /usr/src/sys for consistency with rest of page jmc@ ok
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-17return error on msg send/receive failure (rather than fatal); ok markus@Damien Miller
2003-11-17syncHenning Brauer
(libcrypto minor bump)
2003-11-16pf_test() and pf_test6() consistency:Ryan Thomas McBride
- Fix anchor anchor accounting for IPv4 TCP and all IPv6 protocols. - Make stateful connections work for generic protocols on IPv6. ok henning@ dhartmei@
2003-11-16remove more win32 filesJakob Schlyter
2003-11-16__attribute__((__packed__)) -> __packedAnil Madhavapeddy
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-16compile without INET6Markus Friedl
2003-11-16remove win32 filesJakob Schlyter
2003-11-16regen with autoconf 2.52Jakob Schlyter
2003-11-16remove win32 referencesJakob Schlyter
2003-11-16Record no checksum in generated packing-list.Marc Espie
Thx to sturm@ for finding out something was wrong.
2003-11-15set boottime's time to boottime, handy for find. requested by markus.Ted Unangst
don't bother with microtime. time should be more than enough precision. from netbsd.
2003-11-15fix savecore on big endian 64 bit arches. OK millert@Marco S Hyman
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
diff from Chris Timmons <ChrisT@computar.ca> and jaimie@camerarepair.com with minor adjustments by me ok millert@
2003-11-15diff from andreas@:Henning Brauer
use the cpuid instruction for processor identification where available. tested by grange@, tedu@ and me
2003-11-15preferred spellingTed Unangst
2003-11-15check getpass for NULL, missing fclose(), and a little style.Ted Unangst
from Jared Yanovich.
2003-11-15check getpass for NULL. from Jared Yanovich. ok otto@Ted Unangst
2003-11-15check getpass for NULL. from Jared Yanovich. ok otto@Ted Unangst
2003-11-15no dup header sys/types.h. from Andrey MatveevTed Unangst
2003-11-14finicky, finicky...Marc Espie
2003-11-14synch doc with realityMarc Espie
2003-11-14read(2) returns ssize_t, not size_t. spotted by Andrey Matveev.Vincent Labrecque
2003-11-14Add support for inflating multiple concatenated file like GNU gzip does.Todd C. Miller
Problem noticed by lebel@, OK mickey@
2003-11-14Tests for new boolean operations.Otto Moerbeek
2003-11-14Implement new boolean operations 'N' (not), 'G' (equals), '(' (less)Otto Moerbeek
and '{' (less or equal). These operations push their result back to the stack. Used by soon to appear boolean operations in bc(1). man page tweaks and ok jmc@
2003-11-14The BN_add_word() bug has been squashed, so we don't need a workaroundOtto Moerbeek
any more.