| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | use threaddaemonize | rsc | 2004-12-28 | 2 | -26/+9 | |
| | | ||||||
| * | new test program | rsc | 2004-12-28 | 1 | -0/+11 | |
| | | ||||||
| * | add threaddaemonize(), more bug fixes | rsc | 2004-12-28 | 6 | -14/+51 | |
| | | ||||||
| * | add note that vac should work. | rsc | 2004-12-27 | 3 | -6/+5 | |
| | | | | | change %R to %r | |||||
| * | use getuser instead of getenv("USER"). | rsc | 2004-12-27 | 2 | -1/+10 | |
| | | | | | add portdate file. | |||||
| * | secstore from ehg | rsc | 2004-12-27 | 10 | -0/+1633 | |
| | | ||||||
| * | silence various warnings | rsc | 2004-12-27 | 4 | -3/+7 | |
| | | ||||||
| * | change to use new thread library | rsc | 2004-12-27 | 1 | -3/+3 | |
| | | ||||||
| * | better exec handling | rsc | 2004-12-27 | 5 | -78/+43 | |
| | | ||||||
| * | add awaitfor and waitfor | rsc | 2004-12-27 | 2 | -10/+27 | |
| | | ||||||
| * | starting to work on Linux | rsc | 2004-12-27 | 5 | -19/+80 | |
| | | ||||||
| * | shuffle to allow use of execchan in non-pthreads impls | rsc | 2004-12-27 | 3 | -6/+43 | |
| | | ||||||
| * | more features | rsc | 2004-12-27 | 5 | -0/+676 | |
| | | ||||||
| * | dumb porting bugs | rsc | 2004-12-27 | 1 | -2/+2 | |
| | | ||||||
| * | use new thread library | rsc | 2004-12-27 | 1 | -153/+1 | |
| | | ||||||
| * | figure out which files to put in the library | rsc | 2004-12-27 | 1 | -0/+14 | |
| | | ||||||
| * | linux pre-2.6 implementation | rsc | 2004-12-27 | 2 | -0/+355 | |
| | | ||||||
| * | start linux pre-2.6 port | rsc | 2004-12-27 | 5 | -79/+122 | |
| | | ||||||
| * | good test programs | rsc | 2004-12-27 | 2 | -0/+404 | |
| | | ||||||
| * | 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. | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 4 | -13/+38 | |
| | | ||||||
| * | as wkj pointed out, notifyseton should not call notesetenable | rsc | 2004-12-27 | 1 | -2/+0 | |
| | | ||||||
| * | fix to handle new | rsc | 2004-12-27 | 1 | -0/+2 | |
| | | ||||||
| * | remove debugging | rsc | 2004-12-27 | 1 | -1/+0 | |
| | | ||||||
| * | changes from plan 9 | rsc | 2004-12-27 | 6 | -17/+31 | |
| | | ||||||
