Re: Floating point exception on boot after using syspatch(8)

2018-08-02 Thread Mike Erdely
On Wed, 1 Aug 2018, Philip Guenther wrote: > This smells like some compatibility issue with the eager-FPU change. One > thought is whether the Xen presents the guest with a correctly reset FPU > state on all CPUs, or if there's some odd state that we're not clearing. > > I made a later commit in t

Don't display contents of snmpd.conf - passwords

2012-12-16 Thread Mike Erdely
Since snmpd.conf stores passwords in plain text, should we prevent changes to its contents in security(8) output? -ME Index: changelist === RCS file: /cvs/src/etc/changelist,v retrieving revision 1.77 diff -u -p -r1.77 changelist ---

Re: ppp(8) cleanup/fix

2009-07-01 Thread Mike Erdely
With prodding from Todd, I tested the diff on my macppc and my alpha. Before the diff, running `ppp default` as root would hang before presenting me with the interactive prompt. With the diff, it immediately goes into interactive mode and presents me with the prompt. Unfortunately, I don't have a

Re: ksh vi mode werase (^W) handling

2009-06-03 Thread Mike Erdely
On Wed, Jun 03, 2009 at 06:19:15PM -0700, Darrin Chandler wrote: > Hi, > > Here's a diff to make ksh vi mode handle werase more like vi. It's > really irritating to have whole paths go away on ^W instead of just the > last bit. I'm very much in favor of getting this in. It's a major vi-mode anno