summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-11-10Grab the pool mutex in sysctl_dopool(), but only for pools for whichMark Kettenis
2014-11-10Split the logic for the ICMP and ICMP6 case in pf_get_sport(). TheAlexander Bluhm
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov
2014-11-10Gather full statistics only when IX_DEBUG is definedMike Belopuhov
2014-11-10don't try to update the link status every secondMike Belopuhov
2014-11-10remove ixgbe_sfp_probe since it's not called anywaysMike Belopuhov
2014-11-10Support USB 1.x devices below external hubs.Martin Pieuchot
2014-11-10Add some fields needed for TT support.Martin Pieuchot
2014-11-10Apparently xhci(4) also needs a hook to set the address of a device.Martin Pieuchot
2014-11-10Remove USB locators. They are currently unused and this wont change dueMartin Pieuchot
2014-11-10Do not pass an ifa pointer when we already have a DAD descriptor.Martin Pieuchot
2014-11-10Plug a rtentry leak and change the name of the pool to somethingMartin Pieuchot
2014-11-09To implement transparent relays for connectionless protocols, theAlexander Bluhm
2014-11-09typoMiod Vallat
2014-11-09When a pipe is closed, clear the memory of the corresponding enpointMartin Pieuchot
2014-11-09remove commented entries for tedu'd bluetooth driversJonathan Gray
2014-11-08Delete commented out 'romtty' device configuration.Kenji Aoyama
2014-11-08some systems install sensors where numbering introduces a gap whichJasper Lievisse Adriaanse
2014-11-08No need to keep the temporary mappings for the MMU pages for the resumeMike Larkin
2014-11-08If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back toMike Larkin
2014-11-08Kill #if 0'ed code for boot args that we don't care about on amd64.Philip Guenther
2014-11-07Wrong comment - NX is handled later (for now), not in locore. No functionalMike Larkin
2014-11-07Enable xhci(4). Most of the features are here, USB 1.x devices only workMartin Pieuchot
2014-11-07Document how the Slot States transitions described in section 4.5.3 ofMartin Pieuchot
2014-11-07Prevent a race when submitting a command by using the appropriate splMartin Pieuchot
2014-11-07Give Super-Speed hubs a chance to route USB 3.0 transfers.Martin Pieuchot
2014-11-07Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64Mike Larkin
2014-11-06printf debugging worked! figured out the bug (in free()) just afterTed Unangst
2014-11-06need to calculate correct size before doing the free checks. the biggestTed Unangst
2014-11-06Make better use of the value of psectionslen instead of recomputingTodd C. Miller
2014-11-06resort to printf debugging hints until we can figure this out. ok deraadtTed Unangst
2014-11-06fix mac address selection with unnumbered carpdevsHenning Brauer
2014-11-06Let's just call a rdomain a rdomain.Martin Pieuchot
2014-11-06mix the rtable into the hash for tcp sequence number generation.David Gwynne
2014-11-06Cleanup whitespace and add 5 series comments.Doug Hogan
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-11-06Remove unneeded netinet6/ip6_divert.h include.Lawrence Teo
2014-11-06let ramdisks compileTheo de Raadt
2014-11-05need to move lock up to prevent more than one malloc. ok guentherTed Unangst
2014-11-05don't use loop variable (i) for not loop things. use a new var.Ted Unangst
2014-11-05use memname to print string of type. stolen from deraadtTed Unangst
2014-11-05also print type when free size is wrongTed Unangst
2014-11-05Implement yet another workaround for the k1 em(4)'s. This time forClaudio Jeker
2014-11-05Did you ever wonder why loopback's ifas have a destination address?Martin Pieuchot
2014-11-05Kill in_iawithaddr() and use ifa_ifwithaddr() directly.Martin Pieuchot
2014-11-05remove uneeded bpf includesJonathan Gray
2014-11-05No reason to have things like the hibernate allocation area and chunkMike Larkin
2014-11-05Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt.Mike Larkin