On 5/11/12 1:17 PM, Bruce Evans wrote:
> However, they may be some some boot programs that save space by not
> bzeroing the bss. Not being a C program in this respect apparently
> caused the following farcal churn in i386/boot2:
> - the opts variable started with a bogus explicit initialization
>
On 05/11/12 13:08, Warner Losh wrote:
> On May 11, 2012, at 9:02 AM, Colin Percival wrote:
>> On 05/11/12 05:48, Konstantin Belousov wrote:
>>> On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
+bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static
unsigned cha
On May 11, 2012, at 9:02 AM, Colin Percival wrote:
> On 05/11/12 05:48, Konstantin Belousov wrote:
>> On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
>>> +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static
>>> unsigned char **cmonths = NULL;
>>
>> Such initializa
On Fri, 11 May 2012, Konstantin Belousov wrote:
On Fri, May 11, 2012 at 08:57:29AM -0400, David Chisnall wrote:
On 11 May 2012, at 08:48, Konstantin Belousov wrote:
On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
Author: gabor
Date: Fri May 11 12:37:16 2012
New Revision: 2352
On 2012-05-11 15:02, Colin Percival wrote:> On 05/11/12 05:48, Konstantin
Belousov wrote:
>> On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
>>> +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static
>>> unsigned char **cmonths = NULL;
>>
>> Such initializations are u
On Fri, May 11, 2012 at 08:57:29AM -0400, David Chisnall wrote:
> On 11 May 2012, at 08:48, Konstantin Belousov wrote:
>
> > On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
> >> Author: gabor
> >> Date: Fri May 11 12:37:16 2012
> >> New Revision: 235267
> >> URL: http://svn.freebsd
On 2012.05.11. 15:02, Colin Percival wrote:
On 05/11/12 05:48, Konstantin Belousov wrote:
>On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
>>+bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static
>>unsigned char **cmonths = NULL;
>
>Such initializations are useles
On 05/11/12 05:48, Konstantin Belousov wrote:
> On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
>> +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static
>> unsigned char **cmonths = NULL;
>
> Such initializations are useless. You only increase the size of the binary
On 11 May 2012, at 08:48, Konstantin Belousov wrote:
> On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
>> Author: gabor
>> Date: Fri May 11 12:37:16 2012
>> New Revision: 235267
>> URL: http://svn.freebsd.org/changeset/base/235267
>
>> +bool byte_sort = false;
>> +
>> +static wcha
On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote:
> Author: gabor
> Date: Fri May 11 12:37:16 2012
> New Revision: 235267
> URL: http://svn.freebsd.org/changeset/base/235267
> +bool byte_sort = false;
> +
> +static wchar_t **wmonths = NULL;
> +static unsigned char **cmonths = NULL;
Author: gabor
Date: Fri May 11 12:37:16 2012
New Revision: 235267
URL: http://svn.freebsd.org/changeset/base/235267
Log:
Add a BSD-licensed sort rewrite that was started by me and later completed
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the lat
11 matches
Mail list logo