summaryrefslogtreecommitdiff
path: root/locks/unix/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_34(no author)2002-04-011-4/+6
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix another couple of bugs I introduced with the flags parameter torbb2002-01-081-2/+2
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-18/+3
* Change proc_mutex_fcntl_create() to remove the lock file. There wastrawick2001-10-251-1/+6
* It is dangerous to use the identifier "stat" when there is a function ofaaron2001-10-231-67/+67
* return the error that caused the operation to fail, not the currenttrawick2001-10-231-1/+1
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+35
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-27/+38
* fix some missed function renames (proc_pthread_cleanup ->trawick2001-09-191-6/+6
* New process locking API for APR.rbb2001-09-191-0/+799