| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add mkfile to keep indices up to date. | rsc | 2005-01-03 | 18 | -2321/+45 | |
| | | | | | Remove man pages for things we don't provide. | |||||
| * | Some man pages. | rsc | 2005-01-03 | 214 | -1997/+17110 | |
| | | ||||||
| * | remove libfs. now lib9pclient | rsc | 2005-01-02 | 15 | -967/+0 | |
| | | ||||||
| * | add ? for unknown plumbs | rsc | 2005-01-02 | 1 | -1/+20 | |
| | | ||||||
| * | change _p9pow10 to fmtpow10 | rsc | 2004-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | updates from andrey | rsc | 2004-12-30 | 1 | -8/+14 | |
| | | ||||||
| * | Rename lrand to p9lrand, too. | wkj | 2004-12-29 | 2 | -1/+2 | |
| | | ||||||
| * | scroll virtual windows using mouse scroll | rsc | 2004-12-29 | 1 | -2/+15 | |
| | | ||||||
| * | Use #define to move rand and srand to p9rand and p9srand. | wkj | 2004-12-29 | 1 | -3/+7 | |
| | | ||||||
| * | Use osreldate.h to determine OS version under FreeBSD. | wkj | 2004-12-29 | 1 | -1/+2 | |
| | | ||||||
| * | GC now-unused FreeBSD-specific #defines. | wkj | 2004-12-29 | 1 | -8/+0 | |
| | | ||||||
| * | Avoid conflicts with stdlib. | wkj | 2004-12-29 | 2 | -3/+2 | |
| | | ||||||
| * | Use FreeBSD-approved method for determining FreeBSD version. | wkj | 2004-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | GC unused variables. | wkj | 2004-12-29 | 1 | -2/+0 | |
| | | ||||||
| * | Update mkmk.sh. | wkj | 2004-12-29 | 1 | -7/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | fix up extraction procedures | rsc | 2004-12-28 | 7 | -15/+30 | |
| | | ||||||
| * | compiler appeasement | rsc | 2004-12-28 | 2 | -2/+5 | |
| | | ||||||
| * | declare elfdl386mapdl | rsc | 2004-12-28 | 1 | -0/+1 | |
| | | ||||||
| * | small changes for build | rsc | 2004-12-28 | 2 | -1/+2 | |
| | | ||||||
| * | add virtual desktop patch from andrey | rsc | 2004-12-28 | 7 | -10/+125 | |
| | | ||||||
| * | be like plan 9 plumber | rsc | 2004-12-28 | 1 | -3/+22 | |
| | | ||||||
| * | vac is not buggered anymore | rsc | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | thread is not buggered anymore | rsc | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | remove Bfmt*, add Bvprint | rsc | 2004-12-28 | 1 | -5/+4 | |
| | | ||||||
| * | set flag for freebsd 5 | rsc | 2004-12-28 | 1 | -1/+8 | |
| | | ||||||
| * | add crop | rsc | 2004-12-28 | 1 | -0/+211 | |
| | | ||||||
| * | restore old plan 9 property that when the | rsc | 2004-12-28 | 6 | -8/+36 | |
| | | | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | |||||
| * | avoid use of an extra proc | rsc | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | remove debugging print | rsc | 2004-12-28 | 1 | -1/+0 | |
| | | ||||||
| * | remove race between openfdthread and connoutthread msgput, | rsc | 2004-12-28 | 1 | -1/+8 | |
| | | | | | so that openfd'ed fids always get clunked properly. | |||||
| * | make these files look like plan 9's | rsc | 2004-12-28 | 2 | -82/+76 | |
| | | ||||||
| * | check against plan 9 | rsc | 2004-12-28 | 4 | -22/+19 | |
| | | ||||||
| * | add bvprint | rsc | 2004-12-28 | 1 | -0/+39 | |
| | | ||||||
| * | fix Bprint yet again | rsc | 2004-12-28 | 3 | -53/+7 | |
| | | ||||||
| * | move linux ureg code to portable file | rsc | 2004-12-28 | 2 | -0/+37 | |
| | | ||||||
| * | fix bug in bprint. fmtprint => fmtvprint | rsc | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | FreeBSD tweaks | rsc | 2004-12-28 | 11 | -22/+26 | |
| | | ||||||
| * | more freebsd work | rsc | 2004-12-28 | 10 | -40/+118 | |
| | | ||||||
| * | add threadlinklibrary | rsc | 2004-12-28 | 1 | -0/+5 | |
| | | ||||||
| * | attempt at FreeBSD pre-5 support | rsc | 2004-12-28 | 1 | -0/+356 | |
| | | ||||||
| * | remove debugging | rsc | 2004-12-28 | 4 | -5/+8 | |
| | | ||||||
| * | add va_start/va_end. | rsc | 2004-12-28 | 1 | -0/+2 | |
| | | ||||||
| * | use fmtprint to avoid va_copy | rsc | 2004-12-28 | 1 | -5/+1 | |
| | | ||||||
| * | add threaddaemonize | rsc | 2004-12-28 | 1 | -0/+98 | |
| | | ||||||
| * | more little compile fixes | rsc | 2004-12-28 | 6 | -25/+20 | |
| | | ||||||
