summaryrefslogtreecommitdiff
path: root/threadproc/os2
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/+14
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+14
* | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-203-35/+35
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-141-10/+12
|/
* 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-1/+2
* 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-8/+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-7/+77
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-191-20/+21
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-181-51/+28
* apr_thread: use unmanaged pools for detached threads.Yann Ylavic2020-12-031-2/+41
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-031-3/+14
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-2/+1
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+2
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-231-0/+1
* OS/2: Clean up a thread's pool when it terminates.Brian Havard2010-04-211-0/+2
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-023-5/+5
* OS/2: Prevent pthread_sigmask() being used on OS/2 by definingBrian Havard2010-03-301-0/+1
* * 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
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-5/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+25
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+8
* Fix mismatch, using child_err when dealing with stdout.Brian Havard2007-10-311-1/+1
* OS/2: Fix condition for restoring std handles after spawning a process.Brian Havard2007-10-311-6/+15
* Fix build breakage due to syntax errors in threadproc/os2/proc.c.Brian Havard2007-10-301-9/+10
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-151-102/+138
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-131-1/+0
* Fix the typo.Joe Orton2006-08-033-3/+3
* Update license header.Joe Orton2006-08-033-18/+18
* OS/2: Fix crash in apr_proc_create with non-shell type process creation whereBrian Havard2005-07-031-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+13
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.Brian Havard2004-11-141-85/+0
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-231-1/+3
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-0/+7
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-2/+10
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-133-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-18/+0
* OS/2: when parsing #! line, adjust for the fact that apr_file_gets() noBrian Havard2003-03-311-2/+7
* We don't guard against NULL args.William A. Rowe Jr2003-02-241-7/+0
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+9
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+9
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-073-3/+3