summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-08-27mergecinap_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-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
The kernel needs to keep cryptographic keys and cipher states confidential. secalloc() allocates memory from the secret pool which is protected from debuggers reading the memory thru devproc. secfree() releases the memory, overriding the data with garbage.
2016-08-27libc: add poolisoverlap() and definitions for Pool *secrmemcinap_lenrek
2016-08-26Bfn: set +xaiju
2016-08-25document Bfnaiju
2016-08-25fix Bfn botchaiju
2016-08-25add Bfn scriptaiju
2016-08-20mergecinap_lenrek
2016-08-20vga/igfx: add pci did's for kenjis intel graphics cards.cinap_lenrek
2016-08-20mergecinap_lenrek
2016-08-20vga/igfx: work in progress fdi link train for sandy bridge, properly ↵cinap_lenrek
calculate fdi and displayport lane count
2016-08-18fix awk format printing bugs (thanks aiju)spew
2016-08-16devmnt: fix mistake in mntrahread()cinap_lenrek
mntrahread() had the prefetch window condition wrong so it would very agressively prefetch ignoring the prefetch window.
2016-08-15webfs: dont include http status in "needkey" error stringcinap_lenrek
2016-08-15libframe: consistent use of nil vs. 0cinap_lenrek
2016-08-15libflate: add bounds checking on decode array, add sanity checks in hufftab()cinap_lenrek
2016-08-14ndb/cs: don't lookup AAAA records for IL, make sure translated address is ↵cinap_lenrek
IPv4 for IL, consistent use of nil vs. 0 for pointers
2016-08-14ip/il: dont attept to connect over IPv6, IL only supports IPv4 packetscinap_lenrek
2016-08-146c: subsitute floating point registers eleminating MOVSD and MOVSS ↵cinap_lenrek
instructions in peephole pass
2016-08-10ratrace: fix fork/exec race with "nohang" procctl (like a debugger)cinap_lenrek
2016-08-08document mplogic functionsaiju
2016-08-08auth/fgui: use pale colorscinap_lenrek
2016-08-08libcontrol: primitive text entry cut and paste with mousecinap_lenrek
2016-08-08hgwebfs: make hgwebfs prompt for passwordcinap_lenrek
2016-08-08webfs: avoid retry loops when we got a bad key in factotumcinap_lenrek
2016-08-08webfs: include factotum key query in error string for 401/407 Unauthorized ↵cinap_lenrek
status