aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2015-05-2622-186/+223
|\
| * Fix a lock up where we enter swapper() with interrupts disabled.Andrew Turner2015-05-231-0/+1
| * Use the wait-for-event instruction to put the core we have just enabledAndrew Turner2015-05-231-2/+9
| * The NFS client generated directory block(s) with d_fileno == 0Rick Macklem2015-05-231-38/+0
| * Update P_TOTAL_STOP commentary.Sergey Kandaurov2015-05-231-1/+1
| * If thread requested to not stop on non-boundary, then not onlyKonstantin Belousov2015-05-231-5/+2
| * Simplify the allocation of page table pages for mips64. Specifically,Alan Cox2015-05-231-1/+1
| * ddb: de-registerPedro F. Giffuni2015-05-235-18/+16
| * Remove an unused header.Andrew Turner2015-05-232-92/+0
| * Properly update TX statistics for wlan(4).Andrey V. Elsukov2015-05-232-8/+21
| * Add support for the tuning cap for Hornet/AR9331 boards.Adrian Chadd2015-05-231-1/+9
| * Exceptions don't deliver an error code in real mode.Neel Natu2015-05-231-0/+11
| * Use mkimg(1) to create the i386 memstick images, similar toGlen Barber2015-05-231-10/+3
| * Convert to use libxo. Document use of libxo as well.Marcel Moolenaar2015-05-226-166/+253
| * Fix staging virtual machine images for ftp propagation.Glen Barber2015-05-221-30/+41
| * Adjust default argument construction for -c to be getopt compliant forPeter Wemm2015-05-221-1/+1
| * Fix typo in symbol name. It helps to hit save in all your buffersWarner Losh2015-05-221-1/+1
| * Remove the verification of instruction length after instruction decode. TheNeel Natu2015-05-221-16/+0
| * Fix a number of logic and/or naming problems in Makefile.mirrors.Glen Barber2015-05-221-51/+103
| * Export the eflags field from the elf header. This allows betterWarner Losh2015-05-223-22/+28
| * ddb: Use NULL for pointersPedro F. Giffuni2015-05-221-49/+49
| * ipf(1): Use strchr(3) instead of deprecated index(3)Ed Maste2015-05-221-1/+1
| * Don't rely on the 'VM-exit instruction length' field in the VMCS to alwaysNeel Natu2015-05-222-13/+11
| * CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-22100-149/+145
| * Bump rx_overruns when indicated by the ICR mask.Sean Bruno2015-05-221-0/+3
| * Fix a syntax error in bsdinstall/zfsbootAllan Jude2015-05-221-1/+1
| * Add a miibus_statchg and use it to enable Gigabit mode when appropriate.Andrew Turner2015-05-221-0/+32
| * Start documenting ctl(4) sysctls.Edward Tomasz Napierala2015-05-221-1/+17
| * Advertise ctlstat(8) a little better.Edward Tomasz Napierala2015-05-224-6/+10
| * Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-222-14/+16
| * Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-223-2/+148
| * Always set p_oppid when attaching to an existing process via procfsJohn Baldwin2015-05-221-1/+1
| * sfxge: relax assertion to allow RST flag in TSO packetsAndrew Rybchenko2015-05-221-2/+8
| * Need to handle the !FDT case still too... I thought in r270025 weWarner Losh2015-05-221-0/+4
| * Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-2255-3852/+3985
| * Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-222-0/+18
| * Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu2015-05-223-44/+49
| * The NFS client wasn't handling getdirentries(2) requests for sizesRick Macklem2015-05-211-1/+15
| * Fix make(1) syntax error for non-embedded targets.Glen Barber2015-05-211-1/+3
| * If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,Glen Barber2015-05-211-9/+50
| * Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...David C Somayajulu2015-05-211-27/+79
| * Remove the arm/armv6 bits from Makefile.mirrors, which needsGlen Barber2015-05-211-7/+0
| * Include xz(1)-compressed images when not a snapshot build.Glen Barber2015-05-211-2/+4
| * cd(1) to .CURDIR before calling stat(1) to fix the pathGlen Barber2015-05-211-6/+9
| * The 'hostbridge' device exists to allow guests to infer msi/msixTycho Nightingale2015-05-211-1/+1
| * Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingLuiz Otavio O Souza2015-05-212-2/+10
| * Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southJung-uk Kim2015-05-212-11/+18
| * Eliminate unneeded includes.Xin LI2015-05-2112-17/+1
| * Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthNeel Natu2015-05-211-1/+12
| * Emulate the "CMP r/m, reg" instruction (opcode 39H).Neel Natu2015-05-211-6/+22