NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-xen/53267 (XEN amd64 DomU (Dom0??) NetBSD current USERMODE() fails)



The following reply was made to PR port-xen/53267; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: "Cherry G.Mathew" <cherry%zyx.in@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: port-xen/53267 (XEN amd64 DomU (Dom0??) NetBSD current USERMODE() fails)
Date: Fri, 11 May 2018 19:45:00 +0700

 Additional testing also looks good, things that should use user time, do.
 Things that should use system time, do, and things that should use both,
 do as well, eg:
 
 netbsd# time find / -type f -exec grep -Ea 'ABC.*X.*[0-9]{1,3} ??Q' {} \; >/dev/null
        34.00 real        16.29 user        17.62 sys
 
 Looks perfect.   (Note this is a vrey small test install, grepping every file
 is not such a big thing...)
 
 Thanks again.
 
 kre
 


Home | Main Index | Thread Index | Old Index