Age | Commit message (Expand) | Author | Files | Lines |
2020-05-18 | build: use installbsd instead of install on AIX | Russ Cox | 6 | -8/+5 |
2020-05-18 | 9c: fix tab | Russ Cox | 1 | -1/+1 |
2020-05-18 | 9l: xlc_r automatically adds -lpthread. | Ben Huntsman | 1 | -1/+0 |
2020-05-18 | lib9: use __builtin_return_address on IBM XL/C | Ben Huntsman | 1 | -1/+1 |
2020-05-18 | rc: avoid problematic internal names "var", "thread" | Russ Cox | 1 | -0/+6 |
2020-05-18 | acme: avoid global named "class" | Russ Cox | 1 | -0/+3 |
2020-05-18 | libdiskfs: avoid problematic internal constant names | Russ Cox | 2 | -0/+66 |
2020-05-18 | diff: rename class to fix AIX | Russ Cox | 1 | -0/+3 |
2020-05-18 | devdraw: use indirect impl interface in x11 | Gabriel Diaz | 1 | -0/+21 |
2020-05-18 | lib9: avoid unportable use of d_namlen in dirread | Russ Cox | 1 | -2/+1 |
2020-05-17 | devdraw: use global drawlk instead of per-client | Russ Cox | 3 | -18/+20 |
2020-05-17 | devdraw: use indirect impl interface | Russ Cox | 4 | -30/+61 |
2020-05-17 | libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handling | Russ Cox | 2 | -6/+26 |
2020-05-17 | libthread: add pthreadperthread mode and use under ASAN | Russ Cox | 4 | -18/+120 |
2020-05-17 | INSTALL: build mk all the time | Russ Cox | 1 | -4/+3 |
2020-05-17 | 9c, 9l: accept CC9FLAGS from config | Russ Cox | 3 | -18/+39 |
2020-05-17 | mk: replace overlapping strcpy with memmove | Russ Cox | 1 | -1/+2 |
2020-05-17 | lib9: use opendir/readdir to read directories | Russ Cox | 2 | -186/+187 |
2020-05-17 | lib9: move seek into open.c | Russ Cox | 4 | -12/+7 |
2020-05-17 | lib9: add close | Russ Cox | 2 | -1/+10 |
2020-05-17 | lib9: merge create, open, dirread into open.c | Russ Cox | 5 | -292/+273 |
2020-05-08 | fmt: adjust GCC version check | Kurt H Maier | 1 | -2/+2 |
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 9 | -0/+25 |
2020-05-07 | mk: support Big Archive Format under AIX | Ben Huntsman | 1 | -0/+4 |
2020-05-07 | all: update build scripts to fix AIX XL/C compatibility | Ben Huntsman | 6 | -11/+35 |
2020-05-07 | fmt: disable use of stdatomic on AIX XL C and old GCC | Russ Cox | 1 | -0/+21 |
2020-05-05 | 9term.app: respect user-set shell instead of forcing bash | Russ Cox | 1 | -2/+22 |
2020-05-05 | rc(1): mention /etc/shells in BUGS section | Russ Cox | 1 | -0/+6 |
2020-05-05 | rc: clean up parser levels, disallow free carats on lists | Russ Cox | 4 | -31/+37 |
2020-05-04 | rc: allow unquoted = in command arguments | Russ Cox | 3 | -11/+28 |
2020-05-04 | rc: move free carat handling into parser | Russ Cox | 5 | -97/+106 |
2020-05-04 | rc: move newline handling into parser | Russ Cox | 6 | -24/+67 |
2020-05-04 | rc: add recursive descent parser | Russ Cox | 13 | -9/+730 |
2020-04-30 | 9c: added explicit -fcommon to gcc defaults. | sean | 1 | -0/+1 |
2020-03-30 | acme: scale window bodies on resize, not including tag space | Russ Cox | 1 | -3/+5 |
2020-02-22 | Fix broken references to plan9.bell-labs.com/plan9 | Larkin Nickle | 11 | -18/+18 |
2020-02-11 | libthread: fix ARM build by renaming file | Neven Sajko | 1 | -0/+0 |
2020-02-03 | devdraw: fix `cmd-r` to toggle retina vs. non-retina mode on macOS (#361) | Martin Palma | 1 | -1/+1 |
2020-01-24 | libthread: comment stack border a bit more | Russ Cox | 1 | -4/+10 |
2020-01-24 | acme: report close failure in Put, this time for sure | Russ Cox | 1 | -5/+5 |
2020-01-19 | libthread: fix test deps, cleanup in mkfile | Russ Cox | 1 | -1/+4 |
2020-01-19 | libthread: clean up sysofiles.sh a bit more | Russ Cox | 1 | -25/+10 |
2020-01-19 | libthread: rm OpenBSD tas implementations | Russ Cox | 2 | -23/+1 |
2020-01-19 | libthread: use consistent stack calculation code in makecontext | Russ Cox | 11 | -83/+36 |
2020-01-19 | libthread: rm NetBSD pthread reference in sysofiles.sh | Russ Cox | 1 | -1/+1 |
2020-01-19 | all: remove Linux 2.4 vs 2.6 detection | Russ Cox | 9 | -130/+28 |
2020-01-19 | libthread: remove Linux 2.4 code | Russ Cox | 7 | -513/+462 |
2020-01-19 | libthread: rm unused sparc-ucontext.h | Russ Cox | 2 | -37/+0 |
2020-01-19 | libthread: rm Darwin pre-11.0.0 support | Russ Cox | 5 | -192/+0 |
2020-01-19 | libthread: rm FreeBSD 4 code | Russ Cox | 7 | -504/+54 |