Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-10 | games/mines: build a better ghost trap | aiju | |
2018-03-09 | mptod/dtomp: add to mp.h | aiju | |
2018-03-09 | mp: add mptod and dtomp | aiju | |
2018-03-07 | add camv | aiju | |
2018-03-07 | nusb/cam: ctl message fixes | aiju | |
2018-03-07 | add nusb/cam | aiju | |
2018-03-07 | usb lib: add maxpkt and ntds to Altc struct | aiju | |
2018-03-07 | usbehci: catch interrupt in tsleep | aiju | |
2018-03-06 | usbehci: add uframes control request to return uframes one at a time | aiju | |
2018-03-05 | merge | cinap_lenrek | |
2018-03-05 | usbehci: fix medium- to low quality highspeed isochronous transfers | cinap_lenrek | |
everything was broken. strting with hsinit not even chaining the itd's into a ring. followed by broken buffer pointer pages. finally, the interrupt handler's read transaction length calculation was completely bugged, using the *FRAME* index to access descriptors csw[] fields and not reseting tdi->ndata thru the loop. minor stuff: iso->data needs to be freed with ctlr->dmafree() put ival in iso->ival so ctl message cannot override the endpoints pollival and screw up deallocation. | |||
2018-03-04 | sshfs: update qid and filename on Tcreate | aiju | |
2018-03-04 | merge | cinap_lenrek | |
2018-03-04 | igfx: add support for T510 (thanks mycroftiv) | cinap_lenrek | |
2018-02-28 | manpages: shut up about tex (1) | khm | |
2018-02-27 | g: revert accidental change, document missing file type | glenda | |
2018-02-26 | games/mix: fix incorrect line numbers | glenda | |
2018-02-26 | ns: remove left over vararg check pragma | cinap_lenrek | |
2018-02-25 | vmx: allow setting mac address of using ea:nnnnnnnnnnnn! prefix, use ↵ | cinap_lenrek | |
genrandom() to generate mac globally unique mac address | |||
2018-02-25 | devloopback: reassign device letter from #X to #λ to avoid collision with ↵ | cinap_lenrek | |
devvmx | |||
2018-02-25 | kernel: properly handle bad attach specifiers | cinap_lenrek | |
- only accept decimal for numeric device id's - exclude negative device id's - device id's out of range yield Enodev | |||
2018-02-25 | mines: documentation and chronometric control of supernatural apparitions | aiju | |
2018-02-25 | ghost in the minesweeper shell | aiju | |
2018-02-25 | devether: remove (unimplemented) detach, allow device creation on attach | cinap_lenrek | |
we allow devether to create ethernet cards on attach. this is useull for virtual cards like the sink driver, so we can create a sink by simply: bind -a '#l2:sink ea=112233445566' /net the detach routine was never called, so remove it from the few drivers that attempted to implement it. | |||
2018-02-25 | devip: fix crash on negative dev id on attach | cinap_lenrek | |
2018-02-25 | ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) ↵ | cinap_lenrek | |
does support quoting | |||
2018-02-25 | games/mines: bikeshedding | aiju | |
2018-02-20 | fortunes, rob, rsc, theo: What's this? https://plan9.io/ | stanley lieber | |
2018-02-18 | nusb/ether: mux bridges, bring in line with devether | cinap_lenrek | |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek | |
2018-02-18 | nusb: add missing header dependencies to mkfiles | cinap_lenrek | |
2018-02-18 | kernel: fix missing header dependency for ethersink.$O | cinap_lenrek | |
2018-02-16 | audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri) | cinap_lenrek | |
2018-02-14 | ftpfs: no caching by default, add -c flag to enable it (patch by mycroftiv) | cinap_lenrek | |
2018-02-12 | if ether, then etherif.h | cinap_lenrek | |
2018-02-12 | merge | cinap_lenrek | |
2018-02-12 | ethersink: after the experiment, the zeros get dismantled. and then destroyed. | cinap_lenrek | |
2018-02-11 | twsi(3): fix wrong unicode codepoint in manpage | BurnZeZ | |
2018-02-11 | ethersink: provide promisc and multicast functions for v6, set out queue ↵ | cinap_lenrek | |
limit to 0 on attach, add to pc64 config | |||
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek | |
the only architecture dependence of devether was enabling interrupts, which is now done at the end of the driver's reset() function now. the wifi stack and dummy ethersink also go to port/. do the IRQ2->IRQ9 hack for pc kernels in intrenabale(), so not every caller of intrenable() has to be aware of it. | |||
2018-02-10 | aijuboard bootloader: fix 10BASE-T / 100BASE-TX support | aiju | |
2018-02-10 | zynq: fix 10BASE-T and 100BASE-TX support | aiju | |
2018-02-07 | fix sort(1) bug where it incorrectly included the field separator in the ↵ | aiju | |
comparison if it was >= Runeself | |||
2018-02-07 | fstype: make copy of first sector in /env to avoid unaligned reads on the ↵ | cinap_lenrek | |
disk (for devfs) devfs crypto partitions do not support unaligned reads, so we make a copy of the first in /env/block and then slice it to find filesystem signatures. thanks mykhal for reporting the issue. | |||
2018-02-07 | usbxhci: fix mistake in completering() | cinap_lenrek | |
the td index "x" was incremented twice, once in for loop and in the body expression. so r->rp only got updated every second completion. this is wrong, but harmless. | |||
2018-02-05 | upas/fs: fix imap atom quoting (thanks Piotr Kubaj) | cinap_lenrek | |
2018-02-05 | add ptrap | aiju | |
2018-02-05 | auth/asn12rsa: also convert ASN.1 encoded public key to plan9 format | cinap_lenrek | |
2018-01-31 | /sys/lib/dist/mkfile: fix cfg/plan9.ini dependency (only visible after binds) | cinap_lenrek | |
2018-01-31 | webfs(4): document -d and -D flags | cinap_lenrek | |