Skip to content
Snippets Groups Projects
  1. Aug 07, 2008
    • kalpak's avatar
      · f6e3d5d7
      kalpak authored
      b=16098
      
      Add URL for GPLv2 license in copyright headers
      f6e3d5d7
  2. Jul 23, 2008
    • kalpak's avatar
      · 0db20f5f
      kalpak authored
      b=16098
      
      Replace CFS license headers with Sun headers
      0db20f5f
  3. Apr 18, 2008
  4. Feb 10, 2007
  5. Feb 04, 2005
    • 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
Loading