summaryrefslogtreecommitdiff
path: root/threadproc/netware
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-081-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-252-0/+10
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-4/+4
* apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-251-7/+1
* apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-241-2/+4
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-191-23/+81
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-12/+14
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-191-52/+44
* Merge r936323, r1460182, r1884077, r1884078 from trunk:Yann Ylavic2020-12-041-5/+53
* Fixed type; fixed comments.Guenter Knauf2014-07-161-4/+4
* Merge r741862, r741866 from trunk:Jim Jagielski2014-04-281-0/+8
* revret 1533105Jim Jagielski2013-10-171-8/+0
* Merge r1533104 from trunk:Jim Jagielski2013-10-171-0/+8
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-102-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-101-3/+17
* Axed C++ comments and tabs.Guenter Knauf2011-02-181-27/+26
* Merge r783722 from trunk:Ruediger Pluem2009-06-111-1/+1
* 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
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-131-1/+0
* Fix the typo.Joe Orton2006-08-035-5/+5
* Update license header.Joe Orton2006-08-035-30/+30
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* 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
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+6
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) forMadhusudan Mathihalli2004-04-221-2/+2
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-211-0/+10
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-0/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-135-245/+50
* axe these deprecated functions:Jeff Trawick2003-09-031-6/+0
* 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-065-6/+6
* Update copyright notices to 2003.Thom May2003-01-015-5/+5
* 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
* Implemented the thread_once API's on NetWareBradley Nicholes2002-07-191-2/+6
* Check the detached flag and spawn the NLM appropriately.Bradley Nicholes2002-06-101-3/+4