Whamcloud - gitweb
* Better console error messages if 'ip2nets' can't match an IP address.
authoreeb <eeb>
Fri, 10 Feb 2006 07:10:35 +0000 (07:10 +0000)
committereeb <eeb>
Fri, 10 Feb 2006 07:10:35 +0000 (07:10 +0000)
commitfda7c05206a09343d1a94cf5f447a470cae0b3c8
tree879fc4d57018e24f063c9e28f4a424948a2a6fff
parent00b7e916a826369ccd2d50d60b9eb7b9be185684
*    Better console error messages if 'ip2nets' can't match an IP address.

*    Fixed the LNET ping to handle signals properly.

*    Fixed overflow/use-before-set bugs in linux-time.h
     NB ???-time.h should also be checked; e.g. the same bugs had been
     cut and pasted into winnt-time.h; I've fixed the use-before-set
     but not the overflow issue there so I left a #error fttb.

*    Fixed ptllnd bug that wasn't initialising rx descriptors completely
     (sizeof(ptr) instead of sizeof(*ptr)).  This wasn't evident until the
     paths that catch malformed packets are exercised, so there are undoubtedly
     more to come.

*    Fixed a bug in LNET teardown that failed an assertion about the route
     table being empty if there was an error while it was being built.

*    Fixed a crash in LNetEQPoll(<invalid handle>)
12 files changed:
lnet/include/libcfs/kp30.h
lnet/include/libcfs/linux/linux-prim.h
lnet/include/libcfs/linux/linux-time.h
lnet/include/libcfs/user-prim.h
lnet/include/libcfs/winnt/winnt-time.h
lnet/include/lnet/lib-types.h
lnet/klnds/ptllnd/ptllnd_rx_buf.c
lnet/libcfs/linux/linux-module.c
lnet/libcfs/winnt/winnt-module.c
lnet/lnet/api-ni.c
lnet/lnet/config.c
lnet/lnet/lib-eq.c