summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-314-123/+69
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-3111-220/+419
* Change the code to use %jd as printf() placeholder for uio_offset anddavide2012-10-312-4/+7
* Minor mdoc and language fixes.joel2012-10-301-3/+2
* Removed unnecessary bits in the header that shows where I stole the templatebapt2012-10-301-3/+0
* Document the pw_util(3) functionsbapt2012-10-302-1/+299
* Pull in r165377 from upstream llvm trunk:dim2012-10-301-1/+8
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-307-5/+11
* Catch up with r238925. ktr_entries may not be a power of 2.np2012-10-301-2/+2
* atrun(8): scale default load average limit with the number of CPUsmjg2012-10-302-2/+21
* If a USB mass storage device doesn't respond properlyhselasky2012-10-301-2/+5
* Fix SMP build for omap4cognet2012-10-301-1/+1
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-302-2/+7
* - Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.zont2012-10-303-8/+0
* Document disk_resize(9).trasz2012-10-302-2/+12
* Use M_ZERO instead of explicit memsets and bzeros.trasz2012-10-302-34/+14
* Set all pins initial connection status to unknown (2) and then update itmav2012-10-301-10/+10
* tdq_lock_pair() already does spinlock_enter() so migration is notattilio2012-10-301-2/+0
* Print card and subsystem IDs in verbose logs to help to identify system.mav2012-10-306-5/+16
* The argument len of m_pullup(9) could be less than or equal to MHLEN.kevlo2012-10-301-1/+1
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-3014-620/+175
* TSO engine of L1 requires a separate DMA descriptor for TCPyongari2012-10-301-32/+49
* Actually check board type rather than using a specialized octeon_is_simulationjmallett2012-10-308-30/+9
* Remove oct_read64 and oct_write64 and use their equivalents from the Simplejmallett2012-10-302-145/+11
* Remove stale declarations.jmallett2012-10-301-3/+0
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceandrew2012-10-301-5/+5
* Speed feature tests and initialize helper configuration that some CPUs require.jmallett2012-10-304-2/+9
* Separate interrupts enable/disable logic from setting port parameters.gonzo2012-10-301-6/+13
* s/dettach/detach/gdelphij2012-10-301-3/+3
* Minor addition to r242323:mav2012-10-292-4/+4
* Whitespace changes due to upstream integration of SCTP changes in thetuexen2012-10-293-53/+39
* Add braces (as used elsewhere in the SCTP code).tuexen2012-10-291-2/+2
* Use ntohs() and htons() in correct order. However, this doesn't changetuexen2012-10-291-1/+1
* backout r242319, racy and not done in the right placebapt2012-10-292-18/+0
* Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.mav2012-10-2912-173/+91
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-293-26/+20
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-294-1/+371
* Add new quirks:gonzo2012-10-292-16/+61
* make pw_init and gr_init fail if the specified master password or group file isbapt2012-10-292-0/+20
* Work around broken device tree on last-generation PowerPC iMacsnwhitehorn2012-10-291-0/+4
* Make GEOM RAID more aggressive in marking volumes as clean on shutdownmav2012-10-291-17/+20
* Forced commit to provide the correct commit message to r242251:andre2012-10-291-3/+3
* In soreceive_stream() don't drop an already dequeued mbuf chain byandre2012-10-291-5/+11
* Define the delayed ACK timeout value directly as hz/10 instead ofandre2012-10-291-1/+1
* Add logging for socket attach failures in sonewconn() during accept(2).andre2012-10-291-5/+21
* add support for newer Lenovo ThinkPads to acpi_ibmbapt2012-10-291-1/+1
* Since the macro dtom() has been removed, fix comments about the dtom.kevlo2012-10-292-3/+3
* Add a sysctl to change the LED display.jmallett2012-10-291-0/+41
* Load ipdivert.ko when natd_enable=YES.hrs2012-10-291-4/+4
* Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE,alc2012-10-292-22/+21
OpenPOWER on IntegriCloud