| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. Note that this is mostly innocent, since libthr no longer | kib | 2015-02-27 | 1 | -1/+1 |
* | Set altroot if the user have specified it via -o altroot. | delphij | 2015-02-27 | 1 | -0/+2 |
* | Use m_getjcl() instead of old mbuf(9) KPIs. | glebius | 2015-02-27 | 1 | -10/+1 |
* | When a file is executed and the path starts with `/', AT_EXECPATH is set | jkim | 2015-02-27 | 1 | -8/+7 |
* | eui64_line(): plug memory leak. | pfg | 2015-02-27 | 1 | -0/+1 |
* | The VNASSERT in vflush() FORCECLOSE case is trying to panic early to | kib | 2015-02-27 | 3 | -2/+3 |
* | Allow the kern.osrelease and kern.osreldate sysctl values to be set in a | ian | 2015-02-27 | 6 | -17/+130 |
* | Detect, report and use 8-bit bus if is available. | ian | 2015-02-27 | 1 | -4/+16 |
* | MMC: Signal HC capability to (e)MMC. | ian | 2015-02-27 | 1 | -1/+1 |
* | Fix sched_ule on sparc64, gcc complains sched_random is not a correct | andrew | 2015-02-27 | 1 | -1/+1 |
* | Remove SMP support from the Wandboard-Solo and have it run as part of | andrew | 2015-02-27 | 1 | -2/+2 |
* | sched_random is only called for SMP, only define it there. | andrew | 2015-02-27 | 1 | -1/+2 |
* | Since all generations of Intel CPUs have errata which causes hang on | kib | 2015-02-27 | 1 | -5/+10 |
* | sfxge: expect required init_state on data path and in periodic calls | arybchik | 2015-02-27 | 5 | -17/+18 |
* | Fix kern/196290 - don't announce 11n HTINFO rates if the channel is | adrian | 2015-02-27 | 1 | -2/+17 |
* | Create sched_rand() and move the LCG code into that. Call this when | imp | 2015-02-27 | 1 | -9/+22 |
* | Remove an obsolete comment in devstat(3) about the accuracy of the | ken | 2015-02-27 | 1 | -21/+3 |
* | Move PCI bus below simplebus for Broadcom XLP | jchandra | 2015-02-27 | 2 | -12/+14 |
* | Hint out check for unsigned negative values. | pfg | 2015-02-27 | 1 | -1/+1 |
* | Hide struct ifmultiaddr under _KERNEL, too. | glebius | 2015-02-27 | 1 | -3/+0 |
* | Improve additional interrupt ACK for Broadcom XLP | jchandra | 2015-02-27 | 3 | -33/+35 |
* | Add casting to make atomic ops work for pointers. (Apparently nobody has | ian | 2015-02-26 | 1 | -7/+17 |
* | Add FreeBSD stable/10 version checks for the availability of the | ken | 2015-02-26 | 2 | -2/+4 |
* | Fix unitialized variable that broke sh on PowerPC starting with r278826. | nwhitehorn | 2015-02-26 | 1 | -1/+1 |
* | Support CROSS_BINUTILS_PREFIX with in-tree compiler | emaste | 2015-02-26 | 1 | -0/+6 |
* | Use pthread_mutex_trylock(3) to implement mtx_trylock(3). | kib | 2015-02-26 | 1 | -1/+1 |
* | xen/intr: fix fallout from r278854 | royger | 2015-02-26 | 1 | -14/+23 |
* | When gpart(8) is trying automatically determine the first available | ae | 2015-02-26 | 1 | -1/+1 |
* | Use LIBADD. | trasz | 2015-02-26 | 1 | -1/+1 |
* | Make the uefikeys script output slightly more obvious. | trasz | 2015-02-26 | 1 | -4/+1 |
* | For some uniformity move ahci_ch_init() call under the lock. | mav | 2015-02-26 | 1 | -1/+1 |
* | Implements EOI suppression mode, where LAPIC on EOI command for | kib | 2015-02-26 | 3 | -6/+89 |
* | Check that the pointer to the thread return value is not NULL before | kib | 2015-02-26 | 1 | -1/+2 |
* | Add key/cert generation script for uefisign(8). | trasz | 2015-02-26 | 3 | -2/+46 |
* | Add uefisign(8) reference to uefi(8) manual page. | trasz | 2015-02-26 | 1 | -2/+3 |
* | Add uefisign(8), UEFI Secure Boot signing utility. | trasz | 2015-02-26 | 8 | -0/+1524 |
* | Add missing error check. | trasz | 2015-02-26 | 1 | -1/+4 |
* | Fix a number of -Wcast-qual warnings under sys/arm. No functional | dim | 2015-02-26 | 4 | -7/+7 |
* | In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning about | dim | 2015-02-26 | 1 | -1/+1 |
* | Since newer versions of compiler-rt require unwind.h, and we want to use | dim | 2015-02-26 | 1 | -0/+2 |
* | Make libcxxrt's parsing of DWARF exception handling tables work on | dim | 2015-02-26 | 1 | -10/+8 |
* | Remove run-time allocation of XLP IRQs | jchandra | 2015-02-26 | 5 | -139/+119 |
* | Add netlogic,xlp-pic as interrupt controller for XLP | jchandra | 2015-02-26 | 2 | -0/+49 |
* | Fix up interrupt definitions for Broadcom XLP | jchandra | 2015-02-26 | 3 | -20/+16 |
* | GNU nm: Avoid NULL dereference | emaste | 2015-02-25 | 1 | -1/+2 |
* | Remove taskqueue_start_threads_pinned(); there's noa generic cpuset version o... | adrian | 2015-02-25 | 2 | -28/+0 |
* | Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF(). | adrian | 2015-02-25 | 4 | -8/+4 |
* | nm: avoid crash in print_lineno if func->name is NULL | emaste | 2015-02-25 | 1 | -1/+2 |
* | Update to upstream version 2.10 | hselasky | 2015-02-25 | 4 | -241/+486 |
* | Explicitly crypt_set_format("des") and bail out if we | delphij | 2015-02-25 | 1 | -0/+5 |