summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2016-01-13devssl: use tsmemcmp() to compare mac to close timing side channelcinap_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-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-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-07port: fix typo in devmnt mntproc namemischief
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-05usbehci: clean cache unconditionally before handing a buffer to the hardwarecinap_lenrek
2015-08-27devtls: add sha256 macmischief
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-15devtls: TLS1.1 explicit iv supportcinap_lenrek
2015-08-14kernel: try freebroken() *before* killbig() (thanks aiju)cinap_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
2015-08-06kernel: remove unused MAXCRYPT constant from portdat.hcinap_lenrek
2015-08-06kernel: have to validate argv[] again when copying to the new stackcinap_lenrek
2015-08-06kernel: limit argv[] strings to the USTKSIZE to avoid overflowcinap_lenrek
2015-08-06kernel: validnamedup() the name argument for segattach()cinap_lenrek
2015-08-06kernel: fix indention in validname0()cinap_lenrek
2015-08-06kernel: limit syscallfmt user strings to 64K (as in validname)cinap_lenrek
2015-08-06kernel: change vmemchr() length argument to ulong and simplifycinap_lenrek
2015-08-06kernel: use Etoolong[] constant instead of string literal in validname0()cinap_lenrek
2015-08-06kernel: make shargs() function static in sysproc.ccinap_lenrek
2015-08-06kernel: reject empty argv (argv[0] == nil) in sysexec()cinap_lenrek
2015-08-04kernel: remove unused qstate() functioncinap_lenrek
2015-08-03kernel: dont rely on atoi() parsing hex for netif/devbridgecinap_lenrek
2015-08-03devenv: simplify envremove(), cleanupcinap_lenrek
2015-08-02devenv: avoid indirection, keep Evalue's allocated in an arraycinap_lenrek
2015-08-02kernel: cleanup qlock.c to use nil instead of 0 for pointerscinap_lenrek
2015-07-30devmnt: fix mntcache()cinap_lenrek
2015-07-28kernel: remove obsolete comment from namec()cinap_lenrek
2015-07-28kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...cinap_lenrek
2015-07-27kernel: clunk the cache when removing cache flag on a channel, only call crea...cinap_lenrek
2015-07-27devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, red...cinap_lenrek
2015-07-26devmnt: dont reset readahead window when requested offset still has pending rpccinap_lenrek
2015-07-26kernel: pipelined read ahead for the mount cachecinap_lenrek