aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* dhclient(8): raise WARNS to 3Alan Somers2017-12-1411-57/+70
* dhclient(8): Don't shift through the sign bit of a signed intAlan Somers2017-12-131-2/+2
* Tone down the description for the growfs "-y" flag.Edward Tomasz Napierala2017-12-131-10/+4
* Use consistent name for the vxlan VNI parameter name and provide shorthandBryan Venteicher2017-12-071-1/+3
* ifconfig(8): Display extended compliance code string for SFP transceiversEric Joyner2017-12-051-24/+37
* Document gmirror sysctls.Mark Johnston2017-11-301-6/+42
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* Prevent OOB access on corrupted msdos directories.Xin LI2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27171-45/+389
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-263-1/+27
* Improve sysctl(8) pretty printing of some structures.Konstantin Belousov2017-11-261-20/+21
* Print ZAC device type in "camcontrol identify" outputAlan Somers2017-11-201-0/+12
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-20117-91/+329
* 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