summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ath_hal] initialise ah_beaconInterval when the AP/IBSS/TDMA beacon is setup.adrian2016-06-082-2/+3
|
* Add support for Atmel at25df641 flashbapt2016-06-083-0/+5
| | | | Submitted by: Grégory Soutadé <soutade@gmail.com> (via github pull request)
* Document 300880, Leading spaces are stripped from SCSI disk serial numbersskreuzer2016-06-081-0/+7
| | | | Approved by: re (gjb, implicit, relnotes)
* cxgbe(4): Add a sysctl to manage the binding of a txq to a traffic class.np2016-06-082-0/+82
| | | | Sponsored by: Chelsio Communications
* Don't force filemon for makeman/showconfigbdrewery2016-06-081-1/+2
| | | | Reported by: lidl
* Remove duplicate define.br2016-06-081-1/+0
|
* sfxge(4): host byte order is required for IP ID in TSO descriptorsarybchik2016-06-081-2/+2
| | | | | | Submitted by: Artem V. Andreev <Artem.Andreev at oktetlabs.ru> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
* Regeneratebdrewery2016-06-081-2/+20
|
* Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STATngie2016-06-081-1/+1
| | | | | | | | | | | | | | | | Not returning if rtype == RPCBVERS_STAT will cause us to overrun the inf array, as it's defined to be exactly RPCBVERS_STAT elements in rpcb_prot.x: > include/rpc/rpcb_prot.x:typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT]; The proposed change also matches the rest of the rtype upper bound checks in the file, so the original change was likely a typo. MFC after: 2 weeks Reported by: Coverity CID: 1007567 Reviewed by: truckman Sponsored by: EMC / Isilon Storage Division
* sfxge(4): cleanup: add missing probes to ef10_nvram_segment_write_tlvarybchik2016-06-081-7/+16
| | | | | | Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
* Move misplaced break statement to right placegarga2016-06-081-1/+1
| | | | | | | | Reported by: Coverity CID: 1304340 Reviewed by: lidl Differential Revision: https://reviews.freebsd.org/D6749 Sponsored by: Rubicon Communications (Netgate)
* Replace _pam_verbose_error() with a macro. This was the last differencedes2016-06-086-80/+66
| | | | | between our libpam and stock OpenPAM, meaning that it is now possible to replace the base libpam with a hypothetical ports version of OpenPAM.
* Fix typos.trasz2016-06-085-8/+8
| | | | MFC after: 1 month
* Fix some trailing whitespaces.trasz2016-06-0815-59/+59
| | | | MFC after: 1 month
* Don't leak olinep if malloc() fails.truckman2016-06-081-0/+2
| | | | | | | | | | | If malloc() fails to allocate linep, then free olinep (if it exists) before returning to avoid a memory leak. Reported by: Coverity CID: 1016716 Reviewed by: kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6755
* Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.truckman2016-06-081-12/+13
| | | | | | | | | | | | | | If the ai->ai_addrlen <= minsiz test fails, then freeaddrinfo() does not get called to free the memory just allocated by getaddrinfo(). Fix by moving ai->ai_addrlen <= minsiz to a separate nested if block, and keep freeaddrinfo() in the outer block so that freeaddrinfo() will be called whenever getaddrinfo() succeeds. Reported by: Coverity CID: 1273652 Reviewed by: ume MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6756
* Last few instances of "sentence not on new line".trasz2016-06-088-17/+31
| | | | MFC after: 1 month
* Fix a bunch of "sentence not on new line" warnings in section 9.trasz2016-06-089-43/+66
| | | | MFC after: 1 month
* Fix a bunch of "sentence not on new line" warnings from igor(1).trasz2016-06-0846-140/+208
| | | | MFC after: 1 month
* hyperv/vmbus: Change tx_evtflags type to u_long to match vmbus_evtflagssephe2016-06-085-11/+14
| | | | | | MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6745
* Improve documentation for usfs(4) and usb_template(4).trasz2016-06-082-13/+32
| | | | | | Reviewed by: hselasky (earlier version) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D6740
* Pacify igor(8) and make it easier to find via "man -k iser".trasz2016-06-081-5/+6
| | | | MFC after: 1 month
* Add iser(4) manual page.trasz2016-06-083-1/+95
| | | | | Obtained from: Mellanox Technologies MFC after: 1 month
* Apply mergemaster r255428:delphij2016-06-081-1/+1
| | | | | | | Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs. MFC after: 3 days
* hyperv/vmbus: Busdma-fy MNF and event flags.sephe2016-06-085-90/+76
| | | | | | MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6744
* Explicitly NUL terminate the buffer filled by fread().truckman2016-06-081-3/+3
| | | | | | | | | | | | | The fix in r300649 was not sufficient to convince Coverity that the buffer was NUL terminated, even with the buffer pre-zeroed. Swap the size and nmemb arguments to fread() so that a valid lenght is returned, which we can use to terminate the string in the buffer at the correct location. This should also quiet the complaint about the return value of fread() not being checked. Reported by: Coverity CID: 1019054, 1009614 MFC after: 1 week
* Old process credentials for setuid execve must not be dereferencedkib2016-06-081-3/+7
| | | | | | | | | | | | | when the process credentials were not changed. This can happen if an error occured trying to activate the setuid binary. And on error, if new credentials were not yet assigned, they must be freed to not create the leak. Use oldcred == NULL as the predicate to detect credential reassignment. Reported and tested by: pho Sponsored by: The FreeBSD Foundation
* Bump date on ifconfig(8) and vlan(4) to reflect the changes madearaujo2016-06-082-2/+2
| | | | on revision r301496.
* Fix a style bug.kevlo2016-06-081-1/+1
|
* - Replace the magic numbers with something more readable.kevlo2016-06-082-5/+25
| | | | - Reset DMA indexes after disabling DMA.
* Fix a (false positive?) Argument cannot be negative coverity defect.truckman2016-06-081-5/+2
| | | | | | | | | | | | | | | Rather than guarding close(fd) with an fd >= 0 test and setting fd to -1 when it is closed to avoid a potential double-close, just move the close() call after the conditional "goto make_token". This moves the close() call totally outside the loop to avoid the possibility of calling it twice. This should also prevent a Coverity warning about checking fd for validity after it was previously passed to read(). Reported by: Coverity CID: 1355335 MFC after: 1 week X-MFC with: r299484
* Introduce the PD_CLOEXEC for pdfork(2).oshogbo2016-06-084-3/+33
| | | | Reviewed by: mjg
* Add flags to the Casper services.oshogbo2016-06-0810-47/+79
| | | | | | | CASPER_SERVICE_STDIO - Casper will not close the first three descriptors (stdin, stdout and stderr) this can be helpful for debugging. CASPER_SERVICE_FD - Capser will not close all other descriptors, this can be useful for a filesystem service.
* libsupc++: Fix typo in symbol map.pfg2016-06-081-1/+1
| | | | | | | | This went mostly unnoticed with the deprecation of the GNU toolchain in tier 1 platforms. Fix it now for the rest. PR: 169901 MFC after: 3 days
* ext2fs: Stop dropping and reacquiring Giant around geom calls.pfg2016-06-071-12/+0
| | | | As in UFS r300366.
* Fix memory leaks in (a|)daregister introduced in r298002cem2016-06-072-0/+2
| | | | | | | | | In the case where cam_iosched_init() fails, the ada and da softcs were leaked. Instead, free them. Reported by: Coverity CID: 1356039 Sponsored by: EMC / Isilon Storage Division
* iflib: Improve cleanup on iflib_queues_alloc error pathcem2016-06-071-5/+16
| | | | | | | | | Fix some memory leaks. Some may remain. Reported by: Coverity Discussed with: mmacy CIDs: 1356036, 1356037, 1356038 Sponsored by: EMC / Isilon Storage Division
* nfs_clvfsops: Fix leading whitespace introduced in r299848cem2016-06-071-30/+30
| | | | | | Replace spaces with tabs. No functional change. Sponsored by: EMC / Isilon Storage Division
* Switch arm64 to use intrng by default. The old interrupt handling code canandrew2016-06-072-15/+1
| | | | | | | | still be used, however this is expected to be removed soon. Obtained from: ABT Systems Ltd Relnotes: yes Sponsored by: The FreeBSD Foundation
* nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specscem2016-06-071-1/+2
| | | | | | | | | | | | | | If strlen(hostp) was zero, the stack array 'nam' would never be initialized before being strdup()ed. Fix this by initializing it to the empty string. It's possible some external condition makes this case impossible, in which case, an assertion instead of this workaround is appropriate. Introduced in r299848. Reported by: Coverity CID: 1355336 Sponsored by: EMC / Isilon Storage Division
* iflib: Fix potential leak in iflib_if_transmitcem2016-06-071-2/+2
| | | | | | | | | | | | | | Due to an accidental mismatch between allocation and release in the slow path of iflib_if_transmit, if a caller passed 9-16 mbufs to the routine, the mbuf array would be leaked. Fix the mismatch by removing the magic numbers in favor of nitems() on the stack array. According to mmacy, this leak is unlikely. Reported by: Coverity Discussed with: mmacy CID: 1356040 Sponsored by: EMC / Isilon Storage Division
* Fix a minor leak in ACPI thermalcem2016-06-071-1/+3
| | | | | | | | Introduced in r301518. Reported by: Coverity CID: 1356266 Sponsored by: EMC / Isilon Storage Division
* Start to clean MIDR values using the CPUID scheme. We don't need to knowandrew2016-06-072-34/+46
| | | | | | | | | the exact CPU we are running on to set the cpu functions. Relax the check to ignore the CPU revision. Even so this may still be too specific. Reviewed by: mmel Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D6504
* ext2fs: rearrange ext4_bmapext().pfg2016-06-071-17/+16
| | | | | | | While here assign error a bit later. Reviewed by: Damjan Jovanovich Obtained from: NetBSD
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.pfg2016-06-073-16/+16
| | | | Obtained from: NetBSD
* Disconnect LE socket when the HCI connection associated is disconnected.takawata2016-06-073-3/+10
|
* Bump dates in blacklist related manpageslidl2016-06-073-3/+3
| | | | | Reported by: araujo Sponsored by: The FreeBSD Foundation
* Document BLACKLIST related build optionslidl2016-06-072-0/+10
| | | | | Reported by: bdrewery Sponsored by: The FreeBSD Foundation
* Separate BLACKLIST vs BLACKLIST_SUPPORT properlylidl2016-06-076-8/+8
| | | | Sponsored by: The FreeBSD Foundation
* Note blacklist support first appeared in FreeBSD 11lidl2016-06-073-3/+15
| | | | | Reported by: jbeich Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud