aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't end up manpage titles with a full stop.Edward Tomasz Napierala2017-05-241-1/+1
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-241-2/+2
* Fix a buffer overflow in bootparamd(8)Alan Somers2017-05-241-3/+7
* bhyvegc_resize: make use of reallocarray(3) for bounds-checking.Pedro F. Giffuni2017-05-241-3/+6
* Commit the 64-bit inode project.Konstantin Belousov2017-05-233-3/+3
* bsdinstall(8): fix manpage issuesEnji Cooper2017-05-231-45/+65
* sade(8): start new sentence on new lineEnji Cooper2017-05-231-1/+2
* style(9): sort headersEnji Cooper2017-05-231-3/+2
* Some minor style(9) fixesEnji Cooper2017-05-231-10/+12
* Correct the "first appeared in" version for efivar(8).Glen Barber2017-05-221-2/+2
* bsdinstall: do not use distextract in scripted modeRoger Pau Monné2017-05-221-1/+4
* bsdinstall: mount is not needed for the ZFS install caseRoger Pau Monné2017-05-221-4/+18
* Updates for efivar.8Benjamin Kaduk2017-05-211-17/+15
* Update the exports.5 man page to reflect the change in default uid/gidRick Macklem2017-05-201-3/+3
* Fix up two assertions following malloc(). vangyzen@ notified me ofCy Schubert2017-05-201-2/+2
* Fix non-recoverable name resolution failures due to negative cacheCy Schubert2017-05-201-3/+8
* o Missed flag restored.Maxim Konovalov2017-05-191-1/+1
* makefs: drop WARNS back to 2Ed Maste2017-05-181-1/+1
* makefs: Add soft-updates optionEmmanuel Vadot2017-05-184-1/+9
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-186-16/+20
* Change the default uid/gid values for nobody/nogroup to 65534/65533.Rick Macklem2017-05-141-4/+4
* Don't depend on assert(3) getting evaluatedAlan Somers2017-05-101-1/+3
* strcpy => strlcpyAlan Somers2017-05-101-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-0913-14/+7
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-05-091-0/+20
* Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper2017-05-082-5/+7
* makefs: further size_t warning cleanup (missing from r317944)Ed Maste2017-05-081-7/+8
* makefs: cast snprintf return value to size_t to clear warningEd Maste2017-05-082-3/+3
* makefs: use size_t as appropriate to clean up warningsEd Maste2017-05-082-4/+4
* Show more fields in the IOCFact messageScott Long2017-05-051-0/+13
* Revert r317804; apparently I forgot the auto_master syntax.Edward Tomasz Napierala2017-05-041-5/+0
* Make automount(8) error out when the map name is missing.Edward Tomasz Napierala2017-05-041-0/+5
* Improve documentation of fbuf device.Gleb Smirnoff2017-05-031-33/+89
* Flush stdout before yes/no confirmations, to force questionPoul-Henning Kamp2017-05-031-0/+1
* makefs: clean up warningsEd Maste2017-05-034-16/+18
* makefs: make buf genericEd Maste2017-05-033-22/+8
* Use nitems() from sys/param.h.Marcelo Araujo2017-05-031-9/+9
* Free the memory allocated to trackbuf before exiting, it might fix a potentialMarcelo Araujo2017-05-031-0/+4
* makefs: remove unused cd9660_defaults_set globalEd Maste2017-05-011-4/+0
* mixer(8): Prevent possible sscanf() overflow.Pedro F. Giffuni2017-04-291-1/+1
* o Clean the whole array of IPv4 addresses not just a local part.Maxim Konovalov2017-04-281-1/+1
* Document raw framebuffer device and XHCI device configurations.Gleb Smirnoff2017-04-281-1/+39
* - For security reasons by default listen on localhost address,Gleb Smirnoff2017-04-282-4/+2
* When no "rfb" configuration specified bind to the default VNCGleb Smirnoff2017-04-281-0/+2
* Make comments match the code. No functional change.Gleb Smirnoff2017-04-282-2/+2
* More ATM and NATM removalBrooks Davis2017-04-271-1/+0
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-271-1/+56
* We need CAP_MMAP_RW on memfd, since init_msix_table() may call mmap().Gleb Smirnoff2017-04-271-0/+1
* Make fstyp(8) recognize exFAT even without the -u option.Edward Tomasz Napierala2017-04-262-4/+4
* Add a new GDB_LIBEXEC option to install gdb and kgdb to /usr/libexec.John Baldwin2017-04-251-8/+23