summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge from headsjg2015-05-2622-186/+223
|\
| * Fix a lock up where we enter swapper() with interrupts disabled.andrew2015-05-231-0/+1
| * Use the wait-for-event instruction to put the core we have just enabledandrew2015-05-231-2/+9
| * The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
| * Update P_TOTAL_STOP commentary.pluknet2015-05-231-1/+1
| * If thread requested to not stop on non-boundary, then not onlykib2015-05-231-5/+2
| * Simplify the allocation of page table pages for mips64. Specifically,alc2015-05-231-1/+1
| * ddb: de-registerpfg2015-05-235-18/+16
| * Remove an unused header.andrew2015-05-232-92/+0
| * Properly update TX statistics for wlan(4).ae2015-05-232-8/+21
| * Add support for the tuning cap for Hornet/AR9331 boards.adrian2015-05-231-1/+9
| * Exceptions don't deliver an error code in real mode.neel2015-05-231-0/+11
| * Use mkimg(1) to create the i386 memstick images, similar togjb2015-05-231-10/+3
| * Convert to use libxo. Document use of libxo as well.marcel2015-05-226-166/+253
| * Fix staging virtual machine images for ftp propagation.gjb2015-05-221-30/+41
| * Adjust default argument construction for -c to be getopt compliant forpeter2015-05-221-1/+1
| * Fix typo in symbol name. It helps to hit save in all your buffersimp2015-05-221-1/+1
| * Remove the verification of instruction length after instruction decode. Theneel2015-05-221-16/+0
| * Fix a number of logic and/or naming problems in Makefile.mirrors.gjb2015-05-221-51/+103
| * Export the eflags field from the elf header. This allows betterimp2015-05-223-22/+28
| * ddb: Use NULL for pointerspfg2015-05-221-49/+49
| * ipf(1): Use strchr(3) instead of deprecated index(3)emaste2015-05-221-1/+1
| * Don't rely on the 'VM-exit instruction length' field in the VMCS to alwaysneel2015-05-222-13/+11
| * CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-22100-149/+145
| * Bump rx_overruns when indicated by the ICR mask.sbruno2015-05-221-0/+3
| * Fix a syntax error in bsdinstall/zfsbootallanjude2015-05-221-1/+1
| * Add a miibus_statchg and use it to enable Gigabit mode when appropriate.andrew2015-05-221-0/+32
| * Start documenting ctl(4) sysctls.trasz2015-05-221-1/+17
| * Advertise ctlstat(8) a little better.trasz2015-05-224-6/+10
| * Expand ktr_mask to be a 64-bit unsigned integer.jhb2015-05-222-14/+16
| * Only reparent a traced process to its old parent if the tracing process isjhb2015-05-223-2/+148
| * Always set p_oppid when attaching to an existing process via procfsjhb2015-05-221-1/+1
| * sfxge: relax assertion to allow RST flag in TSO packetsarybchik2015-05-221-2/+8
| * Need to handle the !FDT case still too... I thought in r270025 weimp2015-05-221-0/+4
| * Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2255-3852/+3985
| * Add helper method fdt_find_child to make access to child nodes easier.gonzo2015-05-222-0/+18
| * Add stat counters for Jumbo Frames using SGE ring.davidcs2015-05-223-44/+49
| * The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
| * Fix make(1) syntax error for non-embedded targets.gjb2015-05-211-1/+3
| * If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,gjb2015-05-211-9/+50
| * Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...davidcs2015-05-211-27/+79
| * Remove the arm/armv6 bits from Makefile.mirrors, which needsgjb2015-05-211-7/+0
| * Include xz(1)-compressed images when not a snapshot build.gjb2015-05-211-2/+4
| * cd(1) to .CURDIR before calling stat(1) to fix the pathgjb2015-05-211-6/+9
| * The 'hostbridge' device exists to allow guests to infer msi/msixtychon2015-05-211-1/+1
| * Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingloos2015-05-212-2/+10
| * Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southjkim2015-05-212-11/+18
| * Eliminate unneeded includes.delphij2015-05-2112-17/+1
| * Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthneel2015-05-211-1/+12
| * Emulate the "CMP r/m, reg" instruction (opcode 39H).neel2015-05-211-6/+22
OpenPOWER on IntegriCloud