aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Ensure that inode updates are properly flushed out during the firstKirk McKusick2019-02-191-0/+6
* mdmfs(8): use -o reserve with malloc-backed md(4)Kyle Evans2019-02-161-0/+1
* Remove write-only s_flag.Warner Losh2019-02-161-3/+2
* Fix up concurrent test zpool setup and teardownEnji Cooper2019-02-121-17/+34
* Fix the fix added in r343287 for spurious HFSC bandwidth check errorsPatrick Kelsey2019-02-111-18/+13
* mdmfs: Fix many bugs in automatic md(4) creation.Brooks Davis2019-02-111-8/+9
* bectl(8): commit missing test modifications from r343993Kyle Evans2019-02-111-3/+3
* bectl(8): Add -o flag to destroy to clean up the origin snapshot of BEKyle Evans2019-02-112-10/+38
* gbde(8) - simplify randomisation with arc4random_bufConrad Meyer2019-02-111-12/+1
* ifconfig(8): display 802.11n rates correctly for 'roam:rate' parameterAndriy Voskoboinyk2019-02-101-1/+3
* pfctl: Fix ifa_grouplookup()Kristof Provost2019-02-101-0/+1
* Remove -R option which was added to sysctl(8) man page per r244106, but it is...Guangyuan Yang2019-02-091-3/+3
* dhclient: Return non-zero status when script exits due to a signalJilles Tjoelker2019-02-081-1/+2
* Correctly return exit status from the exited process.Konstantin Belousov2019-02-081-1/+1
* Fix build of r343877Bryan Drewery2019-02-071-2/+4
* ipfw table list: Fix showing header outside of 'all'.Bryan Drewery2019-02-071-3/+5
* recoverdisk(1): fclose() file supplied via '-r readlist' parameter whenAndriy Voskoboinyk2019-02-071-0/+1
* Regularize the Netflix copyrightWarner Losh2019-02-047-13/+7
* ifconfig(8): actually, non-11n rates should be divided by 2...Andriy Voskoboinyk2019-02-031-4/+12
* ifconfig(8): display management / multicast wlan(4) rates properlyAndriy Voskoboinyk2019-02-031-4/+15
* ifconfig(8): interpret VHT rates correctly for 'list roam / txparam' optionsAndriy Voskoboinyk2019-02-031-2/+8
* Hopefully fix compilation by other compilers.Gleb Smirnoff2019-02-011-2/+1
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-314-0/+357
* Allow dashes as a valid character in UFS labels.Dmitry Morozovsky2019-01-294-8/+11
* bectl(8) test: Force destroy the zpool in cleanupKyle Evans2019-01-291-1/+1
* Speed up non-status operations applied to a single interfacePatrick Kelsey2019-01-281-9/+48
* ifconfig: fix endianness bug displaying pfsync interfacesAlan Somers2019-01-281-3/+3
* pfctl: Point users to net.pf.request_maxcount if large requests are rejectedKristof Provost2019-01-281-2/+15
* devd.conf(5): simplify regexAndriy Voskoboinyk2019-01-271-1/+1
* Update tunefs and newfs error messages for the -L (volume label) optionKirk McKusick2019-01-262-4/+4
* Allow tunefs to include '_' as a legal character in label namesKirk McKusick2019-01-253-1/+3
* ifconfig: drop unused macros from ifieee80211.cAndriy Voskoboinyk2019-01-231-5/+0
* Remove unused function gsc_destroy()Patrick Kelsey2019-01-221-12/+0
* Reduce pf.conf parsing cost for configs that define N queues from O(N^2) to O(N)Patrick Kelsey2019-01-224-330/+386
* Fix duplicate wpa_supplicant(8) / hostapd(8) startup with devd(8)Andriy Voskoboinyk2019-01-211-1/+1
* devd.conf(5): add otus(4) into wifi-driver-regexAndriy Voskoboinyk2019-01-211-2/+2
* [ifconfig] Print more WPS attributes in verbose "list scan" outputOleksandr Tymoshenko2019-01-201-18/+187
* pfctl: Fix 'set skip' handling for groupsKristof Provost2019-01-131-0/+7
* libbe(3): Change be_mount to mount/unmount child datasetsKyle Evans2019-01-103-10/+28
* route(8): clarify -prefixlen descriptionEnji Cooper2019-01-101-7/+7
* Capsicumize rtsol(8) and rtsold(8).Mark Johnston2019-01-051-3/+17
* Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.Mark Johnston2019-01-041-1/+3
* Fix an error check after r342699.Mark Johnston2019-01-021-1/+1
* Capsicumize savecore(8).Mark Johnston2019-01-022-163/+309
* bectl: use jail id as the default jail name for a boot environmentKyle Evans2018-12-253-21/+50
* ifconfig.4, lagg.4: fix documentation bug: -use_flowid needs to be usedEugene Grosbein2018-12-221-4/+4
* Try the first 256 units with nvmecontrol devlist.Warner Losh2018-12-211-8/+8
* Allow use underscores and dots in service names without escaping.Andrey V. Elsukov2018-12-211-1/+2
* Use VOP_ADVISE() with POSIX_FADV_DONTNEED instead of IO_DIRECT toBruce Evans2018-12-212-2/+32
* Fix missing (sub)options in usage message to prepare for adding a new one.Bruce Evans2018-12-211-1/+2