aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1813-12/+39
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-172-2/+2
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-163-5/+4
* newfs: warn if newer than kernelEd Maste2017-11-151-0/+4
* pfctl: teach route-to to deal with interfaces with multiple addressesKristof Provost2017-11-151-1/+4
* dhclient(8) should not close stdio using daemon(3) function.Mariusz Zaborski2017-11-121-1/+1
* Use syslog service in dhclient(8).Mariusz Zaborski2017-11-125-17/+46
* We return a pointer when we are using cap_init() or cap_service_open()Mariusz Zaborski2017-11-121-1/+1
* rescue ipf: Remove hacks and link in libipf directly.Bryan Drewery2017-11-101-4/+1
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-1/+3
* Remove badsect(8).Konstantin Belousov2017-11-055-343/+0
* Add -c to the usage statements.Warner Losh2017-10-312-3/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-31114-114/+1
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-312-0/+22
* Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala2017-10-301-2/+2
* Simplify ping sandbox.Mariusz Zaborski2017-10-281-20/+0
* Implement power cycle in init.Warner Losh2017-10-252-3/+5
* Add power cycle support to reboot/halt as -c.Warner Losh2017-10-252-4/+30
* Add power cycle support (-c) to shutdown.Warner Losh2017-10-252-11/+35
* Report only the valid slots in the firmware log page.Warner Losh2017-10-251-2/+7
* Add nvme_controller_data argument to all print functions.Warner Losh2017-10-251-15/+23
* Add support for compressed kernel dumps.Mark Johnston2017-10-254-25/+78
* Return 'errno' value from the table_do_modify_record(), it is expectedAndrey V. Elsukov2017-10-131-0/+2
* growfs: ANSIfy cgckhash()Ed Maste2017-10-101-2/+1
* Growfs got missed in r323923 that added a check hash to cylinder groups.Kirk McKusick2017-10-102-1/+19
* Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper2017-10-101-9/+21
* Do not report the filesystem as modified when the only change is toKirk McKusick2017-10-091-1/+7
* Fix alignment of 'last' in autofill.Marcel Moolenaar2017-10-061-1/+1
* Correct sense of crypt(3) NULL checks in init(8) and lock(1)Conrad Meyer2017-10-031-1/+1
* Whitespace changes: Remove leading spaces followed by a tab.Michael Tuexen2017-10-021-7/+7
* Fix a bug which avoided that rules for matching port numbers for SCTPMichael Tuexen2017-10-021-3/+3
* Initialize mdsize to make gcc happy again. This fixes buildworld on powerpc.Andreas Tobler2017-09-301-0/+1
* Enhance mdmfs(8) to work with tmpfs(5).Ian Lepore2017-09-292-50/+178
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-225-1/+70
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-212-12/+12
* Provide an articulate example of how to properly delete partitions andAlexey Dokuchaev2017-09-191-1/+24
* Fix language used in the r322923.Mariusz Zaborski2017-09-171-7/+12
* kern.osreldate is an integer, not a stringAllan Jude2017-09-161-1/+1
* geom_virstor: Remove wholly unnecessary g_metadata_store copyConrad Meyer2017-09-081-57/+1
* Audit userspace geom code for leaking memory to diskConrad Meyer2017-09-082-0/+2
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-042-38/+83
* Print the controller's ID in identify.Warner Losh2017-08-281-1/+2
* Add ability to label md(4) devices.Maxim Sobolev2017-08-282-9/+26
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-262-12/+58
* Typo, the '-6' option selects inet6.Konstantin Belousov2017-08-151-1/+1
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-146-0/+6
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-026-0/+6
* | Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-092-4/+121
* | Add missing parenthesis on error messageRenato Botelho2017-08-081-1/+1