Skip to content
Snippets Groups Projects
  1. Mar 18, 1999
  2. Mar 17, 1999
  3. Mar 15, 1999
  4. Mar 13, 1999
  5. Mar 12, 1999
  6. Mar 10, 1999
    • Kurt Zeilenga's avatar
      Update configure to: · e2d90b3a
      Kurt Zeilenga authored
        -- fixed gethostbyaddr_r/gethostbyname_r compile warnings
        -- relocated Pthread -mt test to be before -kthread test
      e2d90b3a
  7. Mar 08, 1999
  8. Mar 07, 1999
  9. Mar 03, 1999
  10. Mar 02, 1999
  11. Feb 28, 1999
  12. Feb 25, 1999
    • Bart Hartgers's avatar
      · e26de677
      Bart Hartgers authored
      Patch to support to determine the number of args of the
      gethostby{name,addr}_r functions.
      Contributed by Juan Carlos Gomes IT#68 (apparently).
      
      Also includes support for detecting ssleay in configure.in.
      e26de677
  13. Feb 20, 1999
  14. Feb 06, 1999
  15. Feb 03, 1999
  16. Feb 01, 1999
  17. Jan 28, 1999
  18. Jan 26, 1999
    • Kurt Zeilenga's avatar
      LDBM/back-ldbm locking reworked! · bd6dfe33
      Kurt Zeilenga authored
      	back-ldbm was using a cache specific lock to protect non-reentrant
      	database routines from being reenterred.  This is inadequate.
      	Also, reentrant database systems calls were serialized unnecessarily.
      
      	Non-reentrant database calls must have a big_mutex.  Implemented
      	this within -lldbm itself.  library requires ldbm_initialize()
      	be called before any other ldbm call to initialize the big_mutex
      	and to do any other db specific initialization (ie: such as
      	required for DB2).
      
      The dbc_mutex, dbc_cv, & dbc_readers fileds of dbcache are history.
      The "reentrant_database" (REENTRANT_DATABASE) define is also axed.
      bd6dfe33
    • Kurt Zeilenga's avatar
      f3fb0c74
  19. Jan 25, 1999
  20. Jan 23, 1999
Loading