Age | Commit message (Expand) | Author |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-15 | rename ifv_p to ifv_ifp0 | David Gwynne |
2016-04-15 | rework vlan config to make it mpsafe and done by standard ioctls | David Gwynne |
2016-04-15 | sync | Jonathan Gray |
2016-04-15 | replace m_copym2 with m_dup_pkt | David Gwynne |
2016-04-15 | missing bit of Include regress | Damien Miller |
2016-04-15 | remove redundant CLEANFILES section | Damien Miller |
2016-04-15 | replace m_copym2 with m_dup_pkt for the dup-to handling. | David Gwynne |
2016-04-15 | enable nvme(4). it Just Works(tm). | David Gwynne |
2016-04-15 | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze |
2016-04-15 | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze |
2016-04-15 | sync CLEANFILES with portable, sort | Damien Miller |
2016-04-15 | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze |
2016-04-15 | regression test for ssh_config Include directive | Damien Miller |
2016-04-15 | Include directive for ssh_config(5); feedback & ok markus@ | Damien Miller |
2016-04-15 | omit list of other results one there is only one match | Ingo Schwarze |
2016-04-14 | unbreak test for recent ssh de-duplicated forwarding change | Damien Miller |
2016-04-14 | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze |
2016-04-14 | add test knob and warning for StrictModes | Damien Miller |
2016-04-14 | Fix a process group race. | Ingo Schwarze |
2016-04-14 | do not rewrite short URIs | Ingo Schwarze |
2016-04-14 | Add 'sentence-end-double-space'. | Mark Lumsden |
2016-04-14 | Enable write buffering with write merging. This improves overall | Visa Hankala |
2016-04-14 | Enable UART FIFOs. | Visa Hankala |
2016-04-14 | Wrap comintr() so that the interrupt handler always returns non-zero. | Visa Hankala |
2016-04-14 | shorten the io path slightly | David Gwynne |
2016-04-14 | nvme tweaks; | Jason McIntyre |
2016-04-14 | add nvme(4) | David Gwynne |
2016-04-14 | nvme(4) is a driver | David Gwynne |
2016-04-14 | apparently it's spelled NVMe, not NVME | David Gwynne |
2016-04-14 | provide a shutdown hook that follows the procedure in the docs | David Gwynne |
2016-04-14 | implement translation of scsi SYNC CACHE to nvme FLUSH | David Gwynne |
2016-04-14 | bump openings to 64 to match the number of ccbs. | David Gwynne |
2016-04-14 | Enable device cloning for bpf. This allows to have just one bpf device | Martin Natano |
2016-04-14 | Re-enable pckbd on resume (similar to what we do on boot). Fixes problems | Mike Larkin |
2016-04-14 | Use cpuid function 0xa to determine presence of general purpose | Mike Larkin |
2016-04-14 | if io needs more than two prpe slots, overflow into the ccb prpl | David Gwynne |
2016-04-14 | reallocate the ccbs after we figure out how big the sgls can be | David Gwynne |
2016-04-14 | set the scsi status to SCSI_OK | David Gwynne |
2016-04-14 | allocate dma memory for ccbs to use as prpe lists | David Gwynne |
2016-04-14 | dont attach if the min nvme page size is bigger than the cpu page size | David Gwynne |
2016-04-14 | dont complete scsi writes twice | David Gwynne |
2016-04-14 | WAITOK for the dmamap create for ccbs too | David Gwynne |
2016-04-14 | cut the memory for io buffers up into page sized chunks | David Gwynne |
2016-04-14 | check both the admin and io queue for completions in the interrupt handler | David Gwynne |
2016-04-14 | dont put names in arguments. | David Gwynne |
2016-04-14 | tabs, not spaces | David Gwynne |
2016-04-13 | Revert the recent changes to pledge.2. | Theo Buehler |
2016-04-13 | implement handling of scsi reads and writes | David Gwynne |
2016-04-13 | Use the correct iv and counter when decrypting the ciphertext for | Joel Sing |