Searched hist:"0 e7ed5d666d8668d57146be5729c42832a7f8bb1" (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/test/netfibs/ |
H A D | README | diff 0e7ed5d666d8668d57146be5729c42832a7f8bb1 Fri Feb 24 15:13:06 CET 2012 Bjoern A. Zeeb <bz@FreeBSD.org> Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. "${x%%bar}" does not work if quoted.
Correct typos and improve some details forwarding.sh already had in initiator, esp. related to ipfw accepting if the default is deny.
Add an extra stat call to the "delay" function in addition to the touch which together is still a lot faster than sleep 1 but seems to help a lot more to mitigate the unrelated kernel race seen.
Sponsored by: Cisco Systems, Inc.
|
H A D | forwarding.sh | diff 0e7ed5d666d8668d57146be5729c42832a7f8bb1 Fri Feb 24 15:13:06 CET 2012 Bjoern A. Zeeb <bz@FreeBSD.org> Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. "${x%%bar}" does not work if quoted.
Correct typos and improve some details forwarding.sh already had in initiator, esp. related to ipfw accepting if the default is deny.
Add an extra stat call to the "delay" function in addition to the touch which together is still a lot faster than sleep 1 but seems to help a lot more to mitigate the unrelated kernel race seen.
Sponsored by: Cisco Systems, Inc.
|
H A D | reflector.sh | diff 0e7ed5d666d8668d57146be5729c42832a7f8bb1 Fri Feb 24 15:13:06 CET 2012 Bjoern A. Zeeb <bz@FreeBSD.org> Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. "${x%%bar}" does not work if quoted.
Correct typos and improve some details forwarding.sh already had in initiator, esp. related to ipfw accepting if the default is deny.
Add an extra stat call to the "delay" function in addition to the touch which together is still a lot faster than sleep 1 but seems to help a lot more to mitigate the unrelated kernel race seen.
Sponsored by: Cisco Systems, Inc.
|
H A D | initiator.sh | diff 0e7ed5d666d8668d57146be5729c42832a7f8bb1 Fri Feb 24 15:13:06 CET 2012 Bjoern A. Zeeb <bz@FreeBSD.org> Update scripts to work around two sh(1) bugs found in stable/8: 1) _x=$((_x + 1)) does not work while x=$((x + 1)) does. 2) Parameter Expansion, esp. "${x%%bar}" does not work if quoted.
Correct typos and improve some details forwarding.sh already had in initiator, esp. related to ipfw accepting if the default is deny.
Add an extra stat call to the "delay" function in addition to the touch which together is still a lot faster than sleep 1 but seems to help a lot more to mitigate the unrelated kernel race seen.
Sponsored by: Cisco Systems, Inc.
|