summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* symopenrsc2005-01-072-3/+3
|
* new program from presottorsc2005-01-071-0/+302
|
* fix from axelrsc2005-01-071-12/+3
|
* fix sunosrsc2005-01-072-1/+2
|
* unbuggerrsc2005-01-071-1/+1
|
* 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.
* gccrsc2005-01-072-0/+2
|
* debugging for sam, and an old fix forgottenrsc2005-01-078-5/+25
|
* 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-0712-14/+13
|
* do not depend on flockrsc2005-01-071-1/+6
|
* no need to include sec.hrsc2005-01-076-6/+0
|
* add _flushmemscreen declarationrsc2005-01-071-0/+2
|
* add declaration for elfdl386mapdl.rsc2005-01-071-1/+2
|
* make regdesc globalrsc2005-01-071-11/+11
|
* use fmtvprint to avoid needingrsc2005-01-061-2/+1
| | | | | to copy the arguments. (stupid va_copy).
* add _procwakeupandunlockrsc2005-01-065-12/+44
| | | | | to help ease locking contention on Linux 2.4.
* go back to 1000 schedsrsc2005-01-061-1/+1
|
* more precision on timersc2005-01-061-2/+7
|
* add some annoying lock loop prints -- let's seersc2005-01-061-8/+65
| | | | | | | | | if they ever fire. also fix race in delaystack. it was actually happening! that just goes to show that while i can reason very well about what can and cannot happen, i have no intuition at all for how likely they are.
* more debuggingrsc2005-01-063-6/+19
|
* exit on eofrsc2005-01-051-3/+1
|
* update mkmk.shrsc2005-01-042-3/+7
|
* scrollingrsc2005-01-041-0/+1
|
* add new | syntax.rsc2005-01-0419-83/+281
| | | | syntax will change.
* forgot thisrsc2005-01-041-0/+29
|
* in with the newrsc2005-01-045-144/+310
|
* in with the newrsc2005-01-044-231/+29
|
* add _threaddaemonizersc2005-01-041-0/+1
|
* more debuggingrsc2005-01-041-6/+16
|
* better handlingrsc2005-01-041-8/+22
|
* remove thread.crsc2005-01-042-35/+0
|
* use 9pclientrsc2005-01-042-7/+6
|
* good thing no one uses this.rsc2005-01-041-1/+1
|
* do not free r until done with it!rsc2005-01-041-2/+3
|
* hide some routinesrsc2005-01-044-19/+19
|
* minor fixes; hide some routinesrsc2005-01-046-10/+10
|
* no need for disk or scsirsc2005-01-041-7/+0
|
* fix error messagersc2005-01-041-1/+1
|
* cache answerrsc2005-01-041-12/+19
|
* add execl and randrsc2005-01-041-0/+2
|
* cache answerrsc2005-01-041-2/+7
|
* avoid duplicated code.rsc2005-01-041-19/+6
| | | | guarantee that EINTR is "interrupted".