summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2011-03-26Correct described default for initial-interval. It is three, notKenneth R Westerback
2011-03-23use the define for max rdomain with tunneldomain as wellJonathan Gray
2011-03-13consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants toJason McIntyre
2011-03-13s/can be/are/ in previous; from jmcStefan Sperling
2011-03-13Add a way to enable/disable Wake On LAN with ifconfig.Stefan Sperling
2011-03-12These utilities can currently only operate with a 32-bit block number range,Theo de Raadt
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2011-03-05If an auto-allocation scheme fails because there are not enoughKenneth R Westerback
2011-03-03This change makes ping compare minimum amount of bytes between whatMike Belopuhov
2011-03-02no need for a separate NOTES section; ok henningJason McIntyre
2011-03-02Every time the user updates the bounds of the OpenBSD area of the disk, eithe...Kenneth R Westerback
2011-03-01Introduce a dummy function in the SMALL case to digest arguments likeClaudio Jeker
2011-02-28switch open(...) to opendev(...)Alexander Hall
2011-02-21Honour MBR_read() results and don't pretend we can parse blocks weKenneth R Westerback
2011-02-19If the user screws up adding a partition, don't keep partial bitsKenneth R Westerback
2011-02-17Clarify that ifconfig tries to show interface groups before type "groups".Camiel Dobbelaar
2011-02-170-4095 inclusive is the correct (12 bit) vlan rangeCamiel Dobbelaar
2011-02-03When binding to addresses, ignore any IP address not in the currentPeter Hessler
2011-01-29no need for fopen, when opendev gives us a perfectly good fd.Ted Unangst
2011-01-28improve behavior of drop_sa: always negotiating a new child sa; ok reykMike Belopuhov
2011-01-26Don't initiate any connections in passive mode, not even for ACQUIRE messagesReyk Floeter
2011-01-26get rid of acquire flows completely, as they tend to pass trafficMike Belopuhov