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