summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r264507brueffer2014-04-231-1/+7
| | | | Mention Capsicum.
* MFC: r264482brueffer2014-04-231-1/+1
| | | | Re-indent break statement.
* MFC r264124:ae2014-04-233-84/+13
| | | | | | | | | | | | | | | Remove dead code. MFC r264125: Remove unused variable. MFC r264126: The check for local address spoofing lacks ifaddr locking. Remove these loops and use in_localip() and in6_localip() functions instead. MFC r264520: Remove _IP_VHL* macros and related ifdefs.
* MFC r264540:ae2014-04-231-1/+1
| | | | | | Set oif only for outgoing packets. PR: 188543
* MFC: r264460brueffer2014-04-231-0/+4
| | | | | | | | Document the xdev* targets. PR: 188519 Submitted by: Idwer Vollering <vidwer at gmail.com> Reviewed by: bapt
* MFC: r264489brueffer2014-04-231-0/+1
| | | | | | | Add a missing break in option parsing. CID: 1011452 Found with: Coverity Prevent(tm)
* MFC: r264479brueffer2014-04-231-1/+1
| | | | | | | Fix double fclose() in an error case. CID: 1006120 Found with: Coverity Prevent(tm)
* MFC: r264421brueffer2014-04-231-3/+7
| | | | | | | Free resources in error cases; re-indent a curly brace while here. CID: 1199366 Found with: Coverity Prevent(tm)
* MFC r262596:markj2014-04-232-1/+98
| | | | | | 4478 dtrace_dof_maxsize is far too small illumos/illumos-gate@d339a29bb4765c4b6883a935cf69b669cd05bca0
* MFC r264518, r264697, r264698, r264703:gjb2014-04-231-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r264518: Fix armv6 build failure: "armv6-freebsd-gcc: not found" r264697: When building the 'xdev' target when WITH_GCC=1 and WITHOUT_CLANG_IS_CC=1, it appears WITHOUT_CLANG=1 must also be set. While here, reorder the lines to put the WITH_* and WITHOUT_* entries on the same line. r264698: Fix EOL escape. r264703: Apply a slightly different color hammer to arm/release.sh: - gcc(1) fails to build usr.bin/dtc - lack of WITH_GNUCXX=1 causes cc1plus(1) calls to fail - u-boot fails to build with clang (hard-coded gcc(1) calls) Implement the proper incantation of WITH_/WITHOUT_ knobs to get arm snapshot builds working again. Since the cc(1) binary no longer needs to be cc(1) instead of clang(1), remove the chroot(8) post-install cc(1) overwrite. Sponsored by: The FreeBSD Foundation
* MFC: r264419brueffer2014-04-221-1/+0
| | | | | | | Avoid double close() of a file descriptor. CID: 1006089 Found with: Coverity Prevent(tm)
* MFC: r264418brueffer2014-04-221-1/+0
| | | | | | | Avoid double free in f_acl(). CID: 1018508 Found with: Coverity Prevent(tm)
* MFC: r264416brueffer2014-04-221-1/+1
| | | | | | | | Add a missing comma between error message definitions. CID: 1199266 Found with: Coverity Prevent(tm) MFC after: 1 week
* MFC: r264386brueffer2014-04-221-9/+10
| | | | Improve markup and remove contractions.
* MFC: r264384, r264415brueffer2014-04-221-18/+19
| | | | mdoc and language improvements.
* MFC: r264257, r264327, r264514marius2014-04-222-4/+66
| | | | | | | | | | Distinguish between the different variants and configurations of Sunix {MIO,SER}5xxxx chips instead of treating all of them as PUC_PORT_2S. Among others, this fixes the hang seen when trying to probe the none- existent second UART on an actually 1-port chip. Obtained from: NetBSD (BAR layouts) Sponsored by: Bally Wulff Games & Entertainment GmbH
* MFC r264293:yongari2014-04-221-2/+36
| | | | | | | | Add workaround for MCP61 Ethernet controller found on MSI K9 motherboard. PHY hardware used for the controller responded at all possible addresses which in turn resulted in having 32 PHYs for the controller. If driver detects "MSI K9N6PGM2-V2 (MS-7309)" motherboard, tell miibus(4) PHY is located at 0.
* MFC r264062:yongari2014-04-221-16/+14
| | | | | | | | | | Correct endianness handling in getting station address from EEPROM. While I'm here, remove aue_eeprom_getword() as its only usage is to read station address and make it more readable. This change is inspired by NetBSD. With this change, aue(4) should work on big endian architectures. PR: 188177
* MFC r264621emax2014-04-211-1/+1
| | | | | | | use correct (integer) type for the temperature sysctl Reviewed by: np, scottl Obtained from: Netflix
* MFC r264127sbruno2014-04-211-0/+15
| | | | | | | Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4) Submitted by: Benesh, Scott <scott.benesh@hp.com> Sponsored by: Yahoo! Inc.
* MFC r264193:mav2014-04-211-0/+3
| | | | In addition to r264077, tell GEOM that we do support BIO_DELETE now.
* MFC r264077:mav2014-04-211-4/+70
| | | | | | | | Add BIO_DELETE support to ZVOL. It is an adapted merge from the vendor branch of: 701 UNMAP support for COMSTAR (in part related to ZFS) 2130 zvol DKIOCFREE uses nested DMU transactions
* MFC r264341:mav2014-04-211-0/+4
| | | | | | | | Create zvol devices on zfs clone. While big and shiny patch is not ready, it is better to have something. PR: kern/178999
* MFC r264191:mav2014-04-213-0/+33
| | | | | Report stripe size and offset of the backing device in READ CAPACITY (16) as physical sector size and offset.
* MFC r264364:ae2014-04-211-36/+29
| | | | | | Properly release the in6_multi lock. Sponsored by: Yandex LLC
* MFC r264481:kib2014-04-211-0/+43
| | | | | Add dwarf annotations to the amd64 _rtld_bind_start to allow debuggers to unwind around the calls from PLT to binder.
* MFC r264142:bdrewery2014-04-211-1/+2
| | | | Show error code when failing to destroy a mirror on delay
* MFC r264320:bdrewery2014-04-211-1/+1
| | | | Fix spelling error in g_trace() call.
* MFC r260689 (partial):gjb2014-04-201-1/+1
| | | | | | Remove 'of course' statement from upgrading note. Sponsored by: The FreeBSD Foundation
* MFH (r264691): merge upstream patch for EC calculation bugdes2014-04-2010-9/+35
|
* MFC: 264174gnn2014-04-201-8/+19
| | | | | | | Speed up the lookup of interfaces when there are a large number of them, such in a system with a large number of VLANs. Submitted by: Nick Rogers
* MFC r264620:kib2014-04-201-1/+1
| | | | Fix typo.
* MFC r264344:hselasky2014-04-182-0/+5
| | | | | Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0 APIs to increase the maximum bandwidth limit.
* MFC r264340:hselasky2014-04-181-1/+1
| | | | Correct IMOD default value according to comment.
* MFC r264488:dteske2014-04-182-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When merging docsinstall and zfsboot updates to stable/9 it was discovered that the slightly older dialog(1) requires --separate-output when using the --checklist widget to force response to produce unquoted values (whereas in stable/10 --checklist widget without --separate-output will only quote the checklist labels in the response if the label is multi-word (contains any whitespace). Since these enhancements (see revisions 263956 and 264437) were developed originally on 10, the --separate-output option was omitted. When merged to stable/9, we (Allan Jude) and I found during testing that the "always- quoting" of the response was causing things like struct interpolation to fail (`f_struct device_$dev' would produce `f_struct device_\"da0\"' for example -- literal quotes inherited from dialog(1) --checklist response). To see the behavior, execute the following on stable/9 versus stable/10: dialog --checklist disks: 0 0 0 da0 "" off da1 "" off Check both items and hit enter. On stable/10, the response is: da0 da1 On stable/9 the response is: "da0" "da1" If you use the --separate-output option, the response is the same for both: da0 da1 So applying --separate-output on every platform until either one of two things occurs 1) dialog(1,3) gets synchronized between stable/9, higher or 2) we drop support for stable/9. Reviewed by: Allan Jude
* MFC 258860,260167,260238,260397:jhb2014-04-177-423/+232
| | | | | | | | | | | | | | | | - Restructure the VMX code to enter and exit the guest. In large part this change hides the setjmp/longjmp semantics of VM enter/exit. vmx_enter_guest() is used to enter guest context and vmx_exit_guest() is used to transition back into host context. Fix a longstanding race where a vcpu interrupt notification might be ignored if it happens after vmx_inject_interrupts() but before host interrupts are disabled in vmx_resume/vmx_launch. We now call vmx_inject_interrupts() with host interrupts disabled to prevent this. - The 'protection' field in the VM exit collateral for the PAGING exit is not used - get rid of it. Reviewed by: grehan
* MFC r263989: Add atf m4 files from the vendor branch.jmmv2014-04-179-1/+251
|
* MFC r264258ray2014-04-171-7/+9
| | | | | | Fix cursor color in reverse video mode. Sponsored by: The FreeBSD Foundation
* MFC r264133: Fix variable type to avoid printf formatter warning.jmmv2014-04-171-1/+1
|
* Regen src.conf.5.jmmv2014-04-171-157/+165
| | | | | Notional merge of r264409 which regenerated this manpage after the rewording of WITH_TESTS.
* MFC r263173: Remove unnecessary svn:executable property from source file.jmmv2014-04-171-0/+0
|
* MFC r262837:trasz2014-04-171-3/+3
| | | | | | | Make reset handling in iSCSI target RFC-compliant. This fixes some rare hangs with Open-iSCSI (Linux). Sponsored by: The FreeBSD Foundation
* MFH (r262555): install the sntp(1) man pagedes2014-04-171-1/+1
|
* MFC r263090: Make ether_line really report an error when all input is invalid.jmmv2014-04-171-5/+7
|
* MFC: r264453brueffer2014-04-171-2/+2
| | | | | | | Correct geli parameter. PR: 188582 Submitted by: Michael Hall
* MFC: r264315, r264316brueffer2014-04-171-3/+3
| | | | Fix Xref order in SEE ALSO.
* MFC r264059+264067:delphij2014-04-174-32/+67
| | | | | | | | | | | | Implement GNU's extension of 'status' operand. The GNU syntax is borrowed where syntax status=noxfer means no transfer statistics and status=none means no status information at all. This feature is useful because the statistics information can sometimes be annoying, and redirecting stderr to /dev/null would mean error messages also gets silenced. Obtained from: OpenBSD
* MFC several WITH_TESTS-related documentation fixes.jmmv2014-04-165-18/+45
| | | | | | | | | - r258014 Document WITH_TESTS src.conf(5) option. - r263089 Fix description of WITHOUT_BMAKE's purpose. - r264408 Fix test suite name in src.conf(5). - r264410 Document how to install the test suite. - r264412 Add FreeBSD 10.1 to the list of recognized releases for Fx. - r264413 Miscellaneous fixes to tests(7).
* MFC r263690emax2014-04-161-2/+4
| | | | | | | | change defaule permissions on /dev/devstat. while i'm here remove D_NEEDGIANT flag Submitted by: jhb Reviewed by: jhb, scottl, rwatson, delphij, phk
* MFC r264311 (by smh):mav2014-04-161-2/+0
| | | | Fix build breakage caused by r264295
OpenPOWER on IntegriCloud