aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Avoid a memory leak.Matt Jacob2010-08-131-10/+10
* - Add full support for header / data digests.Dag-Erling Smørgrav2010-08-0912-243/+142
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin2010-08-062-2/+6
* Fix typos and spelling mistakes.Joel Dahl2010-08-067-8/+8
* Update the arguments to yy_config_parse() to match r210883.Doug Barton2010-08-061-1/+1
* Document 'none' value for remote.Pawel Jakub Dawidek2010-08-051-1/+6
* Implement configuration reload on SIGHUP. This includes:Pawel Jakub Dawidek2010-08-053-12/+322
* Prepare configuration parsing code to be called multiple times:Pawel Jakub Dawidek2010-08-053-58/+111
* Make control_set_role() more public. We will need it soon.Pawel Jakub Dawidek2010-08-052-10/+20
* Allow to use 'none' keywork as remote address in case second cluster nodePawel Jakub Dawidek2010-08-051-2/+12
* Reset signal handlers after fork().Pawel Jakub Dawidek2010-08-052-0/+6
* - Use pjdlog_exitx() to log errors and exit instead of errx().Pawel Jakub Dawidek2010-08-052-5/+7
* Assert that various buffers we are large enough.Pawel Jakub Dawidek2010-08-052-10/+13
* Problem with assertion is that it logs on stderr. Add two macros:Pawel Jakub Dawidek2010-08-052-0/+33
* Keep $FreeBSD$ in __FBSDID() only for C files.Pawel Jakub Dawidek2010-08-051-2/+0
* Mark two more places that we won't reach.Pawel Jakub Dawidek2010-08-051-0/+2
* Now that TCP will be checked last we don't need any knowledge about otherPawel Jakub Dawidek2010-08-051-5/+6
* Add an argument to the proto_register() function which allows protocol toPawel Jakub Dawidek2010-08-055-10/+17
* One question mark per question; everything else is just exaggerating.Bjoern A. Zeeb2010-08-031-1/+1
* Spelling fixes.Joel Dahl2010-07-315-8/+8
* gsched(8) was first released with FreeBSD 8.1Ulrich Spörlein2010-07-301-1/+1
* Fix typo.Pawel Jakub Dawidek2010-07-291-1/+1
* - Avoid calling the copy constructor when it is not necessary.Ulf Lilleengen2010-07-291-4/+3
* - Remove unused instance of string.Ulf Lilleengen2010-07-291-1/+0
* Small typo fix: s/ommited/omittedBenedict Reuschling2010-07-271-2/+2
* Document that the "ngtee" action no longer accepts packet, andGleb Smirnoff2010-07-271-4/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-0/+10
* Clarify that the "number of bytes per sector"-range in theBenedict Reuschling2010-07-251-2/+2
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-231-0/+9
* Document that SI unit suffixes are supported for -b and -s optionsAndrey V. Elsukov2010-07-231-7/+11
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-221-0/+11
* Actually, only the fullsync mode is implemented, not memsync mode.Pawel Jakub Dawidek2010-07-221-3/+5
* better printing of headers when listing flowsLuigi Rizzo2010-07-151-8/+18
* Do not bzero() NULL pointer on malloc() error.Alexander Motin2010-07-141-1/+1
* o Restore missed flag in the synopsis.Maxim Konovalov2010-07-131-1/+1
* o Add -q flag to usage().Maxim Konovalov2010-07-131-1/+1
* o Add -q flag to the synopsis.Maxim Konovalov2010-07-131-1/+2
* When dhclient obtains a lease, it runs dhclient-script and expectsBrian Somers2010-07-071-16/+30
* - Permit zero length directories as a handled inconsistency. This allowsJeff Roberson2010-07-061-46/+115
* Fix the clear function which has been broken for a bit.Matt Jacob2010-07-041-6/+17
* Let boot(8) refer to the uart(4) serial driver, which is the replacementBenedict Reuschling2010-07-041-3/+3
* sysctlbyname() returns -1 on error and sets errno. It doesMarcel Moolenaar2010-07-031-10/+8
* Correct explanation for idle and standby subcommands' -t argument.Alexander Motin2010-07-011-5/+7
* - Don't assign the return value from read(2) to a variable of typeJaakko Heinonen2010-06-301-6/+8
* Expand system into my_system, and add the necessary tidyness that weWarner Losh2010-06-292-2/+95
* Improve fsck robustness for SU+J cases:Xin LI2010-06-222-60/+117
* Check for overflow before it occurs. Also add check forAndrey V. Elsukov2010-06-211-2/+2
* Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.Andrey V. Elsukov2010-06-215-177/+210
* Small style fixes:Ed Schouten2010-06-201-32/+16
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-205-24/+34