Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-14 | checkpoint | rsc | 2 | -0/+2 | |
2005-01-13 | these mkfiles only confuse | rsc | 2 | -86/+0 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 1 | -0/+4 | |
2005-01-07 | success on the sun | rsc | 2 | -1/+8 | |
2005-01-07 | sunos fixes | rsc | 6 | -6/+0 | |
2005-01-07 | do not depend on flock | rsc | 1 | -1/+6 | |
2005-01-04 | in with the new | rsc | 4 | -231/+29 | |
2005-01-04 | cache answer | rsc | 1 | -12/+19 | |
2005-01-04 | add execl and rand | rsc | 1 | -0/+2 | |
2005-01-04 | cache answer | rsc | 1 | -2/+7 | |
2005-01-04 | avoid duplicated code. | rsc | 1 | -19/+6 | |
guarantee that EINTR is "interrupted". | |||||
2005-01-04 | use fcntl F_SETLK instead of flock, for sun's. | rsc | 1 | -1/+8 | |
2005-01-04 | exception names | rsc | 1 | -2/+2 | |
2004-12-31 | change _p9pow10 to fmtpow10 | rsc | 1 | -1/+1 | |
2004-12-29 | Rename lrand to p9lrand, too. | wkj | 1 | -1/+1 | |
2004-12-29 | Avoid conflicts with stdlib. | wkj | 2 | -3/+2 | |
2004-12-29 | Formatting nits. | wkj | 34 | -68/+68 | |
2004-12-29 | #define pow10 to _p9pow10 as a stop-gap. | wkj | 1 | -2/+4 | |
2004-12-29 | Appease the time_t monster. | wkj | 1 | -2/+6 | |
2004-12-29 | Include netinet/in.h to get ntohs prototype. | wkj | 1 | -0/+1 | |
2004-12-29 | Formatting nit. | wkj | 20 | -40/+40 | |
2004-12-28 | make these files look like plan 9's | rsc | 2 | -82/+76 | |
2004-12-27 | add awaitfor and waitfor | rsc | 2 | -10/+27 | |
2004-12-27 | lock using Lock instead of QLock. | rsc | 1 | -3/+3 | |
qlocks are complicated enough that they need to be able to print during debugging. | |||||
2004-12-27 | as wkj pointed out, notifyseton should not call notesetenable | rsc | 1 | -2/+0 | |
2004-12-27 | fmtdef.h needed for VA_COPY | rsc | 2 | -0/+2 | |
2004-12-27 | add isNaN | rsc | 1 | -3/+4 | |
2004-12-27 | forgot this | rsc | 1 | -1/+1 | |
2004-12-26 | add proper locking for libfmt! | rsc | 1 | -0/+16 | |
2004-12-26 | plan 9 changes | rsc | 3 | -2/+62 | |
2004-12-26 | add portdate | rsc | 1 | -0/+20 | |
2004-12-26 | portdates | rsc | 1 | -0/+30 | |
2004-12-26 | more tests | rsc | 2 | -0/+61 | |
2004-12-26 | import changes from plan 9 | rsc | 18 | -167/+171 | |
2004-12-26 | pick up plan 9 fltfmt changes | rsc | 1 | -325/+138 | |
2004-12-26 | various little changes. | rsc | 1 | -19/+17 | |
also pick up latest fltfmt from plan 9 | |||||
2004-12-26 | cleanups - lots of removed files now in thread library. | rsc | 27 | -958/+113 | |
qlock.c - stubs to thread library notify.c - clean interface slightly. | |||||
2004-12-26 | add for unix port | rsc | 1 | -0/+33 | |
2004-12-26 | add for unix port | rsc | 1 | -0/+29 | |
2004-12-26 | clean up for unix port | rsc | 58 | -127/+160 | |
2004-10-23 | clean up signal handling | rsc | 1 | -89/+194 | |
2004-10-22 | print 0 %ux as 0x0 | rsc | 1 | -1/+0 | |
2004-10-22 | more debugging | rsc | 1 | -7/+33 | |
2004-10-22 | try to avoid calling notify on the "dumb" signals | rsc | 1 | -52/+91 | |
2004-10-22 | add core dump and signal to status line | rsc | 1 | -2/+1 | |
2004-09-28 | Fix bug in rune half of __fmtcpy reported by rob. | rsc | 1 | -2/+0 | |
2004-09-23 | Get rid of 9proc. | rsc | 9 | -224/+38 | |
2004-09-23 | Get rid of 64-bit constants. | rsc | 1 | -3/+3 | |
2004-09-21 | Continue the pthreads torture. | rsc | 12 | -17/+261 | |
2004-09-20 | various forgotten files | rsc | 2 | -0/+53 | |