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