summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix build - cast off_t to (intmax_t) for printing.mlaier2008-12-031-2/+3
* Enable operation of newfs on plain files, which is useful when youluigi2008-12-035-16/+112
* Some useful operational extensions to newfs_msdos, especiallyluigi2008-12-032-16/+150
* Print error messages as-is, when they don't conform tomarcel2008-11-301-6/+9
* Call gctl_free() after we processed the error string.marcel2008-11-301-5/+11
* Parse the error string returned by the kernel. The format is:marcel2008-11-291-14/+39
* Noticed the following error message:imp2008-11-291-2/+6
* Create a fake geometry (16 heads, 64 sectors) when dealing withluigi2008-11-261-3/+14
* Big update to the iSCSI initiator code. Highlights include IPv6 support,scottl2008-11-2510-59/+91
* Grammar improvements.delphij2008-11-181-4/+4
* Use humanize_number(), rather than a home-grown algorithm formarcel2008-11-182-13/+7
* Sort includesmarcel2008-11-181-9/+10
* Pad the bootcode we write to the partition to a multiple of themarcel2008-11-181-1/+16
* o One more s/gpt/gpart/.maxim2008-11-051-1/+1
* o Replace Xr to gpt(8) which is gone by gpart(8).maxim2008-11-051-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+53
* 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
OpenPOWER on IntegriCloud