summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
2016-09-11libc: dont use floating point for portable umuldiv(), use 64 bit uvlongcinap_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-06mergecinap_lenrek
2016-09-06devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] deltacinap_lenrek
2016-09-05pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)aiju
2016-09-035c: do shift propagation for rotate right (ROR)cinap_lenrek
2016-09-035c: format assembly constant right shift encoding 0 as >>32cinap_lenrek
2016-09-035a: assemble constant >>0 right shifts as <<0 (no shift), allow >>32cinap_lenrek
2016-09-035l: format assembly constant right shift encoding 0 as >>32cinap_lenrek
2016-09-03libmach: fix RORREG, right shift with shift count 0 means >>32cinap_lenrek
2016-09-01pc: add cat() functionaiju
2016-09-01mptrunc: don't write to r->p[r->top]aiju
2016-08-31pc: add rev functionaiju
2016-08-29pc: add gcd, rand and minv; set base of logical operation results to 0aiju
2016-08-29libmp: remove unused mpeuclid.ccinap_lenrek
2016-08-29libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinve...cinap_lenrek
2016-08-29libmp: mpnrand(), what was i *THINKING*cinap_lenrek
2016-08-28python: remove automatic compiled module loading (.pyc files)cinap_lenrek
2016-08-28libmp: mpdiv(): fix divisor==quotient case (again)cinap_lenrek
2016-08-28libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()cinap_lenrek
2016-08-28add pc(1)aiju
2016-08-28mpdiv: negative divisor has to flip sign of quotientaiju
2016-08-28mp: fix mptov and mptouvaiju
2016-08-28mp: fix mpnot and add mpasraiju
2016-08-28mercurial: use new d_stat from dirent structure in osutil.listdircinap_lenrek
2016-08-28ape: add d_stat struct in dirent struct allowing the avoidance of statscinap_lenrek
2016-08-28strtomp: update the returned char* even if there were no characters parsedaiju
2016-08-28strtomp: fix mpbits() call in octal codeaiju
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-27ip/esp: allocate 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-27wifi: update wifi.h headercinap_lenrek
2016-08-27wifi: allocate cipher states in secret memory, do AESstate key setup oncecinap_lenrek
2016-08-27kernel: add secalloc() and secfree() functions for secret memory allocationcinap_lenrek
2016-08-27libc: add poolisoverlap() and definitions for Pool *secrmemcinap_lenrek
2016-08-20mergecinap_lenrek
2016-08-20vga/igfx: add pci did's for kenjis intel graphics cards.cinap_lenrek