summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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 st...cinap_lenrek
2016-08-08authsrv(6): document session secret key derivation for p9sk1 and dp9ikcinap_lenrek
2016-08-08mptrunc: normalize after mpassign to handle the case b==raiju
2016-08-06thread(2): threadgrp() -> threadgetgrp(), thanks jpmcinap_lenrek
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-07-04add history for libregexpspew
2016-07-029fs: remove juke, kfs and snap targets, caching for other and dumpcinap_lenrek
2016-06-30acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the valuecinap_lenrek
2016-06-30rc: implement 9atoms ` split {command} syntax extensioncinap_lenrek
2016-06-30doom: use Kprint for pause function (from qu7uux)cinap_lenrek
2016-06-30ether8169: fix wrong mbps setting (from qu7uux)cinap_lenrek
2016-06-30doom: fix blazing door sounds (from qu7uux)cinap_lenrek
2016-06-30vga/igfx: fix integer overflow in datam calculation (from qu7uux)cinap_lenrek
2016-06-30acme(1): remove references to awdcinap_lenrek
2016-06-30acme/win: implement /dev/wdir file in win to change directory tagline, remove...cinap_lenrek
2016-06-30rc: write /dev/wdir after printing the prompt, not after executing "cd" commandcinap_lenrek