summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-02-26Serialize access to UID data with a rwlock.Martin Pieuchot
2018-02-26Fix a TOCTOU race that causes signals to be delivered more than once.Martin Pieuchot
2018-02-26Fix typo in previous commit.Mark Kettenis
2018-02-26Support dumping isochronous frames via bpf(4) using the USBPcap protocol.Martin Pieuchot
2018-02-26regenccardenas
2018-02-26Add devices found on thinkpad e475 with an AMD A10-9600Pccardenas
2018-02-26Delete pmap_update_2pg(), the #include of <machine/segments.h>, trailingPhilip Guenther
2018-02-25Add RK805 support.Mark Kettenis
2018-02-25Add RK3328 support.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25RK3328 support.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-25default the nvgre vnetid to the first valid value according to the rfcDavid Gwynne
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24RK3328 support.Mark Kettenis
2018-02-24Enable bcmrng(4).Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24fix pastoMark Kettenis