Commit Briefs

Russ Cox

stats: add threadmaybackground


Russ Cox

acme: allow @ in file names

For upspin and other tools that put email addresses in names.



Russ Cox

9term: add threadmaybackground



Russ Cox

.gitignore: more binaries


Russ Cox

libthread: drop schedlock

Having two locks in the proc was causing deadlocks.


Russ Cox

9c: drop PLAN9PORT_ASAN

It is no longer special.



Russ Cox

9a: remove a few mentions



Russ Cox

all: remove $OBJTYPE from build

Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.


Russ Cox

wintext: use rc not bash


Russ Cox

9term: use openpty on NetBSD

Fixes #376.


Russ Cox

devdraw: add /usr/X11R7 for NetBSD

Fixes #362.