Age | Commit message (Expand) | Author |
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 |
2016-12-30 | Remove unused headers. | Jeremie Courreges-Anglas |
2016-12-30 | Ansify pmap_copy(). | Visa Hankala |
2016-12-30 | When entering a mapping on write access, compute the PTE after making | Visa Hankala |
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko |
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko |
2016-12-29 | Eliminate 68 unused static variables that gcc complains about. | Kenneth R Westerback |
2016-12-29 | In pf_refragment6() use the valid route from pf_route6() instead | Alexander Bluhm |
2016-12-29 | Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). | Martin Pieuchot |
2016-12-29 | Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around | Martin Pieuchot |
2016-12-29 | Release the NET_LOCK() before calling unp_connect(). It is not possible | Martin Pieuchot |
2016-12-29 | Use __func__ instead of explicit function name in panic messages. | Alexander Bluhm |
2016-12-28 | Fix white spaces. No binary change. | Alexander Bluhm |
2016-12-28 | Use the generic clock framework. | Mark Kettenis |
2016-12-28 | In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse was | Alexander Bluhm |
2016-12-28 | Better check for a valid route than for an existing route in pf | Alexander Bluhm |