summaryrefslogtreecommitdiff
path: root/sys
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-09fortunes: Nein -- General Chuck Yeagerstanley lieber
2016-09-08authsrv(2): update Nvrsafe structure to include aesmachkeycinap_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(1): manpage: restore previous size rather than set to 10aiju
2016-09-01pc(1): manpage formattingaiju
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-28mp.h: add mpasraiju
2016-08-28pc(1): SYNOPSIS...aiju
2016-08-28pc(1): document -n option in manpageaiju
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-28timmy: manpageaiju
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-27fix wrong manpage section index generation for rc-httpd(8)cinap_lenrek
2016-08-27rio(4): document text truncationcinap_lenrek
2016-08-27rand(2), cons(3): clarify /dev/random behaviourcinap_lenrek