summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2017-01-06Add C11 support.Mark Kettenis
2017-01-06Remove the global viftable vector that holds the virtual interfacesRafael Zalamena
2017-01-06Simplify code by removing some old pullup macro, killing some variablesRafael Zalamena
2017-01-06Kill various splsoftnet().Martin Pieuchot
2017-01-06there is no longer a need to ifdef __armv7__ armv6 rev instructionsJonathan Gray
2017-01-06unifdef CPU_ARMv7 and ARM_ARCH_7Jonathan Gray
2017-01-05Pass value as input instead of output register, otherwise we writePatrick Wildt
2017-01-05Now that all non-ARMv7 platforms are gone, tedu the legacy atomicPatrick Wildt
2017-01-05Complete idle PCB allocation for secondary processors so that it makesPatrick Wildt
2017-01-05Checking whether mbuf list is empty is done by the if_input nowMike Belopuhov
2017-01-05Microsoft has allocated us a SubID that we can use to identify OpenBSDMike Belopuhov
2017-01-05Remove some unnecessary code abstractions and while here remove aRafael Zalamena
2017-01-05Don't let producer index become equal with the consumer when writingMike Belopuhov
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.Stefan Sperling
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