Age | Commit message (Expand) | Author |
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 | usbehci: fix medium- to low quality highspeed isochronous transfers | cinap_lenrek |
2018-02-25 | devloopback: reassign device letter from #X to #λ to avoid collision with de... | cinap_lenrek |
2018-02-25 | kernel: properly handle bad attach specifiers | cinap_lenrek |
2018-02-25 | devether: remove (unimplemented) detach, allow device creation on attach | cinap_lenrek |
2018-02-25 | ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) do... | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2018-02-18 | kernel: fix missing header dependency for ethersink.$O | cinap_lenrek |
2018-02-12 | if ether, then etherif.h | cinap_lenrek |
2018-02-12 | ethersink: after the experiment, the zeros get dismantled. and then destroyed. | cinap_lenrek |
2018-02-11 | ethersink: provide promisc and multicast functions for v6, set out queue limi... | cinap_lenrek |
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek |
2018-01-05 | stats: show amount of reclaimable pages (add -r flag) | cinap_lenrek |
2017-12-28 | devtls, devssl: avoid ~0UL comparsion (from drawterm) | cinap_lenrek |
2017-12-28 | devmnt: use u32int for tagmask, simplify alloctag() | cinap_lenrek |
2017-12-18 | devbridge: disable write blocking on ethernets | cinap_lenrek |
2017-12-17 | devbridge: fix mss clamping | cinap_lenrek |
2017-11-26 | devvga: re-render text from kmesg after resize | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-10-30 | devcons: remove obsolete comment | cinap_lenrek |
2017-10-30 | kernel: track more header dependencies in port/portmkfile | cinap_lenrek |
2017-10-29 | devswap: fix mistake | cinap_lenrek |
2017-10-29 | kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryption | cinap_lenrek |
2017-10-29 | devfs: rewrite cryptio() | cinap_lenrek |
2017-08-28 | devdup: remove useless OCEXEC check, handled by namec() | cinap_lenrek |
2017-08-28 | devsegment: handle ORCLOSE on segment directory correctly, fix wrong qid, mis... | cinap_lenrek |
2017-08-11 | kernel: double READSTR buffer size to 8000 bytes for devusb | cinap_lenrek |
2017-08-11 | devusb: superspeed bandwidth allocation handled by controller, skip usbload()... | cinap_lenrek |
2017-08-02 | usbxhci: handle out of memory in controller initialization | cinap_lenrek |
2017-07-31 | xhci: experimental usb3 support | cinap_lenrek |
2017-07-31 | usbehci: fix crash in cancelisoio() for highspeed device due to wrong pollival | cinap_lenrek |
2017-07-24 | usb: fix wrong pollival calculation in setmaxpkt() | cinap_lenrek |
2017-07-16 | usbxhci: commit work in progress xhci driver, no config yet | cinap_lenrek |
2017-06-28 | kernel: pass bootargs also in multiboot command line, retire the bootline mec... | cinap_lenrek |
2017-06-20 | kernel: add support for sticky segments (cached, preallocated, never paged) | cinap_lenrek |
2017-06-12 | pc/pc64: debugexc: ignore exception if in kernel mode and can't get hold of u... | aiju |
2017-06-12 | kernel: reset nwatchpt in pexit | aiju |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-06-03 | kernel: make statistics counters skipscheds and preempts unsigned | cinap_lenrek |
2017-06-02 | kernel: don't preempt pager during fscache reclaim | cinap_lenrek |
2017-05-30 | devsegment: return proper write count for ctl message | cinap_lenrek |
2017-05-21 | kernel: avoid panic with segio and SG_FAULT segments | cinap_lenrek |
2017-05-07 | kernel: fix namelenerror(), avoid memrchr() and make it static | cinap_lenrek |
2017-05-06 | devproc: can't wait for ourselfs to stop (thanks Shamar) | cinap_lenrek |
2017-04-30 | kernel: fix rewinding in directories with pread() offset | cinap_lenrek |
2017-04-29 | devdraw: ignore drawdebug command | cinap_lenrek |
2017-04-05 | kernel: avoid waserror() botch in devwalk (from drawterm, thanks aiju) | cinap_lenrek |
2017-04-04 | kernel: fix memory leak in checkpagerefs() debug function (thanks aiju) | cinap_lenrek |
2017-03-29 | kernel: fix twakeup()/timerdel() race condition | cinap_lenrek |