aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/await.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-2/+1
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2005-07-13applersc1-1/+1
2005-05-01For Mac OS X Tiger - no SIGIO, SIGWINCH, or WCOREDUMP.rsc1-0/+8
2005-01-07success on the sunrsc1-1/+5
2005-01-04exception namesrsc1-2/+2
2004-12-27add awaitfor and waitforrsc1-4/+10
2004-10-22add core dump and signal to status linersc1-2/+1
2004-04-02Change _p9strsig to return nil if tmp==nil.rsc1-0/+2
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.
2004-02-29Fighting the good fight.rsc1-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.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-0/+1
with them.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-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.)
2003-11-24Tweaks to build properly on Linux.rsc1-0/+2
2003-11-23Annoying changes to work on Sun boxes.rsc1-0/+2
2003-11-23Various additions and fixes.rsc1-15/+9
2003-10-01Various tweaks to make things run on Mac OS.rsc1-0/+1
The main change is the use of pthread to implement ffork.
2003-09-30Initial revisionrsc1-0/+105