summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-0662-125/+11373
| | | | | | | | | 259203,259221,259261,259532,259615,259650,259651,259667,259680,259727, 259761,259772,259776,259777,259830,259882,259915,260160,260449,260450, 260688,260888,260953,261269,261547,261551,261552,261553,261585: Merge the vt(4) driver (newcons) to stable/10. Approved by: ray
* Import atf-0.20.jmmv2014-03-0647-3667/+292
| | | | | This is a MFC of r261897 and r262000 and should allow all of the atf tests to pass.
* Install a symlink from /usr/tests/local to /usr/local/tests.jmmv2014-03-061-0/+4
| | | | This is a MFC of r261959 and r261978.
* MFC r262575:mav2014-03-061-17/+6
| | | | | | | Restore SIM freeze/release match, broken at r253549. This fixes problem with SIM left in frozen state after reinit, for example, after firmware update.
* MFC a couple of improvements to the test suite mk files.jmmv2014-03-062-1/+42
| | | | | - r260632 Support defining test program metadata from the Makefiles. - r260633 Support perl-based TAP-compliant test programs.
* MFC r262553:mav2014-03-061-2/+2
| | | | | | | Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free(). Passing there pointer into the middle of allocated area caused kernel panic during reinit, for example, after firmware upgrade.
* MFC various fixes for the ATF tests.jmmv2014-03-0621-56/+229
| | | | | | | | | - r260505 Allow tests to provide a Kyuafile when they relied on auto-generation. - r260525 Respect the original layout of the atf-{c,c++} tests. - r260526 Fix path to the process_helpers for the libatf-c++ tests. - r260576 Generate and install pkg-config files for atf. - r260577 Add atf pkg-config files from the vendor branch. - r260584 Prevent misc_helpers from running as a test.
* MFC: r262571brueffer2014-03-063-2/+9
| | | | | | Add missing includes and remove two unused ones. Reviewed by: loos
* MFC r261748:trasz2014-03-061-0/+28
| | | | | | | | | So, it turns out SIGCHLD is discarded by default, so we have to set up a dummy handler to make it interrupt an ioctl(2) or select(2). This makes those short-lived iscsid(8) zombies disappear. Sponsored by: The FreeBSD Foundation
* MFC r261747:trasz2014-03-063-7/+1
| | | | | | | Empty data segment during Login Phase is rather unlikely, but it's not a protocol error. Sponsored by: The FreeBSD Foundation
* MFC r261715:trasz2014-03-061-4/+4
| | | | | | | The log_whatever() routines don't accept NULL for format strings, so mark them as __printflike instead of __printf0like. Sponsored by: The FreeBSD Foundation
* MFC r262525:trasz2014-03-061-5/+0
| | | | | | | | There is no need to prevent iscsictl from adding iSER session when there is no iSER support in ctld and/or kernel; should the user make that mistake, the output from "iscsictl -L" is enough to determine what the problem is. Sponsored by: The FreeBSD Foundation
* MFC r262247:trasz2014-03-061-1/+16
| | | | | | | Make it clear that there are two ways to add a session using iscsictl(8), and some options require configuration file. Sponsored by: The FreeBSD Foundation
* MFC r261714:trasz2014-03-062-1/+5
| | | | | | | Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf, instead of ignoring them and echoing them to stdout. Sponsored by: The FreeBSD Foundation
* MFC r261713:trasz2014-03-061-22/+22
| | | | | | Simplify. Sponsored by: The FreeBSD Foundation
* MFC r261712:trasz2014-03-061-2/+0
| | | | | | Remove unused variable. Sponsored by: The FreeBSD Foundation
* MFC r261711:trasz2014-03-061-33/+33
| | | | | | Yacc cleanup; no functional changes. Sponsored by: The FreeBSD Foundation
* MFC r261832-261834:zeising2014-03-062-3/+5
| | | | | | | | | | | | r261832: Add cross references between rc.conf(5) and jail.conf(5). r261833: Add commas (,) to the list in the SEE ALSO section, to match most other manuals. r261834: Bump .Dd forgotten in r261832.
* MFC r261283:dim2014-03-0599-3227/+7212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import libc++ 3.4 release. This contains a lot of bugfixes, and some preliminary support for C++1y. MFC r261604: HEAD is not buildable for the past day. Commit a 'quick fix' in order to permit buildworld to complete. Reviewed by: theraven MFC r261608: Apply a cleaner solution for the sign warnings that can occur when compiling libc++'s <locale> header with -Wsystem-headers on. This has also been submitted upstream. Reported by: asomers MFC r261801: An ABI incompatibility crept into the libc++ 3.4 import in r261283. It was caused by upstream libc++ commit r194536, which aimed to make the headers more standards-compliant, by making std::pair's copy constructor trivial. Unfortunately, this could cause certain C++ applications using shared libraries built against the previous version of libc++ to crash. Fix the ABI incompatibility by making std::pair's copy constructor non-trivial again. Please note: Any C++ applications or shared libraries built with libc++ between r261283 and this revision should be recompiled. Reported by: stefanf
* MFC r262513:gjb2014-03-051-1/+1
| | | | | | Update release/release.conf.sample to reflect changes in r262509. Sponsored by: The FreeBSD Foundation
* MFC: r262494brueffer2014-03-051-28/+35
| | | | | | | | Rough cleanup (new sentence -> new line, grammar, spelling, mdoc). This could use more work. PR: 187035 (in part) Submitted by: Bjorn Heidotting
* MFC r262678;pfg2014-03-0517-196/+196
| | | | | | | | | | ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick
* Merge r262770 from head: pacify gcc.glebius2014-03-051-0/+1
|
* MFC r262499, r262505, r262507, r262509:gjb2014-03-055-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r262499: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix SRCBRANCH, PORTBRANCH, and DOCBRANCH with the SVNROOT. - Properly capitalize 'FreeBSD.org' in the default SVNROOT. - Update Copyright. release.conf.sample: - Add an example to use git instead of svn, by nullifying SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH to the URL fo a git repository. release.7: - Document VCSCMD. r262505: In release/Makefile, remove exclusion of CVS directories in the src/ and ports/ distributions. While I am thinking about it, exclude .git directories for src/ and ports/, as somewhat of a followup to r262499. r262507: Chase r262505, and remove CVS exclusion from picobsd builds. r262509: Rework how WORLD_FLAGS and KERNEL_FLAGS are set, to remove an unnecessary expr(1) call. Sponsored by: The FreeBSD Foundation
* Disable amd64 TLB Context ID (pcid) by default for nowemaste2014-03-041-1/+1
| | | | | | | | | | There are a number of reports of userspace application crashes that are "solved" by setting vm.pmap.pcid_enabled=0, including Java and the x11/mate-terminal port (PR ports/184362). For now apply a band-aid of disabling pcid by default in stable/10. Sponsored by: The FreeBSD Foundation
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-0413-1488/+807
| | | | | | | | | | r261825, r261859, r261875, r261883, r261911, r262027, r262028, r262029, r262030, r262162 from head. Large flowtable revamp. See commit messages for merged revisions for details. Sponsored by: Netflix
* Merge r261796 from head:glebius2014-03-043-5/+22
| | | | | | | | While it isn't too late and kvm_read_zpcpu() function isn't yet used outside libkvm(3), change its order of arguments, so that it is the same as in kvm_read(). Merge r261805 from head: Add kvm_getncpus() to obtain mp_ncpus.
* Merge r261722, r261723, r261724, r261725 from head:glebius2014-03-045-18/+57
| | | | several minor improvements for UMA_ZPCPU_ZONE zones.
* Merge 261595: simplify the SYSCTL_COUNTER_U64() macro.glebius2014-03-042-5/+5
|
* Merge 261593 from head:glebius2014-03-043-1/+94
| | | | | Provide macros that allow easily export uma(9) zone limits and current usage via sysctl(9).
* Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup)glebius2014-03-043-12/+3
|
* Merge r261590, r261592 from head:glebius2014-03-044-55/+8
| | | | | | | | | Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET in the sysctl_root(). Note: SYSCTL_VNET_* macros can be removed as well. All is needed to virtualize a sysctl oid is set CTLFLAG_VNET on it. But for now keep macros in place to avoid large code churn.
* MFC r262441-262442,262447,262461-262464,262655:tijl2014-03-045-20/+20
| | | | | | | | | | | | | | | | - Consistently pass around context information using a simple pointer. This fixes some dereferencing bugs in Chinese character set conversions. - Fix Simplified Chinese character set conversions by switching around the fields of an internal struct so it corresponds with the way variables of this type are initialised. - Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module. - Silence gcc warning about unsigned comparison with 0. Also record r258316 and r258587 as merged so they no longer show up as eligible. PR: 185964 Submitted by: Manuel Mausz <manuel-freebsd@mausz.at>
* MFC r262623, r262667:pfg2014-03-0418-221/+219
| | | | | | | | | | ext2fs: use of tab vs spaces. Consistently use a single tab after a #define as mentioned in style(9). Use tabs instead of space for indenting. Fix a typo: "hash_vesion". No functional change.
* (not quite, due to date difference) MFC r262719:delphij2014-03-031-0/+10
| | | | | | | | Document the fact that OpenSSH default configuration requires Capsicum capability mode support in kernel, which have been worked around later but it's still recommended to have it enabled. Reported by: many
* MFC r261499 (pjd):delphij2014-03-031-2/+4
| | | | Fix installations that use kernels without CAPABILITIES support.
* MFR r261294:brooks2014-03-031-1/+1
| | | | | | Remove an unneeded space in the BERI merge. Sponsored by: DARPA, AFRL
* MFC r258270:dteske2014-03-035-1/+23
| | | | | | | | | Add a try-include word (which acts the same as "include") and use it to conditionally include (but ignore failures) /boot/loader.rc.local and /boot/menu.rc.local -- to make customizing the menu easier. Reviewed by: alfred Discussed on: -hackers
* MFC r258269: Refactor draw-beastie function.dteske2014-03-031-46/+16
| | | | Discussed on: -hackers
* MFC r257821:dteske2014-03-033-4/+14
| | | | | | | | | | | | Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making it available to architectures that do not use or load the beastie menu. This is reported to save headaches on some PPC systems where unload followed by load does not produce the desired results wherein if-given the opportunity to abort the initial loading sequence, you can customize the first load. Reviewed by: nwhitehorn, kan Discussed on: -current
* MFC r257650:dteske2014-03-0311-131/+380
| | | | | | | | | | | Defer loading of kernel and modules if the beastie menu is enabled. Add a kernel selection menu to the beastie menu. List of kernels is taken from `kernels' in loader.conf(5) as a space (or comma) separated list of names to display (up to 9). If not set, default value is "kernel kernel.old". Does not validate that kernels exist because the next enhancement will be to allow selection of the root device. Discussed on: -current
* MRC: r260886imp2014-03-021-16/+23
| | | | | | | | | Merge only the uart_dev_at91usart.c part of this revision, since it has nothing to do with the commit log and was included by mistake there. This connects the new grab/ungrab upcalls that were revised in uart to fix mountroot>.
* MFC r262006,r262328:bdrewery2014-03-021-11/+21
| | | | | | | | | | r262006: Fix M_FILEDESC leak in fdgrowtable() introduced in r244510. fdgrowtable() now only reallocates fd_map when necessary. r262328: Style. Approved by: bapt (mentor, implicit)
* MFC r262005:bdrewery2014-03-021-1/+0
| | | | | | Remove redundant memcpy of fd_ofiles in fdgrowtable() Approved by: bapt (mentor, implicit)
* MFC r261258jhibbits2014-03-021-6/+4
| | | | | Use a loop of dcbz, instead of calling bzero() to zero a page. This matches what is done in mmu_oea64.c.
* MFC: r262574brueffer2014-03-022-0/+3
| | | | Add tws(4) to the hardware notes.
* MFC r261309jhibbits2014-03-0213-207/+238
| | | | | Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the code introduced in that revision a bit.
* Increase maximum number of columns to support 1920x1200 displays.jmmv2014-03-021-2/+2
| | | | | | | | | | | This is a MFC of r262480 and r262502. Please note that this is changing a constant in a header file so it could affect ABIs. However, as far as I can tell, this is apparently only used in code to declare static arrays and thus it should be safe to change... PR: kern/180558
* MFC r261173jhibbits2014-03-021-0/+1
| | | | MPC74xx should not fall through, to the error case.
* MFC r261068jhibbits2014-03-012-2/+2
| | | | | | | Properly sort the arguments to mtx_init(9). PR: misc/186020 Submitted by: alfred
OpenPOWER on IntegriCloud