Re: Possible %d->%lld oversight in dump

2014-02-20 Thread Eivind Evensen
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 /

Possible %d->%lld oversight in dump

2014-02-14 Thread Eivind Evensen
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

Typo in nfs_boot.c

2013-09-12 Thread Eivind Evensen
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

Small change to let mg handle localized characters

2012-08-23 Thread Eivind Evensen
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