summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-12sysctl(3) can now be renamed to sysctl(2)Theo de Raadt
2018-01-12move gif_encap from gif_output to gif_start.David Gwynne
2018-01-12document bpfattach and bpfdetach.David Gwynne
2018-01-12restrict carp to configuring ethernet interfaces as carpdevs.David Gwynne
2018-01-11Improve the handling of coordinate inputs and filters.Ulf Brosziewski
2018-01-11cast the result of the ternary operators in __swapXX to the right typeDavid Gwynne
2018-01-11CommentsRobert Peichaer
2018-01-11Update the Intel microcode once the root filesystem has been mounted.Patrick Wildt
2018-01-11Install the intel firmware package which contains microcode updatesPatrick Wildt
2018-01-11Create a second hash that maps all possible drivers to a default regexPatrick Wildt
2018-01-11- change [] tests to [[]]Robert Peichaer
2018-01-11Change the shebang line from /bin/sh to /bin/ksh in all base rc.dRobert Peichaer
2018-01-11Extract the control channel number from the chanspec information andPatrick Wildt
2018-01-11fix parsing of long TXT records, this prevents 'smtpctl spf walk' fromGilles Chehade
2018-01-11Postpone secondary CPUs until after mounthook activities. This isPatrick Wildt
2018-01-11The PCI bwfm(4) chips have no TX rings in the traditional sense, as onPatrick Wildt
2018-01-11Advance data pointer after exporting SA type to userland. OtherwiseAlexander Bluhm
2018-01-11Add size for free.Visa Hankala
2018-01-11Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe.Theo Buehler
2018-01-11syncKevin Lo
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