aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix build - cast off_t to (intmax_t) for printing.Max Laier2008-12-031-2/+3
* Enable operation of newfs on plain files, which is useful when youLuigi Rizzo2008-12-035-16/+112
* Some useful operational extensions to newfs_msdos, especiallyLuigi Rizzo2008-12-032-16/+150
* Print error messages as-is, when they don't conform toMarcel Moolenaar2008-11-301-6/+9
* Call gctl_free() after we processed the error string.Marcel Moolenaar2008-11-301-5/+11
* Parse the error string returned by the kernel. The format is:Marcel Moolenaar2008-11-291-14/+39
* Noticed the following error message:Warner Losh2008-11-291-2/+6
* Create a fake geometry (16 heads, 64 sectors) when dealing withLuigi Rizzo2008-11-261-3/+14
* Big update to the iSCSI initiator code. Highlights include IPv6 support,Scott Long2008-11-2510-59/+91
* Grammar improvements.Xin LI2008-11-181-4/+4
* Use humanize_number(), rather than a home-grown algorithm forMarcel Moolenaar2008-11-182-13/+7
* Sort includesMarcel Moolenaar2008-11-181-9/+10
* Pad the bootcode we write to the partition to a multiple of theMarcel Moolenaar2008-11-181-1/+16
* o One more s/gpt/gpart/.Maxim Konovalov2008-11-051-1/+1
* o Replace Xr to gpt(8) which is gone by gpart(8).Maxim Konovalov2008-11-051-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-1/+53
* Add support for multiple attributes. This is required for theMarcel Moolenaar2008-10-201-6/+13
* Tiny wording nits.Giorgos Keramidas2008-10-191-4/+5
* Support the remaining options listed in dhcp-options(5) and RFC 2132.Brooks Davis2008-10-173-5/+31
* 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-80/+80
* 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