summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Collapse)AuthorAgeFilesLines
* change _p9pow10 to fmtpow10rsc2004-12-311-1/+1
|
* Rename lrand to p9lrand, too.wkj2004-12-291-1/+1
|
* Avoid conflicts with stdlib.wkj2004-12-292-3/+2
|
* Formatting nits.wkj2004-12-2934-68/+68
|
* #define pow10 to _p9pow10 as a stop-gap.wkj2004-12-291-2/+4
|
* Appease the time_t monster.wkj2004-12-291-2/+6
|
* Include netinet/in.h to get ntohs prototype.wkj2004-12-291-0/+1
|
* Formatting nit.wkj2004-12-2920-40/+40
|
* make these files look like plan 9'srsc2004-12-282-82/+76
|
* add awaitfor and waitforrsc2004-12-272-10/+27
|
* lock using Lock instead of QLock.rsc2004-12-271-3/+3
| | | | | | qlocks are complicated enough that they need to be able to print during debugging.
* as wkj pointed out, notifyseton should not call notesetenablersc2004-12-271-2/+0
|
* fmtdef.h needed for VA_COPYrsc2004-12-272-0/+2
|
* add isNaNrsc2004-12-271-3/+4
|
* forgot thisrsc2004-12-271-1/+1
|
* add proper locking for libfmt!rsc2004-12-261-0/+16
|
* plan 9 changesrsc2004-12-263-2/+62
|
* add portdatersc2004-12-261-0/+20
|
* portdatesrsc2004-12-261-0/+30
|
* more testsrsc2004-12-262-0/+61
|
* import changes from plan 9rsc2004-12-2618-167/+171
|
* pick up plan 9 fltfmt changesrsc2004-12-261-325/+138
|
* various little changes.rsc2004-12-261-19/+17
| | | | also pick up latest fltfmt from plan 9
* cleanups - lots of removed files now in thread library.rsc2004-12-2627-958/+113
| | | | | qlock.c - stubs to thread library notify.c - clean interface slightly.
* add for unix portrsc2004-12-261-0/+33
|
* add for unix portrsc2004-12-261-0/+29
|
* clean up for unix portrsc2004-12-2658-127/+160
|
* clean up signal handlingrsc2004-10-231-89/+194
|
* print 0 %ux as 0x0rsc2004-10-221-1/+0
|
* more debuggingrsc2004-10-221-7/+33
|
* try to avoid calling notify on the "dumb" signalsrsc2004-10-221-52/+91
|
* add core dump and signal to status linersc2004-10-221-2/+1
|
* Fix bug in rune half of __fmtcpy reported by rob.rsc2004-09-281-2/+0
|
* Get rid of 9proc.rsc2004-09-239-224/+38
|
* Get rid of 64-bit constants.rsc2004-09-231-3/+3
|
* Continue the pthreads torture.rsc2004-09-2112-17/+261
|
* various forgotten filesrsc2004-09-202-0/+53
|
* was ffork-Linux.c.rsc2004-09-171-0/+193
|
* Bite the bullet. Have to use differentrsc2004-09-172-90/+8
| | | | binaries on 2.4 and 2.6.
* small tweaksrsc2004-09-172-2/+2
|
* Continue switching library over to pthreads when possible.rsc2004-09-177-533/+124
| | | | | Tprimes works on Linux 2.6. You can only have 128 procs though.
* Rewrite to remove dependence on rendezvous and its bizarrersc2004-09-173-72/+89
| | | | | | | 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.
* PowerPC Linux support from ericvh.rsc2004-08-2211-14/+34
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* remove temp files on closersc2004-06-171-1/+7
|
* Unused variable.wkj2004-06-171-2/+0
|
* publish p9dialparsersc2004-06-163-6/+3
|
* DAMN BERKELEY.rsc2004-06-161-1/+5
|
* get this rightrsc2004-06-112-5/+7
|
* add OLOCKrsc2004-06-112-4/+20
|
* asdfrsc2004-06-092-30/+179
|