Age | Commit message (Expand) | Author |
2018-01-11 | Add support for Huawei E3372. | Kevin Lo |
2018-01-11 | Add tests for incoming route-to and outgoing reply-to rules. Disable | Alexander Bluhm |
2018-01-11 | carp_ourether gets passed the parent interface, not the carp interface. | David Gwynne |
2018-01-10 | get rid of struct carp_if by moving the srpl into struct ifnet if_carp. | David Gwynne |
2018-01-10 | Implement FUCKWIT for arm64; unmap the kernel almost entirely while userland | Mark Kettenis |
2018-01-10 | Mark sosplice task mp safe, do not grab kernel lock for tcp output. | Alexander Bluhm |
2018-01-10 | Attach bwfm to the Broadcom 4350 found in the 2017 MacBook. | Joshua Stein |
2018-01-10 | regen | Joshua Stein |
2018-01-10 | add broadcom bcm4350 | Joshua Stein |
2018-01-10 | Attach nvme to additional Apple NVMe device, limit targets to 1 | Joshua Stein |
2018-01-10 | regen | Joshua Stein |
2018-01-10 | add another Apple NVMe | Joshua Stein |
2018-01-10 | Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM can | Stuart Henderson |
2018-01-10 | add bwfm; ok patrick | Jason McIntyre |
2018-01-10 | Use pf_send_icmp() consistently in pf_route(). It sets the routing | Alexander Bluhm |
2018-01-10 | simplify the input interface type check in carp_proto_input_if. | David Gwynne |
2018-01-10 | Simplify bounds checking of client numbers of channels and rate. From | Alexandre Ratchov |
2018-01-10 | Remove assignement of sc->round to itself that makes no sense. From | Alexandre Ratchov |
2018-01-10 | Make azalia_free_dmamem() void, as its return value is not used. From | Alexandre Ratchov |
2018-01-10 | Add firmware names for the two revisions of the Broadcom 4350 as seen | Patrick Wildt |
2018-01-10 | Don't reset the internal memory core on chips other than the Broadcom | Patrick Wildt |
2018-01-10 | Update manpage to reflect changes to bwfm(4) which allow Host AP mode | Patrick Wildt |
2018-01-10 | Move line for readability. | Patrick Wildt |
2018-01-10 | shuffle how the protocol family input is done in ether_input. | David Gwynne |
2018-01-10 | fix some poop that snuck into the last commit. | David Gwynne |
2018-01-09 | Extract compile_mode command status with WEXITSTATUS. | cheloha |
2018-01-09 | Stop grabing the KERNEL_LOCK() for running protocol input routines. | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2018-01-09 | Change `so_state' and `so_error' to unsigned int such that they can | Martin Pieuchot |
2018-01-09 | lock->ctx != NULL => lock->ctx | Jonathan Gray |
2018-01-09 | Work around a problem with ww_mutexes in the drm modeset lock. | Jonathan Gray |
2018-01-09 | Do not truncate 64bit integers when pretty-printing types. | Martin Pieuchot |
2018-01-09 | Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion. | Martin Pieuchot |
2018-01-09 | Stop printing <not displayed> for wireless keys we know the kernel no | Martin Pieuchot |
2018-01-09 | Do not silently truncate the firmware channel number. | Martin Pieuchot |
2018-01-09 | make mpls_input take a struct ifnet *ifp argument. | David Gwynne |
2018-01-09 | sync | Theo de Raadt |
2018-01-09 | Rename test file =.err to eq.err for simpler make file scripts. | Alexander Bluhm |
2018-01-08 | Fix indentation. | Patrick Wildt |
2018-01-08 | Initial support for HOSTAP mode. With this bwfm(4) can spawn an access | Patrick Wildt |
2018-01-08 | Convert IF_CLONE_INITIALIZER() into C99 initializer. | Alexander Bluhm |
2018-01-08 | Do not pass a userland pointer to ktrabstimespec(). | Martin Pieuchot |
2018-01-08 | update comments that were left behind in the recent unifdef JOB commit | Sebastian Benoit |
2018-01-08 | Fix typo in comment; ok mpi@ | anton |
2018-01-08 | In AP mode multicast packets share the flowrings with broadcast | Patrick Wildt |
2018-01-08 | The bwfm(4) TX ring expects the ethernet header as part of the TX info | Patrick Wildt |
2018-01-08 | Guard the debug printf function behind BWFM_DEBUG as well. Also only | Patrick Wildt |
2018-01-08 | Move SC_* defines into <machine/setjmp.h>, and rename them, | Visa Hankala |
2018-01-08 | Pass correct size to uvm_vnp_setsize() for large files. | Todd C. Miller |
2018-01-08 | Add kqueue support for ext2fs based on ffs. OK deraadt@ | Todd C. Miller |