Age | Commit message (Expand) | Author |
2017-01-06 | Ansify cpu_sysctl() on mips64 platforms. | Frederic Cambus |
2017-01-06 | Add C11 support. | Mark Kettenis |
2017-01-06 | Remove the global viftable vector that holds the virtual interfaces | Rafael Zalamena |
2017-01-06 | Simplify code by removing some old pullup macro, killing some variables | Rafael Zalamena |
2017-01-06 | Kill various splsoftnet(). | Martin Pieuchot |
2017-01-06 | there is no longer a need to ifdef __armv7__ armv6 rev instructions | Jonathan Gray |
2017-01-06 | unifdef CPU_ARMv7 and ARM_ARCH_7 | Jonathan Gray |
2017-01-05 | Pass value as input instead of output register, otherwise we write | Patrick Wildt |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2017-01-05 | Complete idle PCB allocation for secondary processors so that it makes | Patrick Wildt |
2017-01-05 | Checking whether mbuf list is empty is done by the if_input now | Mike Belopuhov |
2017-01-05 | Microsoft has allocated us a SubID that we can use to identify OpenBSD | Mike Belopuhov |
2017-01-05 | Remove some unnecessary code abstractions and while here remove a | Rafael Zalamena |
2017-01-05 | Don't let producer index become equal with the consumer when writing | Mike Belopuhov |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2017-01-04 | As noticed by bluhm@ the netlock is required for the multicast cleanup | Mike Belopuhov |
2017-01-04 | Cleanup gpio(4) support code. | Mark Kettenis |
2017-01-04 | In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case | Alexandre Ratchov |
2017-01-04 | convert igmp_stat into per-cpu counters | David Gwynne |
2017-01-04 | dont assume setting IFF_UP will succeed. | David Gwynne |
2017-01-04 | shuffle the last change slightly. | David Gwynne |
2017-01-04 | make if_input return early if the mbuf list is empty. | David Gwynne |
2017-01-04 | better handle empty or full rx rings. | David Gwynne |
2017-01-04 | unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3) | Jonathan Gray |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |
2017-01-03 | Revert previous, there's still a problem with recursive entries in | Martin Pieuchot |
2017-01-03 | Don't try to reconfigure the multicast group in the detach handler of | Reyk Floeter |
2017-01-03 | Take the neighbor solicitation's source address from the packet to | Alexander Bluhm |
2017-01-03 | Do not trash the original SPL level. | Martin Pieuchot |
2017-01-03 | Remove some recursives splsoftnet(). | Martin Pieuchot |
2017-01-03 | Move the logic for SIOCSETPFLOW in a helper function to help with | Martin Pieuchot |
2017-01-03 | Remove #define __SWAP_BROKEN from mips64. The architecture now | Visa Hankala |
2017-01-03 | reduce differences between amd64 and i386 vmm | Mike Larkin |
2017-01-03 | No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | If gain is above MAX, no need to check whether it's below MIN. | Alexandre Ratchov |
2017-01-03 | No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-02 | Allow freeing of newly empty directory pages. | Visa Hankala |
2017-01-02 | Enable xbf(4). | Rafael Zalamena |
2017-01-02 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-02 | spacing | Martin Pieuchot |
2017-01-02 | pppoe_timeout() needs to take the NET_LOCK(). | Martin Pieuchot |
2017-01-02 | Grab the NET_LOCK() when setting an IPv6 address, just like it is done | Martin Pieuchot |
2017-01-02 | delete obsolete (disabled) pool_cache_invalidate. pool caches were removed | Ted Unangst |
2017-01-02 | remove unused armv4 and xscale files | Jonathan Gray |
2017-01-01 | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. | Martin Pieuchot |
2017-01-01 | recognise Cortex A32 | Jonathan Gray |
2017-01-01 | copyright++; | Jonathan Gray |
2016-12-31 | When we disable WPA on an interface, wipe all of the WPA parameters, | Peter Hessler |
2016-12-31 | Add missing $OpenBSD$ marker. | Mark Kettenis |
2016-12-30 | Increase space for ramdisk inserts to match ftp(1) https growth. | Theo de Raadt |