I noticed this little snippet claiming to be output on FreeBSD in
pgtesttiming.sgml:
dmesg | grep "Timecounter"
sysctl kern.timecounter.hardware=TSC
First, grep is case-sensitive by default, so that line of output
shouldn't have matched at all, right? Second, if I actually try the
above command
On fre, 2012-07-06 at 13:21 -0700, Josh Kupershmidt wrote:
> I noticed this little snippet claiming to be output on FreeBSD in
> pgtesttiming.sgml:
>
>
> dmesg | grep "Timecounter"
> sysctl kern.timecounter.hardware=TSC
>
>
> First, grep is case-sensitive by default, so that line of output
> sh
On Fri, Jul 6, 2012 at 1:33 PM, Peter Eisentraut wrote:
> On fre, 2012-07-06 at 13:21 -0700, Josh Kupershmidt wrote:
>>
>> dmesg | grep "Timecounter"
>> sysctl kern.timecounter.hardware=TSC
>>
>>
>> First, grep is case-sensitive by default, so that line of output
>> shouldn't have matched at al