aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ensure that we have a description string. When unspecified, default to "".Warner Losh2018-01-051-9/+6
* | Don't close fd twice. This line should have been deleted in r327279.Warner Losh2018-01-051-1/+0
* | Fix cut and paste error from devinfo.8 origin of this fileWarner Losh2018-01-051-1/+1
* | Fix warnings from "mandoc -Tlint -Wwarning".Edward Tomasz Napierala2018-01-031-2/+0
* | kldxref: correct function names in warning messagesEd Maste2018-01-022-3/+3
* | rpcbind: Fix race in signal terminationConrad Meyer2018-01-023-12/+37
* | Revert r326844Baptiste Daroussin2018-01-023-13/+10
* | Add installer support for PS3 and PowerNV systems, also laying theNathan Whitehorn2018-01-025-13/+77
* | Skip errors from being unable to set modification and creation times. IfNathan Whitehorn2018-01-021-1/+9
* | rpcbind: Fix buildConrad Meyer2018-01-021-2/+3
* | rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer2018-01-023-10/+19
* | bsdinstall: inform users that typing will not be visibleEitan Adler2018-01-011-0/+1
* | Remove unused includes.Xin LI2018-01-019-14/+0
* | newsyslog: implement 'p' flagEitan Adler2017-12-312-9/+27
* | Teach bsdinstall partedit/sade how to format FAT partitions on GPT, whichNathan Whitehorn2017-12-311-2/+4
* | Improve usbconfig(8) manual page by adding descriptions for subcommands.Edward Tomasz Napierala2017-12-301-21/+100
|/
* Style. Remove useless return.Konstantin Belousov2017-12-281-8/+8