summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes for openbsdrsc2005-01-112-54/+9
|
* changes from robrsc2005-01-112-8/+3
|
* do rfork(RFNOTEG) before execrsc2005-01-101-0/+1
|
* document -rrsc2005-01-101-1/+6
|
* add -r flag to reverse scrolling behavior.rsc2005-01-102-0/+11
| | | | from peter canning.
* add 9rsc2005-01-071-0/+10
|
* oopsrsc2005-01-071-2/+2
|
* symopenrsc2005-01-071-2/+2
|
* tweaksrsc2005-01-073-4/+14
|
* symopenrsc2005-01-072-2/+2
|
* oopsrsc2005-01-071-2/+1
|
* initial darwinrsc2005-01-075-3/+156
|
* allow lock passingrsc2005-01-071-1/+2
|
* symopenrsc2005-01-073-4/+5
|
* new program from presottorsc2005-01-071-0/+302
|
* oopsrsc2005-01-071-2/+2
|
* mention freebsd nonsensersc2005-01-071-3/+30
|
* avoid <{}rsc2005-01-071-2/+2
|
* fix from axelrsc2005-01-071-12/+3
|
* bug fixrsc2005-01-071-7/+9
|
* add adictrsc2005-01-071-0/+86
|
* fix sunosrsc2005-01-072-1/+2
|
* rename /usr/local/plan9 for alternate installsrsc2005-01-072-0/+23
|
* unbuggerrsc2005-01-071-1/+1
|
* remove target on failure (sun)rsc2005-01-071-1/+12
|
* small hidingsrsc2005-01-076-13/+24
|
* seems to correct lack of focus whenrsc2005-01-071-2/+10
| | | | | | coming back from being hidden. not strictly correct in multithreaded programs but let's see if anything breaks.
* freebsd5rsc2005-01-071-24/+39
|
* gccrsc2005-01-072-0/+2
|
* oopsrsc2005-01-071-1/+1
|
* debugging for sam, and an old fix forgottenrsc2005-01-0711-7/+28
|
* Update CVS turd.wkj2005-01-071-0/+1
|
* First pass at supporting FreeBSD 5.x.wkj2005-01-071-0/+34
| | | | I do not yet have a way of testing this.
* debuggingrsc2005-01-073-10/+13
|
* more name conflictsrsc2005-01-071-0/+4
|
* stupid FreeBSD name conflictrsc2005-01-071-0/+2
|
* ignore spurious sigchilds on sunosrsc2005-01-071-3/+10
|
* success on the sunrsc2005-01-073-1/+24
|
* sunos fixesrsc2005-01-0713-14/+14
|
* accomodate sun nm formatrsc2005-01-071-2/+2
|
* do not depend on flockrsc2005-01-071-1/+6
|
* add -mt for sunrsc2005-01-071-1/+1
|
* better status handling for sunrsc2005-01-071-14/+5
|
* no need to include sec.hrsc2005-01-076-6/+0
|
* 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.
* add _flushmemscreen declarationrsc2005-01-071-0/+2
|
* add declaration for elfdl386mapdl.rsc2005-01-071-1/+2
|
* make regdesc globalrsc2005-01-071-11/+11
|
* add regdesc back.rsc2005-01-071-0/+1
|
* use fmtvprint to avoid needingrsc2005-01-061-2/+1
| | | | | to copy the arguments. (stupid va_copy).