summaryrefslogtreecommitdiffstats
path: root/src/lib9/await.c
Commit message (Collapse)AuthorAgeFilesLines
* applersc2005-07-131-1/+1
|
* For Mac OS X Tiger - no SIGIO, SIGWINCH, or WCOREDUMP.rsc2005-05-011-0/+8
|
* success on the sunrsc2005-01-071-1/+5
|
* exception namesrsc2005-01-041-2/+2
|
* add awaitfor and waitforrsc2004-12-271-4/+10
|
* add core dump and signal to status linersc2004-10-221-2/+1
|
* Change _p9strsig to return nil if tmp==nil.rsc2004-04-021-0/+2
| | | | | | Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.
* Fighting the good fight.rsc2004-02-291-4/+17
| | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-0/+1
| | | | with them.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-1/+1
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* Tweaks to build properly on Linux.rsc2003-11-241-0/+2
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-0/+2
|
* Various additions and fixes.rsc2003-11-231-15/+9
|
* Various tweaks to make things run on Mac OS.rsc2003-10-011-0/+1
| | | | The main change is the use of pthread to implement ffork.
* Initial revisionrsc2003-09-301-0/+105