summaryrefslogtreecommitdiff
path: root/sys/src/cmd/acid/util.c
AgeCommit message (Collapse)Author
2017-06-12acid: always create proclist variableaiju
2014-02-09acid: make 'a' and 'A' format to have the same size as mach->szaddrcinap_lenrek
to make it easier to write portable acid code, we introduce 'A' format in the same meaning as in db(1): A Print the value of dot in hexadecimal. Dot is unaffected. both 'a' (symbolic) and 'A' will both have 64 or 32 bit size depending on the mach, so pointer array indexing works the same.
2013-09-20acid: handle buffer overflow with ridiculous long symbol names (thanks mischief)cinap_lenrek
go seems to accidently creates ridiculous long symbol names causing acid to crash.
2012-02-11acid: fix format string bugs and comment line counting (from eriks ↵cinap_lenrek
patch/acid-nits patch)
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen