aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use the existing MSR_BIOS_SIGN on AMD.Mark Johnston2018-07-131-2/+2
* Use the name added in r336257.Mark Johnston2018-07-131-2/+2
* kern_environment: Give the static environment a chance to disable MD envKyle Evans2018-07-121-2/+13
* MFV r324714:Cy Schubert2018-07-115-20/+45
* Improve bhyve exit(3) error code.Marcelo Araujo2018-07-116-38/+44
* acpidump(8): Add ACPI LPIT (Low Power Idle Table)Ben Widawsky2018-07-112-1/+78
* Update the pnfs(4) man page.Rick Macklem2018-07-101-5/+19
* Document the "-f" option added to pnfsdskill(8) by r336176.Rick Macklem2018-07-101-1/+14
* Add a "-f" option to pnfsdskill(8) to force disabling of a DS.Rick Macklem2018-07-101-6/+28
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-101-1/+1
* Fix style(9) space and tab.Marcelo Araujo2018-07-101-5/+5
* Use the FQDN in the newsyslog log message when RFC 5424 is enabled.Ed Schouten2018-07-081-10/+14
* Allow the use of slashes in process names of RFC 3164 formatted messages.Ed Schouten2018-07-071-1/+1
* config(8): Fix broken ABIKyle Evans2018-07-061-1/+1
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-062-75/+98
* Revert r336011,r336012 until I can competently testKyle Evans2018-07-052-98/+75
* Fix build after r336011Kyle Evans2018-07-052-2/+2
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-052-74/+97
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-051-1/+1
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-054-16/+40
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-054-41/+17
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-054-17/+41
* - Add bhyve NVMe device emulation.Marcelo Araujo2018-07-054-2/+1879
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-0317-13/+20
* Document the "#mds_path" suffix for the "-p" command line option.Rick Macklem2018-07-021-2/+32
* Add an optional feature to the pNFS server.Rick Macklem2018-07-021-1/+35
* Document that syslogd -v has no effect when RFC 5424 mode is enabled.Ed Schouten2018-07-021-1/+5
* Restore the order in which RFC 3164 messages with fac/pri are formatted.Ed Schouten2018-07-021-2/+3
* Document the new "-m" command line option for pnfsdsfile(8).Rick Macklem2018-07-011-1/+12
* Add a new "-m" option to pnfsdsfile(8) to prepare a file for mirroring.Rick Macklem2018-07-011-17/+49
* Add basic examples to portsnap(8).Edward Tomasz Napierala2018-07-011-1/+10
* Add a safety belt assignment to the nfsd for when "-p" isn't specified.Rick Macklem2018-06-301-0/+2
* Fix missing files in METALOG with -DNO_ROOTAlex Richardson2018-06-291-1/+1
* powerd: correct ifdef check for ppcEitan Adler2018-06-271-1/+1
* cxgbetool(8): Reject invalid VLAN values.Navdeep Parhar2018-06-261-1/+4
* config(8): part of patch disappeared, don't close ifp at the endKyle Evans2018-06-261-2/+0
* config(8): Flip the order of concatenation for `hints` and `env`Kyle Evans2018-06-262-7/+11
* config(8): Make 'env' files consistent with other file-accepting optionsKyle Evans2018-06-264-40/+55
* config(8): Set envmode if we accept an envvarKyle Evans2018-06-261-0/+1
* config(8): Add `envvar` supportKyle Evans2018-06-256-28/+114
* Add an example for displaying the manufacturer and size info from aIan Lepore2018-06-231-0/+6
* Still parse messages that don't contain an RFC 3164 timestamp.Ed Schouten2018-06-221-55/+57
* Eliminate gcc "shadowed declaration" warnings by using idx rather thanIan Lepore2018-06-221-12/+12
* Add spi(8), a utility for communicating with a device on a SPI bus fromIan Lepore2018-06-224-0/+1165
* Let -s actually work.Bryan Drewery2018-06-221-1/+1
* acpidump.8: include NFIT in the man page list of tablesEd Maste2018-06-201-1/+2
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-192-2/+3
* MK_EFI - Add uefisign and friends to this knob and ensure that we don'tSean Bruno2018-06-191-1/+3
* Fix bad logic in iovlist_truncate().Ed Schouten2018-06-181-2/+2
* bsdconfig: Fix a bug when editing usersDevin Teske2018-06-171-21/+24