summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* For memsync replication, hio_countdown is used not only as antrociny2013-12-101-111/+47
* Some improvements to the casperd manual page.pjd2013-12-081-7/+7
* Document the noncontigwr NFS mount option.rmacklem2013-12-081-1/+14
* route(1): Pull static data to the top of the file.eadler2013-12-041-15/+15
* route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-17/+17
* route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-13/+13
* route(1): Pull static variable out of the function and into function scope.eadler2013-12-041-3/+3
* route(1): Pull static buffer out of the function and into function scope.eadler2013-12-041-4/+5
* Add "null" backend to mdconfig(8). This does exactly what the nametrasz2013-12-042-4/+10
* Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...eadler2013-12-041-9/+15
* Add const qualifier where appropriateeadler2013-12-041-2/+2
* Add const qualifier where appropriateeadler2013-12-041-1/+1
* Turn 'n' into a local variable. This is required for additional changes.eadler2013-12-041-1/+2
* Initialize cookie before use.pjd2013-12-031-0/+1
* Please welcome casperd daemon. It (and its services) will be responsible forpjd2013-12-026-0/+1116
* Remove trailing backslash.pjd2013-12-011-1/+1
* Check ipfw table numbers in both user and kernel space before rule addition.melifaro2013-11-282-10/+37
* Fix fdisk(8) to create 2TB partitions on disks larger than 2TB, rather thanjmallett2013-11-271-3/+7
* Fix key lookup in ipfw(8) broken since r232865.melifaro2013-11-271-2/+13
* Fix warnings to not append "No error: 0".trasz2013-11-261-2/+2
* Adjust introduction history.pluknet2013-11-251-2/+2
* Remove __FreeBSD__ ifdefs.glebius2013-11-221-6/+1
* Rewrite usage() so that its source code resembles what is printed.glebius2013-11-221-7/+7
* - Purge one more reference to ad(4)[1].pluknet2013-11-221-6/+4
* Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).ae2013-11-192-1/+118
* Check for special status code from FIRMWARE_ACTIVATE commandjimharris2013-11-121-11/+24
* Fix a typo: s/wriable/writable/dteske2013-11-121-1/+1
* devd: lower priority of action execution logging to infoavg2013-11-071-1/+1
* devd: fix a typo in a commentavg2013-11-071-1/+1
* Axe IFF_SMART.glebius2013-11-051-1/+1
* Correct alignment.pjd2013-11-031-1/+1
* Do not exit with error status after printing data for perftest.jimharris2013-11-011-2/+0
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.nwhitehorn2013-10-301-2/+2
* Make userland tools honor WITHOUT_PF build option.glebius2013-10-291-0/+2
* Don't call arc4random_stir() explicitly. To quote arc4random(3)delphij2013-10-291-4/+2
* Import pf_print_state.c 1.54 from OpenBSDbapt2013-10-271-0/+5
* bump date forgotten in r257165jmg2013-10-261-1/+1
* Document that -a will output the device name when -u is not specified..jmg2013-10-261-6/+12
* Make hastctl list command output current queue sizes.trociny2013-10-265-1/+92
* Merging local and remote bitmaps must be protected by hr_amp lock.trociny2013-10-261-1/+1
* Return 0 if:hrs2013-10-241-6/+12
* UFS2: make di_extsize unsigned.pfg2013-10-242-2/+2
* sbin/geom/class/part/geom_part.casomers2013-10-231-3/+31
* Provide a working example line for an interface with 1 address runningglebius2013-10-211-2/+2
* Do not error out when adding an interface to a group to which itdes2013-10-191-2/+2
* Use long explicitly for the time difference.hrs2013-10-181-1/+2
* - Add relative specification in expiration time.hrs2013-10-173-11/+43
* Check for EHOSTUNREACH when establishing a connection.kevlo2013-10-171-0/+1
* Prevent an unlikely, but real double free issue in gvinum(8).delphij2013-10-151-7/+10
* Use INADDR_NONE instead of -1 to check inet_addr() result.kevlo2013-10-151-1/+1
OpenPOWER on IntegriCloud