Age | Commit message (Expand) | Author |
2018-03-10 | match two more copper i210 ids | Jonathan Gray |
2018-03-10 | regen | Jonathan Gray |
2018-03-10 | Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids. | Jonathan Gray |
2018-03-10 | Add another ICH10 em(4). From John the.cheeze at gmail. | Jonathan Gray |
2018-03-10 | regen | Jonathan Gray |
2018-03-10 | Add another ICH10 em(4). From John the.cheeze at gmail. | Jonathan Gray |
2018-03-09 | Remove bogus copying of bootargs. | Mark Kettenis |
2018-03-09 | Sync | Kevin Lo |
2018-03-09 | Add USB device IDs for Edimax EW7611ULB, EW7822ULC, RTL8723BU, and | Kevin Lo |
2018-03-09 | resume_iret is called with the U+K page tables, so delete the superfluous | Philip Guenther |
2018-03-08 | When we are rebooting, do not fail in uvn_io(). The vnodes are | Alexander Bluhm |
2018-03-08 | Rework and cleanup the linker script for armv7. The main feature is | Patrick Wildt |
2018-03-08 | Implement the VMWare vmbackup protocol using vfs_stall(). This lets you | Jonathan Matthew |
2018-03-07 | Remounting files systems read-only does not work reliably. There | Alexander Bluhm |
2018-03-07 | add "int stall" argument required by filesystem stall code; from Tomohiro Kusumi | Theo de Raadt |
2018-03-07 | Replace non-functioning checks for use of the usb memory block allocator in | Jonathan Matthew |
2018-03-07 | Mhz -> MHz | Jonathan Gray |
2018-03-07 | Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq. | Jonathan Gray |
2018-03-06 | If source and destination addresses are equal, the incoming and | Alexander Bluhm |
2018-03-05 | Move completed transfer descriptors to the freelist before calling | Jonathan Matthew |
2018-03-05 | fix a memory leak in readdoslabel() | Jonathan Gray |
2018-03-05 | Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; those | Theo de Raadt |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-03-04 | grow dmesg buffer - bigger machines showing up | Theo de Raadt |
2018-03-02 | Protect the calls to ifpromisc() in bpf(4) with net lock. This | Alexander Bluhm |
2018-03-02 | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. | Claudio Jeker |
2018-03-02 | Fix reference clock frequency. | Visa Hankala |
2018-03-02 | Fix the locating of the OpenBSD disklabel on media with 2048 byte | Visa Hankala |
2018-03-02 | The UEFI specification states that a watchdog timer should be armed for | Jonathan Gray |
2018-03-01 | AAPCS requires 8-byte alignment for 64-bit types. We missed this when we | Mark Kettenis |
2018-03-01 | When socket splicing is involved, delay the pool_put() after the | Alexander Bluhm |
2018-03-01 | Protect the calls to trapsignal() and psignal() with a kernel lock | Alexander Bluhm |
2018-03-01 | accidentally did two ALIGN's before kuduta | Theo de Raadt |
2018-03-01 | copy p2p_rtrequest to mgre_rtrequest, so it can be tweaked | David Gwynne |
2018-02-28 | fix up matching of incoming traffic to interfaces. | David Gwynne |
2018-02-28 | Revert the change that postpones CPUs until after mounthook activities. | Patrick Wildt |
2018-02-28 | oops, skipped a step cranking to 6.3-beta | Theo de Raadt |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-02-28 | Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware. | Stefan Sperling |
2018-02-28 | Explicitly align svcstack and esym. Finally fixes the problem where | Mark Kettenis |
2018-02-28 | It helps to spell 'GSBASE' with a 'G'. With the thinko the NMI and | Philip Guenther |
2018-02-28 | Correct a pointless longstanding difference in ioctl numbering between | Jonathan Gray |
2018-02-27 | change mgre tunnel configuration to only accept a single local address. | David Gwynne |
2018-02-27 | Add RTL8211F support. Loosely based on the FreeBSD driver. | Mark Kettenis |
2018-02-27 | make kernel compile again without INET6 | Sebastian Benoit |
2018-02-27 | Release the netlock when sleeping for control messages in in vioioctl(). | Martin Pieuchot |
2018-02-27 | use a macro for the default if_hdrlen, not a magic number | David Gwynne |
2018-02-27 | annotate some data structures with the lock protecting them. | David Gwynne |
2018-02-27 | add support for point to multipoint GRE via mgre(4). | David Gwynne |
2018-02-26 | Add RK3328 support. | Mark Kettenis |