Age | Commit message (Expand) | Author | Files | Lines |
2005-07-19 | I just hate to be pushed around by some @#$%^& machine. | rsc | 1 | -1/+1 |
2005-07-18 | announce to networks | rsc | 1 | -5/+8 |
2005-07-14 | cannot trust system libraries to lock properly. sigh. | rsc | 1 | -3/+20 |
2005-07-13 | apple | rsc | 1 | -1/+1 |
2005-07-13 | unix is not a variable name | rsc | 1 | -0/+1 |
2005-07-13 | align macros for sun | rsc | 1 | -0/+16 |
2005-07-13 | better error messages | rsc | 1 | -1/+5 |
2005-05-19 | handle 0 precision better | rsc | 1 | -3/+5 |
2005-05-07 | no wide character constants; sigh | rsc | 1 | -2/+2 |
2005-05-07 | OS X Tiger changes | rsc | 1 | -0/+2 |
2005-05-07 | make sure to set p9unix | rsc | 1 | -0/+1 |
2005-05-01 | For Mac OS X Tiger - no SIGIO, SIGWINCH, or WCOREDUMP. | rsc | 1 | -0/+8 |
2005-05-01 | OpenBSD support. | rsc | 1 | -29/+19 |
2005-03-28 | more netbsd support. | rsc | 1 | -1/+1 |
2005-03-18 | try leaving TTIN, TTOU alone | rsc | 1 | -2/+2 |
2005-03-18 | better error message | rsc | 2 | -0/+2 |
2005-02-21 | better symlink | rsc | 2 | -4/+10 |
2005-02-13 | add getnetconninfo | rsc | 2 | -0/+135 |
2005-02-13 | bug fix | rsc | 1 | -1/+1 |
2005-02-13 | add local address to dial | rsc | 1 | -3/+42 |
2005-02-11 | hard code list of plan 9 services in case they are not in /etc/services | rsc | 8 | -8/+300 |
2005-02-08 | add crypt | rsc | 2 | -0/+69 |
2005-02-08 | add mode chars | rsc | 1 | -0/+8 |
2005-02-08 | bug fix | rsc | 1 | -2/+3 |
2005-02-08 | expose unix mode bits | rsc | 4 | -10/+28 |
2005-02-08 | start adding DM bits | rsc | 4 | -8/+16 |
2005-02-08 | play nicer with others w.r.t. signal masks | rsc | 1 | -43/+37 |
2005-01-23 | Add searchpath(). | rsc | 2 | -0/+63 |
2005-01-18 | add x86 64 | rsc | 1 | -0/+7 |
2005-01-16 | update return interface | rsc | 1 | -16/+25 |
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 |
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 |