Re: CVS commit: src/libexec/getty

2013-08-11 Thread David Holland
On Sun, Aug 11, 2013 at 09:16:42AM +, Martin Husemann wrote: > Log Message: > Fix another automatic variable that is life both pre- and post the > siglongjmp > (which gcc calls "might be clobbered") by marking it volatile: on some > machines, this value might end up in a register loaded be

Re: CVS commit: src/libexec/getty

2013-08-11 Thread David Holland
On Sun, Aug 11, 2013 at 01:21:19PM +0200, Martin Husemann wrote: > > This breaks -current: > > > > init: getty repeating too quickly on port `/dev/console', sleeping > > It dies in estrdup() called from setdefaults because the field for "nx" > has defalt == NULL (like most others). fixed,

Re: CVS commit: src/share/man/man4/man4.amiga

2013-08-11 Thread Radoslaw Kujawa
On 9 Aug 2013, at 5:35 PM, Paul Goyette wrote: > Module Name: src > Committed By: pgoyette > Date: Fri Aug 9 15:35:54 UTC 2013 > > Modified Files: > src/share/man/man4/man4.amiga: Makefile > > Log Message: > Make the xsh man pages to unbreak the build (sets lists were updated to

Re: CVS commit: src/libexec/getty

2013-08-11 Thread Martin Husemann
On Sun, Aug 11, 2013 at 12:34:47PM +0200, Martin Husemann wrote: > This breaks -current: > > init: getty repeating too quickly on port `/dev/console', sleeping It dies in estrdup() called from setdefaults because the field for "nx" has defalt == NULL (like most others). Martin

Re: CVS commit: src/libexec/getty

2013-08-11 Thread Martin Husemann
On Sun, Aug 11, 2013 at 05:48:56AM +, David A. Holland wrote: > Module Name: src > Committed By: dholland > Date: Sun Aug 11 05:48:56 UTC 2013 > > Modified Files: > src/libexec/getty: main.c > > Log Message: > Use siglongjmp to jump out of signal handlers. > > > To generate a