summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2017-01-12kernel: make the mntcache robust against fileserver like fossil that do not c...cinap_lenrek
2016-12-11devmouse: remove unused static map[] arraycinap_lenrek
2016-12-10devmouse: change msec argument of *mousetrack() to ulongcinap_lenrek
2016-11-29devmouse: various bugfixes, simplifycinap_lenrek
2016-11-17devtls: remove unused get32() functioncinap_lenrek
2016-11-12kernel/qio: make readblist() offset of type ulong as the restcinap_lenrek
2016-11-12kernel/qio: get rid of unused qcopycnt debug variablecinap_lenrek
2016-11-09kernel/qio: implement concatblock() with pullupblock()cinap_lenrek
2016-11-08devbridge: simplify etherwrite() as we dont deal with block listscinap_lenrek
2016-11-08kernel/qio: maintain Block.next pointer in padblock()cinap_lenrek
2016-11-08kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmallo...cinap_lenrek
2016-11-08devcons: simplify putstrn0()cinap_lenrek
2016-11-07devbridge: various bugfixes and improvements from charles forsythcinap_lenrek
2016-11-07kernel/qio: big cleanup of qio functionscinap_lenrek
2016-11-07devloopback: simplify loopoput()cinap_lenrek
2016-11-05kernel: fix missing ; in panic() callcinap_lenrek
2016-11-05kernel: avoid padblock copying for devtls/devssl/esp, cleanup debuggingcinap_lenrek
2016-11-05devmnt: avoid memory copies of I/O rpc buffer by using bwrite()cinap_lenrek
2016-11-05libc: move calloc() into its own compilation unitcinap_lenrek
2016-10-24fix bugs and cleanup cryptsetup codecinap_lenrek
2016-09-11kernel: rekey chacha state on each randomread() invocationcinap_lenrek
2016-09-11devcons: remove /dev/reboot "halt" command...cinap_lenrek
2016-09-11kernel: better nonce partitioning for chacha random number generatorcinap_lenrek
2016-09-11kernel: xoroshiro128+ generator for rand()/nrand()cinap_lenrek
2016-09-11kernel: make randomread() fault reentrantcinap_lenrek
2016-09-11kernel: replace various custom random iv buffer filling functions with calls ...cinap_lenrek
2016-09-08kernel: fix type for utime/stime in pexit(), fix debug format stringscinap_lenrek
2016-09-08kernel: make sure procalarm() remaining time doesnt become negativecinap_lenrek
2016-09-08kernel: always do unsigned subtractions for m->ticks delta for updatecpu() an...cinap_lenrek
2016-09-07kernel: use tk2ms() instead of TK2MS macro for process time conversioncinap_lenrek
2016-09-07kernel: tsemacquire() use MACHP(0)->ticks for time deltacinap_lenrek
2016-09-07devcap: timeout capabilities after a minute, fix memory leak, paranoiacinap_lenrek
2016-09-06devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] deltacinap_lenrek
2016-08-27kernel: switch to fast portable chacha based seed-once random number generatorcinap_lenrek
2016-08-27devsdp: keep cipher states in secret memorycinap_lenrek
2016-08-27devtls: allocate cipher states in secret memorycinap_lenrek
2016-08-27devssl: allocate cipher states in secret memorycinap_lenrek
2016-08-27kernel: add secalloc() and secfree() functions for secret memory allocationcinap_lenrek
2016-08-16devmnt: fix mistake in mntrahread()cinap_lenrek
2016-07-24devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on f...cinap_lenrek
2016-07-24swap: make sure swap chan has ORDWR mode on fdtochan()cinap_lenrek
2016-07-19kernel: dont pprint() into 9p channelscinap_lenrek
2016-06-26kernel: more (arm) compiler friendly mul64fract()cinap_lenrek
2016-05-16avoid updating offset in pread; avoid diagnostic about vlong mask (charles fo...cinap_lenrek
2016-05-16correct check for segment overlap (rmiller)cinap_lenrek
2016-05-11devssl, devtls: fix permission checkscinap_lenrek
2016-05-05kernel: fix cb->f[0] nil dereferences due to short control requestcinap_lenrek
2016-04-01kernel: always clunk closed fids asynchronously, regardless of cachingcinap_lenrek
2016-03-31kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.hcinap_lenrek
2016-03-30devsegment: cleanupscinap_lenrek