1. 10 May, 2005 14 commits
  2. 29 Apr, 2005 3 commits
  3. 28 Apr, 2005 3 commits
  4. 27 Apr, 2005 2 commits
  5. 25 Apr, 2005 1 commit
  6. 21 Apr, 2005 1 commit
  7. 15 Apr, 2005 2 commits
  8. 13 Apr, 2005 1 commit
  9. 11 Apr, 2005 2 commits
  10. 08 Apr, 2005 1 commit
  11. 07 Apr, 2005 3 commits
  12. 06 Apr, 2005 3 commits
    • Jason King's avatar
      92f9b3b7
    • Jason King's avatar
      * Lowered number of SNI adapters we look for at starup to one · 405e5b91
      Jason King authored
      * Increased the size of the buffer used to store libstate from
        128KB to 1MB
      405e5b91
    • Jason King's avatar
      * Turned off verbose debugging output by default · 9c4223d6
      Jason King authored
      * Decreased size of SNI adapter name storage from 16 to 5 bytes.
        We should never see a name with any more than 5 bytes, e.g. (sniX)
      
      * Increased realloc block size from 4KB to 128K.  Fixed memory
        corruption problems on larger clusters
      
      * Added lid->adapter_name caching for required for POE
      
      * Fixed bug where next_adapter/next_window were always reset to zero
        after a call to fed_unpack_nodeinfo()
      
      * Reformatted the output fed_print_nodeinfo()
      
      * Increased lock section in fed_unpack_nodeinfo() to address
        race condition bug
      
      * Fixed potential infinite loop in setup_table_entry.  Now we only
        iterate once through all windows and return error if none are
        found
      
      * Added lock section to _copy_libstate and fed_free_libstate
      9c4223d6
  13. 05 Apr, 2005 4 commits