summaryrefslogtreecommitdiff
path: root/threadproc/netware
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: apr_thread_current_create() is ENOTIMPL w/...Yann Ylavic2023-03-151-2/+4
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+12
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+12
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-203-48/+48
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
* | Replace tabs to spaces.Ivan Zhakov2022-07-081-1/+1
|/
* 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: 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-24/+82
* 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-181-52/+44
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-031-2/+31
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-031-3/+18
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+1
* Fixed indent - no code change.Guenter Knauf2014-07-161-12/+11
* Fixed type; fixed comments.Guenter Knauf2014-07-161-4/+4
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-1/+6
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-072-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-071-3/+17
* Axed C++ comments.Guenter Knauf2011-02-091-2/+2
* Removed tabs.Guenter Knauf2010-09-011-6/+6
* The Tab Police removed 119 tabs.Guenter Knauf2010-08-031-25/+25
* * 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
* * 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