summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-03git/compat: expand to cover go bootstrapOri Bernstein
2022-07-03git/log: support -n option to restrict log countsOri Bernstein
2022-07-02patch: handle stripped/empty lines mid-hunkOri Bernstein
2022-06-30nusb/ptp: increase payloadakw@oneirism.org
2022-06-30spf: limit recursion depth to prevent ddos (thanks tijay, iashiq5)Ori Bernstein
2022-06-30skelfs: dont mount if not asked toJacob Moody
2022-06-30aux/9pcon: add assert flagJacob Moody
2022-06-29kernel: revert /srv/cloneJacob Moody
2022-06-25awk: correct incoherent cell in assignment (thanks smj, mpinjr)Ori Bernstein
2022-06-25awk: initialize records fully in recinit()Ori Bernstein
2022-06-22kernel: correct error handling in /srv/clone readJacob Moody
2022-06-21kernel: add /srv/clone to get seperate /srv bulletin boards.Jacob Moody
2022-06-19ndb: increase buffer size to allow longer linesOri Bernstein
2022-06-19etherimx: fix link negotiationcinap_lenrek
2022-06-18nusb/usbd: retry opendevtata() a few times on attach (work around mnt-reform ...cinap_lenrek
2022-06-18imx8/usdhc: work around broken multi-write for nowcinap_lenrek
2022-06-18generate boot.scr in /sys/src/boot/reformcinap_lenrek
2022-06-18/sys/lib/dist/mkfile: add target for mnt-reform imagecinap_lenrek
2022-06-18add /sys/src/boot/reform/mkfile to download official u-boot for the mnt-reformcinap_lenrek
2022-06-18aux/txt2uimage: helper for generating uimage script filescinap_lenrek
2022-06-18imx8: fix install targetcinap_lenrek
2022-06-18imx8/usdhc: implement highspeed mode (50Mhz)cinap_lenrek
2022-06-18imx8/lcd: set iomux pad configurationcinap_lenrek
2022-06-18usbxhciimx: set iomux pad configurationcinap_lenrek
2022-06-18imx8: add i2c bus drivercinap_lenrek
2022-06-18etherimx: set iomux pad configigurationcinap_lenrek
2022-06-18imx8/usdhc: cleanup, set pad configurationcinap_lenrek
2022-06-17kernel: add dev dtracy provider.Jacob Moody
2022-06-16ip/dhcpd: quiet up syslogJacob Moody
2022-06-15skel(3) → skelfs(4)Jacob Moody
2022-06-14mergecinap_lenrek
2022-06-14imx8: port usdhc driver (from bcm/sdhc) for external sdcardcinap_lenrek
2022-06-14kernel: bootrc: add bootloop=Jacob Moody
2022-06-14kernel: devwalk: correct debug printJacob Moody
2022-06-14kernel: devskel: use RWlockJacob Moody
2022-06-13imx8/gpio: use u32int for bit maskcinap_lenrek
2022-06-13imx8/gpio: allow 0 as "no-op" gpio pincinap_lenrek
2022-06-13imx8: add gpio helper gpioout()/gpioin()cinap_lenrek
2022-06-13imx8: provide iomuxgpr() function to access iomuxc's gpr'scinap_lenrek
2022-06-13imx8: better syntax for iomuxpad() options using ~ for negationcinap_lenrek
2022-06-13imx8: add iomuxpad() helper for pad and mux controlcinap_lenrek
2022-06-12imx8: make gpc functionality available with a powerup() functioncinap_lenrek
2022-06-12imx8/lcd: reduce flickercinap_lenrek
2022-06-12devsrv: revert 'add /srv/clone'Ori Bernstein
2022-06-12mergecinap_lenrek
2022-06-12imx8/usbxhci: bring usb out of resetcinap_lenrek
2022-06-12kernel: add /srv/cloneJacob Moody
2022-06-12imx8/lcd: silly work around for display instabilitycinap_lenrek
2022-06-11imx8: mainscreen turn on!cinap_lenrek
2022-06-11devi2c: add generic i2c bus drivercinap_lenrek