The branch stable/12 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2df415116eee92232f775cd29ff2c30ff555c201
commit 2df415116eee92232f775cd29ff2c30ff555c201
Author: Cy Schubert
AuthorDate: 2021-01-28 05:52:08 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:27:
The branch stable/13 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2ef3f7f5c356496bbfbb71b26d4a9d9415f3b8c5
commit 2ef3f7f5c356496bbfbb71b26d4a9d9415f3b8c5
Author: Cy Schubert
AuthorDate: 2021-01-28 05:52:08 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:28:
The branch stable/11 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5ab5d8fc2cdf65376cbc00fad69313a60e23bf68
commit 5ab5d8fc2cdf65376cbc00fad69313a60e23bf68
Author: Cy Schubert
AuthorDate: 2021-01-28 05:52:08 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:29:
The branch stable/12 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=35e09fbfc492e8fac3dd7ebdb21a52942ecd5384
commit 35e09fbfc492e8fac3dd7ebdb21a52942ecd5384
Author: Cy Schubert
AuthorDate: 2021-01-15 04:32:16 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:26:
The branch stable/13 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=514caf57cda8f2b95a7f32575519fdd18f0cae0a
commit 514caf57cda8f2b95a7f32575519fdd18f0cae0a
Author: Cy Schubert
AuthorDate: 2021-01-15 04:32:16 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:28:
The branch stable/11 has been updated by cy:
URL:
https://cgit.FreeBSD.org/src/commit/?id=58e43f89f17cf807b77270e15b91c46bfdfd1e77
commit 58e43f89f17cf807b77270e15b91c46bfdfd1e77
Author: Cy Schubert
AuthorDate: 2021-01-15 04:32:16 +
Commit: Cy Schubert
CommitDate: 2021-01-31 04:29:
The branch stable/12 has been updated by kevans:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e8a03eb0c4e1fcb94d58d833ab060bef34646470
commit e8a03eb0c4e1fcb94d58d833ab060bef34646470
Author: Kyle Evans
AuthorDate: 2021-01-24 19:25:34 +
Commit: Kyle Evans
CommitDate: 2021-01-31 01:1
The branch stable/12 has been updated by kevans:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d9cd8a3d3fd57109978afa157e749048d3b22ea7
commit d9cd8a3d3fd57109978afa157e749048d3b22ea7
Author: Kyle Evans
AuthorDate: 2021-01-27 18:54:07 +
Commit: Kyle Evans
CommitDate: 2021-01-31 01:1
The branch stable/11 has been updated by gbe (doc committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=8ce9180c09d93b4ef11859be604ef41173d6dbd1
commit 8ce9180c09d93b4ef11859be604ef41173d6dbd1
Author: Jan Kokemüller
AuthorDate: 2021-01-09 19:00:25 +
Commit: Gordon Bergling
Commi
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=151ec796a23098279531eaebbf30d08a0877ee4e
commit 151ec796a23098279531eaebbf30d08a0877ee4e
Author: Alexander V. Chernikov
AuthorDate: 2021-01-30 22:45:46 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ab6d9aaed76ed9f86fd0d938ebb6ea81f5ad6a82
commit ab6d9aaed76ed9f86fd0d938ebb6ea81f5ad6a82
Author: Alexander V. Chernikov
AuthorDate: 2021-01-30 22:32:42 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=dd9163003cb1be494609d904521e8dae7737caa7
commit dd9163003cb1be494609d904521e8dae7737caa7
Author: Alexander V. Chernikov
AuthorDate: 2021-01-30 21:52:44 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=91f2c69ec206c2993722bfd818af8237fa7e
commit 91f2c69ec206c2993722bfd818af8237fa7e
Author: Alexander V. Chernikov
AuthorDate: 2021-01-30 23:24:26 +
Commit: Alexander V. Chernikov
Commit
The branch main has been updated by melifaro:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f8b7ebea4905d84032f3195f86f6c27842e7a286
commit f8b7ebea4905d84032f3195f86f6c27842e7a286
Author: Alexander V. Chernikov
AuthorDate: 2021-01-30 22:06:40 +
Commit: Alexander V. Chernikov
Commit
On Sun, Jan 31, 2021 at 05:58:39AM +0700, Eugene Grosbein wrote:
> 31.01.2021 5:26, Jilles Tjoelker wrote:
> >>> +static bool
> >>> +isbinary(const char *data, size_t len)
> >>> +{
> >>> + const char *nul, *p;
> >>> + bool hasletter;
> >>> +
> >>> + nul = memchr(data, '\0', len);
> >>> + if (nul =
31.01.2021 5:26, Jilles Tjoelker wrote:
>>> +static bool
>>> +isbinary(const char *data, size_t len)
>>> +{
>>> + const char *nul, *p;
>>> + bool hasletter;
>>> +
>>> + nul = memchr(data, '\0', len);
>>> + if (nul == NULL)
>>> + return false;
>>> + /*
>>> +* POSIX says we s
On Sat, Jan 30, 2021 at 11:10:09PM +0700, Eugene Grosbein wrote:
> 30.01.2021 22:11, Jilles Tjoelker wrote:
> [skip]
> > +static bool
> > +isbinary(const char *data, size_t len)
> > +{
> > + const char *nul, *p;
> > + bool hasletter;
> > +
> > + nul = memchr(data, '\0', len);
> > + if (nu
The branch main has been updated by tsoome:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d51cc252a062411a1656960eb5d47e954c6c835d
commit d51cc252a062411a1656960eb5d47e954c6c835d
Author: Toomas Soome
AuthorDate: 2021-01-30 19:16:20 +
Commit: Toomas Soome
CommitDate: 2021-01-30 19:20
On 30 Jan 2021, at 16:02, Tijl Coosemans wrote:
On Thu, 28 Jan 2021 16:45:58 GMT "Bjoern A. Zeeb"
wrote:
The branch main has been updated by bz:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a6c2507d1baedb183268e31bc6b6f659a9529904
commit a6c2507d1baedb183268e31bc6b6f659a9529904
Author:
The branch main has been updated by bz:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4a26380ba6dc487a7525d909ee29fbc710b558d1
commit 4a26380ba6dc487a7525d909ee29fbc710b558d1
Author: Bjoern A. Zeeb
AuthorDate: 2021-01-30 17:50:26 +
Commit: Bjoern A. Zeeb
CommitDate: 2021-01-30 17:50
The branch main has been updated by emaste:
URL:
https://cgit.FreeBSD.org/src/commit/?id=69557375226a4ab26eadd47007c1230ce5ce9077
commit 69557375226a4ab26eadd47007c1230ce5ce9077
Author: Ed Maste
AuthorDate: 2021-01-30 17:43:42 +
Commit: Ed Maste
CommitDate: 2021-01-30 17:47:33 +000
The branch main has been updated by rew:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7436a63ba908a52f1a11f202dbacd9f5eb5b9fee
commit 7436a63ba908a52f1a11f202dbacd9f5eb5b9fee
Author: Robert Wing
AuthorDate: 2021-01-29 23:18:28 +
Commit: Robert Wing
CommitDate: 2021-01-30 17:25:10 +
The branch main has been updated by kevans:
URL:
https://cgit.FreeBSD.org/src/commit/?id=7587d9823a8257b9a2d5b2e58c707026061058c6
commit 7587d9823a8257b9a2d5b2e58c707026061058c6
Author: Kyle Evans
AuthorDate: 2021-01-30 06:09:10 +
Commit: Kyle Evans
CommitDate: 2021-01-30 16:41:52
The branch stable/12 has been updated by jilles:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9b38ede3a347f9ae48d4b80878134f07ccc6845c
commit 9b38ede3a347f9ae48d4b80878134f07ccc6845c
Author: Jilles Tjoelker
AuthorDate: 2019-12-30 21:32:55 +
Commit: Jilles Tjoelker
CommitDate: 2021-
30.01.2021 22:11, Jilles Tjoelker wrote:
[skip]
> +static bool
> +isbinary(const char *data, size_t len)
> +{
> + const char *nul, *p;
> + bool hasletter;
> +
> + nul = memchr(data, '\0', len);
> + if (nul == NULL)
> + return false;
> + /*
> + * POSIX says we
On Sat, Jan 30, 2021 at 02:36:06PM +0100, Emmanuel Vadot wrote:
> On Fri, 29 Jan 2021 20:18:45 +
> Glen Barber wrote:
>
> > On Fri, Jan 29, 2021 at 09:08:14PM +0100, Emmanuel Vadot wrote:
> > > On Fri, 29 Jan 2021 16:40:25 +
> > > Glen Barber wrote:
> > >
> > > > On Fri, Jan 29, 2021 at
On Thu, 28 Jan 2021 16:45:58 GMT "Bjoern A. Zeeb" wrote:
> The branch main has been updated by bz:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=a6c2507d1baedb183268e31bc6b6f659a9529904
>
> commit a6c2507d1baedb183268e31bc6b6f659a9529904
> Author: Bjoern A. Zeeb
> AuthorDate: 2021-01-
The branch stable/12 has been updated by jilles:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c48240fa6f8e168325a278f8b8cc075779615ddf
commit c48240fa6f8e168325a278f8b8cc075779615ddf
Author: Jilles Tjoelker
AuthorDate: 2021-01-03 20:27:50 +
Commit: Jilles Tjoelker
CommitDate: 2021-
The branch stable/12 has been updated by jilles:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3708b615c354df013037c065d5a714207c041ea8
commit 3708b615c354df013037c065d5a714207c041ea8
Author: Jilles Tjoelker
AuthorDate: 2020-05-30 16:00:49 +
Commit: Jilles Tjoelker
CommitDate: 2021-
The branch stable/13 has been updated by jrtc27:
URL:
https://cgit.FreeBSD.org/src/commit/?id=bb8fa72dae42c213d3f822865c0121577243ca18
commit bb8fa72dae42c213d3f822865c0121577243ca18
Author: Jessica Clarke
AuthorDate: 2021-01-27 19:19:00 +
Commit: Jessica Clarke
CommitDate: 2021-01
On Fri, 29 Jan 2021 20:18:45 +
Glen Barber wrote:
> On Fri, Jan 29, 2021 at 09:08:14PM +0100, Emmanuel Vadot wrote:
> > On Fri, 29 Jan 2021 16:40:25 +
> > Glen Barber wrote:
> >
> > > On Fri, Jan 29, 2021 at 05:28:29PM +0100, Emmanuel Vadot wrote:
> > > > On Fri, 29 Jan 2021 16:07:08 +0
The branch stable/12 has been updated by gbe (doc committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=6a3ad2d0a7b633bad2bb33f9c4c426dffcc91633
commit 6a3ad2d0a7b633bad2bb33f9c4c426dffcc91633
Author: Jan Kokemüller
AuthorDate: 2021-01-09 19:00:25 +
Commit: Gordon Bergling
Commi
The branch stable/13 has been updated by mckusick:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1f9ee757d96dfc35e0a2d89ef5fd80f26138a693
commit 1f9ee757d96dfc35e0a2d89ef5fd80f26138a693
Author: Kirk McKusick
AuthorDate: 2021-01-26 19:46:38 +
Commit: Kirk McKusick
CommitDate: 2021-01
The branch stable/13 has been updated by mckusick:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1aa1ede1fd447a1807f0cdd9ee7227b5741fecea
commit 1aa1ede1fd447a1807f0cdd9ee7227b5741fecea
Author: Kirk McKusick
AuthorDate: 2021-01-30 08:03:37 +
Commit: Kirk McKusick
CommitDate: 2021-01
The branch main has been updated by mckusick:
URL:
https://cgit.FreeBSD.org/src/commit/?id=a63eae65ff8789994c40573a0aa65128022c8bf2
commit a63eae65ff8789994c40573a0aa65128022c8bf2
Author: Kirk McKusick
AuthorDate: 2021-01-30 08:03:37 +
Commit: Kirk McKusick
CommitDate: 2021-01-30 0
35 matches
Mail list logo