aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Move devmatch to sbin from usr/sbin.Warner Losh2018-02-124-525/+0
* ppp(8): fix code producing debugging logsEugene Grosbein2018-02-106-17/+21
* MFV: r329072Jung-uk Kim2018-02-091-1/+2
* su_data: correct macro expansion.Pedro F. Giffuni2018-02-081-1/+1
* mountd(8): Produce vaguely meaningful error messagesConrad Meyer2018-02-081-24/+28
* Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklistAllan Jude2018-02-041-1/+1
* newsyslog: fix typeo for 'zstd'Eitan Adler2018-02-031-2/+2
* Check for cd9660 support before attempting to mount created imagesBrooks Davis2018-02-021-8/+12
* pppctl88) Avoid strcpy() copies on overlapping string.Pedro F. Giffuni2018-01-291-1/+3
* When using SCTP for sending probe packets, use INIT chunks for payloadsMichael Tuexen2018-01-272-21/+98
* o A command line flag for the syslog_facility fixed in the SYNOPSIS.Maxim Konovalov2018-01-261-1/+1
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-85/+26
* bsdinstall: enable SUJ by default (revert r327890)Ed Maste2018-01-251-1/+2
* Add SPDX tags for automount(8) et al.Edward Tomasz Napierala2018-01-249-0/+18
* Add missing SPDX tags for ctld(8).Edward Tomasz Napierala2018-01-243-0/+6
* Add missing SPDX identifier in iscsid(8).Edward Tomasz Napierala2018-01-241-0/+2
* Add SPDX identifiers for uefisign(8) sources.Edward Tomasz Napierala2018-01-245-0/+10
* usr.sbin/service: Fix -j to not be order dependantKyle Evans2018-01-221-32/+18
* Adjust format string to fix build.John Baldwin2018-01-181-1/+1
* Tidy some whitespace.John Baldwin2018-01-181-2/+2
* Save and restore guest debug registers.John Baldwin2018-01-171-2/+99
* kldxref: additional sytle(9) cleanupEd Maste2018-01-171-16/+16
* kldxref: improve style(9)Ed Maste2018-01-175-226/+228
* Only call flush in pipe mode.Fabien Thomas2018-01-171-0/+1
* Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-162-1/+11
* service(8): Reset OPTIND properly now that we're parsing args twiceKyle Evans2018-01-161-0/+1
* kldxref: handle modules with md_cval at the end of allocated sectionsEd Maste2018-01-164-2/+54
* Sort the list of flags in newsyslog.conf entries.John Baldwin2018-01-161-13/+13
* service(8): Add support for interfacing with services in jailsKyle Evans2018-01-152-6/+44
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-01-141-0/+10
|\
| * Merge ^/head r327886 through r327930.Dimitry Andric2018-01-131-2/+1
| |\
| * \ Merge ^/head r327624 through r327885.Dimitry Andric2018-01-126-316/+1
| |\ \
| * | | Add explanatory comment for r327622: clang 6.0.0 and higher warn aboutDimitry Andric2018-01-081-0/+6
| * | | Merge ^/head r327341 through r327623.Dimitry Andric2018-01-0640-220/+477
| |\ \ \
| * | | | Revert r327338, undoing the changes to the ACPI_ADD_PTR and ACPI_SUB_PTRDimitry Andric2018-01-061-0/+4
* | | | | timed: slave is an infinite loop, mark it as suchEitan Adler2018-01-132-2/+2
| |_|_|/ |/| | |
* | | | bsdinstall: disable SUJ by defaultEd Maste2018-01-121-2/+1
| |_|/ |/| |
* | | Fix error in determining the next available boot slot.Warner Losh2018-01-121-1/+1
* | | Remove vestiges of digi(4) driver, first attempted in r305235 withWarner Losh2018-01-105-315/+0
| |/ |/|
* | Sanity check media size and sector counts to ensure that we don'tWarner Losh2018-01-061-2/+7
* | There's no need / benefit from deleting the variable before we set it.Warner Losh2018-01-061-1/+0
* | Fix usage strings. -d and -p were removed before this was committed toWarner Losh2018-01-061-3/+3
* | Make it possible to re-evaluate cpu_features.Konstantin Belousov2018-01-052-24/+69
* | Fix typo & buildLi-Wen Hsu2018-01-051-2/+2
* | Remove dead code (comma is either 0 or 1 for sure, no need to test).Warner Losh2018-01-052-5/+5
* | bits is never null when we call ot. Add an assert to that effect andWarner Losh2018-01-051-1/+3
* | Tag 'a' case as one we're intentionally falling through toWarner Losh2018-01-051-0/+1
* | Add a number of sanity checks to the data that we're handling from theWarner Losh2018-01-053-81/+93
* | Set dp to NULL when we free it, and tree a NULL dp as an errorWarner Losh2018-01-051-1/+5
* | Free options before setting them. This will prevent us from leakingWarner Losh2018-01-051-0/+5