summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-20libdisk: catch null bytes in proto file, fix memory leakscinap_lenrek
2018-10-20nusb/kb: work arround broken split transaction on raspi's dwc otg usb controllercinap_lenrek
2018-10-20bcm: import changes for raspi2/3 from richard millercinap_lenrek
2018-10-20nusbrc: support for raspi3 ethernetcinap_lenrek
2018-10-20kernel: fix allocb for BLOCKALIGN*2 >= Hdrspccinap_lenrek
2018-10-20devusb: use Enotconf[] string constantcinap_lenrek
2018-10-20nusb/ether: add support for lan78xx (raspi3) (thanks richard miller)cinap_lenrek
2018-10-20nusb/ether: tune buffer size parameters for SMSC ethernet (raspi) (thanks ↵cinap_lenrek
richard miller)
2018-10-18upas/fs: delete extra binariesmischief
2018-10-16truetypefs(4): fix example pathmischief
2018-10-16kbdfs(8): fix nitmischief
2018-10-16ttf: SHZ also uses 0x36aiju
2018-10-16libttf: add SHZ[] instructionaiju
2018-10-16libttf: dont unset LOOP in SHCaiju
2018-10-15nusb/disk: also drive usb attached scsi devicesmischief
2018-10-15nusb/joy: update misleading comment (thanks Tobias Heinecke)aiju
2018-10-13libttf: instruction 0x24 is DEPTH, not CLEARmischief
2018-10-13libdisk: back out last changecinap_lenrek
2018-10-12ssh: fix spinning due to sticky intr flag on connection timeoutcinap_lenrek
2018-10-12mergecinap_lenrek
2018-10-12libdisk: check for proper line termination in proto file parsercinap_lenrek
2018-10-12namespace(4): fix $home bin pathsmischief
2018-10-12namespace(4): document new TrueType path, drop unused Hershey fonts pathmischief
2018-10-12truetypefs(4): document truetypefsmischief
2018-10-12truetypefs: fall back to width if advance is zeromischief
combining marks will have zero advance, but it results in zero-width glyphs in subfonts. fall back to width so something meaningful is rendered even if its not combined properly.
2018-10-12truetypefs: fix subfont indices (thanks aiju!)mischief
2018-10-12truetypefs: use /lib/font/ttf as default font pathmischief
2018-10-12libttf: fix swapped argument in vscan()...aiju
2018-10-11plumber: fix memory and filedescriptor leaks (thanks BurnZeZ)cinap_lenrek
2018-10-11ndb/dnstcp: only lookup the expected address type in findserver()cinap_lenrek
theres no reason to lookup both A and AAAA records, as we already know the type of srcip.
2018-10-11mergecinap_lenrek
2018-10-11ndb/dns: use nil for pointers in dnresolve() argscinap_lenrek
2018-10-11ndb/dns: do recursive lookup for dnsslave=cinap_lenrek
2018-10-11ndb/dns: avoid format strings in procnamecinap_lenrek
2018-10-11games/gb: when the LCD is turned off, reset ppuy and ppustate to 0, fixes ↵aiju
bug in dragon warriors iii reported by mischief
2018-10-10etheriwl: support type 2000 devices and the 2200 chip in x230tmischief
2018-10-10nusb/joy: send magic packet to enable playstation controller eventsmischief
2018-10-10nusbrc: prevent nusb/kb from attaching to sony ps3 controllermischief
2018-10-10hget: do a HEAD request to check if the file is already complete (thanks ↵cinap_lenrek
miscief) when we continue a download, make sure the file isnt already complete, as otherwise the server might respond with a 416 as the range request will out of range.
2018-10-09ndb/dnstcp: return a proper non-answer when rejecting zone transfercinap_lenrek
2018-10-09ndb/dns: fix format print warning for procsetname(), cleanupcinap_lenrek
2018-10-09ndb/dns: send_notify() to multiple ip addresses in parallel, filter myip()cinap_lenrek
2018-10-09ndb/dnstcp: restrict DNS zone transfers to clients listed as dnsslave=cinap_lenrek
initial idea from Steve Simon, but doesnt require reverse lookup of the callers ip address.
2018-10-08usbxhci: only clear RW1C bits when set.cinap_lenrek
2018-10-08usbxhci: delay after reset, preserve reserved bits in legacy status control ↵cinap_lenrek
register in handoff() when clering smi enable bits in the legacy control/status register, preserve the reserved bits. clear the RW1C bits. linux code claims intel xhci controller needs a 1ms delay before accessing any register after reset.
2018-10-08remove /lib/tftpd from proto filecinap_lenrek
2018-10-08get rid of /lib/tftpdcinap_lenrek
2018-10-08ip/dhcpd, ip/tftpd: change default for tftp homedir to /cinap_lenrek
2018-10-07pc drivers: more pci cleanupcinap_lenrek
2018-10-07pc drivers: use pcienable() to handle device power up and missing initializationcinap_lenrek