On Sun, 13 Dec 2020 at 19:22, Ryan Libby wrote:
>
> On Tue, Aug 25, 2020 at 6:30 AM Alex Richardson
> wrote:
> >
> > Author: arichardson
> > Date: Tue Aug 25 13:30:03 2020
> > New Revision: 364761
> > URL: https://svnweb.freebsd.org/changeset/base/364761
> >
> > Log:
> > Pass -fuse-ld=/path/to
On Sun, 13 Dec 2020 at 18:06, Mateusz Guzik wrote:
>
> Author: mjg
> Date: Sun Dec 13 18:06:24 2020
> New Revision: 368609
> URL: https://svnweb.freebsd.org/changeset/base/368609
>
> Log:
> fd: fix fdrop prediction when closing a fd
>
> Most of the time this is the last reference, contrary to
On Fri, 4 Dec 2020 at 16:06, Hans Petter Selasky wrote:
>
> On 12/4/20 4:59 PM, Alexander Richardson wrote:
> > On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky
> > wrote:
> >>
> >> Author: hselasky
> >> Date: Fri Dec 4 14:50:55 2
On Fri, 4 Dec 2020 at 14:51, Hans Petter Selasky wrote:
>
> Author: hselasky
> Date: Fri Dec 4 14:50:55 2020
> New Revision: 368329
> URL: https://svnweb.freebsd.org/changeset/base/368329
>
> Log:
> Fix definition of int64_t and uint64_t when long is 64-bit. This gets the
> kernel
> shim cod
On Sat, 24 Oct 2020 at 13:52, Alexey Dokuchaev wrote:
>
> On Sat, Oct 24, 2020 at 10:23:22AM +, Hans Petter Selasky wrote:
> > New Revision: 366993
> > URL: https://svnweb.freebsd.org/changeset/base/366993
> >
> > Log:
> > Run code through "clang-format -style=file" with some additional fixe
On Sat, 24 Oct 2020, 16:27 Warner Losh, wrote:
>
>
> On Sat, Oct 24, 2020, 7:38 AM Alexander V. Chernikov
> wrote:
>
>> 24.10.2020, 14:08, "Hans Petter Selasky" :
>> > On 2020-10-24 14:52, Alexey Dokuchaev wrote:
>> >> On Sat, Oct 24, 2020 at 10:23:22AM +, Hans Petter Selasky wrote:
>> >>>
On Thu, 15 Oct 2020 at 06:59, Enji Cooper wrote:
>
>
> > On Oct 14, 2020, at 5:28 AM, Alex Richardson
> > wrote:
> >
> > Author: arichardson
> > Date: Wed Oct 14 12:28:41 2020
> > New Revision: 366697
> > URL: https://svnweb.freebsd.org/changeset/base/366697
> >
> > Log:
> > install(1): Avoid u
On Wed, 14 Oct 2020 at 14:29, Mateusz Guzik wrote:
>
> This should use copy_file_range (also available on Linux).
>
I agree. I even mentioned this in https://reviews.freebsd.org/D26041#589287.
This change avoids the two unnecessary syscalls, but I agree that
longer-term install should share the c
On Mon, 12 Oct 2020 at 14:55, Jessica Clarke wrote:
>
> On 12 Oct 2020, at 11:42, Alex Richardson wrote:
> > --- head/contrib/nvi/common/common.h Mon Oct 12 10:42:19 2020
> > (r366633)
> > +++ head/contrib/nvi/common/common.h Mon Oct 12 10:42:24 2020
> > (r366634)
> > @@ -14,7 +
On Fri, 25 Sep 2020, 20:04 Justin Hibbits, wrote:
> Author: jhibbits
> Date: Fri Sep 25 19:04:03 2020
> New Revision: 366169
> URL: https://svnweb.freebsd.org/changeset/base/366169
>
> Log:
> mips: Fix compat32 library builds from r366162
>
> Re-add the a_ptr and a_fcn fields to Elf32_Auxinfo
On Fri, 18 Sep 2020 at 14:12, Kyle Evans wrote:
>
> On Fri, Sep 18, 2020 at 6:22 AM Alex Richardson
> wrote:
> >
> > Author: arichardson
> > Date: Fri Sep 18 11:22:34 2020
> > New Revision: 365876
> > URL: https://svnweb.freebsd.org/changeset/base/365876
> >
> > Log:
> > libarchive: fix mismat
On Thu, 17 Sep 2020 at 18:05, Rodney W. Grimes
wrote:
>
> > On Thu, Sep 17, 2020 at 9:39 AM Steffen Nurpmeso wrote:
> >
> > > Alex Richardson wrote in
> > > <202009171507.08hf7qns080...@repo.freebsd.org>:
> > > |Author: arichardson
> > > |Date: Thu Sep 17 15:07:25 2020
> > > |New Revision: 36
On Thu, 13 Aug 2020 at 17:28, Jessica Clarke wrote:
>
> On 13 Aug 2020, at 17:22, Rodney W. Grimes wrote:
> >
> >> Author: arichardson
> >> Date: Thu Aug 13 14:14:46 2020
> >> New Revision: 364190
> >> URL: https://svnweb.freebsd.org/changeset/base/364190
> >>
> >> Log:
> >> Add pwd to the list
On Sat, 8 Aug 2020 at 17:27, Ian Lepore wrote:
>
> On Sat, 2020-08-08 at 11:08 +0100, Alexander Richardson wrote:
> > On Sat, 8 Aug 2020 at 02:19, Mateusz Guzik wrote:
> > >
> > > This broke i386 builds:
> > >
> > > /usr/src/usr.bin/chpass/field.c
On Sat, 8 Aug 2020 at 02:19, Mateusz Guzik wrote:
>
> This broke i386 builds:
>
> /usr/src/usr.bin/chpass/field.c:175:15: error: incompatible pointer
> types passing
> '_bootstrap_time_t *' (aka 'unsigned long long *') to parameter
> of type 'time_t *'
> (aka 'int *') [-Werror,-Wincomp
On Fri, 7 Aug 2020 at 17:06, Kyle Evans wrote:
>
> On Fri, Aug 7, 2020 at 11:04 AM Alex Richardson
> wrote:
> >
> > Author: arichardson
> > Date: Fri Aug 7 16:04:01 2020
> > New Revision: 364023
> > URL: https://svnweb.freebsd.org/changeset/base/364023
> >
> > Log:
> > Always install usr.bin/
On Tue, 16 Jun 2020 at 18:09, Cy Schubert wrote:
>
> In message <55903c38d363aef2a6f6d0075dd4526b86d51258.ca...@freebsd.org>,
> Ian Le
> pore writes:
> > On Tue, 2020-06-16 at 07:05 +, Toomas Soome wrote:
> > > Author: tsoome
> > > Date: Tue Jun 16 07:05:03 2020
> > > New Revision: 362217
> >
On Sat, 18 Apr 2020 at 20:13, Conrad Meyer wrote:
>
> Hi Alex,
>
> We usually do not use "extern" for function declarations in headers.
>
> Best,
> Conrad
Hi Conrad,
I decided to follow the style that was used in the header already, but
I agree those externs should probably be dropped.
I can com
> Stop.
> make[1]: stopped in /work/src.svn
> *** Error code 1
>
> Stop.
> make: stopped in /work/src.svn
> Failed to build world
>
> I'm at rev. 340189. Could you please have a look?
>
> --
> Markiyan
>
> вт, 6 лист. 2018 о 01:11 Alexander Richards
On Tue, 6 Nov 2018 at 07:10, Michal Meloun wrote:
>
>
>
> On 05.11.2018 20:51, Alex Richardson wrote:
> > Author: arichardson
> > Date: Mon Nov 5 19:51:10 2018
> > New Revision: 340157
> > URL: https://svnweb.freebsd.org/changeset/base/340157
> >
> > Log:
> > Allow building world without inheri
On Mon, 5 Nov 2018, 23:32 Bryan Drewery On 11/5/2018 11:51 AM, Alex Richardson wrote:
> > Author: arichardson
> > Date: Mon Nov 5 19:51:10 2018
> > New Revision: 340157
> > URL: https://svnweb.freebsd.org/changeset/base/340157
> >
> > Log:
> > Allow building world without inheriting $PATH
> >
>
On Mon, 5 Nov 2018 at 23:03, Bryan Drewery wrote:
>
> On 8/23/2018 11:19 AM, Alex Richardson wrote:
> > Author: arichardson
> > Date: Thu Aug 23 18:19:10 2018
> > New Revision: 338268
> > URL: https://svnweb.freebsd.org/changeset/base/338268
> >
> > Log:
> > Fix non-FreeBSD host lib32 build for
On Mon, 5 Nov 2018 at 23:00, Bryan Drewery wrote:
>
> On 10/22/2018 11:31 PM, Alex Richardson wrote:
> > Author: arichardson
> > Date: Tue Oct 23 06:31:25 2018
> > New Revision: 339636
> > URL: https://svnweb.freebsd.org/changeset/base/339636
> >
> > Log:
> > Only compute the X_COMPILER_*/X_LINK
On Tue, 30 Oct 2018 at 10:17, Michael Tuexen
wrote:
>
> > On 29. Oct 2018, at 22:08, Alex Richardson wrote:
> >
> > Author: arichardson
> > Date: Mon Oct 29 21:08:02 2018
> > New Revision: 339876
> > URL: https://svnweb.freebsd.org/changeset/base/339876
> >
> > Log:
> > rtld: set obj->textsize c
On Wed, 29 Aug 2018 at 20:21 Cy Schubert wrote:
> In message <201808201039.w7kadrmm079...@repo.freebsd.org>, Alex
> Richardson writ
> es:
> > Author: arichardson
> > Date: Mon Aug 20 10:39:53 2018
> > New Revision: 338098
> > URL: https://svnweb.freebsd.org/changeset/base/338098
> >
> > Log:
> >
I'm a quite surprised by this error since I can't see anywhere that gdbe
would be built as a bootstrap tool (otherwise tools/build/mk should not be
used).
I've successfully built resuce with this so there must be some
environment/make variable that causes this.
It seems this happens during the buil
On 6 February 2018 at 19:25, Rodney W. Grimes
wrote:
>> Author: arichardson
>> Date: Tue Feb 6 15:41:35 2018
>> New Revision: 328934
>> URL: https://svnweb.freebsd.org/changeset/base/328934
>>
>> Log:
>> Don't hardcode /usr/bin as the path for mktemp in build tools
>>
>> It won't work e.g. wh
27 matches
Mail list logo