summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-2712-2/+1070
* watchdogd(8) and watchdog(4) enhancements.alfred2013-02-274-38/+666
* Merge from vmobj-rwlock:attilio2013-02-278-22/+14
* The .journal file needs to reside on the ROOTINO which must not extendpho2013-02-271-1/+1
* MFV 247176, 247178, 247315:mm2013-02-276-114/+352
* Map libraries linked with -Ttext-segment=base_addr at base_addr.tijl2013-02-271-1/+1
* Fix typogonzo2013-02-271-1/+1
* - Initialize GPIO_OE register based on pinmux configurationgonzo2013-02-271-0/+14
* Make recursive getblk() slightly more useful. Keep the buffer statekib2013-02-271-6/+13
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-274-17/+63
* An inode block must not be blockingly read while cg block is owned.kib2013-02-271-6/+67
* Clear the memory allocated to build the unwind tables. This fixes C++andrew2013-02-271-0/+2
* RX checksum offloading on old Yukon controllers seem to cause moreyongari2013-02-271-0/+6
* I give up - just throw the EWMA update into the normal update_stats()adrian2013-02-271-105/+27
* Fix typo in EFI GPT GUID.benno2013-02-271-1/+1
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0smh2013-02-276-326/+481
* Enable STBC for the given rate series if it's negotiated:adrian2013-02-271-5/+18
* Fixes mfi panic on recused on non-recusive mutex MFI I/O locksmh2013-02-272-4/+4
* Add in the STBC TX/RX capability support into the HAL and driver.adrian2013-02-274-1/+32
* Merge from vmc-playground branch:attilio2013-02-2610-78/+76
* Clarify that overriding the -h/-D flags through flags in device.hintsn_hibma2013-02-261-4/+3
* Remove redundant xpt_alloc_ccb in isp_target_thread that was causing leakage.mjacob2013-02-261-2/+0
* cxgbe(4): Report unusual out of band errors from the firmware.np2013-02-261-2/+45
* Be more verbose on ZFS deadman I/O panicmm2013-02-261-1/+5
* cxgbe(4): Consider all the API versions of the interfaces exported bynp2013-02-263-64/+128
* Remove white spaces.attilio2013-02-262-4/+4
* Fix casting.trociny2013-02-261-5/+5
* Ignore the BARRIER flag in the virtio block header.neel2013-02-261-4/+11
* Export vfp_init() prototype, for use in the MP code.cognet2013-02-261-0/+1
* Fix SMP build.cognet2013-02-261-4/+3
* Don't forget to init the VFP stuff for all cores.cognet2013-02-261-0/+8
* Revert r247300 for now. I'll post a new changeset for review.delphij2013-02-264-12/+15
* no one bothered to write the iconv.9 man page... If it appears wejmg2013-02-261-2/+1
* Correct a typo introduced in r153575, which gives inverted logic whendelphij2013-02-261-1/+1
* Add a quirk to disable this driver for certain older laptops with an ICH2jhb2013-02-261-4/+17
* Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-264-13/+29
* Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-265-12/+12
* Change the way how software PMC updates counters.mav2013-02-261-2/+6
* Update the EWMA statistics for each intermediary rate as well as the finaladrian2013-02-261-10/+33
* Be more conservative in auto-sizing and capping the kmem submap. Inalc2013-02-261-3/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-262-2/+0
* Eliminate a duplicate #include.alc2013-02-261-1/+0
* RPi users might want to touch the boot partition, which is always FATkientzle2013-02-261-2/+5
* Adjust the arm kernel entry point address properly regardless of whether theian2013-02-261-6/+17
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. Thisdelphij2013-02-264-15/+12
* Merge from vmobj-rwlock branch:attilio2013-02-2619-20/+0
* Update base system libexpat to 2.1.0.delphij2013-02-2628-22534/+552
|\
| * Vendor import of expat 2.1.0 (trimmed).delphij2013-02-2626-22432/+532
| * Apply a vendor fix (rev 1.165): Don't update next pointer since it coulddelphij2009-12-111-1/+0
| * Correct a DoS issue when processing XML document with malformeddelphij2009-12-101-1/+1
OpenPOWER on IntegriCloud