summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Make use of USB ID sections configurable.hselasky2013-02-014-1/+12
* | Delete the "blackhole" driver - it is not needed anymore.neel2013-02-013-140/+0
* | Prevent a null pointer dereference in pw userdel when deletingdeischen2013-02-011-1/+1
* | Fix a broken assumption in the passthru implementation that the MSI-X tableneel2013-02-012-24/+47
* | Fix a bug in the passthru implementation where it would assume that allneel2013-02-014-8/+34
* | Increase the number of passthru devices supported by bhyve.neel2013-02-012-17/+29
* | Now that MPSAFE flag is gone, we can arrange code a bit better.pjd2013-01-311-49/+46
* | Remove leftover label after Giant removal from VFS.pjd2013-01-311-5/+3
* | Remove label that was accidentally moved during Giant removal from VFS.pjd2013-01-311-3/+4
* | Simplify code a bit. This is leftover after Giant removal from VFS.pjd2013-01-311-3/+1
* | sh: Prefer our character classification functions to <ctype.h>.jilles2013-01-312-3/+2
OpenPOWER on IntegriCloud