summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-01kernel: include lock pointer in error report, stop spamming lockloop prints w...cinap_lenrek
2019-05-01kernel: insert memory barrier in the scheduler before setting up->mach = nilcinap_lenrek
2019-05-01[5678vq]c: fix .safe node type for *FUNC() = *FUNC() sugencinap_lenrek
2019-05-01vmx: build vmx only for 386 or amd64cinap_lenrek
2019-04-27ether8169: fix thinkpad A485 ethernet (thanks mischief)cinap_lenrek
2019-04-257c: don't emit SXTW for non-register source operandcinap_lenrek
2019-04-23distproto: add /lib/news/ (thanks lyndon)cinap_lenrek
2019-04-227l: there is no BIC* $bimm variantcinap_lenrek
2019-04-19usbxhci: make stuck usb transactions interruptable.cinap_lenrek
2019-04-19distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)cinap_lenrek
2019-04-18nusb/usbd: stop sending port enable commandsmischief
2019-04-177l: deal with huge (negative or > 24bit) register offsets, fix LACON, avoid D...cinap_lenrek
2019-04-177c: fix long to vlong/pointer conversion, avoid negative immediate offsetscinap_lenrek
2019-04-16devsd: fix sddelpart() AGAINcinap_lenrek
2019-04-16awk: fix nextfile crash (thanks leetspete)cinap_lenrek
2019-04-15devsd: fix panic when using "delpart" to remove a partition that was already ...BurnZeZ
2019-04-13pc: audiohda: recognize AMD Family 17h hd audio controllermischief
2019-04-13pc: devarch: recognize AMD Ryzen modelmischief
2019-04-13pc: pci: add AMD FCH LPC bridge to southbridgesmischief
2019-04-13nusb/usbd: fix dump %U formattermischief
2019-04-14ip(3): document TCP ctl close commandBurnZeZ
2019-04-14devip: reject bad numeric ports (such as 9fs -> 9)cinap_lenrek
2019-04-11bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args ha...cinap_lenrek
2019-04-11bcm: don't use PADDR() to convert bus address to physical in vcorecinap_lenrek
2019-04-11kernel: get rid of KSTKSIZE alias for KSTACKcinap_lenrek
2019-04-11mergecinap_lenrek
2019-04-11kernel: get rid of PTR2UINT() and UINT2PTR() macroscinap_lenrek
2019-04-11bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()cinap_lenrek
2019-04-11bcm: add pl011 uart drivercinap_lenrek
2019-04-10bcm: move okay() from uartmini.c to devarch.ccinap_lenrek
2019-04-10bcm: add irq.c to mkfilecinap_lenrek
2019-04-10bcm: move interrupt handling out of trap.c into irq.ccinap_lenrek
2019-04-09fix bad function declarations in manpagesBurnZeZ
2019-04-08thread(2): threadsetname takes a fmt stringBurnZeZ
2019-04-08audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)cinap_lenrek
2019-04-087l: fix vlong constants in literal pool for non-MOV instructionscinap_lenrek
2019-04-087l: fix bitcon instruction selection and encodingcinap_lenrek
2019-04-087l: add arm64 linker (initial sync)cinap_lenrek
2019-04-087a: fix indexreg operationscinap_lenrek
2019-04-087a: fix post increment operandscinap_lenrek
2019-04-087c: fix registerization of vlong constantscinap_lenrek
2019-04-08add arm64 c compiler and assembler (thanks charles forsyth)cinap_lenrek
2019-04-08rootstub: create arm64 directoriescinap_lenrek
2019-04-07uptime: rewrite in awkBurnZeZ
2019-04-06libauthsrv: authdial smprint() out of memory autismcinap_lenrek
2019-04-04sgi: remove obsolete TSTKTOP constantcinap_lenrek
2019-04-04xen: remove obsolete TSTKTOP constantcinap_lenrek
2019-04-04bcm: remove obsolete TSTKTOP constantcinap_lenrek
2019-04-04pc64: get rid of TSTKTOP, USTKTOP is the end of user address spacecinap_lenrek
2019-04-03sshnet: get rid of Announced state, simplifycinap_lenrek