| Age | Commit message (Expand) | Author |
| 2017-08-08 | sysinfo: run aux/icanhasvmx with verbose flag | cinap_lenrek |
| 2017-08-08 | sysinfo: only dump #r/nvram on amd64,386 | cinap_lenrek |
| 2017-08-07 | vmx: fix hlt idle problem | cinap_lenrek |
| 2017-08-07 | usbxhci: implement recovery from host controller errors | cinap_lenrek |
| 2017-08-05 | inst: don't hardcode /net/ether0, might have usb ethernet | cinap_lenrek |
| 2017-08-04 | inst: get rid of ppp configuration | cinap_lenrek |
| 2017-08-04 | inst: get rid of halt, just run fshalt in finish directly | cinap_lenrek |
| 2017-08-04 | inst: post newfs fileservers under /srv/$fstype.newfs to avoid conflict with ... | cinap_lenrek |
| 2017-08-04 | cwfs: -n always overrides postservice() name, no matter if config mode change... | cinap_lenrek |
| 2017-08-03 | etheriwl: add pci id for Intel Centrino Advanced-N 6200 on x201 tablet (thank... | cinap_lenrek |
| 2017-08-02 | usbxhci: handle out of memory in controller initialization | cinap_lenrek |
| 2017-08-02 | usbxhci: abandon multiple requests per endpoint, cleanup | cinap_lenrek |
| 2017-08-02 | usbxhci: have to serialize and set read pointer for endpoint stop command | cinap_lenrek |
| 2017-08-01 | disk/edisk: add some headroom in the type table for dynamic entries | cinap_lenrek |
| 2017-08-01 | disk/edisk: add more partition type uuid's from wikipedia (thanks qeed) | cinap_lenrek |
| 2017-07-31 | usbohci, usbehci, usbxhci: save mmio base address in ctlr, cant PADDR() on 38... | cinap_lenrek |
| 2017-07-31 | usbxhci: provide shutdown function to halt the controller | cinap_lenrek |
| 2017-07-31 | nusb/*: cleanup | cinap_lenrek |
| 2017-07-31 | nusb/usbd: support for usb3 hubs | cinap_lenrek |
| 2017-07-31 | libregexp: fix lexer so it doesnt move past the string when it gets a \ escape | cinap_lenrek |
| 2017-07-31 | xhci: experimental usb3 support | cinap_lenrek |
| 2017-07-31 | nusb/usbd: create endpoint files for conf #1, usb3 preparation | cinap_lenrek |
| 2017-07-31 | usbehci: fix crash in cancelisoio() for highspeed device due to wrong pollival | cinap_lenrek |
| 2017-07-29 | pc, pc64: enable usbxhci in the configuration | cinap_lenrek |
| 2017-07-29 | usbxhci: simplify xecp() | cinap_lenrek |
| 2017-07-29 | usbxhci: implement controller handoff, ignore usb3.0 ports, honor pollival fo... | cinap_lenrek |
| 2017-07-24 | usbxhci: basic iso write support (usb soundcard playback) | cinap_lenrek |
| 2017-07-24 | usb: fix wrong pollival calculation in setmaxpkt() | cinap_lenrek |
| 2017-07-22 | usbxhci: handle changing maxpkt on control endpoint by reevaluating endpoint ... | cinap_lenrek |
| 2017-07-22 | usbxhci: use physical register addresses for matcing controllers and printing... | cinap_lenrek |
| 2017-07-22 | usbohci, usbuhci, usbehci: use physical address of registers for matching con... | cinap_lenrek |
| 2017-07-20 | kernel: fix bounds check in screenputc() | cinap_lenrek |
| 2017-07-20 | usbxhci: implement command timeouts and aborts, serialize unstall | cinap_lenrek |
| 2017-07-17 | usbxhci: better approach to unstalling endpoint and fixup td ring | cinap_lenrek |
| 2017-07-17 | hpost: delimit @filenames by newline so files with whitespace aren’t mangled | BurnZeZ |
| 2017-07-17 | hpost: fix field content mangling when newlines are present | BurnZeZ |
| 2017-07-16 | pc kernel: mkfile target usbehcipc.$O needs ../port/usb.h, add usbxhci.$O | cinap_lenrek |
| 2017-07-16 | usbxhci: commit work in progress xhci driver, no config yet | cinap_lenrek |
| 2017-07-02 | /lib/{rob, rsc, theo}: Yup. | stanley lieber |
| 2017-07-02 | print(2): clean up vlong flag description | Ethan Grammatikidis |
| 2017-07-01 | rc(1): catch up with a change made long before 9front | Ethan Grammatikidis |
| 2017-07-01 | pc(1) clarification | Ethan Grammatikidis |
| 2017-06-28 | zynq: simplify initcode stack setup (just do it in init0 when the stack is ma... | cinap_lenrek |
| 2017-06-28 | kernel: pass bootargs also in multiboot command line, retire the bootline mec... | cinap_lenrek |
| 2017-06-27 | change icanhasvmx to report extra info only with -v | aiju |
| 2017-06-27 | vmx(1): I/O string instructions, incomplete support for IDE disks, misc fixes | aiju |
| 2017-06-26 | vmx: fix build on non-x86 architectures (switch vlong) | aiju |
| 2017-06-25 | libfis: fix inverted CHS bit | aiju |
| 2017-06-25 | devvmx: add support for SG_STICKY segments | cinap_lenrek |
| 2017-06-25 | pc, pc64: support for multiboot framebuffer, common bootargs and multiboot code | cinap_lenrek |