Changeset 134 for trunk/docs


Ignore:
Timestamp:
Oct 26, 2007, 12:20:10 AM (17 years ago)
Author:
rainer
Message:

More thread-safety changes.

Location:
trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r131 r134  
    33        * use getgrgid_r, getpwnam_r, getpwuid_r, gmtime_r, localtime_r,
    44          rand_r, strtok_r if available
    5         * protect readdir() with mutex (readdir_r considered harmful)
     5        * protect readdir(), getpwent(), gethostname() with mutexes
     6          (readdir_r considered harmful)
     7        * make checksum/hash function reentrant
     8        * use thread-specific conversion buffer for globber()
    69
    7102.3.8:
  • trunk/docs/TODO

    r132 r134  
    11
    2 not thread-safe: checksum function (returns static memory),
    3                  sh_util_siggen
    4                  sh_util_hash_tiger
    5                  sh_util_hmac_tiger
    62
    73check thread_safe sh_entropy
    84check thread_safe rng
    95
    10 lock globber
    116
    12 lock sh_alloc/sh_free
    13 
Note: See TracChangeset for help on using the changeset viewer.