summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Implement keepalive mechanism inside HAST protocol so we can detect secondarypjd2010-08-273-16/+66
* - Remove redundant and incorrect 'old' word from debug message.pjd2010-08-271-2/+4
* Don't increase number synchronized bytes in case of an error.pjd2010-08-271-3/+2
* Log that synchronization was interrupted in a proper place.pjd2010-08-271-5/+8
* We have sync_start() function to start synchronization, introduce sync_stop()pjd2010-08-271-7/+12
* Add QUEUE_INSERT() and QUEUE_TAKE() macros that simplify the code a bit.pjd2010-08-271-54/+35
* Add mtx_owned() implementation.pjd2010-08-271-0/+8
* Make comment more readable.pjd2010-08-271-2/+2
* Don't attempt to write label with GEOM_BSD based method if the class isjh2010-08-271-1/+32
* MFtbemd:imp2010-08-236-6/+9
* expand_number(3) takes a uint64_t * now; intmax_t was never correctdes2010-08-191-1/+1
* expand_number(3) takes a uint64_t * now.des2010-08-191-1/+1
* For some setups sending data in 128kB chunks makes communication very slow. Nopjd2010-08-181-2/+1
* The 'size' variable is there to limit how many bytes we want to copy frompjd2010-08-161-2/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-167-12/+12
* - Check that strtoul(3) succeeds to convert the entire string in a fewjh2010-08-151-7/+14
* Avoid a memory leak.mjacob2010-08-131-10/+10
* - Add full support for header / data digests.des2010-08-0912-243/+142
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butjhb2010-08-062-2/+6
* Fix typos and spelling mistakes.joel2010-08-067-8/+8
* Update the arguments to yy_config_parse() to match r210883.dougb2010-08-061-1/+1
* Document 'none' value for remote.pjd2010-08-051-1/+6
* Implement configuration reload on SIGHUP. This includes:pjd2010-08-053-12/+322
* Prepare configuration parsing code to be called multiple times:pjd2010-08-053-58/+111
* Make control_set_role() more public. We will need it soon.pjd2010-08-052-10/+20
* Allow to use 'none' keywork as remote address in case second cluster nodepjd2010-08-051-2/+12
* Reset signal handlers after fork().pjd2010-08-052-0/+6
* - Use pjdlog_exitx() to log errors and exit instead of errx().pjd2010-08-052-5/+7
* Assert that various buffers we are large enough.pjd2010-08-052-10/+13
* Problem with assertion is that it logs on stderr. Add two macros:pjd2010-08-052-0/+33
* Keep $FreeBSD$ in __FBSDID() only for C files.pjd2010-08-051-2/+0
* Mark two more places that we won't reach.pjd2010-08-051-0/+2
* Now that TCP will be checked last we don't need any knowledge about otherpjd2010-08-051-5/+6
* Add an argument to the proto_register() function which allows protocol topjd2010-08-055-10/+17
* One question mark per question; everything else is just exaggerating.bz2010-08-031-1/+1
* Spelling fixes.joel2010-07-315-8/+8
* gsched(8) was first released with FreeBSD 8.1uqs2010-07-301-1/+1
* Fix typo.pjd2010-07-291-1/+1
* - Avoid calling the copy constructor when it is not necessary.lulf2010-07-291-4/+3
* - Remove unused instance of string.lulf2010-07-291-1/+0
* Small typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Document that the "ngtee" action no longer accepts packet, andglebius2010-07-271-4/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+10
* Clarify that the "number of bytes per sector"-range in thebcr2010-07-251-2/+2
* Note that foreground fsck should be run after a filesystem related panic.mckusick2010-07-231-0/+9
* Document that SI unit suffixes are supported for -b and -s optionsae2010-07-231-7/+11
* Note that foreground fsck should be run after a filesystem related panic.mckusick2010-07-221-0/+11
* Actually, only the fullsync mode is implemented, not memsync mode.pjd2010-07-221-3/+5
* better printing of headers when listing flowsluigi2010-07-151-8/+18
* Do not bzero() NULL pointer on malloc() error.mav2010-07-141-1/+1
OpenPOWER on IntegriCloud