summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-27Instead of printing useless @0 rule numbers from pfctl -vR, increase aDaniel Hartmeier
counter. Helps debugging rule sets that are not loaded. Suggested by John Kerbawy.
2002-02-27don't execute the pmap_update() call if we have no watch list. bo-bo art :-)Per Fogelstrom
2002-02-27make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry treeMike Frantzen
ok niels@
2002-02-27Add a test for inheriting kqueue descriptors on fork.Artur Grabowski
2002-02-27Correct plural/singular in one sentence, omitting protocol specificationDaniel Hartmeier
causes the rule to apply to packets of any protocol.
2002-02-27We have memcpy and memset in the kernel.Artur Grabowski
2002-02-27Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compileHans Insulander
when KRB524 is not defined. Closes PR #2305
2002-02-26mdoc fixes from pjanzenPeter Valchev
2002-02-26Cut/pasto: don't forget to scan for the source addressJason Wright
2002-02-26use socklen_tKevin Steves
2002-02-26if ${DESTDIR} exists, do not modify the modeTheo de Raadt
2002-02-26no, look closely. the comma was highlighted. split .Ic even moreTheo de Raadt
2002-02-26> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgmouring
Last Ic on the first line should not have a space between it and the final comma.
2002-02-26Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgTheo de Raadt
2002-02-26raw MD5 and raw SHA1 are supported, tooJason Wright
2002-02-26rc4 is supported; deraadt@Jason Wright
2002-02-26Add test for PR 2311Marc Espie
2002-02-26cvspserver 2401/tcp; ok millert@lebel
2002-02-26close PR 2311Marc Espie
2002-02-26supply ::1 reverse lookup on ip6.arpa too. from toddJun-ichiro itojun Hagino
2002-02-26KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432Todd T. Fries
2002-02-26rephrase warning; from miodPeter Valchev
2002-02-26Add optional pool memory hard limits, mainly as temporary solutionDaniel Hartmeier
until pool exhaustion causes problems no more.
2002-02-26fix errx(3) arg.Federico G. Schwindt
2002-02-26fucntion->function.Federico G. Schwindt
2002-02-26keep undo records in the BUFFER structures insteda of having a huge list.Vincent Labrecque
2002-02-25Cosmetic changes such as correct printf format specifiers on LP64Todd C. Miller
machines and whitespace nits. Some from NetBSD.
2002-02-25print a warning that realpath points to internal static storage space thatPeter Valchev
will be overwritten by subsequent calls; suggested by pjanzen, ok millert
2002-02-25Opps. One missing _nodead. -mojMats O Jansson
2002-02-25US isn't all :-) Here is a swedish map. -mojMats O Jansson
2002-02-25syncTodd T. Fries
2002-02-25don't generate errors on ramdisk) for devices that haveTodd T. Fries
'not came into the picture, yet' ok mickey@
2002-02-25use c versionsMichael Shalayeff
2002-02-25replace w/ utah-licensed sourceMichael Shalayeff
2002-02-25more u_* fixesMarkus Friedl
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-02-25Accept ethernet broadcasts too :-) This patch contains a copy ofNiklas Hallqvist
ether_crc32_le from NetBSD, which might be bettter placed in if_ethersubr.c later, if any other driver needs it.
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-25back out red-black tree. they are very fast but alpha UVM is broken andNiels Provos
the tree triggers the bug, PMAP_PREFER case was broken also.
2002-02-25random typo fix; ok deraadt@Todd T. Fries
2002-02-25Make pool_sethardlimit() check that it doesn't decrease the limit belowDaniel Hartmeier
the current size of the pool. ok art@
2002-02-25use mktemp, don't bother with creating a directory when only one tmp file isPeter Valchev
needed; ok millert, espie
2002-02-25be silent on kernels which lack nfs; d.doroshenko@omnitel.netTheo de Raadt
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2002-02-25do not age address on loopback interface. sync w/kameJun-ichiro itojun Hagino
2002-02-25correct char major of rd[0-9]*Todd T. Fries
ok deraadt@
2002-02-25a reasonable start at ramdisk) for sun3Todd T. Fries
ok deraadt@
2002-02-25- fix a 'rndrandom' vs 'random' output problemTodd T. Fries
- more accurate documentation, more documentation - remove some EOL whitespace ok deraadt@
2002-02-25Change timeouts from microtime() to time.tv_sec like in pf.c,Daniel Hartmeier
initialize fr_timeout, free frent in pf_reassemble() when it's not inserted into a frag. ok provos@
2002-02-25Catch up to reality.Artur Grabowski