summaryrefslogtreecommitdiff
path: root/locks/os2/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Typo caught by Yann, thanks!wrowe2017-06-011-1/+1
* Partially revert 1738806 (r1733775, r1738791 from trunk), preservewrowe2017-06-011-4/+4
* Revert 1733684 (r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1...wrowe2017-05-241-37/+1
* Revert 1790490 (r1790488 from trunk), was;wrowe2017-05-231-6/+17
* Revert 1790527 (r1790521, r1790523 from trunk), was;wrowe2017-05-231-1/+1
* Revert 1790633 (r1790632 from trunk), was;wrowe2017-05-231-1/+4
* Merge r1790632 from trunk:ylavic2017-04-071-4/+1
* Merge r1790521, r1790523 from trunk:ylavic2017-04-071-1/+1
* Merge r1790488 from trunk:ylavic2017-04-071-17/+6
* Merge r1738925 from trunk:ylavic2016-04-131-1/+7
* Merge r1733775, r1738791 from trunk:ylavic2016-04-121-5/+32
* Merge r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1671292, r1...ylavic2016-03-051-1/+37
* Merge r741862, r741866 from trunk:jim2014-04-281-1/+1
* revret 1533105jim2013-10-171-1/+1
* Merge r1533104 from trunk:jim2013-10-171-1/+1
* Axed C++ comments and tabs.fuankg2011-02-181-1/+1
* 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