- Dec 20, 2007
-
-
Walter Poxon authored
i=adilger fixes problem where b1_4 does not build on xt3 due to missing uint32_t defn in lnet/libcfs/user-bitops.c
-
- Dec 06, 2007
-
-
Bobi Jam authored
b=14208 i=zhenyu.xu, johann Replace macro __LINUX__ with __linux__.
-
- Sep 28, 2007
-
-
maxim authored
i=liang i=isaac - Landing b_usocklnd on HEAD Bugzilla : 12302 Description: new userspace socklnd Details : Old userspace tcpnal that resided in lnet/ulnds/socklnd replaced with new one - usocklnd.
-
- Sep 18, 2007
-
-
Eric Barton authored
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Feb 04, 2005
-
-
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
-