summaryrefslogtreecommitdiff
path: root/include/arch/unix
Commit message (Expand)AuthorAgeFilesLines
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958bojan2009-06-221-0/+12
* Backport r661146, 662114 and 662300 from the trunk.bojan2008-06-031-0/+3
* Fill in apr_fileinfo_t member st_csize on Netware and Unixwrowe2007-10-171-0/+4
* Prefer solaris builtins even on x86, and fix a compiler warning.davi2007-08-041-2/+2
* New apr_atomic implementation for S/390 native atomic operations.davi2007-07-071-0/+2
* New apr_atomic implementation for PowerPC native atomic operations.davi2007-07-041-0/+2
* New apr_atomic implementation for Solaris 10 native atomic operations.davi2007-07-041-0/+2
* New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...davi2007-07-041-0/+2
* Given a modern compiler, this patch provides fast atomic operations on variousdavi2007-07-041-0/+2
* This patch tries to address some of the apr_atomic problems by reorganizingdavi2007-07-041-0/+35
* Discard file buffers when running cleanups for exec.bojan2007-05-151-0/+1
* Revert nested mutexes in Unix file_iobojan2007-05-141-0/+4
* Fix file_lock/unlock macrosbojan2007-05-121-4/+10
* Improve thread safety of assorted file_io functions.bojan2007-05-121-0/+8
* reverting rev 500321 pending investigation of problem reported by jorton. gregames2007-01-291-1/+1
* apr_pollset_remove: speed up the httpd Event MPM when lots of connections aregregames2007-01-261-1/+1
* Fix the typo.jorton2006-08-0314-14/+14
* Update license header.jorton2006-08-0314-84/+84
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.rooneg2006-06-301-0/+3
* Make apr_file_t::filePtr an apr_off_t on unix so that we avoid truncatingrooneg2006-02-081-1/+1
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and colm2005-10-181-2/+5
* * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R tojorton2005-09-271-1/+7
* Add some workarounds for cases where readdir_r fails due to largejorton2005-08-311-0/+4
* Implement pool accessor for socketsmturk2005-06-121-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0414-14/+28
* Add Support for DragonFly BSD.pquerna2005-01-211-1/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+2
* Fix some style problems in the poll code, no functional changes.rooneg2004-12-061-2/+2
* Added support for Solaris 10 Event Completion Framework aspquerna2004-11-221-1/+8
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-201-0/+92
* Remove .cvsignore files.jorton2004-11-181-3/+0
* Support POSIX semaphores on LP64 platforms:jorton2004-06-141-0/+3
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:jorton2004-06-051-16/+0
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-051-4/+0
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-041-3/+0
* Add LFS support:jorton2004-03-271-0/+11
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1313-637/+130
* * configure.in: Fix detection of pthread rwlocks to actually fail whenjorton2004-01-261-1/+1
* * include/arch/unix/apr_arch_thread_rwlock.h: Use result ofjorton2004-01-251-2/+2
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tjorton2003-12-291-1/+1
* move the implementations of apr atomics out of the public header filetrawick2003-12-031-1/+1
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-242-3/+8
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-172-0/+8
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-5/+6
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))trawick2003-10-151-0/+3
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+3
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tjorton2003-10-041-1/+1
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-1/+1
* axe these deprecated functions:trawick2003-09-031-10/+0
* Revamp apr_thread_mutex to be as thread safe, and occasionallywrowe2003-08-071-2/+3