openldap/servers/slurpd
Kurt Zeilenga 595bf86635 Cleanup thread handling to resolve non-exiting daemons on FreeBSD.
Seems that calling pthread_exit() in the main (and only active)
thread does not cause the whole process to exit.  Very odd.
Anyways, as we want to whole process to exit, we should just exit
after joining with our other threads.
I've also removed dead code for detaching threads we join with.
1998-12-30 00:06:27 +00:00
..
admin.c Update LinuxThread signal handling. Hide #ifdef hell in ac/signal.h. 1998-11-18 17:45:32 +00:00
args.c Added lber_get/set_option. Removed lber_debug/ldap_debug. 1998-12-22 01:34:01 +00:00
ch_malloc.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
config.c Change overlapping strcpy( x, y )' to SAFEMEMCPY( x, y, strlen( y ) + 1 )' 1998-12-27 02:00:08 +00:00
DESIGN Initial revision 1998-08-09 00:43:13 +00:00
fm.c Update comments associated with SIGUSRx -> LDAP_SIGUSRx change. 1998-11-19 01:18:24 +00:00
globals.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
globals.h Minor change to signal handler. Changed _shutdown flag to 1998-12-20 18:16:03 +00:00
ldap_op.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
lock.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
main.c Cleanup thread handling to resolve non-exiting daemons on FreeBSD. 1998-12-30 00:06:27 +00:00
Makefile.in Fix server --without-xxx build issues... 1998-12-20 00:55:39 +00:00
proto-slurp.h The tsleep() versions had different return types 1998-11-20 11:46:59 +00:00
re.c Added lber_get/set_option. Removed lber_debug/ldap_debug. 1998-12-22 01:34:01 +00:00
reject.c merged with autoconf branch 1998-10-25 01:41:42 +00:00
replica.c Cleanup thread handling to resolve non-exiting daemons on FreeBSD. 1998-12-30 00:06:27 +00:00
replog.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
ri.c Update comments associated with SIGUSRx -> LDAP_SIGUSRx change. 1998-11-19 01:18:24 +00:00
rq.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
sanity.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
slurp.h Add <ac/signal.h> back in to ease pain on some platforms. 1998-12-22 01:34:31 +00:00
st.c Fix most `wider type truncated to int' bugs on OSF1 due to implicit decls: 1998-11-11 23:37:38 +00:00
tsleep.c The tsleep() versions had different return types 1998-11-20 11:46:59 +00:00
Version.c Initial revision 1998-08-09 00:43:13 +00:00