summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
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
2016-08-20mergecinap_lenrek
2016-08-20vga/igfx: work in progress fdi link train for sandy bridge, properly calculat...cinap_lenrek
2016-08-18fix awk format printing bugs (thanks aiju)spew
2016-08-16devmnt: fix mistake in mntrahread()cinap_lenrek
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 IPv...cinap_lenrek
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 instructio...cinap_lenrek
2016-08-10ratrace: fix fork/exec race with "nohang" procctl (like a debugger)cinap_lenrek
2016-08-08auth/fgui: use pale colorscinap_lenrek
2016-08-08libcontrol: primitive text entry cut and paste with mousecinap_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 st...cinap_lenrek
2016-08-08mptrunc: normalize after mpassign to handle the case b==raiju
2016-08-05libauthsrv: ANAMELEN -> PASSWDLENcinap_lenrek
2016-08-04libauth: fix mount file-descriptor leak in auth_chuid()cinap_lenrek
2016-08-04auth/login: add dp9ik key to sub factotum, get rid of temporary /srv filecinap_lenrek
2016-08-04ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libaut...cinap_lenrek
2016-07-31auth: various cleanups, use common readcons() from libauthsrv, zero keys afte...cinap_lenrek
2016-07-31auth/secstore: use common readcons() routine from libauthsrvcinap_lenrek
2016-07-31auth/factotum: use common readcons() function from libauthsrvcinap_lenrek
2016-07-31libauthsrv: export common readcons() routine and introduce PASSWDLEN constantcinap_lenrek
2016-07-24auth/changeuser: fix misleading print (secret is 31 chars max, not 256)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-24make error handling in 9p service loops consistentcinap_lenrek
2016-07-24upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p ...cinap_lenrek
2016-07-24ndb/dns: remove procname statistics and restart feature, cleanup 9p service loopcinap_lenrek
2016-07-19kernel: dont pprint() into 9p channelscinap_lenrek
2016-07-155c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the troubl...cinap_lenrek
2016-07-155a: ROL instructioncinap_lenrek
2016-07-10libsec: add scrypt password based key derivation functioncinap_lenrek
2016-07-08disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (t...cinap_lenrek
2016-07-085l: ROR instructioncinap_lenrek
2016-07-05remove mpc.tab.h on mk cleanspew
2016-06-30acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the valuecinap_lenrek