]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/pc
devip: cleanup rudp.c
[plan9front.git] / sys / src / 9 / pc /
2018-04-12 kremlinadd missing ethermii.h dependencies. patch from cinap_l...
2018-02-25 cinap_lenrekkernel: properly handle bad attach specifiers
2018-02-25 cinap_lenrekdevether: remove (unimplemented) detach, allow device...
2018-02-18 cinap_lenrekdevether: mux bridges, portable netconsole
2018-02-16 cinap_lenrekaudiohda: add device id for x260's Intel Sunrise Point...
2018-02-11 cinap_lenrekkernel: move devether and wifi to port/
2018-02-07 cinap_lenrekusbxhci: fix mistake in completering()
2018-01-27 cinap_lenrekkernel: initialize cyclefreq for machno > 0 in guesscpuhz()
2018-01-13 cinap_lenrekether79c970: dont disable promisc mode when multicast...
2018-01-13 cinap_lenrekether82557: don't turn off promisc mode when mcast...
2018-01-12 cinap_lenrekwifi: learn target ip address from neighbor advertiseme...
2018-01-12 cinap_lenrekwifi: filter out loopback traffic from myself
2018-01-07 cinap_lenrekmerge
2018-01-07 cinap_lenrekether8169: deal with kernel memory exhaution
2018-01-04 cinap_lenrekpc kernel: fix wrong simd exception mask (fixes go...
2017-12-31 cinap_lenrekwifi: get rid of custom hextob() routine, use dec16...
2017-12-29 cinap_lenrekusbxhci: add missing pexit() in xhcirecover proc (thank...
2017-12-29 cinap_lenrekwifi: revert rate adoption divider, breaks arpunks...
2017-12-28 cinap_lenrekwifi: don't implicitely update lastseen timestamp on...
2017-12-28 cinap_lenreketheriwl, etherwpi: limit transmit queue buffer bloat...
2017-12-28 cinap_lenrekwifi: don't assume Wifi.rates[] is sorted, return net...
2017-12-23 cinap_lenrekdevvga: removing #v/vgabios, use /dev/realmodemem instead
2017-12-23 cinap_lenrekkernel: convert textmode cga screen contents to kmesg...
2017-12-18 cinap_lenrekether8169: add Macv45 for RTL8111HN, rename Macv45...
2017-12-18 cinap_lenrekdevether: dont forward loopback packets on bridges
2017-12-17 cinap_lenrekpc, pc64: add devbridge to kernel configuration
2017-12-17 cinap_lenrekwifi: use protocol constants from ip/ip.h and ip/ipv6...
2017-12-16 cinap_lenrekwifi: matt damon wifi bridging support
2017-12-15 cinap_lenrekether: allow spoofing of source mac address for bridges...
2017-12-09 cinap_lenrekdevether: remove duplicated parseether() implementation...
2017-12-03 cinap_lenrekdevvga: properly handle physical screen size and panning
2017-11-26 cinap_lenrekcga: capture cga console contents on boot, make sure...
2017-11-26 cinap_lenrekdevvga: re-render text from kmesg after resize
2017-11-12 cinap_lenrekigfx: allocate backing memory for framebuffer and hw...
2017-11-04 cinap_lenrekmerge
2017-11-04 cinap_lenrekkernel: introduce per process FPU struct (PFPU) for...
2017-10-30 cinap_lenrekkernel: pc/pc, fix comment line
2017-10-29 cinap_lenrekkernel: introduce devswap #¶ to serve /dev/swap and...
2017-09-27 cinap_lenrekether82598: support for T540-T1, use physical addresses...
2017-09-27 cinap_lenreksdnvme: identify namespace list fails on intel ssd...
2017-09-27 cinap_lenrekkernel: don't tokenize inplace in isaconfig() to make...
2017-09-27 cinap_lenrekkernel: get rid of 36 bit Paerange mask in mtrr (suppo...
2017-09-22 cinap_lenrekxhci: do bounds checking in capability walking, check...
2017-09-10 cinap_lenrekrename pcf kernel to pc, remove pcf, pccpuf, pccpu64...
2017-09-10 BurnZeZaudiohda: add pci id for nvidia GM204
2017-09-10 BurnZeZaudiohda: add pci id for Intel 9 Series
2017-09-09 cinap_lenrekaudiohda: add pci id for ICH10 (thanks echoline)
2017-09-02 aijudevvmx: call vmxshutdown from reboot() function manually
2017-08-29 cinap_lenrekether82563: make the ethernet of thinkpad p50 work...
2017-08-29 cinap_lenrekaudiohda: Intel Sunrise Point-H support (thanks sam-d)
2017-08-29 cinap_lenreksdnvme: pass 0 instead of 0xffffffff as NSID for identi...
2017-08-28 cinap_lenrekmerge
2017-08-28 aijudevvmx, vmx: lilu dallas multivm
2017-08-27 cinap_lenreksdiahci: Intel 200 Series Chipset Family PCH support...
2017-08-24 aijudevvmx: more efficient data structure for memory map...
2017-08-20 cinap_lenrekmerge
2017-08-20 qwxigfx: add did for x220
2017-08-13 cinap_lenrekether82563: add more pci ids for i210 and i354 from...
2017-08-12 cinap_lenrekether82563: support for i211 with iNVM. (thanks mfny...
2017-08-06 cinap_lenrekusbxhci: implement recovery from host controller errors
2017-08-03 cinap_lenreketheriwl: add pci id for Intel Centrino Advanced-N...
2017-08-02 cinap_lenrekusbxhci: handle out of memory in controller initialization
2017-08-02 cinap_lenrekusbxhci: abandon multiple requests per endpoint, cleanup
2017-08-01 cinap_lenrekusbxhci: have to serialize and set read pointer for...
2017-07-31 cinap_lenrekusbohci, usbehci, usbxhci: save mmio base address in...
2017-07-31 cinap_lenrekusbxhci: provide shutdown function to halt the controller
2017-07-31 cinap_lenrekxhci: experimental usb3 support
2017-07-28 cinap_lenrekpc, pc64: enable usbxhci in the configuration
2017-07-28 cinap_lenrekusbxhci: simplify xecp()
2017-07-28 cinap_lenrekusbxhci: implement controller handoff, ignore usb3...
2017-07-24 cinap_lenrekusbxhci: basic iso write support (usb soundcard playback)
2017-07-22 cinap_lenrekusbxhci: handle changing maxpkt on control endpoint...
2017-07-22 cinap_lenrekusbxhci: use physical register addresses for matcing...
2017-07-22 cinap_lenrekusbohci, usbuhci, usbehci: use physical address of...
2017-07-20 cinap_lenrekkernel: fix bounds check in screenputc()
2017-07-20 cinap_lenrekusbxhci: implement command timeouts and aborts, seriali...
2017-07-17 cinap_lenrekusbxhci: better approach to unstalling endpoint and...
2017-07-16 cinap_lenrekpc kernel: mkfile target usbehcipc.$O needs ../port...
2017-07-16 cinap_lenrekusbxhci: commit work in progress xhci driver, no config yet
2017-06-28 cinap_lenrekkernel: pass bootargs also in multiboot command line...
2017-06-25 cinap_lenrekdevvmx: add support for SG_STICKY segments
2017-06-25 cinap_lenrekpc, pc64: support for multiboot framebuffer, common...
2017-06-22 cinap_lenrekmerge
2017-06-21 aijudevvmx: add support for extrap command to configure...
2017-06-21 aijudevvmx: error handling in clearmeminfo
2017-06-21 aijudevvmx: remember segment names and free segments properly
2017-06-20 aijupc, pc64: adapt devvmx to work on pc64
2017-06-19 cinap_lenrekmerge
2017-06-18 aijudevvmx: fix CR0/CR4 readout; also don't exit on PAUSE...
2017-06-17 aijudevvmx: support debug registers; simplify assembly
2017-06-14 aijudevvmx: support pat and efer registers
2017-06-13 aijupc: add vmx device
2017-06-13 aijupc/pc64: keep shadow copy of DR7 in Mach and use that...
2017-06-12 aijuremove accidentally committed reference to devvmx
2017-06-12 aijupc/pc64: debugexc: ignore exception if in kernel mode...
2017-06-12 aijupc/pc64: reset DR7 in mmurelease
2017-06-12 aijukernel: add support for hardware watchpoints
2017-06-12 aijuethervirtio: report correct length; fail gracefully...
2017-06-01 aijupc: actually call netconsole()
2017-05-31 aijupc: add netconsole
next