Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-04 | more debugging | rsc | 1 | -82/+149 | |
2005-01-04 | an old saddle | rsc | 7 | -0/+1559 | |
2005-01-04 | placeholder; does not yet build | rsc | 13 | -0/+3661 | |
2005-01-04 | 3D geometry | rsc | 7 | -0/+890 | |
2005-01-04 | lib9pclient is the new libfs | rsc | 16 | -0/+1033 | |
2005-01-04 | more include files. | rsc | 2 | -0/+142 | |
2005-01-04 | man pages changes | rsc | 8 | -7/+436 | |
2005-01-04 | autolib | rsc | 20 | -49/+96 | |
2005-01-04 | fs.h => 9pclient.h | rsc | 1 | -6/+7 | |
2005-01-04 | autolib, p9rand, p9execl | rsc | 1 | -14/+19 | |
2005-01-04 | modifications for firefox | rsc | 1 | -5/+12 | |
2005-01-04 | use kill -9 instead | rsc | 1 | -4/+1 | |
2005-01-04 | use $USER instead of whoami | rsc | 1 | -2/+1 | |
2005-01-04 | allow file names as arguments | rsc | 1 | -1/+1 | |
2005-01-04 | show the amount of memory in use | rsc | 1 | -3/+3 | |
instead of the amount of address space. work a little harder for wchans | |||||
2005-01-04 | allow kill of pids. recognize -sig. | rsc | 1 | -1/+9 | |
2005-01-04 | 9c: ignore autolib symbols | rsc | 2 | -5/+127 | |
9l: use autolib symbols | |||||
2005-01-04 | be more careful about not executing self. | rsc | 1 | -1/+10 | |
clean up tmp files | |||||
2005-01-03 | Add mkfile to keep indices up to date. | rsc | 18 | -2321/+45 | |
Remove man pages for things we don't provide. | |||||
2005-01-03 | Some man pages. | rsc | 214 | -1997/+17110 | |
2005-01-02 | remove libfs. now lib9pclient | rsc | 15 | -967/+0 | |
2005-01-02 | add ? for unknown plumbs | rsc | 1 | -1/+20 | |
2004-12-31 | change _p9pow10 to fmtpow10 | rsc | 1 | -1/+1 | |
2004-12-30 | updates from andrey | rsc | 1 | -8/+14 | |
2004-12-29 | Rename lrand to p9lrand, too. | wkj | 2 | -1/+2 | |
2004-12-29 | scroll virtual windows using mouse scroll | rsc | 1 | -2/+15 | |
2004-12-29 | Use #define to move rand and srand to p9rand and p9srand. | wkj | 1 | -3/+7 | |
2004-12-29 | Use osreldate.h to determine OS version under FreeBSD. | wkj | 1 | -1/+2 | |
2004-12-29 | GC now-unused FreeBSD-specific #defines. | wkj | 1 | -8/+0 | |
2004-12-29 | Avoid conflicts with stdlib. | wkj | 2 | -3/+2 | |
2004-12-29 | Use FreeBSD-approved method for determining FreeBSD version. | wkj | 1 | -1/+1 | |
2004-12-29 | GC unused variables. | wkj | 1 | -2/+0 | |
2004-12-29 | Update mkmk.sh. | wkj | 1 | -7/+4 | |
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 | fix up extraction procedures | rsc | 7 | -15/+30 | |
2004-12-28 | compiler appeasement | rsc | 2 | -2/+5 | |
2004-12-28 | declare elfdl386mapdl | rsc | 1 | -0/+1 | |
2004-12-28 | small changes for build | rsc | 2 | -1/+2 | |
2004-12-28 | add virtual desktop patch from andrey | rsc | 7 | -10/+125 | |
2004-12-28 | be like plan 9 plumber | rsc | 1 | -3/+22 | |
2004-12-28 | vac is not buggered anymore | rsc | 1 | -1/+1 | |
2004-12-28 | thread is not buggered anymore | rsc | 1 | -1/+1 | |
2004-12-28 | remove Bfmt*, add Bvprint | rsc | 1 | -5/+4 | |
2004-12-28 | set flag for freebsd 5 | rsc | 1 | -1/+8 | |
2004-12-28 | add crop | rsc | 1 | -0/+211 | |
2004-12-28 | restore old plan 9 property that when the | rsc | 6 | -8/+36 | |
last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. |