summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-03-13Mbuf data is used as struct ether_header before it has been madeAlexander Bluhm
2018-03-13Calculate RFC7217 link-local style addresses the same way asFlorian Obser
2018-03-13Preparation for i386 Meltdown fix:Alexander Bluhm
2018-03-13drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAJonathan Gray
2018-03-13drm/dp/mst: save vcpi with payloadsJonathan Gray
2018-03-13pmap_map_ptes() always returns the same ptep and pdepp pointers,Philip Guenther
2018-03-13We don't save+restore FS.base and GS.base on every context switch butPhilip Guenther
2018-03-13make m_pullup skip over empty mbufs when finding the payload alignment.David Gwynne
2018-03-13on input, check the unicast address before the multicast handling.David Gwynne
2018-03-12make m_adj keep m_data aligned when removing all the data in an mbuf.David Gwynne
2018-03-12Remove dependencies for non-existing files.Mark Kettenis
2018-03-12Add voltage regulator support.Mark Kettenis
2018-03-12Delete unused variable.Kenji Aoyama
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-03-12give mgre(4) the IFF_MULTICAST and IFF_SIMPLEX flagsDavid Gwynne
2018-03-11Wait for ETHEREN bit to clear instead of the RESET bit to prevent anMark Kettenis
2018-03-11Workaround an Azure UDP transmit checksum offloading bugMike Belopuhov
2018-03-10raise bnx(4)'s rxring lwm to 16, ok deraadtStuart Henderson
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