aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* o Remove a debug code and restore an accidentally deleted codeMaxim Konovalov2008-10-141-1/+8
* o Do nothing in show_nat() for a test mode (-n). This preventsMaxim Konovalov2008-10-141-8/+4
* Background fsck applies twice some summary totals changes. The nextKonstantin Belousov2008-10-131-4/+11
* check_maps() in /usr/src/sbin/fsck_ffs/pass5.c seems to be limited to fileKonstantin Belousov2008-10-131-15/+27
* Add some examples to demostrate gpart(8).Xin LI2008-10-091-1/+36
* o Typo fixes.Maxim Konovalov2008-10-051-2/+2
* add duplicate cmd entries for vlan and vlandev that are marked !cloneSam Leffler2008-10-021-0/+3
* - A call to close(2) might overwrite errno and thus give a wrong error messageUlf Lilleengen2008-09-301-1/+2
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-302-2/+2
* Distinguish between cmd/parameters used for clone operations andSam Leffler2008-09-291-33/+43
* o Add missed dot.Maxim Konovalov2008-09-291-1/+1
* Fix the build.Roman Kurakin2008-09-271-1/+1
* * add all keyword for table list & flush actions.Roman Kurakin2008-09-271-3/+14
* Add keyword all in addtion to the table number for the 'list' and theRoman Kurakin2008-09-271-8/+29
* Static-ify procedures in init(8).Xin LI2008-09-271-78/+78
* Add missing library dependencies.Ruslan Ermilov2008-09-232-4/+4
* Unbreak the build.Giorgos Keramidas2008-09-221-1/+1
* MIMO power save and RIFS; while here also update per-node state/flags for ampduSam Leffler2008-09-222-1/+72
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parameterSam Leffler2008-09-221-2/+2
* check for undefined identifiersSam Leffler2008-09-211-12/+59
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-211-5/+22
* Add the check of the table number.Roman Kurakin2008-09-211-0/+17
* Move table list to a separate function.Roman Kurakin2008-09-211-35/+44
* Free allocated memory.Roman Kurakin2008-09-201-0/+1
* Remove some unused variables.Roman Kurakin2008-09-201-4/+3
* Style(9) the show_nat() function.Roman Kurakin2008-09-201-1/+2
* Do not do the useless job for an empty table.Roman Kurakin2008-09-201-0/+5
* Use the version of the kernel returned by getosreldate()Craig Rodrigues2008-09-191-6/+16
* - Make bsdlabel use libgeom to determine provider name, device path, the mediaUlf Lilleengen2008-09-181-22/+40
* Document the -F 's return statement.Remko Lodder2008-09-171-0/+6
* Instead of building up a "struct nfs_args" to pass to the kernelCraig Rodrigues2008-09-132-473/+622
* Bring a paragraph in this manual page a bit closer to the present date.Tom Rhodes2008-09-071-2/+2
* - Make use of the new and g_device_path utility function in libgeom to avoidUlf Lilleengen2008-09-071-49/+30
* Check rule numbers against maximum value to avoid rules cleanup dueRoman Kurakin2008-09-061-0/+24
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isRoman Kurakin2008-09-061-8/+9
* Use RUSAGE_SELF for the current process instead of hardcoded valueKevin Lo2008-09-021-2/+2
* Don't return always 0. Return what we get from exec_mountprog orMatteo Riondato2008-08-311-1/+1
* By default backup geli metadata to a file. It is quite critical 512 bytes,Pawel Jakub Dawidek2008-08-292-17/+110
* - Give algorithms recommendation.Pawel Jakub Dawidek2008-08-291-13/+15
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-283-5/+10
* Trivial typo fix.Ivan Voras2008-08-271-1/+1
* Implement -R support, similar to ping(8)'s -A.Matteo Riondato2008-08-272-14/+34
* Add -e to usage()Matteo Riondato2008-08-271-1/+1
* Fix typo.Rui Paulo2008-08-271-2/+2
* Implement audible support similar to ping(8) -a option. Since -a was already ...Matteo Riondato2008-08-262-3/+16
* Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD fromCraig Rodrigues2008-08-231-2/+3
* Fix channel parsing which was broken in r179958, the channel number may beAndrew Thompson2008-08-141-2/+4
* geli onetime command can take only one GEOM provider at a time.Pawel Jakub Dawidek2008-08-122-3/+3
* Clean up of dead code and possible unassigned variable usage.Ivan Voras2008-08-091-3/+7
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1