Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Convert files over to UTF-8.These files contained various combinations of Big5, eucJP and KOI8-Uencoded strings. The byte representations of their respective encodingshave been translated to $'..
Convert files over to UTF-8.These files contained various combinations of Big5, eucJP and KOI8-Uencoded strings. The byte representations of their respective encodingshave been translated to $'...' escape sequences as understood by our sh(1).With help from: jilles
show more ...
Adding another multi-byte characters related regression test for recentnmount(2) adoption.
Add another regression tests for msdosfs which covers msdosfs_conv.c rev 1.45.Requested by: silby
Adding another multi-byte characters related regression test for msdosfs.Tested by: njlReviewed by: silby, bde, sam (mentor)
Add another regression test - one we don't pass right now.
Have the regression test use a path in /tmp for a mount pointinstead of a directory that only exists on my machine.
A simple regression test for msdosfs. Not the best, but it would have caughtthe recent trouble msdosfs had.