summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2011-05-06put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES);Jason McIntyre
2011-05-05Use opendev() not opendisk() so we get duid support. OK oga@Todd C. Miller
2011-05-05Small tweak - add direct pointer to env instead of using an indirect one.Reyk Floeter
2011-05-05Move the proc.c-specific runtime state out of struct iked into a sub-struct.Reyk Floeter
2011-05-05rename iked_proc* to privsep_proc*. no functional change.Reyk Floeter
2011-05-04Switch atactl over to using opendev() instead of opendisk() so it canOwain Ainsworth
2011-05-02Remove unused variableCharles Longeau
2011-05-02store the peer address as it was specified in the policy in theMike Belopuhov
2011-04-30change one of our current examples to use duids; ken suggested we useJason McIntyre
2011-04-26setrlimit only if mfs; ok millert@Otto Moerbeek
2011-04-25do not use stdio in the (stupid) SIGSEGV handlerTheo de Raadt
2011-04-25allow commands like "route add 0.0.0.0/1 $SOMEHOST" to work correctly,Stuart Henderson
2011-04-24remove support for (very) old ffs on-disk formats; ok krw@ and noOtto Moerbeek
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-23Indicate which side of the connection responded during phase 1 while using -v.lum
2011-04-22Move things around after recent rc(8) changes.Antoine Jacoutot
2011-04-19make same changes regarding -f/-F argument (tempfile -> file) as was doneAlexander Hall
2011-04-19Rename the argument for -f and -F from 'tempfile' to 'file'Alexander Hall
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2011-04-18Improve the iked acquire mode peer <-> policy matching. This changeReyk Floeter
2011-04-18When the kernel wants to acquire an SA for an unknown flow, lookup aReyk Floeter
2011-04-18Remove a header file that is only supposed to be used by the kernel.Theo de Raadt
2011-04-17a little more tweaking; ok krwJason McIntyre
2011-04-17Tweak verbiage, bring examples up to date.Kenneth R Westerback
2011-04-17by default we ignore unknown dhcp server options, so don't botherPeter Hessler
2011-04-17fix a possible division by zero if a server sends us a broken optionPeter Hessler
2011-04-16Tweak description of -F to eliminate implication that mount pointsKenneth R Westerback
2011-04-16Add swap partition entries to -F and -f output. man pageKenneth R Westerback
2011-04-16Blend in some code from netbsd and freebsd that reduces memory consumptionOtto Moerbeek
2011-04-16jmc@ is merciless. But fair.Kenneth R Westerback
2011-04-16Tweak man page and usage string with jmc@ suggestions.Kenneth R Westerback
2011-04-16Add '-F'. Same as '-f' but uses DUIDs when writing the mount pointKenneth R Westerback
2011-04-16Allow -v (verbose logging) to work if a -D option is supplied.Stuart Henderson
2011-04-15remove unused function ikev2_flows_delete()Reyk Floeter
2011-04-13print flags in hex; from hshoexer@; ok mikeb@ mpf@Markus Friedl
2011-04-12Make mount work when the special is provided as a DUID.Joel Sing
2011-04-09We are incorrectly processing option 33 (static route), treatingKenneth R Westerback
2011-04-06Userland bits to allow PF to filter on the rdomain a packet belongs to.Claudio Jeker
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05Remove portalfs.Thordur I. Bjornsson
2011-04-05ditch fastroute, an ipf feature that made its way into pf beforeMike Belopuhov
2011-04-04give more space when printing volumes to allow softraid0 to fitjoshua stein
2011-04-04no reason not to let msdosfs mount async, from Alexander PolakovTed Unangst
2011-04-04route(8) has a -q option. No need for all this >/dev/null 2>&1Kenneth R Westerback
2011-04-04Align man page with current reality.Kenneth R Westerback
2011-04-04Stray '$medium' missed in last commit.Kenneth R Westerback
2011-04-04Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,Kenneth R Westerback
2011-03-31these days, newfs creates one inode per 4 fragments, rather than one per 8KB,Stuart Henderson
2011-03-27Fix interval handling. Start at initial_interval instead ofKenneth R Westerback
2011-03-27new sentence, new line;Jason McIntyre