summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-07-13Some more checks before auto-join switches networks.Peter Hessler
2018-07-13Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.Philip Guenther
2018-07-13zap some garbage that snuck in.Theo Buehler
2018-07-12we will be toggling witness on/off a few times. when it is on, it raisesTheo de Raadt
2018-07-12Introduce RTM_CHGADDRATTR to inform userland on the route socket whenFlorian Obser
2018-07-12Introduce ipsec_output_cb() to merge duplicate code and account forMartin Pieuchot
2018-07-12unbreak i386 build, thanks to pd@ for noticing. Same diff as I committedMike Larkin
2018-07-12zap an extra newlineMike Larkin
2018-07-12trade few 'goto unlock: for 'break' in pf_test()Alexandr Nedvedicky
2018-07-12Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrongPhilip Guenther
2018-07-12- introducing _Q_INVALID to sys/queue.hAlexandr Nedvedicky
2018-07-12Reorganize the Meltdown entry and exit trampolines for syscall andPhilip Guenther
2018-07-12Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as weFrederic Cambus
2018-07-12Stop building rasops4 on amd64.Frederic Cambus
2018-07-12zap a blank lineMike Larkin
2018-07-12vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,Mike Larkin
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-07-11Disambiguate the source of panics in sys/net* by adding __func__Nayden Markatchev
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-07-11Declare cpu_meltdown in <machine/cpu.h>Philip Guenther
2018-07-11superfluous newlineHenning Brauer
2018-07-11If no thread can immediately handle a signal, which has been sentAlexander Bluhm
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-07-11adding __func__ identifier to panic() calls in vmm.c for amd64 and i386Nayden Markatchev
2018-07-11Prevent updating async option on softdep mountkn
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-07-11Fix comment about VLAN encapsulation and checksum offloadStefan Fritsch
2018-07-11vmm(4): return proper cache topology for cpuid(0x4)Mike Larkin
2018-07-11Retire RTM_LOSING, it no longer makes sense and on busy servers theClaudio Jeker
2018-07-11rtm_send() the cloned routes because of ICMP mtu changes. Until nowClaudio Jeker
2018-07-11vmm(4): respect argument size when reading from undefined ports.Mike Larkin
2018-07-11vmm(4): small cleanup in vm_rwregs.Mike Larkin
2018-07-11the STATE_LOOKUP macro made sense ages ago. It stopped making senseHenning Brauer
2018-07-11in if_addgroup(), call the new pfi_group_addmember() instead ofHenning Brauer
2018-07-11Convert AH & IPcomp to ipsec_input_cb() and count drops on input.Martin Pieuchot
2018-07-11provide pfi_group_addmember(), which makes the new member interface inheritHenning Brauer
2018-07-11implement media type detection and forcing of link speed, lightly testedJonathan Matthew
2018-07-11move declarations of hwrm message functions up to the top and make themJonathan Matthew
2018-07-11don't bother checking the rx index matches what we expect, it worksJonathan Matthew
2018-07-10When an interface doesn't have a layer 2 address in6_get_soii_ifid()Florian Obser
2018-07-10When an interface doesn't have a layer 2 address in6_get_ifid()Florian Obser
2018-07-10Remove raw_usrreq and raw_cb, nothing is using them anymore.Claudio Jeker
2018-07-10Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ withClaudio Jeker
2018-07-10Make legacy interrupts work in acpipci(4).Mark Kettenis
2018-07-10The year is 2018.Henning Brauer
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardTheo de Raadt
2018-07-10Always use PSCI to enable secondary CPUs if it is detected.Mark Kettenis
2018-07-10Add a "machine acpi" command to force booting with ACPI enabled.Mark Kettenis
2018-07-10in pf_set_protostate(), only decrement the half-open states counter whenHenning Brauer
2018-07-10Introduce new IPsec (per-CPU) statistics and refactor ESP inputMartin Pieuchot