summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-07-03Rename mtx_cpu to mtx_owner for consistency with the other platforms.Miod Vallat
2015-07-03Fix cast in atomic_swap_ptr()Miod Vallat
2015-07-03Correctly restore ipl in fpusave_proc() when we have to busy loop.Miod Vallat
2015-07-02most of the destinations for mbufs in ether_input are mpsafe except forDavid Gwynne
2015-07-02tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only lookDavid Gwynne
2015-07-02Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pvMark Kettenis
2015-07-02Move back rdomain's check into ether_output() otherwise it triggersMartin Pieuchot
2015-07-02Unify the check for up & running between all pseudo-drivers.Martin Pieuchot
2015-07-02By design if_input_process() needs to hold a reference on the receivingMartin Pieuchot
2015-07-02copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.David Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-06-30Get rid of the undocumented & temporary* m_copy() macro added forMartin Pieuchot
2015-06-30Rename if_output() into if_enqueue() to avoid confusion with commentsMartin Pieuchot
2015-06-30Move the specialized m_copym2() preserving the alignment of the payloadMartin Pieuchot
2015-06-30Clean up a needless check in an if statement.Mike Larkin
2015-06-30Add "sd" to be specifiedit as "rootdev=" boot parameter.YASUOKA Masahiko
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
2015-06-29Clear root hub's "port link state".Martin Pieuchot
2015-06-29Move the logic to handle a "connect status change" from uhub_explore()Martin Pieuchot
2015-06-29Never cache a RTF_GATEWAY route as next hop for a gateway route.Martin Pieuchot
2015-06-29Add missing definition of "usb_interface_assoc_descriptor" needed to forMartin Pieuchot
2015-06-29count if_ibytes in if_input like we do for if_ipackets.David Gwynne
2015-06-29dont double count if_ibytes here, it gets done by something insideDavid Gwynne
2015-06-29enable vexpressJonathan Gray
2015-06-29Implement membar_* for armv7 with the dmb instruction. The previousJonathan Gray