summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-15remove ml_filter, mq_filter, niq_filter.David Gwynne
2016-04-15rename ifv_p to ifv_ifp0David Gwynne
2016-04-15rework vlan config to make it mpsafe and done by standard ioctlsDavid Gwynne
2016-04-15syncJonathan Gray
2016-04-15replace m_copym2 with m_dup_pktDavid Gwynne
2016-04-15missing bit of Include regressDamien Miller
2016-04-15remove redundant CLEANFILES sectionDamien Miller
2016-04-15replace m_copym2 with m_dup_pkt for the dup-to handling.David Gwynne
2016-04-15enable nvme(4). it Just Works(tm).David Gwynne
2016-04-15Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze
2016-04-15In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze
2016-04-15sync CLEANFILES with portable, sortDamien Miller
2016-04-15If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze
2016-04-15regression test for ssh_config Include directiveDamien Miller
2016-04-15Include directive for ssh_config(5); feedback & ok markus@Damien Miller
2016-04-15omit list of other results one there is only one matchIngo Schwarze
2016-04-14unbreak test for recent ssh de-duplicated forwarding changeDamien Miller
2016-04-14for .Xr links, use short PATH_INFO style URIsIngo Schwarze
2016-04-14add test knob and warning for StrictModesDamien Miller
2016-04-14Fix a process group race.Ingo Schwarze
2016-04-14do not rewrite short URIsIngo Schwarze
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2016-04-14Enable write buffering with write merging. This improves overallVisa Hankala
2016-04-14Enable UART FIFOs.Visa Hankala
2016-04-14Wrap comintr() so that the interrupt handler always returns non-zero.Visa Hankala
2016-04-14shorten the io path slightlyDavid Gwynne
2016-04-14nvme tweaks;Jason McIntyre
2016-04-14add nvme(4)David Gwynne
2016-04-14nvme(4) is a driverDavid Gwynne
2016-04-14apparently it's spelled NVMe, not NVMEDavid Gwynne
2016-04-14provide a shutdown hook that follows the procedure in the docsDavid Gwynne
2016-04-14implement translation of scsi SYNC CACHE to nvme FLUSHDavid Gwynne
2016-04-14bump openings to 64 to match the number of ccbs.David Gwynne
2016-04-14Enable device cloning for bpf. This allows to have just one bpf deviceMartin Natano
2016-04-14Re-enable pckbd on resume (similar to what we do on boot). Fixes problemsMike Larkin
2016-04-14Use cpuid function 0xa to determine presence of general purposeMike Larkin
2016-04-14if io needs more than two prpe slots, overflow into the ccb prplDavid Gwynne
2016-04-14reallocate the ccbs after we figure out how big the sgls can beDavid Gwynne
2016-04-14set the scsi status to SCSI_OKDavid Gwynne
2016-04-14allocate dma memory for ccbs to use as prpe listsDavid Gwynne
2016-04-14dont attach if the min nvme page size is bigger than the cpu page sizeDavid Gwynne
2016-04-14dont complete scsi writes twiceDavid Gwynne
2016-04-14WAITOK for the dmamap create for ccbs tooDavid Gwynne
2016-04-14cut the memory for io buffers up into page sized chunksDavid Gwynne
2016-04-14check both the admin and io queue for completions in the interrupt handlerDavid Gwynne
2016-04-14dont put names in arguments.David Gwynne
2016-04-14tabs, not spacesDavid Gwynne
2016-04-13Revert the recent changes to pledge.2.Theo Buehler
2016-04-13implement handling of scsi reads and writesDavid Gwynne
2016-04-13Use the correct iv and counter when decrypting the ciphertext forJoel Sing