summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-29delintTheo de Raadt
2003-12-29spacingTheo de Raadt
2003-12-29convert from select() to poll() for main event loop; tested millert@, deraadt@Damien Miller
2003-12-29fix zgrep failure when the uncompressed file begins with a newlineCan Erkin Acar
2003-12-29Add support for % and & units to indicate percent of total space andTodd C. Miller
2003-12-29update for a few more boxens; from weissmanndudeMichael Shalayeff
2003-12-29KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OKTodd C. Miller
2003-12-29updates for openssl gen{d,r}sa:Jason McIntyre
2003-12-29Since pmap_activate() does a complete user tlb flush, it is not necessaryMiod Vallat
2003-12-29Cleanup: KNF, -Wall, do not use pointers if the actual var isOtto Moerbeek
2003-12-29Properly recognize SiS CPU family;Alexander Yurchenko
2003-12-29typo from form@ (evil qwerty)Michael Shalayeff
2003-12-29yet another so called edison's invention patentationMichael Shalayeff
2003-12-29typoMichael Shalayeff
2003-12-29a few more for today/tomorrowMichael Shalayeff
2003-12-29correct probe console printf; miod okTheo de Raadt
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
2003-12-29similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers;Theo de Raadt
2003-12-29syncTheo de Raadt
2003-12-29Avoid using gcc libstdc++ internals that we have no business grottingTodd C. Miller
2003-12-28do not use MALLOC on variable sized allocationsMichael Shalayeff
2003-12-28Add missing C++ include paths: arch-dependent headers, andMarc Espie
2003-12-28Crank default data and stack limits, align with m68k values.Miod Vallat
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
2003-12-28Give i/o's requeued as a result of aborts, timeouts, etc. a status ofKenneth R Westerback
2003-12-28Mention session ID; OK deraadt@Todd C. Miller
2003-12-28Unbreak tree by using correct PFSYNC_ACT_UREQ #define.Ryan Thomas McBride
2003-12-28elf(5) is relevant here too;Jason McIntyre
2003-12-28resurrect pexecute.c for now, since vax and m68k barf on pex-unix.cMarc Espie
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)Otto Moerbeek
2003-12-28Update based on PR 2208:Otto Moerbeek
2003-12-28Having vmel and vmes keep another pointer to their parent in their softc isMiod Vallat
2003-12-28dma_cachectl() takes a va and computes the pa from it, no need to invoke itMiod Vallat
2003-12-28UFS_DIRHASHTed Unangst
2003-12-28Document kprintf %: removal here too; anilMiod Vallat
2003-12-28add ian dowse's dirhash code from freebsd.Ted Unangst
2003-12-28Add a new PFSYNC_ACT_UREQ message type.Ryan Thomas McBride
2003-12-28new type for dirhashTed Unangst
2003-12-28add dirhash, and wire in rwlocks used by dirhashTed Unangst
2003-12-28multiple include protectionTed Unangst
2003-12-28make check for too large allocations earlier, instead of fiddling with it.Ted Unangst
2003-12-28fixes from wiz@netbsd;Jason McIntyre
2003-12-28various doc fixes from wiz@netbsd;Jason McIntyre
2003-12-28typo in commentHenning Brauer
2003-12-28redo the imsg readers to use bigger buffers and less read(2)s. should increaseHenning Brauer
2003-12-28More optimizations borrowed from the m68k pmap:Miod Vallat
2003-12-28cope with recent changes and add examples for the new keywordsHenning Brauer
2003-12-28Add a few test cases.Otto Moerbeek
2003-12-28correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ errorDale Rahn
2003-12-28zap bizarre log() prototype.Marc Espie