summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-07-13Avoid a situation where we do not set the tcp persist timer afterAlexander Bluhm
2015-07-13Do not attempt to configure octhci, superseded by dwc2Miod Vallat
2015-07-13remove unused cpu_copy_trampoline; ok mlarkinMike Belopuhov
2015-07-13remove unused isa_nodefaultirq; ok kettenis, mlarkinMike Belopuhov
2015-07-13First stab at making the hppa mpsafe. Not quite there yet though.Mark Kettenis
2015-07-13Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace itMark Kettenis
2015-07-12Do not trust the hardware when it says that the number of remainingMartin Pieuchot
2015-07-11Make use of recent drm_linux.h additions to further reduce theJonathan Gray
2015-07-10Make KASSERT in tcp_input() less strict, tcpcb may be NULL.Alexander Bluhm
2015-07-10usbd_{endpoint,interface}_count() are no longer used and die.Martin Pieuchot
2015-07-10Do not use usbd_endpoint_count() and usbd_interface_count(), thesesMartin Pieuchot
2015-07-10Committed from the wrong tree. So now for real:Mark Kettenis
2015-07-10Avoid calling pool_put(9) while holding a mutex here as well to prevent lockMark Kettenis
2015-07-10Don't call pool_put(9) while holding a mutex. Instead collect pv entries inMark Kettenis
2015-07-10Avoid calling pool_put(9) while holding a mutex here as well to prevent lockMark Kettenis
2015-07-10Don't call pool_put(9) while holding a mutex. Instead collect pv entries inMark Kettenis
2015-07-09Disable pool_gc on m88k if MULTIPROCESSOR; we don't have enough volunteersMiod Vallat
2015-07-09Revert previous, doesn't fix anything. I managed to reproduceStefan Sperling
2015-07-09Move the softc definition to uvideo.c so that userland can includeMartin Pieuchot
2015-07-09Allow more time for USB athn(4) firmware boot. It seems people on daemonforumsStefan Sperling
2015-07-09Prevent possible interrupt recursion before unwinding the stack.Mike Belopuhov
2015-07-09Do not use usbd_endpoint_count(), this function is almost unused andMartin Pieuchot
2015-07-09Remove unused prototype.Mark Kettenis
2015-07-09Remove unused arguments and the associated code from nd6_nud_hint().Martin Pieuchot
2015-07-09Name unamed structures, from Ludovic Coues with some tweaks.Martin Pieuchot
2015-07-08Fix a use-after-free, from Maxime Villard w/ Brainy.Martin Pieuchot
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2015-07-08Linking the local socket to pf states went wrong when IPsec wasAlexander Bluhm
2015-07-08Overallocate the data segment lists to ensure there's always space for theJonathan Matthew
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-07-08Pass an interface index instead of a pointer to in6_addr2scopeid().Martin Pieuchot
2015-07-08Use a new RTF_CONNECTED flag for interface (connected) routes.Martin Pieuchot
2015-07-08unifdef IN6_IFSTAT_STRICT.Martin Pieuchot
2015-07-08RTF_LOCAL and RTF_BROADCAST must not be settable by userland.Martin Pieuchot
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-07Return correct file name entry from DWARF line tableMatthew Dempsky
2015-07-07Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput().Martin Pieuchot
2015-07-07Do not return internal nodes to the upper layer in rn_lookup().Martin Pieuchot
2015-07-06disksort is dead, and now so is any code that relied on its compatDavid Gwynne
2015-07-06We're now creating a connected route for every configured address soMartin Pieuchot
2015-07-06No longer need to manually pass RTF_MPATH to rt_ifa_add(9).Martin Pieuchot
2015-07-06Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.Stefan Sperling
2015-07-05fix a format specifier used in SR_DEBUG printfs.Mike Larkin
2015-07-05regenJoerg Jung
2015-07-05add id for TEMPerHUM sensorJoerg Jung
2015-07-04Fix misleading indentMiod Vallat
2015-07-04get rid of some if 0 code that refers to b_actf.David Gwynne
2015-07-04replace the manual buf list management with a fifo bufq. it simplifiesDavid Gwynne
2015-07-04count outgoing packets like every other driver.David Gwynne
2015-07-03Put the newline at the right place.Miod Vallat