Commits


lib9: reject postnote with special pids


auxstats: do not postnote 0


acme, sam, samterm: remove weird switch usage For whatever reason all three of these programs contain switches like: switch(x) { case 1: if(cond) case 2: f(); } Like Duff's device, this is legal C but more obscure than it really needs to be. This commit assumes those are intended as written and simply writes them more clearly. I did consider that maybe they are mistakes, but in the case of sam/regexp.c, my rewrite in this commit matches the acme/regx.c that has been in plan9port since I added acme in 2003. (I didn't bother to dig up the old Plan 9 releases.) Assuming acme/regx.c has been correct for the past two decades, this commit should be correct too.


sam: rm dregs


stats: add threadmaybackground


acme: allow @ in file names For upspin and other tools that put email addresses in names.


wintext: add to moveplan9.files (#470)


9term: add threadmaybackground


.gitignore: add LOCAL.config and lib/fortunes.index


.gitignore: more binaries


libthread: drop schedlock Having two locks in the proc was causing deadlocks.


9c: drop PLAN9PORT_ASAN It is no longer special.


tcolors: add threadmaybackground


9a: remove a few mentions


.gitignore: enumerate ignored parts of bin/