summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsyongari2011-01-262-1/+8
* Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. Theyongari2011-01-262-0/+2
* Do not use interrupt taskqueue on controllers with MSI/MSI-Xyongari2011-01-262-32/+185
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-2613-25/+27
* Make SCTP_MAX_BURST compliant with the latest version oftuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-266-33/+43
* Unroll vgrind filter to no longer depend on vgrind(1) during buildworld.uqs2011-01-264-12/+1316
* Fix typo in example getopt(1) script: $i vs $1 [1]uqs2011-01-261-17/+17
* Prison check addresses set with multicast interface options.deischen2011-01-261-6/+9
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-262-12/+18
* Add missing part of r217877.mav2011-01-261-0/+1
* Add ar5416RestoreChainMask() which will undo any AR5416 specific chainmaskadrian2011-01-262-0/+15
* Add an AR5416 workaround - force a different bias based on 2.4ghz channel fre...adrian2011-01-262-0/+67
* Treat async buffer writes from the gjournal switcher thread the same askib2011-01-261-0/+1
* Break out the chainmask init code into a new function - ar5416InitChainMasks() .adrian2011-01-262-8/+18
* * fix HAL_DEBUG_INTERRUPT to be a separate bit, it was overlapping withadrian2011-01-261-1/+2
* Hardware supported by siis(4) allows software control over activity LEDs.mav2011-01-261-0/+19
* In addition to r217444 ignore also ATA status errors on DMA Auto-Activationmav2011-01-261-0/+8
* Make device initialization sequence shorter when possible. Do not enable/mav2011-01-261-3/+9
* Add -H flag to print thread id.dchagin2011-01-262-3/+15
* Fix another broken datedougb2011-01-261-1/+1
* Clarify the availability of the noatime option on network file systemsdougb2011-01-261-2/+6
* Fix my fix to nfe.4, and also fix re.4dougb2011-01-262-2/+2
* Fix date in .Dddougb2011-01-261-1/+1
* Remove TX taskqueue and directly invoke re_start in interrupt task.yongari2011-01-252-21/+13
* Fix compilation with debug on.cracauer2011-01-252-3/+3
* Remove dead code.jhb2011-01-251-1/+0
* Prefer MSI-X to MSI on controllers that support MSI-X. Allyongari2011-01-252-11/+54
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-2510-2/+26
* Emit .note.GNU-stack for the syscall stubs generated by libc only onkib2011-01-251-2/+9
* Fix get_program_var_addr() when type of the resolved symbol is functional.kib2011-01-251-1/+6
* sh: Clean up some old comments:jilles2011-01-251-6/+3
* Do not allocate buffer to hold data for zero-sized sections.kan2011-01-251-1/+3
* Disable TSO for all Realtek controllers. Experimentation showedyongari2011-01-251-7/+5
* Use test(1) operators and test for the catpage not being older than theuqs2011-01-251-2/+2
* Document sbuf_new_for_sysctl(9).mdf2011-01-252-1/+15
* When matching an incoming ARP against a bridge, ensure both interfaces belongthompsa2011-01-251-2/+2
* Remove DOS-style EOLssem2011-01-251-11/+11
* When vtruncbuf() iterates over the vnode buffer list, lock buffer objectkib2011-01-251-2/+5
* Bio shall not be accessed after g_io_deliver(9).kib2011-01-251-1/+1
* Fix logic error introduced in previous commit.jpaetzel2011-01-251-4/+10
* Document P_FOLLOWFORK.kib2011-01-251-0/+1
* Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.kib2011-01-251-5/+40
* Allow debugger to specify that children of the traced process should bekib2011-01-257-15/+98
* Back out r217734. [1]bz2011-01-252-3/+10
* * Re-format the v4k header to be consistentadrian2011-01-251-25/+29
* Bring over a fix from ath9k - zero some of the TX descriptors for Kite/AR9285.adrian2011-01-251-0/+14
* Rename this linux-ism __BIG_ENDIAN_BITFIELD macro to something suitable for F...adrian2011-01-251-3/+3
* Commit updated AR9285 (Kite) v2 initvals from ath9k.adrian2011-01-251-14/+103
* Fix this tool to use the updated (corrected) v4k eeprom definition introduced...adrian2011-01-251-7/+20
OpenPOWER on IntegriCloud