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