Age | Commit message (Expand) | Author |
2016-09-11 | libc: dont use floating point for portable umuldiv(), use 64 bit uvlong | cinap_lenrek |
2016-09-11 | kernel: rekey chacha state on each randomread() invocation | cinap_lenrek |
2016-09-11 | devcons: remove /dev/reboot "halt" command... | cinap_lenrek |
2016-09-11 | kernel: better nonce partitioning for chacha random number generator | cinap_lenrek |
2016-09-11 | kernel: xoroshiro128+ generator for rand()/nrand() | cinap_lenrek |
2016-09-11 | kernel: make randomread() fault reentrant | cinap_lenrek |
2016-09-11 | kernel: replace various custom random iv buffer filling functions with calls ... | cinap_lenrek |
2016-09-09 | fortunes: Nein -- General Chuck Yeager | stanley lieber |
2016-09-08 | authsrv(2): update Nvrsafe structure to include aesmachkey | cinap_lenrek |
2016-09-08 | kernel: fix type for utime/stime in pexit(), fix debug format strings | cinap_lenrek |
2016-09-08 | kernel: make sure procalarm() remaining time doesnt become negative | cinap_lenrek |
2016-09-08 | kernel: always do unsigned subtractions for m->ticks delta for updatecpu() an... | cinap_lenrek |
2016-09-07 | kernel: use tk2ms() instead of TK2MS macro for process time conversion | cinap_lenrek |
2016-09-07 | kernel: tsemacquire() use MACHP(0)->ticks for time delta | cinap_lenrek |
2016-09-07 | devcap: timeout capabilities after a minute, fix memory leak, paranoia | cinap_lenrek |
2016-09-06 | merge | cinap_lenrek |
2016-09-06 | devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] delta | cinap_lenrek |
2016-09-05 | pc(1): bugfix: allow setting output base to 0 (thanks, deuteron) | aiju |
2016-09-03 | 5c: do shift propagation for rotate right (ROR) | cinap_lenrek |
2016-09-03 | 5c: format assembly constant right shift encoding 0 as >>32 | cinap_lenrek |
2016-09-03 | 5a: assemble constant >>0 right shifts as <<0 (no shift), allow >>32 | cinap_lenrek |
2016-09-03 | 5l: format assembly constant right shift encoding 0 as >>32 | cinap_lenrek |
2016-09-03 | libmach: fix RORREG, right shift with shift count 0 means >>32 | cinap_lenrek |
2016-09-01 | pc(1): manpage: restore previous size rather than set to 10 | aiju |
2016-09-01 | pc(1): manpage formatting | aiju |
2016-09-01 | pc: add cat() function | aiju |
2016-09-01 | mptrunc: don't write to r->p[r->top] | aiju |
2016-08-31 | pc: add rev function | aiju |
2016-08-29 | pc: add gcd, rand and minv; set base of logical operation results to 0 | aiju |
2016-08-29 | libmp: remove unused mpeuclid.c | cinap_lenrek |
2016-08-29 | libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinve... | cinap_lenrek |
2016-08-29 | libmp: mpnrand(), what was i *THINKING* | cinap_lenrek |
2016-08-28 | python: remove automatic compiled module loading (.pyc files) | cinap_lenrek |
2016-08-28 | libmp: mpdiv(): fix divisor==quotient case (again) | cinap_lenrek |
2016-08-28 | libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv() | cinap_lenrek |
2016-08-28 | mp.h: add mpasr | aiju |
2016-08-28 | pc(1): SYNOPSIS... | aiju |
2016-08-28 | pc(1): document -n option in manpage | aiju |
2016-08-28 | add pc(1) | aiju |
2016-08-28 | mpdiv: negative divisor has to flip sign of quotient | aiju |
2016-08-28 | mp: fix mptov and mptouv | aiju |
2016-08-28 | mp: fix mpnot and add mpasr | aiju |
2016-08-28 | mercurial: use new d_stat from dirent structure in osutil.listdir | cinap_lenrek |
2016-08-28 | ape: add d_stat struct in dirent struct allowing the avoidance of stats | cinap_lenrek |
2016-08-28 | timmy: manpage | aiju |
2016-08-28 | strtomp: update the returned char* even if there were no characters parsed | aiju |
2016-08-28 | strtomp: fix mpbits() call in octal code | aiju |
2016-08-27 | fix wrong manpage section index generation for rc-httpd(8) | cinap_lenrek |
2016-08-27 | rio(4): document text truncation | cinap_lenrek |
2016-08-27 | rand(2), cons(3): clarify /dev/random behaviour | cinap_lenrek |