summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-18satmore: don't try to override user defined variablesaiju
2018-03-18add #pragma incomplete to sat.haiju
2018-03-17nusb/ptp: set storage name to their human readable description stringmischief
2018-03-17devusb: fix format print warnings for ep->ntds and ep->uframescinap_lenrek
2018-03-17camv: fix display locking issuescinap_lenrek
2018-03-17add libsataiju
2018-03-17mines(1): fix misleading HISTORY wordingaiju
2018-03-17pc64: fix _intrr(), avoid the linker moving _intrr() arroundcinap_lenrek
2018-03-17pc64: add magic _intrr() symbol for ktrace (thanks mischief)cinap_lenrek
2018-03-17devfs: revert commit 4000qwx
induces a kernel panic under normal circumstances
2018-03-17kernel: let /rc/bin/diskparts attach #k after #S partitions are loaded upqwx
2018-03-17devfs: only set configed flag if config was read successfullyqwx
this is just to retry reading the configuration at least once after an error
2018-03-14nvidia: add pci device id for GeForce 6200 AGB (thanks bitmapper)cinap_lenrek
2018-03-10games/mines: build a better ghost trapaiju
2018-03-09mptod/dtomp: add to mp.haiju
2018-03-09mp: add mptod and dtompaiju
2018-03-07add camvaiju
2018-03-07nusb/cam: ctl message fixesaiju
2018-03-07add nusb/camaiju
2018-03-07usb lib: add maxpkt and ntds to Altc structaiju
2018-03-07usbehci: catch interrupt in tsleepaiju
2018-03-06usbehci: add uframes control request to return uframes one at a timeaiju
2018-03-05mergecinap_lenrek
2018-03-05usbehci: fix medium- to low quality highspeed isochronous transferscinap_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-04sshfs: update qid and filename on Tcreateaiju
2018-03-04mergecinap_lenrek
2018-03-04igfx: add support for T510 (thanks mycroftiv)cinap_lenrek
2018-02-28manpages: shut up about tex (1)khm
2018-02-27g: revert accidental change, document missing file typeglenda
2018-02-26games/mix: fix incorrect line numbersglenda
2018-02-26ns: remove left over vararg check pragmacinap_lenrek
2018-02-25vmx: allow setting mac address of using ea:nnnnnnnnnnnn! prefix, use ↵cinap_lenrek
genrandom() to generate mac globally unique mac address
2018-02-25devloopback: reassign device letter from #X to #λ to avoid collision with ↵cinap_lenrek
devvmx
2018-02-25kernel: properly handle bad attach specifierscinap_lenrek
- only accept decimal for numeric device id's - exclude negative device id's - device id's out of range yield Enodev
2018-02-25mines: documentation and chronometric control of supernatural apparitionsaiju
2018-02-25ghost in the minesweeper shellaiju
2018-02-25devether: remove (unimplemented) detach, allow device creation on attachcinap_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-25devip: fix crash on negative dev id on attachcinap_lenrek
2018-02-25ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) ↵cinap_lenrek
does support quoting
2018-02-25games/mines: bikesheddingaiju
2018-02-20fortunes, rob, rsc, theo: What's this? https://plan9.io/stanley lieber
2018-02-18nusb/ether: mux bridges, bring in line with devethercinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-18nusb: add missing header dependencies to mkfilescinap_lenrek
2018-02-18kernel: fix missing header dependency for ethersink.$Ocinap_lenrek
2018-02-16audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri)cinap_lenrek
2018-02-14ftpfs: no caching by default, add -c flag to enable it (patch by mycroftiv)cinap_lenrek
2018-02-12if ether, then etherif.hcinap_lenrek
2018-02-12mergecinap_lenrek
2018-02-12ethersink: after the experiment, the zeros get dismantled. and then destroyed.cinap_lenrek