summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple attributes. This is required for themarcel2008-10-201-6/+13
* Tiny wording nits.keramida2008-10-191-4/+5
* Support the remaining options listed in dhcp-options(5) and RFC 2132.brooks2008-10-173-5/+31
* o Remove a debug code and restore an accidentally deleted codemaxim2008-10-141-1/+8
* o Do nothing in show_nat() for a test mode (-n). This preventsmaxim2008-10-141-8/+4
* Background fsck applies twice some summary totals changes. The nextkib2008-10-131-4/+11
* check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to filekib2008-10-131-15/+27
* Add some examples to demostrate gpart(8).delphij2008-10-091-1/+36
* o Typo fixes.maxim2008-10-051-2/+2
* add duplicate cmd entries for vlan and vlandev that are marked !clonesam2008-10-021-0/+3
* - A call to close(2) might overwrite errno and thus give a wrong error messagelulf2008-09-301-1/+2
* - Improve error message given on g_providername call failure.lulf2008-09-302-2/+2
* Distinguish between cmd/parameters used for clone operations andsam2008-09-291-33/+43
* o Add missed dot.maxim2008-09-291-1/+1
* Fix the build.rik2008-09-271-1/+1
* * add all keyword for table list & flush actions.rik2008-09-271-3/+14
* Add keyword all in addtion to the table number for the 'list' and therik2008-09-271-8/+29
* Static-ify procedures in init(8).delphij2008-09-271-80/+80
* Add missing library dependencies.ru2008-09-232-4/+4
* Unbreak the build.keramida2008-09-221-1/+1
* MIMO power save and RIFS; while here also update per-node state/flags for ampdusam2008-09-222-1/+72
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parametersam2008-09-221-2/+2
* check for undefined identifierssam2008-09-211-12/+59
* add new build knobs and jigger some existing controls to improvesam2008-09-211-5/+22
* Add the check of the table number.rik2008-09-211-0/+17
* Move table list to a separate function.rik2008-09-211-35/+44
* Free allocated memory.rik2008-09-201-0/+1
* Remove some unused variables.rik2008-09-201-4/+3
* Style(9) the show_nat() function.rik2008-09-201-1/+2
* Do not do the useless job for an empty table.rik2008-09-201-0/+5
* Use the version of the kernel returned by getosreldate()rodrigc2008-09-191-6/+16
* - Make bsdlabel use libgeom to determine provider name, device path, the medialulf2008-09-181-22/+40
* Document the -F 's return statement.remko2008-09-171-0/+6
* Instead of building up a "struct nfs_args" to pass to the kernelrodrigc2008-09-132-473/+622
* Bring a paragraph in this manual page a bit closer to the present date.trhodes2008-09-071-2/+2
* - Make use of the new and g_device_path utility function in libgeom to avoidlulf2008-09-071-49/+30
* Check rule numbers against maximum value to avoid rules cleanup duerik2008-09-061-0/+24
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isrik2008-09-061-8/+9
* Use RUSAGE_SELF for the current process instead of hardcoded valuekevlo2008-09-021-2/+2
* Don't return always 0. Return what we get from exec_mountprog ormatteo2008-08-311-1/+1
* By default backup geli metadata to a file. It is quite critical 512 bytes,pjd2008-08-292-17/+110
* - Give algorithms recommendation.pjd2008-08-291-13/+15
* Add support in ifconfig to control the vlan hardware filter feature.jfv2008-08-283-5/+10
* Trivial typo fix.ivoras2008-08-271-1/+1
* Implement -R support, similar to ping(8)'s -A.matteo2008-08-272-14/+34
* Add -e to usage()matteo2008-08-271-1/+1
* Fix typo.rpaulo2008-08-271-2/+2
* Implement audible support similar to ping(8) -a option. Since -a was already ...matteo2008-08-262-3/+16
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromrodrigc2008-08-231-2/+3
* Fix channel parsing which was broken in r179958, the channel number may bethompsa2008-08-141-2/+4
OpenPOWER on IntegriCloud