summaryrefslogtreecommitdiffstats
path: root/bin/9l
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-111-1/+1
| | | | http://codereview.appspot.com/116073
* 9l: platform-specific options first; AIX, Tru64 supportBenjamin Huntsman2009-07-151-67/+78
| | | | http://codereview.appspot.com/95050
* 9l: search for autolibs in all -L paths as well as $PLAN9/libJeff Sickel2008-12-031-8/+22
|
* cope with new gcc error syntaxrsc2007-03-261-1/+1
|
* -ldraw no longer implies -lX11rsc2007-02-221-1/+1
|
* shut up gccrsc2006-06-261-1/+1
|
* handle memdraw memlayerrsc2006-06-251-2/+15
|
* look for libresolv.dylib (anothy sorace)rsc2006-04-041-1/+1
|
* fix double-use of xtmprsc2006-03-301-1/+1
|
* draw, resolvrsc2006-02-141-3/+9
|
* nowsysrsc2006-01-271-1/+1
|
* shut up openbsdrsc2005-11-271-1/+1
|
* Autoframework (Jeff Sickel)rsc2005-10-191-3/+50
|
* Treat OpenBSD like generic BSD.rsc2005-08-311-5/+0
|
* no pthreads on OpenBSDrsc2005-07-221-1/+1
|
* use pthread on openbsdrsc2005-07-191-1/+1
|
* silence nm errors during autolibrsc2005-07-131-1/+1
|
* OpenBSD support.rsc2005-05-011-1/+1
|
* quiet 9lrsc2005-03-181-1/+10
|
* fix libsec lib9 cyclersc2005-02-111-0/+7
|
* add freebsd 5.2rsc2005-02-081-0/+3
|
* Maybe it will run on SunOS 5.8 now.rsc2005-02-081-0/+13
|
* do not use rpath on Darwinrsc2005-01-191-2/+6
|
* look in right place for 64-bit X libsrsc2005-01-181-0/+5
|
* source $PLAN9/configrsc2005-01-171-1/+2
|
* use -Wl,-rpath for gccrsc2005-01-161-1/+15
|
* works on Linux 2.6rsc2005-01-141-4/+8
|
* Many small edits.rsc2005-01-131-2/+11
|
* oopsrsc2005-01-071-2/+2
|
* remove target on failure (sun)rsc2005-01-071-1/+12
|
* freebsd5rsc2005-01-071-24/+39
|
* accomodate sun nm formatrsc2005-01-071-2/+2
|
* do full dependency graph using libraries too.rsc2005-01-071-60/+83
| | | | | | | adds a solid .1 seconds of time when including a ridiculous number of libraries, but linking is so fast compared to compiling that it's hardly noticeable.
* 9c: ignore autolib symbolsrsc2005-01-041-1/+115
| | | | 9l: use autolib symbols
* Bite the bullet. Have to use differentrsc2004-09-171-1/+6
| | | | binaries on 2.4 and 2.6.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-171-1/+1
| | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine.
* Add -lutil on systems that have it.rsc2004-03-261-4/+8
|
* Today's changes.rsc2004-03-251-1/+13
|
* More Mac tweaks.rsc2004-03-021-1/+1
|
* More tweaks on Linux and Solaris.rsc2003-11-251-1/+1
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-13/+5
|
* various shell script fixes.rsc2003-11-231-0/+26
add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term