| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | was ffork-Linux.c. | rsc | 2004-09-17 | 1 | -0/+193 |
| | | |||||
| * | Bite the bullet. Have to use different | rsc | 2004-09-17 | 2 | -90/+8 |
| | | | | | binaries on 2.4 and 2.6. | ||||
| * | small tweaks | rsc | 2004-09-17 | 2 | -2/+2 |
| | | |||||
| * | Continue switching library over to pthreads when possible. | rsc | 2004-09-17 | 7 | -533/+124 |
| | | | | | | Tprimes works on Linux 2.6. You can only have 128 procs though. | ||||
| * | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 2004-09-17 | 3 | -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. | rsc | 2004-08-22 | 11 | -14/+34 |
| | | | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | ||||
| * | remove temp files on close | rsc | 2004-06-17 | 1 | -1/+7 |
| | | |||||
| * | Unused variable. | wkj | 2004-06-17 | 1 | -2/+0 |
| | | |||||
| * | publish p9dialparse | rsc | 2004-06-16 | 3 | -6/+3 |
| | | |||||
| * | DAMN BERKELEY. | rsc | 2004-06-16 | 1 | -1/+5 |
| | | |||||
| * | get this right | rsc | 2004-06-11 | 2 | -5/+7 |
| | | |||||
| * | add OLOCK | rsc | 2004-06-11 | 2 | -4/+20 |
| | | |||||
| * | asdf | rsc | 2004-06-09 | 2 | -30/+179 |
| | | |||||
| * | add strdup for debugging. | rsc | 2004-06-09 | 2 | -0/+18 |
| | | |||||
| * | work much harder to reclaim stacks | rsc | 2004-06-09 | 1 | -9/+130 |
| | | |||||
| * | satisfy valgrind | rsc | 2004-06-09 | 1 | -0/+3 |
| | | |||||
| * | use plan9 malloc | rsc | 2004-06-09 | 4 | -12/+8 |
| | | |||||
| * | various bug fixes and paranoia | rsc | 2004-05-23 | 3 | -70/+87 |
| | | |||||
| * | lock malloc ourselves | rsc | 2004-05-23 | 1 | -1/+48 |
| | | |||||
| * | fix race. | rsc | 2004-05-20 | 1 | -1/+15 |
| | | |||||
| * | old linux | rsc | 2004-05-15 | 1 | -0/+2 |
| | | |||||
| * | C | rsc | 2004-05-14 | 3 | -0/+7 |
| | | | | | | | | little bugs . wq VS: ---------------------------------------------------------------------- | ||||
| * | minor bug fixes | rsc | 2004-05-14 | 2 | -0/+3 |
| | | |||||
| * | little bug fixes | rsc | 2004-05-14 | 3 | -2/+3 |
| | | |||||
| * | More little bug fixes | rsc | 2004-05-14 | 3 | -0/+16 |
| | | |||||
| * | various bug fixes | rsc | 2004-05-14 | 1 | -0/+167 |
| | | |||||
| * | Fix small bugs. | rsc | 2004-05-11 | 1 | -2/+13 |
| | | |||||
| * | various bug fixes | rsc | 2004-05-05 | 1 | -2/+2 |
| | | |||||
| * | Ignore unknown pragmas. | wkj | 2004-05-03 | 1 | -1/+1 |
| | | | | | | Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away. | ||||
| * | Little fixes. | rsc | 2004-04-30 | 5 | -7/+47 |
| | | |||||
| * | add -W to specify window size. | rsc | 2004-04-29 | 4 | -8/+35 |
| | | | | | various other little fixes. | ||||
| * | Don't be stupid. | rsc | 2004-04-26 | 1 | -1/+1 |
| | | |||||
| * | display correct size of block devices for linux. | rsc | 2004-04-25 | 1 | -2/+29 |
| | | | | | that was surprisingly easy. | ||||
| * | add this | rsc | 2004-04-23 | 2 | -0/+24 |
| | | |||||
| * | just a stub. | rsc | 2004-04-21 | 1 | -0/+8 |
| | | |||||
| * | add RFNOWAIT. this was probably a bad idea. | rsc | 2004-04-21 | 2 | -3/+65 |
| | | |||||
| * | always a good idea to drop the lock when you're done. | rsc | 2004-04-21 | 2 | -0/+2 |
| | | |||||
| * | yet more | rsc | 2004-04-21 | 1 | -0/+14 |
| | | |||||
| * | more stuff. | rsc | 2004-04-21 | 1 | -0/+1 |
| | | |||||
| * | No more malloc or lock inside signal handlers. | rsc | 2004-04-21 | 6 | -54/+77 |
| | | |||||
| * | Try to gather entropy from /dev/random. | wkj | 2004-04-21 | 1 | -0/+21 |
| | | |||||
| * | Compute time zone using strftime. | rsc | 2004-04-20 | 1 | -3/+2 |
| | | |||||
| * | help out freebsd 4.9 | rsc | 2004-04-20 | 1 | -0/+1 |
| | | |||||
| * | make things work on SunOS | rsc | 2004-04-20 | 1 | -1/+1 |
| | | |||||
| * | clean up when finished. | rsc | 2004-04-19 | 3 | -3/+0 |
| | | | | | | don't set PLAN9 don't set PLAN9 | ||||
| * | bye bye | rsc | 2004-04-08 | 1 | -116/+0 |
| | | |||||
| * | Cache last uid, gid to make translation faster. | rsc | 2004-04-08 | 1 | -4/+21 |
| | | |||||
| * | Change _p9strsig to return nil if tmp==nil. | rsc | 2004-04-02 | 5 | -0/+32 |
| | | | | | | | Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10. | ||||
| * | Sometimes it's amazing these haven't been turned | rsc | 2004-03-26 | 1 | -1/+1 |
| | | | | | up by other compilers. | ||||
| * | Only use futimesat on Solaris 9 | rsc | 2004-03-26 | 1 | -1/+1 |
| | | |||||
