summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-0917-168/+470
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-094-8/+43
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...nwhitehorn2015-02-091-3/+15
* Add new alias "bsdconfig api" (same as "bsdconfig includes")dteske2015-02-091-0/+1
* This fixes two conditions that can incur when migrationrrs2015-02-092-86/+155
* Add a few more instructions to xz/FREEBSD-upgrade.rpaulo2015-02-091-0/+3
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).dteske2015-02-091-1/+1
* Remove explicit routing/sendmail rc.d inclusion in FILESngie2015-02-091-2/+0
* Revert SVN r278464 -- fingers were in perforce mode (prematuredteske2015-02-096-78/+23
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).dteske2015-02-096-23/+78
* Prefer install over mkdir to create the directory. Add test to ensureimp2015-02-091-3/+3
* Move these definitions to bsd.own.mk along side the kernel directory /imp2015-02-092-5/+5
* Fix typo.imp2015-02-091-1/+1
* We need to create /boot/dtb since some use cases don't create a fullimp2015-02-091-0/+4
* Make sure that we define DTB{OWN,GRP,MODE} so install works.imp2015-02-091-0/+3
* Pass MODULES_EXTRA to the modules build. While I'm here, also alwaysimp2015-02-091-3/+1
* Enforce that MK_foo options shall be either "yes" or "no" and nothingimp2015-02-092-0/+16
* Mark invalid page table entries correctly for PMAP as well as for thenwhitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside thebz2015-02-091-1/+1
* Revert r278445.gjb2015-02-091-4/+0
* Enable multi-threaded xz(1) compression, after r278433.gjb2015-02-092-2/+16
* Define FREEBSD_VERSION in release/Makefile, derivedgjb2015-02-091-0/+4
* Chase r278433: bump __FreeBSD_version for xz 5.2.0 which adds multi-threaddelphij2015-02-091-1/+1
* After r278004 was committed, Bruce Evans noted that the casts weredim2015-02-092-7/+7
* Fix typo in PTE insertion overflow handling: use the page we're actuallynwhitehorn2015-02-091-1/+4
* Merge xz 5.2.0.rpaulo2015-02-09128-1245/+7723
|\
| * Vendor import of xz-5.2.0 (stripped)rpaulo2015-02-06118-1222/+7678
* | Do not mark shared structures as __packed, it leads to race conditiongonzo2015-02-091-3/+3
* | Remove unused variablesgonzo2015-02-092-3/+0
* | Fix an extremely subtle concurrency bug triggered by running on 32-threadnwhitehorn2015-02-091-6/+11
* | Technically speaking, using one virtal processor area for all CPUs is anwhitehorn2015-02-091-12/+20
* | Simplify trapcode setup by placing a copy of the generic trap handler atnwhitehorn2015-02-091-35/+32
* | revert r278414bapt2015-02-081-3/+0
* | Reapply r255891bapt2015-02-081-0/+3
* | Preset the object's color, or alignment, to maximize superpage usage.alc2015-02-081-1/+2
* | Fix ordering of "*logout" and "*terminate"; no functional changes.trasz2015-02-081-40/+40
* | Extend ICL to add receive offload methods. For software ICL backendtrasz2015-02-087-41/+193
* | Add some error checking on the supplied page size list. This makes surenwhitehorn2015-02-081-7/+16
* | Add Neoway WM620 module ID.dchagin2015-02-082-0/+2
* | Make output of "iscsictl -v" and "ctladm islist -v" a little prettiertrasz2015-02-082-2/+2
* | cxgbe(4): tidy up some of the interaction between the Upper Layernp2015-02-086-30/+60
* | cxgbe(4): adapter_full_init is always a synchronized operation.np2015-02-081-0/+1
* | cxgbe(4): a change to the synchronization rules within the the driver.np2015-02-082-1/+6
* | Fix a typo in r278137: make sure to free provider state.markj2015-02-081-1/+1
* | Add VideoCore audio driver for Rasperry Pi (BCM2835)gonzo2015-02-084-0/+1068
* | Act as a bus in attach method: probe and attach devicesgonzo2015-02-081-0/+3
* | Big wpi(4) overhaul! Not by me!adrian2015-02-074-2674/+4243
* | Add WPI_DEBUG option.adrian2015-02-072-1/+4
* | Remove kdb_backtrace extern; get the definition for kdb_backtrace fromngie2015-02-071-3/+3
* | Protect uninitialized scalar variable from being accessedpfg2015-02-072-2/+2
OpenPOWER on IntegriCloud