Skip to content
Snippets Groups Projects
  1. Feb 09, 2005
  2. Feb 08, 2005
  3. Feb 05, 2005
  4. Feb 04, 2005
    • Nic Henke's avatar
    • Eric Barton's avatar
    • Eric Barton's avatar
      * Landed portals:b_port_step as follows... · 00f255b8
      Eric Barton authored
      	  - removed CFS_DECL_SPIN*
      	    just use 'spinlock_t' and initialise with spin_lock_init()
      
      	  - removed CFS_DECL_MUTEX*
      	    just use 'struct semaphore' and initialise with init_mutex()
      
      	  - removed CFS_DECL_RWSEM*
      	    just use 'struct rw_semaphore' and initialise with init_rwsem()
      
      	  - renamed cfs_sleep_chan -> cfs_waitq
      	            cfs_sleep_link -> cfs_waitlink
      
                - fixed race in linux version of arch-independent socknal
        	    (the ENOMEM/EAGAIN decision).
      
      	  - Didn't fix problems in Darwin version of arch-independent socknal
       	    (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
      
      	  - removed libcfs types from non-socknal header files (only some types
      	    in the header files had been changed; the .c files hadn't been
      	    updated at all).
      
      	  - Updated lustre b1_4 to match
      00f255b8
    • Eric Barton's avatar
      * ranal passes netregression · 64cd6738
      Eric Barton authored
      64cd6738
    • jacob's avatar
      b=5576 · 2945ad90
      jacob authored
      add LB_CHECK_FILE(S), which work while cross-compiling.
      2945ad90
  5. Feb 02, 2005
  6. Feb 01, 2005
  7. Jan 31, 2005
  8. Jan 28, 2005
  9. Jan 27, 2005
  10. Jan 26, 2005
  11. Jan 25, 2005
  12. Jan 24, 2005
    • Wang Di's avatar
      Branch: HEAD · caa8ea40
      Wang Di authored
      a typo fix(forget goto) for debug_daemon utils
      caa8ea40
    • Wang Di's avatar
      Branch: HEAD · 16230613
      Wang Di authored
      temp fix debug_daemon bug on HEAD
      16230613
  13. Jan 21, 2005
  14. Jan 20, 2005
    • jacob's avatar
      b=5573 · 7a458c42
      jacob authored
      fix savedheaders when we have multiple target-archs in a given target.
      
      this probably breaks srource rpms if we were to build i586 and i686,
      but we don't do that (yet).
      7a458c42
    • Wang Di's avatar
      Branch: HEAD · 8f598794
      Wang Di authored
      set o_fid in mdc_obj_create for LBUG in mdt_obj_create
      b:5234
      8f598794
Loading