aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.Andrew Turner2015-05-221-0/+32
* 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-221-2/+4
* 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-2254-3845/+3965
* 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
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...David C Somayajulu2015-05-211-27/+79
* 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
* Emulate the "CMP r/m, reg" instruction (opcode 39H).Neel Natu2015-05-211-6/+22
* Ensure that the static structs emitted by the MODULE_DEPEND() andDimitry Andric2015-05-211-2/+4
* Add the MMC/SD driver for Allwinner SoCs.Luiz Otavio O Souza2015-05-2112-6/+1036
* Revert r282971. It depends on condvar consumers not destroying condvarsJohn Baldwin2015-05-212-13/+12
* remove stray ; that came in r272673...John-Mark Gurney2015-05-211-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-2131-133/+116
* Add missing break statement.Ganbold Tsagaankhuu2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.Ganbold Tsagaankhuu2015-05-212-0/+429
* Remove unnecessary break statements.Ganbold Tsagaankhuu2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beGanbold Tsagaankhuu2015-05-213-41/+18
* Do grammar fix in the comment to record the right commit message forKonstantin Belousov2015-05-201-2/+2
* Remove the write-only variable phent. We currently do not check theKonstantin Belousov2015-05-201-0/+1
* Fix memory leak.Mariusz Zaborski2015-05-201-0/+1
* Style.Mariusz Zaborski2015-05-201-1/+1
* Always use the nv_free function.Mariusz Zaborski2015-05-201-4/+4
* Correct variable name in the interface.Mariusz Zaborski2015-05-201-1/+1
* Avoid trying to build cxbge on 32-bit MIPSEd Maste2015-05-201-0/+1
* In the reply to SADB_X_SPDGET message use the same sequence number thatAndrey V. Elsukov2015-05-201-2/+3
* EVENTHANDLER_REGISTER() doesn't fail.Gleb Smirnoff2015-05-201-6/+0