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