aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to these drivers. Note that these two drivers are actuallyJohn Baldwin2009-11-194-72/+114
* - This driver used the if_watchdog timer both as a watchdog on transmit andJohn Baldwin2009-11-192-23/+43
* - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).John Baldwin2009-11-192-33/+22
* This driver has two modes, a netgraph mode and an ifnet mode. In theJohn Baldwin2009-11-192-18/+15
* These drivers only set if_timer but never set if_watchdog. Just removeJohn Baldwin2009-11-193-8/+0
* Tune CAM ATA kernel options a bit. Move PMP support from da to scbus andAlexander Motin2009-11-191-2/+2
* Provide an effective (relocated) address when building modules metadata.Rafal Jaworowski2009-11-191-1/+3
* Fix cpuid output on E500 core.Rafal Jaworowski2009-11-191-0/+2
* Fix tinderbox build for i386 and sync amd64 with it.Jung-uk Kim2009-11-192-2/+2
* Extend ddb(4) "show mount" command to print active string mount options.Jaakko Heinonen2009-11-191-0/+13
* Adapt r197136 to IPv6 stack:Bruce M Simpson2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:Bruce M Simpson2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:Bruce M Simpson2009-11-191-15/+35
* Correct a comment.Bruce M Simpson2009-11-191-1/+1
* Adapt r197314 to IPv6 stack:Bruce M Simpson2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:Bruce M Simpson2009-11-191-1/+3
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.Bruce M Simpson2009-11-191-8/+30
* opt_* headers are included using the quoted form.Marcel Moolenaar2009-11-192-2/+2
* - Change internal function bpf_jit_compile() to return allocated size ofJung-uk Kim2009-11-184-26/+22
* - Make BPF JIT compiler working again in userland. We are limiting size ofJung-uk Kim2009-11-186-27/+57
* Add WorldB SKU.Rui Paulo2009-11-181-0/+27
* Simplify both the invocation and the implementation of vm_fault() for wiringAlan Cox2009-11-184-37/+16
* Fix a bug where the system panics when a SHUTDOWN is received with anMichael Tuexen2009-11-181-0/+3
* Get rid of unused fields addr_over which is never really used,Michael Tuexen2009-11-173-10/+0
* - Unbreak build with KLD_DEBUG definedOleksandr Tymoshenko2009-11-171-1/+6
* Unroll copying of the registers in {g,s}et_mcontext() and limit itMarius Strobl2009-11-171-6/+56
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-174-10/+9
* Fix pgsignal() call after signature change in r199355.Konstantin Belousov2009-11-171-1/+5
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-179-62/+29
* It seems generation of link state change of e1000phy(4) is notPyun YongHyeon2009-11-171-0/+2
* Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin2009-11-174-173/+100
* fixed two race conditions when inserting/removing SAs via PFKey,VANHULLEBUS Yvan2009-11-171-2/+3
* Remove duplicate 'ural' entry since it was added to the MI NOTES a whileJohn Baldwin2009-11-171-2/+0
* Use a private callout timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-173-20/+33
* Use a private timer to run the statistics timer instead of (ab)usingJohn Baldwin2009-11-172-20/+15
* Fix a bug where queued ASCONF messags are not sent out.Michael Tuexen2009-11-171-0/+1
* Fix a memory leak when destroying an SCTP stack.Michael Tuexen2009-11-171-10/+27
* Do not start the iterator when there are no associations.Michael Tuexen2009-11-171-36/+38
* Disable (temporary) the thread based interator. It does not work with vnet.Michael Tuexen2009-11-171-0/+3
* Allow the UMA to free data. This resolves the UMA related bug reportedMichael Tuexen2009-11-171-2/+1
* Do not hold the lock longer than necessary.Michael Tuexen2009-11-171-1/+1
* Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lockMichael Tuexen2009-11-171-0/+4
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov2009-11-175-35/+74
* Add a forgotten module Makefile change from the previous commit.Jung-uk Kim2009-11-161-2/+2
* Merge ACPICA 20091112.Jung-uk Kim2009-11-1645-333/+1359
|\
* | Do not require payload data to be aligned. It is not mentioned in datasheetAlexander Motin2009-11-161-1/+1
* | Sort ID list by vendor.Andrew Thompson2009-11-161-6/+6
* | Add the Curitel UM175 3g device.Andrew Thompson2009-11-162-0/+2
* | Change the way in which AHCI+PATA combined controllers, such as JMicronAlexander Motin2009-11-167-301/+415
* | Disable PortMultiplier Async Notifications for time of ports reset.Alexander Motin2009-11-161-12/+33