summaryrefslogtreecommitdiff
path: root/threadproc/netware/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-36/+36
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-171-1/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-0/+3
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-071-1/+1
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-071-3/+17
* Removed tabs.Guenter Knauf2010-09-011-6/+6
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-111-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-241-20/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+20
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+8
* Fix up a few netware'isms and missing brackets left over from the refactoring.Bradley Nicholes2007-10-161-6/+10
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-151-93/+130
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()Bradley Nicholes2005-01-181-2/+4
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+12
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* rev back to r1.29 , removing changes to addrspace and detach set functionsJean-Jacques Clar2004-07-121-2/+2
* Added bit mask operation for detach and addrspace fields to make possible ove...Jean-Jacques Clar2004-07-091-2/+2
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-3/+9
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE when starting a ...Jean-Jacques Clar2004-06-111-4/+3
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Default spawned threads to detached so we avoid hanging on a waitpid() callBradley Nicholes2003-03-101-1/+1
* Default the current directory in the proc_attr structure since the NetWare OSBradley Nicholes2003-03-041-0/+2
* Enable APR_PROGRAM_ENV as a command typeBradley Nicholes2003-02-111-1/+1
* Implemented apr_proc_wait and apr_wait_all_procs for NetWareBradley Nicholes2003-02-111-33/+59
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+7
* Always load the NLM detached so that we don't have to wait for it to cleanBradley Nicholes2003-01-141-2/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Make sure that the path to the current working directory and to the spawnedBradley Nicholes2002-12-201-5/+13
* Switched from processve() to procve() API.Bradley Nicholes2002-11-071-4/+4
* Check the detached flag and spawn the NLM appropriately.Bradley Nicholes2002-06-101-3/+4
* Reimplemented apr_proc_create() on NetWare to use the new processve()Bradley Nicholes2002-05-291-130/+23
* Still working on the spawning process and wiring up the pipes. ChangedBradley Nicholes2002-04-111-16/+27
* Force the spawned NLM into the same address spaceBradley Nicholes2002-04-041-1/+1
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-19/+19
* Changed the way environment variables are handle on NetWare whileBradley Nicholes2002-03-141-3/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Second cut at fork/exec and pipe functionality on NetWare. Still a work inBradley Nicholes2002-03-051-18/+57
* 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-081-16/+22
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-5/+8
* Return the exit code from apr_proc_wait(). This is a combination of a patchGreg Stein2001-09-201-0/+1
* NetWare port of the threadproc functionsBradley Nicholes2001-08-021-0/+448