summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-08implement -Tman .VtIngo Schwarze
2012-07-08Don't hold the fd-table lock across vn_open(), as opening a FIFO may block.Philip Guenthe
2012-07-08Add support for advertising dns servers and search paths in routerPeter Hessler
2012-07-08a few big changesMarc Espie
2012-07-08stupidMarc Espie
2012-07-08Zap extra spaces from function pointer argumentsPhilip Guenthe
2012-07-08Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayedPhilip Guenthe
2012-07-08new sentence, new line;Jason McIntyre
2012-07-08Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze
2012-07-08Describe tdelete()'s return value correctly and update the related CAVEATPhilip Guenthe
2012-07-08specialized option handler that will make things simplerMarc Espie
2012-07-08Replace tricker atoi() and hand rolled parsing with strsep() andKenneth R Westerback
2012-07-08Move functionality from ask() to _ask() to make the latter more usefulAlexander Hall
2012-07-08regenStefan Sperling
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
2012-07-08Add noifprefix, an option to send an RA with no prefix information.Peter Hessler
2012-07-08Remove the "Variables" chapter from CAVEATS now that it's been fixed.Antoine Jacoutot
2012-07-08remove unneeded and error-prone :: rulesMarc Espie
2012-07-08Document ${var[@]} and ${var[*]}Philip Guenthe
2012-07-08fix ajacoutot's whining (i wish...)Marc Espie
2012-07-08there was a limit on the number of pflog interfaces - 16. remove that.Henning Brauer
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
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
2012-07-07rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze
2012-07-07- since we're storing the config variables in an object now, just walk theJasper Lievisse Adriaanse
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
2012-07-07remove incorrect check in pfctl preventing set-tos for ipvshit.Henning Brauer
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
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
2012-07-07regenJasper Lievisse Adriaanse
2012-07-07add the x200 cameraJasper Lievisse Adriaanse
2012-07-07Add a test for RS breaking some other block.Ingo Schwarze
2012-07-07Fix an assert() raised by `RS' when following `TP' without a tag.Ingo Schwarze
2012-07-07allow httpd to build if sslv2 is disabled, ok guenther@Stuart Henderson