summaryrefslogtreecommitdiff
path: root/sys/src/cmd
AgeCommit message (Expand)Author
2016-02-01libsec: ecdsa client support for tlshand, cleanupscinap_lenrek
2016-02-01mpc: constant expression foldingcinap_lenrek
2016-01-12ndb/dnstcp: -x specifies the mountmointcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2016-01-076c: return vlong result for pointer subtractioncinap_lenrek
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2016-01-07venti/fixarenas: more %z -> %Zcinap_lenrek
2016-01-07venti/fixarenas: replace %z fmt with %Zcinap_lenrek
2016-01-06rx: theres no p9sk2 anymorecinap_lenrek
2016-01-06add missing /sys/src/cmd/auth/lib/private.ccinap_lenrek
2016-01-06auth: release dp9ik implementation and reentrant factotumcinap_lenrek
2016-01-05fdisk: properly convert byte units K,M,G and T to cylinders/sectorscinap_lenrek
2016-01-04mpc: use new strtomp() c-style prefixes to parse integer constantscinap_lenrek
2015-12-23file: recognize bootable disk images (by 0x55AA boot sector signature)cinap_lenrek
2015-12-23file: recognize tcpdump pcap filescinap_lenrek
2015-12-23snoopy: fix timestamps for pcap files (thanks BurnZeZ)cinap_lenrek
2015-12-16import/expoerfs: dont assert() fault when ai->secret is > 8 bytes, just use t...cinap_lenrek
2015-12-16auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AScinap_lenrek
2015-12-07yacc: attempt to keep line numbers right for yyparse()cinap_lenrek
2015-12-06winwatch: l allows label changesaiju
2015-11-30mkone: yacc wants the Daiju
2015-11-30webcookies: strdup() file argument to avoid crash (thanks mischief)cinap_lenrek
2015-11-25mpc: mpc.c is generated by yacc, so remove it on mk cleanBurnZeZ
2015-11-25rio: allow reading the image of a hidden window thru the window filecinap_lenrek
2015-11-25rio: fix handling "resize" wctl for hidden windowscinap_lenrek
2015-11-24disksim: don't assume 4-byte pointerscinap_lenrek
2015-11-23rio: stop serving kbdin file (thanks eekee)cinap_lenrek
2015-11-22add mpc(1), extended precision code generatorcinap_lenrek
2015-11-22usbd: intoruce /env/usbbusycinap_lenrek
2015-11-20remove dunning-krugerrand codeaiju
2015-11-015c: handle (rare) MULU instruction in peephole optimizercinap_lenrek
2015-10-25ascii: replace mnemonic np (new page) with ff (form feed) for consistencyBurnZeZ
2015-10-24rio: fix scrolling when cursor is above windowBurnZeZ
2015-10-10aux/listen1: usage()cinap_lenrek
2015-10-10aux/listen1: allow alternative namespace when running as user none with -n op...cinap_lenrek
2015-10-09cwfs: fix wstat() failing to mark block dirty when noatime is setcinap_lenrek
2015-10-08cc: restore side(), but do not consider OINDEX as side effect freecinap_lenrek
2015-10-07cc: back out side() change unil 8c is fixedcinap_lenrek
2015-10-07qc: import changes from charles forsythcinap_lenrek
2015-10-06kc: import various changes from charles forsythcinap_lenrek
2015-10-06cc: include $builtin as keywoard in pickle() (from charles forsyth)cinap_lenrek
2015-10-06cc: getflag() fmt will be terminated at end of loop (from charles forsyth)cinap_lenrek
2015-10-06cc: allow runes as macro names (from charles forsyth)cinap_lenrek
2015-10-065c/6c/8c/vc: import various changes from charles forsythcinap_lenrek
2015-10-06cc: TUSHORT -> TRUNE for lstring constats for OUSEDcinap_lenrek
2015-10-059660srv: do not ignore upper 32 bits of offset when reading directorycinap_lenrek
2015-10-05dossrv: handle file offsets > 2^31cinap_lenrek
2015-10-046c: remove 6c/vlrt.c filecinap_lenrek
2015-10-048c: dont abort() when running out of registers.cinap_lenrek
2015-10-04vc: fix mistake.cinap_lenrek