| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add x2APIC support. Enable it by default if CPU is capable. The | kib | 2015-02-09 | 17 | -168/+470 |
* | This fixes a bug in the way that the LLE timers for nd6 | rrs | 2015-02-09 | 4 | -8/+43 |
* | Distribute interrupts across multiple CPUs in SMP configurations instead of s... | nwhitehorn | 2015-02-09 | 1 | -3/+15 |
* | Add new alias "bsdconfig api" (same as "bsdconfig includes") | dteske | 2015-02-09 | 1 | -0/+1 |
* | This fixes two conditions that can incur when migration | rrs | 2015-02-09 | 2 | -86/+155 |
* | Add a few more instructions to xz/FREEBSD-upgrade. | rpaulo | 2015-02-09 | 1 | -0/+3 |
* | Replace the only instance of sed(1) in bsdconfig(8) with awk(1). | dteske | 2015-02-09 | 1 | -1/+1 |
* | Remove explicit routing/sendmail rc.d inclusion in FILES | ngie | 2015-02-09 | 1 | -2/+0 |
* | Revert SVN r278464 -- fingers were in perforce mode (premature | dteske | 2015-02-09 | 6 | -78/+23 |
* | Replace the only instance of sed(1) in bsdconfig(8) with awk(1). | dteske | 2015-02-09 | 6 | -23/+78 |
* | Prefer install over mkdir to create the directory. Add test to ensure | imp | 2015-02-09 | 1 | -3/+3 |
* | Move these definitions to bsd.own.mk along side the kernel directory / | imp | 2015-02-09 | 2 | -5/+5 |
* | Fix typo. | imp | 2015-02-09 | 1 | -1/+1 |
* | We need to create /boot/dtb since some use cases don't create a full | imp | 2015-02-09 | 1 | -0/+4 |
* | Make sure that we define DTB{OWN,GRP,MODE} so install works. | imp | 2015-02-09 | 1 | -0/+3 |
* | Pass MODULES_EXTRA to the modules build. While I'm here, also always | imp | 2015-02-09 | 1 | -3/+1 |
* | Enforce that MK_foo options shall be either "yes" or "no" and nothing | imp | 2015-02-09 | 2 | -0/+16 |
* | Mark invalid page table entries correctly for PMAP as well as for the | nwhitehorn | 2015-02-09 | 1 | -2/+4 |
* | Properly hide a variable under #ifdef as it is only used inside the | bz | 2015-02-09 | 1 | -1/+1 |
* | Revert r278445. | gjb | 2015-02-09 | 1 | -4/+0 |
* | Enable multi-threaded xz(1) compression, after r278433. | gjb | 2015-02-09 | 2 | -2/+16 |
* | Define FREEBSD_VERSION in release/Makefile, derived | gjb | 2015-02-09 | 1 | -0/+4 |
* | Chase r278433: bump __FreeBSD_version for xz 5.2.0 which adds multi-thread | delphij | 2015-02-09 | 1 | -1/+1 |
* | After r278004 was committed, Bruce Evans noted that the casts were | dim | 2015-02-09 | 2 | -7/+7 |
* | Fix typo in PTE insertion overflow handling: use the page we're actually | nwhitehorn | 2015-02-09 | 1 | -1/+4 |
* | Merge xz 5.2.0. | rpaulo | 2015-02-09 | 128 | -1245/+7723 |
|\ |
|
| * | Vendor import of xz-5.2.0 (stripped) | rpaulo | 2015-02-06 | 118 | -1222/+7678 |
* | | Do not mark shared structures as __packed, it leads to race condition | gonzo | 2015-02-09 | 1 | -3/+3 |
* | | Remove unused variables | gonzo | 2015-02-09 | 2 | -3/+0 |
* | | Fix an extremely subtle concurrency bug triggered by running on 32-thread | nwhitehorn | 2015-02-09 | 1 | -6/+11 |
* | | Technically speaking, using one virtal processor area for all CPUs is a | nwhitehorn | 2015-02-09 | 1 | -12/+20 |
* | | Simplify trapcode setup by placing a copy of the generic trap handler at | nwhitehorn | 2015-02-09 | 1 | -35/+32 |
* | | revert r278414 | bapt | 2015-02-08 | 1 | -3/+0 |
* | | Reapply r255891 | bapt | 2015-02-08 | 1 | -0/+3 |
* | | Preset the object's color, or alignment, to maximize superpage usage. | alc | 2015-02-08 | 1 | -1/+2 |
* | | Fix ordering of "*logout" and "*terminate"; no functional changes. | trasz | 2015-02-08 | 1 | -40/+40 |
* | | Extend ICL to add receive offload methods. For software ICL backend | trasz | 2015-02-08 | 7 | -41/+193 |
* | | Add some error checking on the supplied page size list. This makes sure | nwhitehorn | 2015-02-08 | 1 | -7/+16 |
* | | Add Neoway WM620 module ID. | dchagin | 2015-02-08 | 2 | -0/+2 |
* | | Make output of "iscsictl -v" and "ctladm islist -v" a little prettier | trasz | 2015-02-08 | 2 | -2/+2 |
* | | cxgbe(4): tidy up some of the interaction between the Upper Layer | np | 2015-02-08 | 6 | -30/+60 |
* | | cxgbe(4): adapter_full_init is always a synchronized operation. | np | 2015-02-08 | 1 | -0/+1 |
* | | cxgbe(4): a change to the synchronization rules within the the driver. | np | 2015-02-08 | 2 | -1/+6 |
* | | Fix a typo in r278137: make sure to free provider state. | markj | 2015-02-08 | 1 | -1/+1 |
* | | Add VideoCore audio driver for Rasperry Pi (BCM2835) | gonzo | 2015-02-08 | 4 | -0/+1068 |
* | | Act as a bus in attach method: probe and attach devices | gonzo | 2015-02-08 | 1 | -0/+3 |
* | | Big wpi(4) overhaul! Not by me! | adrian | 2015-02-07 | 4 | -2674/+4243 |
* | | Add WPI_DEBUG option. | adrian | 2015-02-07 | 2 | -1/+4 |
* | | Remove kdb_backtrace extern; get the definition for kdb_backtrace from | ngie | 2015-02-07 | 1 | -3/+3 |
* | | Protect uninitialized scalar variable from being accessed | pfg | 2015-02-07 | 2 | -2/+2 |