summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-08add another BCM43224 ID; ok and tweak mpi@Stefan Sperling
2012-07-08- remove some unneeded quotesJasper Lievisse Adriaanse
2012-07-08- move noshared handling to LT::OSConfigJasper Lievisse Adriaanse
- remove unused $libinstdir variable ok espie@
2012-07-08Add noifprefix, an option to send an RA with no prefix information.Peter Hessler
From Stephane A. Sezer, many thanks! OK phessler@, jasper@
2012-07-08Remove the "Variables" chapter from CAVEATS now that it's been fixed.Antoine Jacoutot
ok jasper@
2012-07-08remove unneeded and error-prone :: rulesMarc Espie
okay guenther@
2012-07-08Document ${var[@]} and ${var[*]}Philip Guenthe
ok espie@
2012-07-08fix ajacoutot's whining (i wish...)Marc Espie
okay jasper@
2012-07-08there was a limit on the number of pflog interfaces - 16. remove that.Henning Brauer
mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke
2012-07-08add a test for the fixed --helpJasper Lievisse Adriaanse
2012-07-08nasty real test, create a Requires that depends on a variable in such aMarc Espie
way that a reparse is needed
2012-07-08Clear flags across all sessions, from Thomas Adam.Nicholas Marriott
2012-07-08simplify some moreMarc Espie
2012-07-08simplify, make sure everything uses ${PKG_CONFIG}Marc Espie
2012-07-07calling help() is not an error, so just return 0.Jasper Lievisse Adriaanse
2012-07-07add a dump method, simplifying the --config callJasper Lievisse Adriaanse
2012-07-07make $mode into an actual object.Marc Espie
cheat a bit by auto-loading corresponding code if needed.
2012-07-07rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze
some blank lines are still missing from the output
2012-07-07- since we're storing the config variables in an object now, just walk theJasper Lievisse Adriaanse
object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here
2012-07-07rename function to avoid symbol clashEric Faurot
2012-07-07basic support for -Tman .InIngo Schwarze
2012-07-07copy&paste mistake in error messageChristian Weisgerber
2012-07-07syncTheo de Raadt
2012-07-07another netmos cardbus serial; espie owns itTheo de Raadt
2012-07-07syncTheo de Raadt
2012-07-07Fix two races in socket splicing. When somove() gets called fromAlexander Bluhm
sosplice() to move the data already there, it might sleep in m_copym(). Another process must not unsplice during that sleep, so also lock the receive buffer when sosplice is called with fd -1. The same sleep can allow network interrupts to modify the socket buffer. So use sbsync() to write back modifications within the loop instead of fixing the socket buffer after the loop. OK claudio@
2012-07-07remove incorrect check in pfctl preventing set-tos for ipvshit.Henning Brauer
the kernel has code to deal with set-tos and that crap. don't ask for details. stuart ok
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
Needed for sqlite3(1) as reported by espie@.
2012-07-07reorder stuff so that known failing targets are lastMarc Espie
2012-07-07streamlined codeMarc Espie
2012-07-07- add LT::OSConfig which'll be used to keep all the configuration valuesJasper Lievisse Adriaanse
- also fix a case where // should be used. ok espie@
2012-07-07regenJasper Lievisse Adriaanse
2012-07-07add the x200 cameraJasper Lievisse Adriaanse
ok mpi@
2012-07-07Add a test for RS breaking some other block.Ingo Schwarze
Unfortunately, the code triggering the assert fixed in man_macro.c rev. 1.37 must be commented out because groff misformats the invalid input so badly that imitating it really makes no sense.
2012-07-07Fix an assert() raised by `RS' when following `TP' without a tag.Ingo Schwarze
The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74.
2012-07-07allow httpd to build if sslv2 is disabled, ok guenther@Stuart Henderson
2012-07-07re-add correctly handling no argumentsJasper Lievisse Adriaanse
ok espie@ cvs: ----------------------------------------------------------------------
2012-07-07rename prio in struct pf_rule and related structs to set_prio so it isHenning Brauer
utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc
2012-07-07update to 1.2.2 and start using /var/www/cache instead of /var/www/tmpRobert Nagy
2012-07-07add /var/www/cache for nginx to store some dataRobert Nagy
ok ajacoutot@, krw@, deraadt@
2012-07-07Replace atoi() with strtonum() where it's easy. Make related errorKenneth R Westerback
messages consistant. Check for valid partition when 'select'ing a partition. ok haesbaert@
2012-07-07remove bogus include of bsd.lib.mkEric Faurot
2012-07-07less accurate documentation...Marc Espie
as noticed by matthew@
2012-07-07Allow UDP server to receive datagrams from multiple socket pairs with -kChristiano F. Haesbaert
flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom Koromil with a few tweaks by me, many thanks. ok mikeb@ nicm@ haesbaert@
2012-07-07restore DIOCKILLSTATE semantics to what they were before the NAT rewrite.Henning Brauer
when you kill states by IP, it is not all that clear which IP we're talking about - before or after rewriting? the old semantics were to always look at the "original" IP, i. e. before rewriting. ever since the NAT rewrite we were unconditionally looking at the wire side state key, which is the original address for PF_IN states, but not for PF_OUT. So look at the SK_STACK state key in the PF_OUT case. should fix "authpf doesn't remove NAT states" seen on misc a while ago ok & testing & half of the analysis bob (he sez beck)
2012-07-07after several improvements to -Tman went in,Ingo Schwarze
enable lots of related regression tests
2012-07-07after .Lb in library section, break the line in the final outputIngo Schwarze
2012-07-07implement -Tman .BkIngo Schwarze
2012-07-07implement -Tman .SmIngo Schwarze
2012-07-07implement -Tman .Bd -offset and -compactIngo Schwarze