- Jan 14, 1999
-
-
Kurt Zeilenga authored
end of link. Basic order is: $LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems. LIBS is next to last as some user might have put -lpthread (or equiv) in $LIBS.
-
- Jan 11, 1999
-
-
Kurt Zeilenga authored
of a busy wait and allow the pthread_yield within the loop to be removed. This was the only pthread_yield which was necessary when usng non-preemptive threads. As such, the configure.in sched_yield/pthread_yield missing error can be removed from configure.in. If explicit yield function is missing, just provide a no-op replacement. Moved declaration of various slapd globals from main.c to init.c so they can be shared with ldbm tools.
-
- Jan 10, 1999
-
-
Kurt Zeilenga authored
make depend, make tests, and make install all work when build directory is not the $srcdir. Also modified library handling such that -lpthread more likely to be last. WARNING: new orderring requires use of LDFLAGS to set global loader options such as -L/usr/local/lib. If you put this in LIBS, some libraries may not be found a link time. Likely broke Kerberos/LDAPD support. Don't have those in my testbed.
-
- Nov 23, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
-
- Nov 20, 1998
-
-
Hallvard Furuseth authored
-
- Nov 15, 1998
-
-
Hallvard Furuseth authored
Most function and variable definitions are now preceded by its extern definition, for error checking. Retyped a number of functions, usually to return void. Fixed a number of printf format errors. API changes (in ldap/include): Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h. A number of `extern' declarations are left (some added by protoize), to be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind, optarg, errno.
-
Kurt Zeilenga authored
-
- Nov 09, 1998
-
-
Kurt Zeilenga authored
ifndef HAVE_PTHREAD_KILL pthread_kill() code and prototype. Fix HAVE_FUNC_PTHREAD defines from previous change.
-
Kurt Zeilenga authored
Fix pthread_attr_init/destroy pthread draft4 compatibility.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 22, 1998
-
-
Kurt Zeilenga authored
Need to sort out remaining ifnames and run testsuite.
-
Kurt Zeilenga authored
-
- Oct 20, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 19, 1998
-
-
Kurt Zeilenga authored
Rely on portable.h.
-
Kurt Zeilenga authored
-
- Sep 23, 1998
-
-
Kurt Zeilenga authored
-
- Sep 21, 1998
-
-
Kurt Zeilenga authored
-
- Sep 20, 1998
-
-
Kurt Zeilenga authored
-
- Sep 19, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Now to sort out configure enable/with options.
-
- Sep 17, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 16, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 31, 1998
-
-
Kurt Zeilenga authored
-
- Aug 30, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 29, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Nichols, Butler, Farrell's book "Pthreads Programming" (O'Reilly).
-
- Aug 20, 1998
-
-
Kurt Zeilenga authored
Fixed Dependency Generation not to mess with Make-templates. side effect: depends are not carried forward after "make makefiles"
-