Skip to content
Snippets Groups Projects
  1. Feb 08, 1999
  2. Jan 24, 1999
  3. Jan 11, 1999
    • Kurt Zeilenga's avatar
      Change SLAPD shutdown to do a cond wait on active threads instead · 82b94e22
      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.
      82b94e22
  4. Dec 26, 1998
  5. Dec 17, 1998
  6. Dec 03, 1998
  7. Nov 30, 1998
  8. Nov 20, 1998
  9. Nov 03, 1998
  10. Oct 25, 1998
  11. Oct 19, 1998
  12. Sep 23, 1998
  13. Sep 20, 1998
  14. Sep 16, 1998
  15. Aug 29, 1998
  16. Aug 25, 1998
  17. Aug 23, 1998
  18. Aug 09, 1998
Loading