Please back it out. __sccl() use plain chars, you can't just call wide
chars __wcollate_range_cmp() from it. Never intermix plain chars and
wide chars without conversion. The problem is somewhere else. The code
used for [a-z] ranges in the format. Moreover, even if conversion added
this code can't
Author: tz (ports committer)
Date: Fri Jun 10 08:33:15 2016
New Revision: 301779
URL: https://svnweb.freebsd.org/changeset/base/301779
Log:
- Add myself (tz / Torsten Zuehlsdorff) to ports commiters
- Add mentors junovitch, pi, swills
Approved by: re (gjb), junovitch (mentor)
Modified:
(Sorry I have been offline/sleep for a while)
Hello;
I cannot back this out because of this report:
http://docs.freebsd.org/cgi/mid.cgi?20160608132224.GA15454
This change only re-states what has been working before the ABI breakage
fix in r301461.
The fix to regex is completely independent.
On 10.06.2016 15:03, Pedro Giffuni wrote:
> (Sorry I have been offline/sleep for a while)
>
> Hello;
>
> I cannot back this out because of this report:
>
> http://docs.freebsd.org/cgi/mid.cgi?20160608132224.GA15454
>
> This change only re-states what has been working before the ABI breakage
> f
On 06/10/16 07:19, Andrey Chernov wrote:
On 10.06.2016 15:03, Pedro Giffuni wrote:
(Sorry I have been offline/sleep for a while)
Hello;
I cannot back this out because of this report:
http://docs.freebsd.org/cgi/mid.cgi?20160608132224.GA15454
This change only re-states what has been working
Author: allanjude
Date: Fri Jun 10 14:31:59 2016
New Revision: 301787
URL: https://svnweb.freebsd.org/changeset/base/301787
Log:
Fix bsdinstall for root-on-zfs with MBR partitioning
Fix an error where vfs.root.mountfrom was not always set as required
when creating a bootpool. After the re
On Wed, Jun 08, 2016 at 02:03:53AM +, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Wed Jun 8 02:03:53 2016
> New Revision: 301572
> URL: https://svnweb.freebsd.org/changeset/base/301572
> Log:
> Add flags to the Casper services.
> CASPER_SERVICE_STDIO - Casper will not close the fir
Author: allanjude
Date: Fri Jun 10 14:59:11 2016
New Revision: 301794
URL: https://svnweb.freebsd.org/changeset/base/301794
Log:
Fix a miss merge in the services_mkdb(8) man page
Restore the cross reference to getservent(3) to the correct line
Approved by: re (gjb)
Sponsored by: BSD
On 10.06.2016 17:14, Pedro Giffuni wrote:
>> Because now strcoll_l() is used as before and it is broken in wide char
>> converting process. It is broken for _all_, not just for vfscanf()
>> ranges. It should never fail with any args.
>> Real fix should be in strcoll_l().
>>
>
> Yes, it is broken a
Author: lidl
Date: Fri Jun 10 15:05:35 2016
New Revision: 301797
URL: https://svnweb.freebsd.org/changeset/base/301797
Log:
Relnotes entries for blacklist project
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: ngie
Date: Fri Jun 10 17:53:28 2016
New Revision: 301800
URL: https://svnweb.freebsd.org/changeset/base/301800
Log:
Deobfuscate cleanup path in clnt_bck_create(..)
Similar to r300836, cl and ct will always be non-NULL as they're allocated
using the mem_alloc routines, which always
Author: jtl
Date: Fri Jun 10 19:06:11 2016
New Revision: 301814
URL: https://svnweb.freebsd.org/changeset/base/301814
Log:
Change the default build behavior so we don't compile extra TCP modules by
default. At least initially, the feature to support multiple TCP stacks is
aimed at supporting
On Fri, Jun 10, 2016 at 04:47:28PM +0200, Jilles Tjoelker wrote:
> On Wed, Jun 08, 2016 at 02:03:53AM +, Mariusz Zaborski wrote:
> > Author: oshogbo
> > Date: Wed Jun 8 02:03:53 2016
> > New Revision: 301572
> > URL: https://svnweb.freebsd.org/changeset/base/301572
>
> > Log:
> > Add flags
Author: gjb
Date: Fri Jun 10 19:29:55 2016
New Revision: 301815
URL: https://svnweb.freebsd.org/changeset/base/301815
Log:
Update 11.0 to ALPHA3 in preparation for new snapshot builds.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/newvers.sh
On Fri, Jun 10, 2016 at 09:17:45PM +0200, Mariusz Zaborski wrote:
> On Fri, Jun 10, 2016 at 04:47:28PM +0200, Jilles Tjoelker wrote:
> > On Wed, Jun 08, 2016 at 02:03:53AM +, Mariusz Zaborski wrote:
> > > + if (setsid() == -1)
> > > + errx(1, "Unable to detach from session");
> > There
15 matches
Mail list logo