summaryrefslogtreecommitdiff
path: root/sys/src/cmd
AgeCommit message (Expand)Author
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-01pc: add cat() functionaiju
2016-08-31pc: add rev functionaiju
2016-08-29pc: add gcd, rand and minv; set base of logical operation results to 0aiju
2016-08-28python: remove automatic compiled module loading (.pyc files)cinap_lenrek
2016-08-28add pc(1)aiju
2016-08-28mercurial: use new d_stat from dirent structure in osutil.listdircinap_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-15webfs: dont include http status in "needkey" error stringcinap_lenrek
2016-08-14ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv...cinap_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-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-04auth/login: add dp9ik key to sub factotum, get rid of temporary /srv filecinap_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-24auth/changeuser: fix misleading print (secret is 31 chars max, not 256)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-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-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-30rc: implement 9atoms ` split {command} syntax extensioncinap_lenrek
2016-06-30vga/igfx: fix integer overflow in datam calculation (from qu7uux)cinap_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
2016-06-27ndb/dns: purge db records on refresh for resolvers, remove old debug and test...cinap_lenrek
2016-06-26rio: move the test if w is allowed to change cursor into wsetcursor()cinap_lenrek
2016-06-265c: handle unused results for cgen64()cinap_lenrek
2016-06-265c: support for bit ROL, native 64 bit arithmeticcinap_lenrek
2016-06-26cc: add OROL op to side effect free op listcinap_lenrek
2016-06-20mergecinap_lenrek
2016-06-20audio/flacdec: exit on decode error, print error messagecinap_lenrek
2016-06-10togif: -E flag to read animation from stdinaiju
2016-06-098c, 6c: native ROL (cyclic shift) instruction support, improve peephole optim...cinap_lenrek
2016-06-09?c: track ../cc/cc.h dependency and rebuild cc.a$O as neccesarycinap_lenrek
2016-06-05aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)cinap_lenrek
2016-06-04webfs: less aggressive url normalization; never unescape reserved characters ...cinap_lenrek