summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2016-01-14wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channelscinap_lenrek
2016-01-14pc64: move idle() routine after CALL main(SB) as the comment suggestscinap_lenrek
2016-01-13pc/pc64: backing out new mp startup code (caused issues with ramnode)cinap_lenrek
2016-01-13devssl: use tsmemcmp() to compare mac to close timing side channelcinap_lenrek
2016-01-11pc/pc64: bring up ap's one after another, use idlehands() while waiting for t...cinap_lenrek
2016-01-07pc/pc64: remove mpshutdown printcinap_lenrek
2016-01-07kernel: remove todfix overflow iprint() spamcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2016-01-05pc/pc64: import i210 support from erik quanstrom's 9atomcinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-12-21tls: implement chacha20/poly1305 aead cipher suitscinap_lenrek
2015-12-21kernel: missing changes for ibrk() prototypecinap_lenrek
2015-12-16devprov: remove unused extern int unfaircinap_lenrek
2015-12-16kernel: use uintptr for ibrk() return value (for base >2GB) and clarify segbr...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-11-22bootrc: remove usbwait hack, usbd/nusbrc are now synchronous by previous commitcinap_lenrek
2015-11-22usbd: intoruce /env/usbbusycinap_lenrek
2015-11-22devenv: fix ORCLOSE handlingcinap_lenrek
2015-11-06kernel: use nicer check in okaddr(), wet floor signs in fixfault()cinap_lenrek
2015-11-06kernel: fix okaddr() checkcinap_lenrek
2015-10-28devtls: reject SHA2_256 mac for SSL, but TLS is finecinap_lenrek
2015-10-17wifi: prioritize rsne over wpaiecinap_lenrek
2015-10-09wifi: quote value of parsed ether optionscinap_lenrek
2015-10-07port: fix typo in devmnt mntproc namemischief
2015-09-29pc, pc64: add did for intel wildcat point audio controllermischief
2015-09-27devip: declare cleanarpent() staticcinap_lenrek
2015-09-27devip: various bugfixes and cleanups for arp codecinap_lenrek
2015-09-20devsd: handle SYNCHRONIZE CACHE scsi commands as nops in sdfakescsi()cinap_lenrek
2015-09-20sdmmc: handle fakescsi emulationcinap_lenrek
2015-09-20devsd: remove unused timeout field from SDreqcinap_lenrek
2015-09-20pc, pc64: fix sdvirtio descriptor count when sending flushmischief
2015-09-05devqspi: fix qunlock error on stat() -> close()cinap_lenrek
2015-09-05zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma ...cinap_lenrek
2015-09-05usbehci: clean cache unconditionally before handing a buffer to the hardwarecinap_lenrek
2015-09-05zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* ...cinap_lenrek
2015-09-02tcp: fix mtu on server sockets again (thans mycroftix)cinap_lenrek
2015-09-01libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)cinap_lenrek
2015-08-27devtls: add sha256 macmischief
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-21kernel/boot: do not handle kfs bootcinap_lenrek
2015-08-16devether: duplicate flags when copying blocks (thanks erik quanstro)cinap_lenrek
2015-08-15devtls: TLS1.1 explicit iv supportcinap_lenrek
2015-08-14kernel: try freebroken() *before* killbig() (thanks aiju)cinap_lenrek
2015-08-09zunq: remove unused variables from devqspicinap_lenrek
2015-08-09kernel: move "setargs" field in Proc structure after "nargs" and "args"cinap_lenrek
2015-08-09kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...cinap_lenrek
2015-08-09kernel: pgrpcpy(), simplify Mount structurecinap_lenrek
2015-08-09kernel: fix Mheadachecinap_lenrek