Re: svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-20 Thread Bruce Evans
On Tue, 20 Mar 2018, Ed Maste wrote: On 20 March 2018 at 04:19, Bruce Evans wrote: It is preferable to have a well-chosen (short...) prefix. The linux emulator mostly uses l_ for internal names. That is a bit too short for external names. l_ is too short. The only reasonable alternative i

Re: svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-20 Thread Ed Maste
On 20 March 2018 at 04:19, Bruce Evans wrote: > > It is preferable to have a well-chosen (short...) prefix. The linux > emulator mostly uses l_ for internal names. That is a bit too short > for external names. l_ is too short. The only reasonable alternative is probably lnx_ but saving two char

Re: svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-20 Thread Ian Lepore
On Tue, 2018-03-20 at 19:19 +1100, Bruce Evans wrote: > The random verb order is especially confsing for 'fix' and 'fixup'. > 'fixup' is a noun, but is sometimes abused as a verb and adverb instead > of the correct verb and adverb 'fix up'.  When it is placed at the > end, e.g., for limit_fixup(),

Re: svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-20 Thread Bruce Evans
On Mon, 19 Mar 2018, Ed Maste wrote: Log: Rename linuxulator functions with linux_ prefix It's preferable to have a consistent prefix. This also reduces differences between the three linux*_sysvec.c files. It is preferable to have a well-chosen (short...) prefix. The linux emulator mostl

svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-19 Thread Ed Maste
Author: emaste Date: Mon Mar 19 21:26:32 2018 New Revision: 331226 URL: https://svnweb.freebsd.org/changeset/base/331226 Log: Rename linuxulator functions with linux_ prefix It's preferable to have a consistent prefix. This also reduces differences between the three linux*_sysvec.c files