summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)avg2013-02-033-3/+33
* crunch: Sync some NetBSD changespfg2013-02-031-0/+2
* Another overhaul of the CPSW driver for BeagleBonekientzle2013-02-033-901/+1586
* Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view tojhibbits2013-02-032-66/+61
* Regenerate src.conf(5).dim2013-02-021-0/+7
* Add missing src.conf(5) fragments for WITHOUT_LIBCPLUSPLUS and WITH_GPL_DTC.dim2013-02-022-0/+5
* crunch: Sync some NetBSD changespfg2013-02-021-2/+3
* Regenerate src.conf(5).dim2013-02-021-4/+25
* Pull in r170135 from upstream clang trunk:dim2013-02-0270-18/+218
* ext2fs: general cleanup.pfg2013-02-027-61/+17
* Improve r238673 to additionally allow for odd-aligned buffers asmarius2013-02-022-10/+49
* crunch: Sync some NetBSD changes.pfg2013-02-023-26/+26
* Use the default policy table of RFC 6724.ume2013-02-021-10/+18
* fix some fat-fingering in r246246avg2013-02-022-2/+2
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* cpususpend_handler: mark AP as resumed only after fully setting up lapicavg2013-02-022-4/+4
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderavg2013-02-024-10/+17
* print compiler version in the kernel banneravg2013-02-024-0/+7
* ng_ether: track interface renamingavg2013-02-021-4/+56
* solaris compat: remove KM_ZEROavg2013-02-021-1/+0
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* zfs: add MODULE_VERSION for zfsctrlavg2013-02-021-0/+1
* Fix an obvious typo that broke time specifications of the formkientzle2013-02-022-4/+8
* Tweaks to standard BEAGLEBONE config, as recently discussedkientzle2013-02-021-3/+3
* Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlanadrian2013-02-021-1/+1
* Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctlyadrian2013-02-021-0/+4
* Merge bmake-20130123sjg2013-02-0184-795/+11057
|\
| * Tag bmake-20130123sjg2013-01-31183-0/+64925
| * Import bmake-20130123sjg2013-01-3181-665/+10963
* | Remove support for plip from the GENERIC kernel as no systems in theeadler2013-02-014-4/+0
* | Display MSI-X table and PBA offsets when displaying information about MSI-Xneel2013-02-011-11/+15
* | The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thankib2013-02-011-2/+2
* | Backup FATs were sometimes marked dirty by copying their first blockkib2013-02-011-1/+12
* | The directory entry for dotdot was corrupted in the FAT32 case when movingkib2013-02-011-5/+13
* | The mountmsdosfs() function had an insane sanity test, remove it.kib2013-02-011-2/+1
* | Fix a backwards comment in markvoldirty().kib2013-02-011-1/+1
* | Add support for MSI-X interrupts in the virtio block device and make thatneel2013-02-011-8/+98
* | Assert that the mbuf in the chain has sane length. Proper place forkib2013-02-011-0/+1
* | The change to reduce default smp_tsc_shift caused tsc shift to becomekib2013-02-011-35/+43
* | Add placeholder constants to reserve a portion of the socket optionjhb2013-02-014-0/+17
* | Change old-style function definitioncharnier2013-02-0113-143/+75
* | uma_zone_set_max() directly returns the rounded effective zoneandre2013-02-012-6/+6
* | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.andre2013-02-011-5/+0
* | - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-012-127/+126
* | Get time of next event from other cores only if SMP is already started.gber2013-02-011-8/+10
* | Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.andre2013-02-011-2/+5
* | Fix for hardware checksum offloading in SMSC driver.hselasky2013-02-011-1/+7
* | Include SMSC driver into default kernel build.hselasky2013-02-012-2/+2
OpenPOWER on IntegriCloud