Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
to implement time, sleep, and alarm that know about non-integral seconds.
PR: 12230
Submitted by: Stephen J. Roznowski <sjr@home.net>
It lastet so long, because of personal time constraints and based
on the fact, that I had to do the very time consuming task, to
revamp the whole big brother installation heavily.
This could be avoided, if Sean could provide a Makefile with a real
install: target and not the drainbamaged
"unpack, compile and let the whole sh**^H^H^H^Hbunch
remain here(tm)" philosophy."
(me lucky one, that apsfilter has changed about 1-2 years ago ;-)
- make install target now copies the workdir to ${PREFIX}/bb
and then moves or removes files and directories as needed
- revamped client configuration and introduced a
${PREFIX}/share/bb/bbclients
directory.
Hope you like it this way ;-)
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
0.70 is a bugfix release to 0.69
from the announcement on the zebra mailinglist:
I've just fixed critical bug of zebra's routing information base
calculation which introduced in zebra-0.69. ospfd bugs which causes
core dump are also fixed. Configuration search path bug is fixed by
NAGUCHI kay. RIPng in filter bug is fixed by itojun.
* Changes in zebra-0.70
* Changes in zebra
** Critical routing information base calculation bug check is fixed.
** zebra ipv4 message is extended to support external/internal route flavor.
** Now if internal route doesn't has direct connected nexthop, then nexthop
is calculated by looking up IGP routing table.
* Changes in bgpd
** `neighbor PEER update-source IFNAME' command added as ALIAS to
`neighbor PEER interface IFNAME'.
* Changes in ospfd
** DD null pointer bug is fixed.