summaryrefslogtreecommitdiff
path: root/locks/os2/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+5
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* OS/2: Make apr_proc_mutex_cleanup() public to match recent API change.bjh2002-11-231-3/+3
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+9
* Update our copyright for this year.fielding2002-03-131-1/+1
* OS/2: Implement apr_proc_mutex*()bjh2002-02-111-8/+152
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-10/+1
* 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
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+2
* New process locking API for APR.rbb2001-09-191-0/+104