summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-04As noticed by bluhm@ the netlock is required for the multicast cleanupMike Belopuhov
2017-01-04Cleanup gpio(4) support code.Mark Kettenis
2017-01-04In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR caseAlexandre Ratchov
2017-01-04convert igmp_stat into per-cpu countersDavid Gwynne
2017-01-04dont assume setting IFF_UP will succeed.David Gwynne
2017-01-04shuffle the last change slightly.David Gwynne
2017-01-04make if_input return early if the mbuf list is empty.David Gwynne
2017-01-04better handle empty or full rx rings.David Gwynne
2017-01-04unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3)Jonathan Gray
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis
2017-01-03Revert previous, there's still a problem with recursive entries inMartin Pieuchot
2017-01-03Don't try to reconfigure the multicast group in the detach handler ofReyk Floeter
2017-01-03Take the neighbor solicitation's source address from the packet toAlexander Bluhm
2017-01-03Do not trash the original SPL level.Martin Pieuchot
2017-01-03Remove some recursives splsoftnet().Martin Pieuchot
2017-01-03Move the logic for SIOCSETPFLOW in a helper function to help withMartin Pieuchot
2017-01-03Remove #define __SWAP_BROKEN from mips64. The architecture nowVisa Hankala
2017-01-03reduce differences between amd64 and i386 vmmMike Larkin
2017-01-03No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2017-01-03If gain is above MAX, no need to check whether it's below MIN.Alexandre Ratchov
2017-01-03No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.Alexandre Ratchov
2017-01-02Allow freeing of newly empty directory pages.Visa Hankala
2017-01-02Enable xbf(4).Rafael Zalamena
2017-01-02Use a mutex to serialize accesses to buffer slots.Martin Pieuchot
2017-01-02spacingMartin Pieuchot
2017-01-02pppoe_timeout() needs to take the NET_LOCK().Martin Pieuchot
2017-01-02Grab the NET_LOCK() when setting an IPv6 address, just like it is doneMartin Pieuchot
2017-01-02delete obsolete (disabled) pool_cache_invalidate. pool caches were removedTed Unangst
2017-01-02remove unused armv4 and xscale filesJonathan Gray
2017-01-01Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@.Martin Pieuchot
2017-01-01recognise Cortex A32Jonathan Gray
2017-01-01copyright++;Jonathan Gray
2016-12-31When we disable WPA on an interface, wipe all of the WPA parameters,Peter Hessler
2016-12-31Add missing $OpenBSD$ marker.Mark Kettenis
2016-12-30Increase space for ramdisk inserts to match ftp(1) https growth.Theo de Raadt
2016-12-30Remove unused headers.Jeremie Courreges-Anglas
2016-12-30Ansify pmap_copy().Visa Hankala
2016-12-30When entering a mapping on write access, compute the PTE after makingVisa Hankala
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-29Eliminate 68 unused static variables that gcc complains about.Kenneth R Westerback
2016-12-29In pf_refragment6() use the valid route from pf_route6() insteadAlexander Bluhm
2016-12-29Get rid of recursive splsoftnet() in in6_ifattach_linklocal().Martin Pieuchot
2016-12-29Change NET_LOCK()/NET_UNLOCK() to be simple wrappers aroundMartin Pieuchot
2016-12-29Release the NET_LOCK() before calling unp_connect(). It is not possibleMartin Pieuchot
2016-12-29Use __func__ instead of explicit function name in panic messages.Alexander Bluhm
2016-12-28Fix white spaces. No binary change.Alexander Bluhm
2016-12-28Use the generic clock framework.Mark Kettenis
2016-12-28In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse wasAlexander Bluhm
2016-12-28Better check for a valid route than for an existing route in pfAlexander Bluhm