summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. Note that this is mostly innocent, since libthr no longerkib2015-02-271-1/+1
* Set altroot if the user have specified it via -o altroot.delphij2015-02-271-0/+2
* Use m_getjcl() instead of old mbuf(9) KPIs.glebius2015-02-271-10/+1
* When a file is executed and the path starts with `/', AT_EXECPATH is setjkim2015-02-271-8/+7
* eui64_line(): plug memory leak.pfg2015-02-271-0/+1
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early tokib2015-02-273-2/+3
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-276-17/+130
* Detect, report and use 8-bit bus if is available.ian2015-02-271-4/+16
* MMC: Signal HC capability to (e)MMC.ian2015-02-271-1/+1
* Fix sched_ule on sparc64, gcc complains sched_random is not a correctandrew2015-02-271-1/+1
* Remove SMP support from the Wandboard-Solo and have it run as part ofandrew2015-02-271-2/+2
* sched_random is only called for SMP, only define it there.andrew2015-02-271-1/+2
* Since all generations of Intel CPUs have errata which causes hang onkib2015-02-271-5/+10
* sfxge: expect required init_state on data path and in periodic callsarybchik2015-02-275-17/+18
* Fix kern/196290 - don't announce 11n HTINFO rates if the channel isadrian2015-02-271-2/+17
* Create sched_rand() and move the LCG code into that. Call this whenimp2015-02-271-9/+22
* Remove an obsolete comment in devstat(3) about the accuracy of theken2015-02-271-21/+3
* Move PCI bus below simplebus for Broadcom XLPjchandra2015-02-272-12/+14
* Hint out check for unsigned negative values.pfg2015-02-271-1/+1
* Hide struct ifmultiaddr under _KERNEL, too.glebius2015-02-271-3/+0
* Improve additional interrupt ACK for Broadcom XLPjchandra2015-02-273-33/+35
* Add casting to make atomic ops work for pointers. (Apparently nobody hasian2015-02-261-7/+17
* Add FreeBSD stable/10 version checks for the availability of theken2015-02-262-2/+4
* Fix unitialized variable that broke sh on PowerPC starting with r278826.nwhitehorn2015-02-261-1/+1
* Support CROSS_BINUTILS_PREFIX with in-tree compileremaste2015-02-261-0/+6
* Use pthread_mutex_trylock(3) to implement mtx_trylock(3).kib2015-02-261-1/+1
* xen/intr: fix fallout from r278854royger2015-02-261-14/+23
* When gpart(8) is trying automatically determine the first availableae2015-02-261-1/+1
* Use LIBADD.trasz2015-02-261-1/+1
* Make the uefikeys script output slightly more obvious.trasz2015-02-261-4/+1
* For some uniformity move ahci_ch_init() call under the lock.mav2015-02-261-1/+1
* Implements EOI suppression mode, where LAPIC on EOI command forkib2015-02-263-6/+89
* Check that the pointer to the thread return value is not NULL beforekib2015-02-261-1/+2
* Add key/cert generation script for uefisign(8).trasz2015-02-263-2/+46
* Add uefisign(8) reference to uefi(8) manual page.trasz2015-02-261-2/+3
* Add uefisign(8), UEFI Secure Boot signing utility.trasz2015-02-268-0/+1524
* Add missing error check.trasz2015-02-261-1/+4
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-264-7/+7
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* Since newer versions of compiler-rt require unwind.h, and we want to usedim2015-02-261-0/+2
* Make libcxxrt's parsing of DWARF exception handling tables work ondim2015-02-261-10/+8
* Remove run-time allocation of XLP IRQsjchandra2015-02-265-139/+119
* Add netlogic,xlp-pic as interrupt controller for XLPjchandra2015-02-262-0/+49
* Fix up interrupt definitions for Broadcom XLPjchandra2015-02-263-20/+16
* GNU nm: Avoid NULL dereferenceemaste2015-02-251-1/+2
* Remove taskqueue_start_threads_pinned(); there's noa generic cpuset version o...adrian2015-02-252-28/+0
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().adrian2015-02-254-8/+4
* nm: avoid crash in print_lineno if func->name is NULLemaste2015-02-251-1/+2
* Update to upstream version 2.10hselasky2015-02-254-241/+486
* Explicitly crypt_set_format("des") and bail out if wedelphij2015-02-251-0/+5
OpenPOWER on IntegriCloud