aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* When the input parameter node is NULL, memory is allocated to it.Stephen J. Kiernan2017-06-061-1/+3
* Before returning because of an memory allocation error, free the memoryStephen J. Kiernan2017-06-061-0/+1
* Jails: Optionally prevent jailed root from binding to privileged portsAllan Jude2017-06-061-2/+6
* usr.sbin/sesutil: 'locate all off' does not deactivate empty slotsAllan Jude2017-06-061-5/+4
* Remove TODO for sub testcases added for bug 212160Enji Cooper2017-06-031-3/+0
* Fix the testplan after ^/head@r318960Enji Cooper2017-06-031-1/+1
* Don't execute the TODO cases in a subshellEnji Cooper2017-06-031-2/+1
* makefs: rename variable for NetBSD diff reductionEd Maste2017-06-031-2/+2
* Bump manpage date.Marcelo Araujo2017-06-021-1/+1
* Add VNC Authentication support based on RFC6143 section 7.2.2.Marcelo Araujo2017-06-025-16/+131
* crashinfo: add "batch" mode and use it during bootEric van Gyzen2017-06-012-6/+23
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-1/+3
* Merge ACPICA 20170531.Jung-uk Kim2017-06-012-7/+7
* makefs: free buf in case of errorEd Maste2017-05-311-0/+1
* Fix uninitialized variable in bootparamd.cAlan Somers2017-05-311-0/+1
* Minor tweaks to iscsi(4) and iscsid(8).Edward Tomasz Napierala2017-05-281-4/+7
* Make ctld(8) mention cfiscsi(4).Edward Tomasz Napierala2017-05-281-2/+5
* pw: add some basic testcases for groupshow and usershowEnji Cooper2017-05-283-1/+115
* Add newsyslog capability to write RFC5424 compliant rotation message.David Bright2017-05-266-15/+221
* makefs: add -O (offset) optionEd Maste2017-05-266-13/+32
* Simplify parseval() by allocating a buffer the size of the input string,Marcelo Araujo2017-05-261-17/+6
* makefs: make buf genericEd Maste2017-05-256-47/+40
* Fix long standing issue in bsdconfig's keymap selectionDevin Teske2017-05-252-2/+11
* 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