On Sat, Feb 15, 2014 at 09:10:14PM -0500, Ted Unangst wrote:
> On Fri, Feb 14, 2014 at 10:16, Eivind Evensen wrote:
>
> > Index: tape.c
> > }
>
> This shouldn't be necessary. the range of deltat % 3600 certainly fits
> in an int, and the range of deltat /
Hello.
When a file system dump on an old 5.2 installation showed past 100% done
like this:
DUMP: 98.50% done, finished in 0:07
DUMP: 99.39% done, finished in 0:03
DUMP: 100.19% done, finished in 0:00
DUMP: 101.10% done, finished in 0:-5
DUMP: 423953416 tape blocks
I got a bit curious. L
Hello.
Trying to figure out what I've done wrong to have a diskless setup
boot the kernel and then try to talk to a broadcast address rather than
the nfsserver, I saw this typo.
Eivind
Index: sys/nfs/nfs_boot.c
===
RCS file: /cvs/s
Since version 1.10 of lib/libc/gen/ctype_.c, I've been
unable to use localized characters in mg properly (they're printed
as an octal value only).
I've been using the below change to regain support for printing them
normally.
Best regards, Eivind Evensen