Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | all: remove $OBJTYPE from build | Russ Cox | 1 | -9/+3 | |
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. | |||||
2020-09-27 | 9c, 9l: updates for macOS arm64. | Anthony Sorace | 1 | -0/+3 | |
2020-05-18 | 9l: xlc_r automatically adds -lpthread. | Ben Huntsman | 1 | -1/+0 | |
2020-05-17 | 9c, 9l: accept CC9FLAGS from config | Russ Cox | 1 | -7/+7 | |
Also, if CC9FLAGS includes -fsanitize=address (ASAN), predefine PLAN9PORT_ASAN for use by programs that need to know (mainly libthread). The 9c script used to have a variable called ngflags, which was ccflags except -g (ng stood for "no g"), but nothing needs it split out anymore, so simplify to just ccflags. | |||||
2020-05-07 | all: update build scripts to fix AIX XL/C compatibility | Ben Huntsman | 1 | -6/+7 | |
2020-01-19 | all: remove Linux 2.4 vs 2.6 detection | Russ Cox | 1 | -11/+6 | |
Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.) | |||||
2020-01-07 | INSTALL, 9c, 9l: improve handling of *BSD (#302) | Leonid Bobrov | 1 | -13/+0 | |
2019-11-11 | 9c, 9l: use $TMPDIR if available (#272) | Jason Felice | 1 | -1/+1 | |
NixOS sandboxed builds (at least on Mac) don't have access to /tmp, and this should be better POSIX. | |||||
2019-09-19 | Teach 9l about FreeBSD ≥ 12; address issue #247. (#249) | Francis Conti | 1 | -1/+1 | |
2019-09-19 | 9l: support Linux version 5.0+ (#274) | Günther Noack | 1 | -1/+1 | |
Update 9l to support Linux 5.x. | |||||
2018-11-12 | 9l: drop xcode text-based stub warning | Russ Cox | 1 | -1/+1 | |
2017-10-13 | 9l: accept Linux kernel version 4.x | keks | 1 | -1/+1 | |
Fixes #114. | |||||
2017-09-14 | 9l: support FreeBSD 10 and 11 (thanks Ori Bernstein) | David du Colombier | 1 | -1/+1 | |
2014-10-20 | 9l: link with -lresolv on Linux | David du Colombier | 1 | -1/+1 | |
LGTM=rsc R=rsc https://codereview.appspot.com/136520044 | |||||
2014-02-27 | all: DragonFly port. | Shenghou Ma | 1 | -1/+1 | |
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 | |||||
2012-07-16 | 9l: remove debug print | Russ Cox | 1 | -1/+0 | |
R=rsc http://codereview.appspot.com/6402049 | |||||
2012-07-14 | 9l: fix for Linux 3.x (thanks Christopher Brannon) | Russ Cox | 1 | -1/+2 | |
R=rsc http://codereview.appspot.com/6395047 | |||||
2012-05-29 | fix INSTALL warnings | Russ Cox | 1 | -2/+7 | |
R=rsc http://codereview.appspot.com/6258060 | |||||
2011-08-02 | build: OS X 64-bit build | Russ Cox | 1 | -0/+3 | |
R=rsc http://codereview.appspot.com/4838047 | |||||
2010-02-22 | 9c, 9l: allow CC9=clang | Nikolai Saoukh | 1 | -6/+6 | |
R=rsc CC=codebot http://codereview.appspot.com/217045 | |||||
2009-09-11 | INSTALL: fix build on Snow Leopard | Russ Cox | 1 | -1/+1 | |
http://codereview.appspot.com/116073 | |||||
2009-07-15 | 9l: platform-specific options first; AIX, Tru64 support | Benjamin Huntsman | 1 | -67/+78 | |
http://codereview.appspot.com/95050 | |||||
2008-12-03 | 9l: search for autolibs in all -L paths as well as $PLAN9/lib | Jeff Sickel | 1 | -8/+22 | |
2007-03-26 | cope with new gcc error syntax | rsc | 1 | -1/+1 | |
2007-02-22 | -ldraw no longer implies -lX11 | rsc | 1 | -1/+1 | |
2006-06-26 | shut up gcc | rsc | 1 | -1/+1 | |
2006-06-25 | handle memdraw memlayer | rsc | 1 | -2/+15 | |
2006-04-04 | look for libresolv.dylib (anothy sorace) | rsc | 1 | -1/+1 | |
2006-03-30 | fix double-use of xtmp | rsc | 1 | -1/+1 | |
2006-02-14 | draw, resolv | rsc | 1 | -3/+9 | |
2006-01-27 | nowsys | rsc | 1 | -1/+1 | |
2005-11-27 | shut up openbsd | rsc | 1 | -1/+1 | |
2005-10-19 | Autoframework (Jeff Sickel) | rsc | 1 | -3/+50 | |
2005-08-31 | Treat OpenBSD like generic BSD. | rsc | 1 | -5/+0 | |
2005-07-22 | no pthreads on OpenBSD | rsc | 1 | -1/+1 | |
2005-07-19 | use pthread on openbsd | rsc | 1 | -1/+1 | |
2005-07-13 | silence nm errors during autolib | rsc | 1 | -1/+1 | |
2005-05-01 | OpenBSD support. | rsc | 1 | -1/+1 | |
2005-03-18 | quiet 9l | rsc | 1 | -1/+10 | |
2005-02-11 | fix libsec lib9 cycle | rsc | 1 | -0/+7 | |
2005-02-08 | add freebsd 5.2 | rsc | 1 | -0/+3 | |
2005-02-08 | Maybe it will run on SunOS 5.8 now. | rsc | 1 | -0/+13 | |
2005-01-19 | do not use rpath on Darwin | rsc | 1 | -2/+6 | |
2005-01-18 | look in right place for 64-bit X libs | rsc | 1 | -0/+5 | |
2005-01-17 | source $PLAN9/config | rsc | 1 | -1/+2 | |
2005-01-16 | use -Wl,-rpath for gcc | rsc | 1 | -1/+15 | |
2005-01-14 | works on Linux 2.6 | rsc | 1 | -4/+8 | |
2005-01-13 | Many small edits. | rsc | 1 | -2/+11 | |
2005-01-07 | oops | rsc | 1 | -2/+2 | |
2005-01-07 | remove target on failure (sun) | rsc | 1 | -1/+12 | |