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
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
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(),
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
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