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