> Date: Sun, 2 Mar 2025 12:39:02 -0500
> From: Christos Zoulas
>
> Yes, unfortunately I committed the version from my tree by accident
> and not the one that was on the web server. I already fixed it.
No, you seem to have gotten it the wrong way around...
The original commit, rev. 1.8, had no a
Fixed now.
christos
> On Mar 3, 2025, at 10:41 AM, Taylor R Campbell wrote:
>
>> Date: Sun, 2 Mar 2025 12:39:02 -0500
>> From: Christos Zoulas
>>
>> Yes, unfortunately I committed the version from my tree by accident
>> and not the one that was on the web server. I already fixed it.
>
> No,
Module Name:src
Committed By: christos
Date: Mon Mar 3 17:00:22 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
don't abort, just fail.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.
Module Name:src
Committed By: christos
Date: Mon Mar 3 17:00:22 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
don't abort, just fail.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/misc/arm_initfini.
Yes, unfortunately I committed the version from my tree by accident and not the
one
that was on the web server. I already fixed it.
christos
signature.asc
Description: Message signed with OpenPGP
> Module Name:src
> Committed By: christos
> Date: Thu Feb 27 10:55:27 UTC 2025
>
> Modified Files:
> src/lib/libc/arch/arm/misc: arm_initfini.c
>
> Log Message:
> use the latest version that does not abort on error.
>
> @@ -46,6 +46,7 @@
> #include
> #include
> #inc
Module Name:src
Committed By: christos
Date: Thu Feb 27 10:55:27 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
use the latest version that does not abort on error.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc
Module Name:src
Committed By: christos
Date: Thu Feb 27 10:55:27 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
use the latest version that does not abort on error.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc
Module Name:src
Committed By: christos
Date: Thu Feb 27 02:05:03 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
PR/59063: Martin Husemann: Avoid using malloc through sysctlbyname by doing
the sysctl name to mib translation directly. Thanks
Module Name:src
Committed By: christos
Date: Thu Feb 27 02:05:03 UTC 2025
Modified Files:
src/lib/libc/arch/arm/misc: arm_initfini.c
Log Message:
PR/59063: Martin Husemann: Avoid using malloc through sysctlbyname by doing
the sysctl name to mib translation directly. Thanks
Module Name:src
Committed By: skrll
Date: Mon May 6 06:57:32 UTC 2024
Modified Files:
src/lib/libc/arch/arm/gen: setjmp.S
Log Message:
arm longjmp: Restore stack first, then signal mask.
Otherwise, a pending signal may be delivered on the wrong stack when
we restore the
Module Name:src
Committed By: skrll
Date: Mon May 6 06:57:32 UTC 2024
Modified Files:
src/lib/libc/arch/arm/gen: setjmp.S
Log Message:
arm longjmp: Restore stack first, then signal mask.
Otherwise, a pending signal may be delivered on the wrong stack when
we restore the
Module Name:src
Committed By: skrll
Date: Tue Dec 13 12:43:32 UTC 2022
Modified Files:
src/lib/libc/arch/arm/gen: setjmp.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/arm/gen/setjmp.S
Please note that
Module Name:src
Committed By: skrll
Date: Tue Dec 13 12:43:32 UTC 2022
Modified Files:
src/lib/libc/arch/arm/gen: setjmp.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/arm/gen/setjmp.S
Please note that
Module Name:src
Committed By: thorpej
Date: Tue Nov 23 18:45:53 UTC 2021
Modified Files:
src/lib/libc/arch/arm: genassym.cf
src/lib/libc/arch/arm/sys: __sigtramp2.S
Log Message:
Decorate the ARM signal trampoline with the appropriate .cfi
directives to allow except
Module Name:src
Committed By: thorpej
Date: Tue Nov 23 18:45:53 UTC 2021
Modified Files:
src/lib/libc/arch/arm: genassym.cf
src/lib/libc/arch/arm/sys: __sigtramp2.S
Log Message:
Decorate the ARM signal trampoline with the appropriate .cfi
directives to allow except
Oops, this is broken. I will fix shortly...
rin
On 2021/06/30 8:29, Rin Okuyama wrote:
Module Name:src
Committed By: rin
Date: Tue Jun 29 23:29:12 UTC 2021
Modified Files:
src/lib/libc/arch/arm/gen: swapcontext.S
src/lib/libc/arch/arm/sys: __clone.S
Log Message
"Matt Thomas" writes:
> Module Name: src
> Committed By: matt
> Date: Sat Jan 26 07:08:14 UTC 2013
>
> Modified Files:
> src/lib/libc/arch/arm/softfloat: arm-gcc.h
>
> Log Message:
> Appease clang by making 64-bit literals use ULL
>
>
> To generate a diff of this commit:
> cvs rdif
On Thu, Jul 12, 2012 at 22:08:19 +0200, Reinoud Zandijk wrote:
> On Wed, Jul 11, 2012 at 11:08:46PM +0400, Valeriy E. Ushakov wrote:
> > > Log Message:
> > > On the libc/libgcc clashes cleanup that removed divsi3.o from libc,
> > > ARM/evbarm
> > > was forgotten. This patch fixes it making static
Hi Veleriy,
On Wed, Jul 11, 2012 at 11:08:46PM +0400, Valeriy E. Ushakov wrote:
> > Log Message:
> > On the libc/libgcc clashes cleanup that removed divsi3.o from libc,
> > ARM/evbarm
> > was forgotten. This patch fixes it making static binaries possible again!
>
> Please, complete this by movin
On Wed, Jul 11, 2012 at 18:24:27 +, Reinoud Zandijk wrote:
> Module Name: src
> Committed By: reinoud
> Date: Wed Jul 11 18:24:27 UTC 2012
>
> Modified Files:
> src/lib/libc/arch/arm/gen: Makefile.inc
>
> Log Message:
> On the libc/libgcc clashes cleanup that removed divsi3.o
David Young wrote:
> On Wed, Mar 21, 2012 at 10:44:35AM +0100, Joerg Sonnenberger wrote:
> > On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote:
> > > Module Name: src
> > > Committed By: bsh
> > > Date: Wed Mar 21 09:05:36 UTC 2012
> > >
> > > Modified Files:
>
On Wed, Mar 21, 2012 at 10:44:35AM +0100, Joerg Sonnenberger wrote:
> On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote:
> > Module Name:src
> > Committed By: bsh
> > Date: Wed Mar 21 09:05:36 UTC 2012
> >
> > Modified Files:
> > src/lib/libc/arch/arm/
On Wed, Mar 21, 2012 at 09:05:36AM +, Hiroyuki Bessho wrote:
> Module Name: src
> Committed By: bsh
> Date: Wed Mar 21 09:05:36 UTC 2012
>
> Modified Files:
> src/lib/libc/arch/arm/gen: _lwp.c
>
> Log Message:
> shut up lint(1)
So the question is still -- how much do we want t
24 matches
Mail list logo