Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace tricker atoi() and hand rolled parsing with strsep() and | 2012-07-08 | 1 | -13/+15 | ||
| | | | | | | strtonum(). Make related error messages consistant. ok haesbaert@ | |||||
* | Move functionality from ask() to _ask() to make the latter more useful | 2012-07-08 | 1 | -18/+13 | ||
| | | | | | | from other places. ok krw@ | |||||
* | regen | 2012-07-08 | 2 | -2/+7 | ||
| | ||||||
* | add another BCM43224 ID; ok and tweak mpi@ | 2012-07-08 | 1 | -1/+2 | ||
| | ||||||
* | - remove some unneeded quotes | 2012-07-08 | 2 | -6/+6 | ||
| | ||||||
* | - move noshared handling to LT::OSConfig | 2012-07-08 | 1 | -13/+10 | ||
| | | | | | | - remove unused $libinstdir variable ok espie@ | |||||
* | Add noifprefix, an option to send an RA with no prefix information. | 2012-07-08 | 2 | -5/+19 | ||
| | | | | | | From Stephane A. Sezer, many thanks! OK phessler@, jasper@ | |||||
* | Remove the "Variables" chapter from CAVEATS now that it's been fixed. | 2012-07-08 | 1 | -11/+2 | ||
| | | | | ok jasper@ | |||||
* | remove unneeded and error-prone :: rules | 2012-07-08 | 1 | -5/+5 | ||
| | | | | okay guenther@ | |||||
* | Document ${var[@]} and ${var[*]} | 2012-07-08 | 1 | -2/+14 | ||
| | | | | ok espie@ | |||||
* | fix ajacoutot's whining (i wish...) | 2012-07-08 | 1 | -7/+20 | ||
| | | | | okay jasper@ | |||||
* | there was a limit on the number of pflog interfaces - 16. remove that. | 2012-07-08 | 3 | -17/+46 | ||
| | | | | | mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke | |||||
* | add a test for the fixed --help | 2012-07-08 | 1 | -2/+6 | ||
| | ||||||
* | nasty real test, create a Requires that depends on a variable in such a | 2012-07-08 | 2 | -2/+18 | ||
| | | | | way that a reparse is needed | |||||
* | Clear flags across all sessions, from Thomas Adam. | 2012-07-08 | 4 | -11/+45 | ||
| | ||||||
* | simplify some more | 2012-07-08 | 1 | -97/+50 | ||
| | ||||||
* | simplify, make sure everything uses ${PKG_CONFIG} | 2012-07-08 | 1 | -58/+58 | ||
| | ||||||
* | calling help() is not an error, so just return 0. | 2012-07-07 | 1 | -2/+2 | ||
| | ||||||
* | add a dump method, simplifying the --config call | 2012-07-07 | 1 | -4/+10 | ||
| | ||||||
* | make $mode into an actual object. | 2012-07-07 | 1 | -49/+82 | ||
| | | | | cheat a bit by auto-loading corresponding code if needed. | |||||
* | rudimentary support for -Tman .Ft and .Fn; | 2012-07-07 | 1 | -3/+49 | ||
| | | | | some blank lines are still missing from the output | |||||
* | - since we're storing the config variables in an object now, just walk the | 2012-07-07 | 1 | -9/+12 | ||
| | | | | | object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here | |||||
* | rename function to avoid symbol clash | 2012-07-07 | 3 | -12/+8 | ||
| | ||||||
* | basic support for -Tman .In | 2012-07-07 | 1 | -2/+33 | ||
| | ||||||
* | copy&paste mistake in error message | 2012-07-07 | 1 | -3/+3 | ||
| | ||||||
* | sync | 2012-07-07 | 2 | -2/+7 | ||
| | ||||||
* | another netmos cardbus serial; espie owns it | 2012-07-07 | 1 | -1/+2 | ||
| | ||||||
* | sync | 2012-07-07 | 1 | -0/+2 | ||
| | ||||||
* | Fix two races in socket splicing. When somove() gets called from | 2012-07-07 | 1 | -4/+9 | ||
| | | | | | | | | | | | 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@ | |||||
* | remove incorrect check in pfctl preventing set-tos for ipvshit. | 2012-07-07 | 1 | -3/+3 | ||
| | | | | | the kernel has code to deal with set-tos and that crap. don't ask for details. stuart ok | |||||
* | Support the .cc request; code by kristaps@, tests by me. | 2012-07-07 | 9 | -39/+112 | ||
| | | | | Needed for sqlite3(1) as reported by espie@. | |||||
* | reorder stuff so that known failing targets are last | 2012-07-07 | 1 | -7/+9 | ||
| | ||||||
* | streamlined code | 2012-07-07 | 1 | -7/+4 | ||
| | ||||||
* | - add LT::OSConfig which'll be used to keep all the configuration values | 2012-07-07 | 1 | -10/+21 | ||
| | | | | | | - also fix a case where // should be used. ok espie@ | |||||
* | regen | 2012-07-07 | 2 | -4/+9 | ||
| | ||||||
* | add the x200 camera | 2012-07-07 | 1 | -1/+2 | ||
| | | | | ok mpi@ | |||||
* | Add a test for RS breaking some other block. | 2012-07-07 | 4 | -2/+51 | ||
| | | | | | | 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. | |||||
* | Fix an assert() raised by `RS' when following `TP' without a tag. | 2012-07-07 | 1 | -2/+2 | ||
| | | | | | | | 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. | |||||
* | allow httpd to build if sslv2 is disabled, ok guenther@ | 2012-07-07 | 1 | -5/+2 | ||
| | ||||||
* | re-add correctly handling no arguments | 2012-07-07 | 1 | -1/+2 | ||
| | | | | | ok espie@ cvs: ---------------------------------------------------------------------- | |||||
* | rename prio in struct pf_rule and related structs to set_prio so it is | 2012-07-07 | 8 | -57/+58 | ||
| | | | | | | | 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 | |||||
* | update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp | 2012-07-07 | 40 | -153/+860 | ||
| | ||||||
* | add /var/www/cache for nginx to store some data | 2012-07-07 | 1 | -1/+7 | ||
| | | | | ok ajacoutot@, krw@, deraadt@ | |||||
* | Replace atoi() with strtonum() where it's easy. Make related error | 2012-07-07 | 1 | -29/+17 | ||
| | | | | | | | messages consistant. Check for valid partition when 'select'ing a partition. ok haesbaert@ | |||||
* | remove bogus include of bsd.lib.mk | 2012-07-07 | 1 | -3/+1 | ||
| | ||||||
* | less accurate documentation... | 2012-07-07 | 1 | -5/+5 | ||
| | | | | as noticed by matthew@ | |||||
* | Allow UDP server to receive datagrams from multiple socket pairs with -k | 2012-07-07 | 2 | -7/+17 | ||
| | | | | | | | 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@ | |||||
* | restore DIOCKILLSTATE semantics to what they were before the NAT rewrite. | 2012-07-07 | 1 | -2/+3 | ||
| | | | | | | | | | | | 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) | |||||
* | after several improvements to -Tman went in, | 2012-07-07 | 27 | -30/+172 | ||
| | | | | enable lots of related regression tests | |||||
* | after .Lb in library section, break the line in the final output | 2012-07-07 | 1 | -2/+14 | ||
| |