Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-09-09 Thread Aleksandr Rybalko
On Tue, 12 Aug 2014 13:17:55 +1000 (EST) Bruce Evans wrote: > On Mon, 11 Aug 2014, John Baldwin wrote: > > > On Monday, August 04, 2014 8:03:58 pm Bruce Evans wrote: > >> On Mon, 4 Aug 2014, John Baldwin wrote: > >>> I realize the API uses 'SPCL' as an abbreviation, but for user-facing > >>> th

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-11 Thread Bruce Evans
On Mon, 11 Aug 2014, John Baldwin wrote: On Monday, August 04, 2014 8:03:58 pm Bruce Evans wrote: On Mon, 4 Aug 2014, John Baldwin wrote: I realize the API uses 'SPCL' as an abbreviation, but for user-facing things like a sysctl and tunable, I think it might be better to spell it out as "spe

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-11 Thread John Baldwin
On Monday, August 04, 2014 8:03:58 pm Bruce Evans wrote: > On Mon, 4 Aug 2014, John Baldwin wrote: > > > On Aug 3, 2014, at 6:07 AM, Aleksandr Rybalko wrote: > > > >> Log: > >> Allow to disable some special key combinations handled by vt(4), like > >> debug > >> request, reboot request. > >> >

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-04 Thread Bruce Evans
On Mon, 4 Aug 2014, John Baldwin wrote: On Aug 3, 2014, at 6:07 AM, Aleksandr Rybalko wrote: Log: Allow to disable some special key combinations handled by vt(4), like debug request, reboot request. Requested by: Claude Buisson Sponsored by: The FreeBSD Foundation I realize the API

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-04 Thread John Baldwin
On Aug 3, 2014, at 6:07 AM, Aleksandr Rybalko wrote: > Author: ray > Date: Sun Aug 3 13:07:25 2014 > New Revision: 269474 > URL: http://svnweb.freebsd.org/changeset/base/269474 > > Log: > Allow to disable some special key combinations handled by vt(4), like debug > request, reboot request. >

svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-03 Thread Aleksandr Rybalko
Author: ray Date: Sun Aug 3 13:07:25 2014 New Revision: 269474 URL: http://svnweb.freebsd.org/changeset/base/269474 Log: Allow to disable some special key combinations handled by vt(4), like debug request, reboot request. Requested by: Claude Buisson Sponsored by: The FreeBSD Founda