aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-051-1/+5
* Remove "capability mode sandbox enabled" messages.Brooks Davis2015-05-041-3/+0
* MFV r225523, r282431:Glen Barber2015-05-041-1/+1
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-022-3/+3
* Generalize object reference handling in ipfw rules.Alexander V. Chernikov2015-04-263-76/+118
* Remove End Of Line whitespacesBaptiste Daroussin2015-04-261-3/+3
* Fix 2 rendering issue with mandocBaptiste Daroussin2015-04-261-2/+2
* Fix minor mdoc issues.Joel Dahl2015-04-241-1/+0
* Fix growfs(8) build with debug enabled (make -DGFSDBG).Edward Tomasz Napierala2015-04-242-5/+5
* dmesg: accommodate message buffer growth between the sysctl callsEric van Gyzen2015-04-201-0/+3
* Fix use-after-free.Alexander V. Chernikov2015-04-191-3/+2
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-184-11/+1
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-164-13/+13
* - ggatel.8 currently doesn't mention the 'rescue' command andJason Helfman2015-04-091-12/+14
* Update documented OEM string in newfs_msdos(8).Pedro F. Giffuni2015-04-091-2/+2
* ifmedia changes:Eric Joyner2015-04-071-6/+26
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-067-7/+0
* Add articles, avoid use of "you", simplify a few sentences.Warren Block2015-04-021-16/+15
* Constify.Xin LI2015-03-311-11/+11
* Fix remaining warnings.Xin LI2015-03-272-5/+2
* - Correct type for checkAgainst.Xin LI2015-03-261-5/+5
* Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-3/+10
* Convert savecore to libxo. The 'verbose' paths still use printf since they'reScott Long2015-03-222-24/+50
* Add camcontrol subcommands to control APM and AAM levels.Alexander Motin2015-03-192-3/+99
* Document that nextboot(8) doesn't work as expected with ZFSAllan Jude2015-03-171-1/+7
* Make ATA power management commands to work on SCSI HBAs via PASS THROUGH.Alexander Motin2015-03-171-32/+14
* Fix minor fallout from sysctl strings being nulterminated now. The dmesgIan Lepore2015-03-161-2/+6
* restore: Preserve timestamps to the nanosecond.Jilles Tjoelker2015-03-142-21/+23
* Properly initialize scope zone id when next hop address storedAndrey V. Elsukov2015-03-131-5/+8
* Simplify string mangling in ifmaybeload().John Baldwin2015-03-131-5/+4
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueAndrey V. Elsukov2015-03-132-9/+32
* Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-121-1/+7
* - Implement loopback probing state in enhanced DAD algorithm.Hiroki Sato2015-03-053-2/+21
* Make the "automounted" flag work for FUSE filesystems.Edward Tomasz Napierala2015-03-011-0/+7
* When gpart(8) is trying automatically determine the first availableAndrey V. Elsukov2015-02-261-1/+1
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-1/+1
* add support for specifying an initial buffer size when fetching aJohn-Mark Gurney2015-02-132-10/+28
* Retrieve counters from kernel if rule timstamping is requested.Alexander V. Chernikov2015-02-051-2/+4
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-022-30/+4
* Style(9) fixes.Vsevolod Stakhov2015-02-022-36/+47
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-022-5/+196
* Remove duplicate MK_ISCSI block and sort the conditional blocks so this errorEnji Cooper2015-02-021-9/+5
* Fix sysctl name.Edward Tomasz Napierala2015-01-271-2/+2
* Build sbin/iscontrol again if MK_ISCSI != noEnji Cooper2015-01-261-0/+4
* Add MK_HAST knob for building and installing hastd(8), et alEnji Cooper2015-01-261-2/+5
* natd(8) will work with an unconfigured interface and effectively not doJohn Baldwin2015-01-251-3/+3
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcEnji Cooper2015-01-251-1/+4
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelEnji Cooper2015-01-251-1/+4
* Fix building rcorder with -DDEBUG by using libutil.h instead of util.h fromEnji Cooper2015-01-252-8/+3
|\
| * - Revert r277670 (#include order is required for fparseln)Enji Cooper2015-01-252-4/+1