summaryrefslogtreecommitdiff
path: root/threadproc/netware
Commit message (Expand)AuthorAgeFilesLines
...
* Change apr_proc_detach to take a parameter that can enable/disable automaticAaron Bannert2002-02-211-1/+1
* First cut at implementing fork/exec like functionality in NetWareBradley Nicholes2002-01-291-100/+95
* Add a couple new command types to process creation:Greg Stein2002-01-281-1/+14
* Cleanup work on the proc stubs that are unused in NetWareBradley Nicholes2002-01-082-30/+25
* Convert apr_thread_exit(..., apr_status_t *retval) toAaron Bannert2001-12-271-3/+5
* Clean up GNU compiler issues on NetWareBradley Nicholes2001-12-111-1/+1
* Added stubs for missing APIsBradley Nicholes2001-11-301-6/+18
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-5/+8
* Fixed NetWare thread handling so that it can deal with multiple argumentBradley Nicholes2001-10-051-2/+11
* Fixed apr_thread_create() so that it doesn't require the caller to pass anBradley Nicholes2001-10-041-11/+9
* Return the exit code from apr_proc_wait(). This is a combination of a patchGreg Stein2001-09-201-0/+1
* Updated to generate a thread name if one is not specified and to default toBradley Nicholes2001-09-101-13/+28
* Changed the create thread flags due to changes in the NetWare threading APIsBradley Nicholes2001-08-101-4/+1
* Added the NetWare supported signal descriptionsBradley Nicholes2001-08-061-1/+19
* Added a stub for apr_thread_yield()Bradley Nicholes2001-08-031-2/+1
* NetWare port of the threadproc functionsBradley Nicholes2001-08-025-0/+1080