summaryrefslogtreecommitdiff
path: root/locks/beos/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Add the apr_proc_mutex_cleanup function.dreid2004-03-091-0/+6
* Fix some include paths for the new build systemdreid2004-02-261-1/+1
* 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
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+10
* Update our copyright for this year.fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-10/+5
* This small fix allows us to get code that needs this function workingdreid2001-12-231-1/+1
* Add the actual code for most of the new lock methods. Just the conditionaldreid2001-10-281-6/+65
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+27
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* New process locking API for APR.rbb2001-09-191-0/+104