summaryrefslogtreecommitdiffstats
path: root/os/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the APR's new OS-specific proc mutex accessors -- they are usedAaron Bannert2001-10-202-1/+35
* Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file.Victor J. Orlikowski2001-09-131-1/+1
* Use the correct macros in unix.hRyan Bloom2001-08-302-2/+2
* No <sys/ipc.h> under cygwin.William A. Rowe Jr2001-08-301-0/+4
* os-inline.c is no more (fix from bloom)Doug MacEachern2001-08-231-1/+1
* Eliminated ap_os_[systemcase|[case_]canonical]_filename() andWilliam A. Rowe Jr2001-08-232-154/+0
* This probably falls under the category: if you can't figure it out yourself,Joshua Slive2001-08-231-3/+3
* We need to check for sys/sem.hRyan Bloom2001-08-221-1/+1
* Fix a new error on Linux.Ryan Bloom2001-08-161-0/+1
* The Unix MPMs other than perchild now allow child serverJeff Trawick2001-08-162-1/+38
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-0/+1
* httpd.exp and lots of other export files are generated based on theVictor J. Orlikowski2001-07-302-8/+12
* Utility to list available hooks.Ben Laurie2001-05-271-2/+1
* Remove some obsolete macros and rename one that wasn't name protected.Roy T. Fielding2001-04-291-1/+1
* tweak unixd.h so that exports.c is built properlyJeff Trawick2001-04-071-2/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-242-25/+21
* Update copyright to 2001Roy T. Fielding2001-02-164-4/+4
* fix the check for killpg(); as it was, we didn't check forJeff Trawick2001-02-111-1/+1
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-113-150/+1
* [ missed in last commit ]Greg Stein2001-02-101-0/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+2
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-192-3/+3
* Last change to get SuEXEC working again, and respecting configurationRyan Bloom2000-12-281-0/+1
* <sys/resource.h> requires <sys/time.h> first on some systemsJeff Trawick2000-11-271-0/+3
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-6/+9
* Killing ap_os_is_filename_valid. Left actual win32 code, since it isWilliam A. Rowe Jr2000-11-101-9/+0
* Make mod_cgi and mod_include work when compiled as DSO's again. This isRyan Bloom2000-10-313-1/+84
* Add back suexec support.Manoj Kasichainula2000-10-233-1/+18
* Add a temporary pool argument to unixd_pre_config, so that it can callManoj Kasichainula2000-10-232-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-162-2/+2
* Cleanup ap_os_kill from TPF and unix. Maintainers please validate.William A. Rowe Jr2000-10-151-9/+0
* We need to test specifically for setrlimit/getrlimit instead ofJim Jagielski2000-08-241-2/+6
* Document os.h. I am only documenting the Unix copy, because every os.hRyan Bloom2000-08-081-0/+53
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-1/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-1/+1
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-301-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Remove unixd_detach function, because it is provided by APR as ap_detach.Ryan Bloom2000-06-202-73/+0
* Make unixd_config.user_name const char * instead of char * to avoidJeff Trawick2000-06-182-2/+2
* More consification, correct command initialisation.Ben Laurie2000-06-172-8/+8
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-133-1/+12
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+2
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-2/+4
* Fix some bad (1.3 style) parmlists to ap_log_error() which were introducedJeff Trawick2000-06-071-3/+3
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-062-1/+65
* Remove the dso code from the os/unix directory. These functions are notRyan Bloom2000-05-162-55/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+0