summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* Libtool-ize APR.gstein2001-01-092-29/+13
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-086-10/+7
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-261-4/+5
* Get exports.c symbols to compile even if the declaration is hidden intrawick2000-11-172-0/+102
* axe some old commentstrawick2000-11-151-5/+0
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-58/+2
* Move all of the threadproc private header files to an arch directory underrbb2000-11-097-164/+38
* BONE allows fork() so we might as well make use of it!dreid2000-10-231-1/+1
* Fix piped logs in 2.0. This basically:rbb2000-10-181-4/+3
* Fix a bug in apr_create_process() for Unix. The NULL signifyingtrawick2000-09-151-1/+1
* this was deleted on April 14th, but got resuscitated somehowgstein2000-09-091-114/+0
* Allow dso builds with pthreads enabled to work on platforms which don't havegregames2000-08-311-0/+2
* We need to test specifically for setrlimit/getrlimit instead ofjim2000-08-231-6/+7
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-026-132/+132
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-311-0/+15
* ap_setprocattr_limit() was broken due to missing break statements.trawick2000-07-291-0/+3
* Move the ap_signal code form apr_signal.c in lib to signals.c inrbb2000-07-241-0/+27
* Update dependancies.rbb2000-07-241-6/+0
* Update dependencies.fielding2000-07-231-0/+6
* Update dependenciessascha2000-07-231-8/+3
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* Fix ap_get_os_threadkey.rbb2000-07-101-2/+1
* Fix ap_get_os_thread. This should work on Windows and Unix now.rbb2000-07-101-3/+2
* Make depend.ben2000-07-091-0/+6
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-082-36/+8
* const-ify the userdata interfacesgstein2000-07-082-5/+6
* Update dependancies in APRrbb2000-07-071-31/+28
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-223-7/+10
* ap_create_pipe was changed to return a pipe with both handlestrawick2000-06-201-12/+24
* Remove unixd_detach function, because it is provided by APR as ap_detach.rbb2000-06-203-14/+9
* Update dependencies.ben2000-06-111-9/+11
* Remove waitpid from the config checks and all calls to waitpid from therbb2000-06-091-0/+21
* Add the resource limiting code back to Apache 2.0. This only works onrbb2000-06-062-0/+87
* Fix problems introduced as part of the "Convert ap_proc_t to a completetrawick2000-06-061-4/+4
* Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err becauserbb2000-05-241-9/+9
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-233-111/+22
* First function removed from Unix MPM's and moved to a common file. Thisrbb2000-05-181-0/+6
* Fix problem where the Unix mpms had an unitialized variable fortrawick2000-05-181-19/+10
* Commit a file I forgot to commit yesterday while I was removing BeOSrbb2000-05-172-8/+1
* Handle some OS/390-isms dealing with pthreads:trawick2000-05-161-0/+10
* Check for the flavor of pthread_attr_getdetachstate(); normallytrawick2000-05-071-0/+4
* handle OS/390 flavor of pthread_getspecifictrawick2000-05-061-0/+5
* Add a new function to APR, ap_wait_all_procs. This waits for any currentrbb2000-05-041-0/+34
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-303-22/+11
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Ooops, picked the wrong conflict branch.fielding2000-04-231-5/+0
* Update dependfielding2000-04-231-0/+5