summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bhyve: improve memory size documentationnovel2016-06-264-18/+16
* Skip lastcomm and sa tests on unsupported architecturesasomers2016-06-261-0/+1
* Fix gstat's interactive f and q commandsasomers2016-06-231-16/+19
* bsdinstall: increase EFI partition size to 200MBemaste2016-06-231-1/+1
* ARM64: bsdinstall support for creating EFI partitionswma2016-06-202-1/+105
* Add bsdconfig `wifi' (aka `wireless' or `wlan') moduledteske2016-06-169-10/+1542
* Fix usr.sbin/rpcbind ATF tests on 32-bit platformsasomers2016-06-161-3/+3
* Return usual error indicator to shell.kib2016-06-161-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueemaste2016-06-148-54/+129
* Fix usr.sbin/extattr testcases on tmpfsasomers2016-06-131-0/+27
* Add missing break in lock_partialfilelock(..) with NFS_RESERRngie2016-06-131-0/+1
* Change my given name from "Garrett" to "Ngie"ngie2016-06-131-1/+1
* Fix a miss merge in the services_mkdb(8) man pageallanjude2016-06-101-1/+1
* Fix bsdinstall for root-on-zfs with MBR partitioningallanjude2016-06-101-9/+5
* rpcbind(8): Make use of some xdr_* macros.pfg2016-06-091-3/+3
* Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLengthtrasz2016-06-092-10/+18
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedtrasz2016-06-092-6/+6
* Fix spelling of the casper introduced in the r296047.oshogbo2016-06-081-1/+1
* bsdinstall: add country/regulatory domain configuration dialog.avos2016-06-081-32/+183
* Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STATngie2016-06-081-1/+1
* Separate BLACKLIST vs BLACKLIST_SUPPORT properlylidl2016-06-071-3/+3
* Bump date in both manpages.araujo2016-06-071-1/+1
* [ath3k] add a replacement ath3k firmware loading tool.adrian2016-06-079-307/+1052
* Add an entry on rc.conf(5) explaining the new optionsaraujo2016-06-071-1/+3
* newsyslog: Eliminate unnecessary sleep(10) when -R and -s are specifiedvangyzen2016-06-061-7/+9
* For pointers use NULL instead of 0.araujo2016-06-061-1/+1
* Remove duplicated semicolons.trasz2016-06-051-4/+4
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-054-4/+13
* Fix typo preventing pw {user,group}next -C from working as expectedbapt2016-06-042-2/+2
* WITH_META_MODE: Don't expect meta files for side-effect generated files.bdrewery2016-06-032-0/+4
* DIRDEPS_BUILD: Connect new directories and update dependencies.bdrewery2016-06-033-0/+65
* MFV r301238:delphij2016-06-039-20/+42
* Add blacklistd.conf manpagelidl2016-06-031-1/+1
* Add basic blacklist build supportlidl2016-06-023-0/+48
* Revert r301137 and r301163, and implement a correct fixgjb2016-06-012-0/+40
* Revert r289096:gjb2016-06-012-40/+0
* Fix tzsetup not installing /etc/localtime for UTCsmh2016-06-011-2/+3
* Describe default value for "offload".trasz2016-06-011-0/+2
* keyserv(1): drop useless comparison.pfg2016-05-301-4/+5
* Follow up to r300932ngie2016-05-291-1/+2
* Fix rpcbind init after r300941.markj2016-05-291-1/+2
* Invoke the dirname() function in a POSIX compliant way.ed2016-05-291-2/+3
* Staticize variables only used in rpcbind.cngie2016-05-291-7/+7
* Remove unnecessary caller_uaddr != NULL test before calling free on itngie2016-05-291-2/+1
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrngie2016-05-291-2/+1
* Don't leak res in network_init(..)ngie2016-05-291-0/+1
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitngie2016-05-291-4/+4
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsngie2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsngie2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG casengie2016-05-271-0/+6
OpenPOWER on IntegriCloud