summaryrefslogtreecommitdiff
path: root/locks/os2
Commit message (Expand)AuthorAgeFilesLines
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-292-12/+7
* Leave apr_os_proc_mutex_*() as unimplemented for now as the type of the nativebjh2001-12-291-12/+2
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+25
* Remove FIXME comment. Yes, OS/2 native locks support nesting.bjh2001-10-171-1/+0
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+2
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+3
* Implement pool accessor for rwlocks.rbb2001-09-291-0/+3
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+2
* New process locking API for APR.rbb2001-09-192-1/+106
* OS/2: Implement read/write locks. As there's no native equivalent in OS/2bjh2001-09-151-8/+145
* Add condition variables to the APR set of locking functions.rbb2001-09-132-1/+91
* OS/2: Implement apr_thread_mutex functions.bjh2001-09-121-6/+51
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-082-1/+100
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-042-1/+90
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-15/+15
* OS/2: implement apr_lock_tryacquire()bjh2001-08-051-3/+15
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+5
* Stop warnings about rc being used uninitialized.bjh2001-06-061-0/+4
* Style cleanup: switch statement opening braces belong on the same line.bjh2001-06-061-10/+5
* Fix missing brace, broken in recent rwlock patch.bjh2001-06-061-0/+1
* A couple of changes...dreid2001-06-051-18/+20
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-23/+65
* OS/2: Get rid of old setup_lock() cruft.bjh2001-03-191-6/+0
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-191-0/+40
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-081-9/+9
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Libtool-ize APR.gstein2001-01-092-30/+8
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-26/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-142-12/+16
* Move all of the lock private header files to an arch directory underrbb2000-11-093-83/+4
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* prefix libapr functions and types with apr_dougm2000-08-022-23/+23
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-1/+1
* prefix TRUE,FALSE with APR_dougm2000-04-281-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* replace some of the consts lost during overlappingtrawick2000-04-141-2/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-4/+3
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-3/+4
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-5/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-8/+8
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-9/+9
* Update to Apache Software License version 1.1fielding2000-03-312-63/+62
* Update some dependencies.bjh2000-03-161-4/+5