summaryrefslogtreecommitdiff
path: root/locks/netware/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-4/+4
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-1/+1
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-1/+1
* locks: follow up to r1790488.Yann Ylavic2017-04-071-1/+1
* locks: follow up to r1667900.Yann Ylavic2017-04-071-3/+2
* locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors).Yann Ylavic2016-09-171-1/+1
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeYann Ylavic2016-04-131-1/+8
* proc_mutex-netware: follow up to r1733775.Yann Ylavic2016-03-061-14/+2
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-8/+60
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-4/+22
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Add proc_mutex_lockfile() for retrieving the name of the fileJeff Trawick2003-06-071-0/+5
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Implemention of apr_proc_mutex_cleanup() for NetWareBradley Nicholes2002-11-221-0/+5
* Added 2 additional lock functions: apr_proc_mutex_name andJim Jagielski2002-06-071-0/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Piggy-backed the proc_mutexes on the thread_mutexes since all resourcesBradley Nicholes2002-02-081-10/+33
* Cleanup work on the proc stubs that are unused in NetWareBradley Nicholes2002-01-081-12/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-8/+1
* Implement portable accessors for proc mutex. These are equivalent toAaron Bannert2001-10-191-0/+25
* Implement pool accessor functions for proc mutex'sRyan Bloom2001-09-291-0/+2
* New process locking API for APR.Ryan Bloom2001-09-191-0/+103