summaryrefslogtreecommitdiff
path: root/threadproc/netware
Commit message (Expand)AuthorAgeFilesLines
* Default spawned threads to detached so we avoid hanging on a waitpid() callbnicholes2003-03-101-1/+1
* Default the current directory in the proc_attr structure since the NetWare OSbnicholes2003-03-041-0/+2
* Enable APR_PROGRAM_ENV as a command typebnicholes2003-02-111-1/+1
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-33/+59
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+7
* Always load the NLM detached so that we don't have to wait for it to cleanbnicholes2003-01-141-2/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-065-6/+6
* Update copyright notices to 2003.thommay2003-01-015-5/+5
* Make sure that the path to the current working directory and to the spawnedbnicholes2002-12-201-5/+13
* Switched from processve() to procve() API.bnicholes2002-11-071-4/+4
* Implemented the thread_once API's on NetWarebnicholes2002-07-191-2/+6
* Check the detached flag and spawn the NLM appropriately.bnicholes2002-06-101-3/+4
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-081-1/+6
* Reimplemented apr_proc_create() on NetWare to use the new processve()bnicholes2002-05-291-130/+23
* Remove APR_WANT_SIGNAL from apr_want.h because code must includefielding2002-04-301-3/+0
* Still working on the spawning process and wiring up the pipes. Changedbnicholes2002-04-111-16/+27
* Force the spawned NLM into the same address spacebnicholes2002-04-041-1/+1
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-193-44/+44
* Changed the way environment variables are handle on NetWare whilebnicholes2002-03-141-3/+11
* Update our copyright for this year.fielding2002-03-135-5/+5
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inbnicholes2002-03-051-18/+57
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-211-1/+1
* First cut at implementing fork/exec like functionality in NetWarebnicholes2002-01-291-100/+95
* Add a couple new command types to process creation:gstein2002-01-281-1/+14
* Cleanup work on the proc stubs that are unused in NetWarebnicholes2002-01-082-30/+25
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+5
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-1/+1
* Added stubs for missing APIsbnicholes2001-11-301-6/+18
* Fix the reporting for child processes that die. This removesrbb2001-10-231-5/+8
* Fixed NetWare thread handling so that it can deal with multiple argumentbnicholes2001-10-051-2/+11
* Fixed apr_thread_create() so that it doesn't require the caller to pass anbnicholes2001-10-041-11/+9
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-0/+1
* Updated to generate a thread name if one is not specified and to default tobnicholes2001-09-101-13/+28
* Changed the create thread flags due to changes in the NetWare threading APIsbnicholes2001-08-101-4/+1
* Added the NetWare supported signal descriptionsbnicholes2001-08-061-1/+19
* Added a stub for apr_thread_yield()bnicholes2001-08-031-2/+1
* NetWare port of the threadproc functionsbnicholes2001-08-025-0/+1080