Module Name:src
Committed By: jakllsch
Date: Sun Mar 2 22:04:07 UTC 2025
Modified Files:
src/sys/lib/libkern: xlat_mbr_fstype.c
Log Message:
xlat_mbr_fstype: handle MBR_PTYPE_EFI as FS_MSDOS
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libker
Module Name:src
Committed By: jakllsch
Date: Sun Mar 2 22:04:07 UTC 2025
Modified Files:
src/sys/lib/libkern: xlat_mbr_fstype.c
Log Message:
xlat_mbr_fstype: handle MBR_PTYPE_EFI as FS_MSDOS
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libker
Module Name:src
Committed By: gutteridge
Date: Wed Oct 9 23:16:03 UTC 2024
Modified Files:
src/sys/lib/libkern: pmatch.c
Log Message:
pmatch.c: fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/pmatch.c
Please note
Module Name:src
Committed By: gutteridge
Date: Wed Oct 9 23:16:03 UTC 2024
Modified Files:
src/sys/lib/libkern: pmatch.c
Log Message:
pmatch.c: fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/pmatch.c
Please note
Module Name:src
Committed By: christos
Date: Wed Oct 9 13:59:09 UTC 2024
Modified Files:
src/sys/lib/libkern: libkern.h
Log Message:
deduplicate offsetof (stddef.h) and container_of (container_of.h)
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys
Module Name:src
Committed By: christos
Date: Wed Oct 9 13:59:09 UTC 2024
Modified Files:
src/sys/lib/libkern: libkern.h
Log Message:
deduplicate offsetof (stddef.h) and container_of (container_of.h)
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys
Module Name:src
Committed By: christos
Date: Sat Aug 24 22:30:27 UTC 2024
Modified Files:
src/sys/lib/libkern: pmatch.c
Log Message:
Not really a bug since the value is not used, but avoid reading uninitialized
memory anyway (CID-1597959)
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Sat Aug 24 22:30:27 UTC 2024
Modified Files:
src/sys/lib/libkern: pmatch.c
Log Message:
Not really a bug since the value is not used, but avoid reading uninitialized
memory anyway (CID-1597959)
To generate a diff of this commi
Module Name:src
Committed By: rhialto
Date: Mon Jan 1 20:33:34 UTC 2024
Modified Files:
src/sys/lib/libkern: Makefile.libkern
Log Message:
avoid dependency on NETBSDSRCDIR being set.
(similar to an earlier commit)
due to various things, non-build.sh builds don't have it
Module Name:src
Committed By: rhialto
Date: Mon Jan 1 20:33:34 UTC 2024
Modified Files:
src/sys/lib/libkern: Makefile.libkern
Log Message:
avoid dependency on NETBSDSRCDIR being set.
(similar to an earlier commit)
due to various things, non-build.sh builds don't have it
Module Name:src
Committed By: mrg
Date: Mon Nov 13 19:07:00 UTC 2023
Modified Files:
src/sys/lib/libkern: Makefile.compiler-rt
Log Message:
avoid dependency on NETBSDSRCDIR being set.
due to various things, non-build.sh builds don't have it set already
and it ends up defa
Module Name:src
Committed By: mrg
Date: Mon Nov 13 19:07:00 UTC 2023
Modified Files:
src/sys/lib/libkern: Makefile.compiler-rt
Log Message:
avoid dependency on NETBSDSRCDIR being set.
due to various things, non-build.sh builds don't have it set already
and it ends up defa
Module Name:src
Committed By: mrg
Date: Wed Sep 6 19:14:52 UTC 2023
Modified Files:
src/sys/lib/libkern: libkern.h
Log Message:
fix the example for container_of().
needs to be a pointer into the containing structure, not the
value of a pointer inside the structure.
To
Module Name:src
Committed By: mrg
Date: Wed Sep 6 19:14:52 UTC 2023
Modified Files:
src/sys/lib/libkern: libkern.h
Log Message:
fix the example for container_of().
needs to be a pointer into the containing structure, not the
value of a pointer inside the structure.
To
Module Name:src
Committed By: rillig
Date: Sun Jun 19 18:28:16 UTC 2022
Modified Files:
src/sys/lib/libkern: Makefile.inc
Log Message:
libkern: fix wrong escaping in makefile
In the unlikely event that KERNDIR contains a '$' character, that '$'
should not be doubled to '$
Module Name:src
Committed By: rillig
Date: Sun Jun 19 18:28:16 UTC 2022
Modified Files:
src/sys/lib/libkern: Makefile.inc
Log Message:
libkern: fix wrong escaping in makefile
In the unlikely event that KERNDIR contains a '$' character, that '$'
should not be doubled to '$
Module Name:src
Committed By: skrll
Date: Wed Jun 15 21:31:19 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: milli_extra.S
Log Message:
Fix a dumb typo/thinko
Thanks to Tom Lane for spotting it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sy
Module Name:src
Committed By: skrll
Date: Wed Jun 15 21:31:19 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: milli_extra.S
Log Message:
Fix a dumb typo/thinko
Thanks to Tom Lane for spotting it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sy
Module Name:src
Committed By: skrll
Date: Mon Jun 13 16:03:07 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: Makefile.inc
Added Files:
src/sys/lib/libkern/arch/hppa: milli_extra.S
Log Message:
Provide a __canonicalize_funcptr_for_compare which only needs t
Module Name:src
Committed By: skrll
Date: Mon Jun 13 16:03:07 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: Makefile.inc
Added Files:
src/sys/lib/libkern/arch/hppa: milli_extra.S
Log Message:
Provide a __canonicalize_funcptr_for_compare which only needs t
Module Name:src
Committed By: skrll
Date: Mon Jun 13 16:00:05 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: milli.S
Log Message:
Don't need $$sh_func_adrs
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/lib/libkern/arch/hppa/milli.S
Please
Module Name:src
Committed By: skrll
Date: Mon Jun 13 16:00:05 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: milli.S
Log Message:
Don't need $$sh_func_adrs
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/lib/libkern/arch/hppa/milli.S
Please
Module Name:src
Committed By: rin
Date: Mon May 30 14:13:59 UTC 2022
Modified Files:
src/sys/lib/libkern: Makefile.inc
Log Message:
Introduce LIBKERN_MD_FLAGS to pass some MD flags for libkern.
This is necessary since libkern is built by coprocess, and
threfore subsets of
Module Name:src
Committed By: rin
Date: Mon May 30 14:13:59 UTC 2022
Modified Files:
src/sys/lib/libkern: Makefile.inc
Log Message:
Introduce LIBKERN_MD_FLAGS to pass some MD flags for libkern.
This is necessary since libkern is built by coprocess, and
threfore subsets of
Module Name:src
Committed By: chs
Date: Mon Dec 13 01:33:32 UTC 2021
Modified Files:
src/sys/lib/libkern: kern_assert.c
Log Message:
revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.")
that change had no effect because vpanic() is marked __dead
Module Name:src
Committed By: chs
Date: Mon Dec 13 01:33:32 UTC 2021
Modified Files:
src/sys/lib/libkern: kern_assert.c
Log Message:
revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.")
that change had no effect because vpanic() is marked __dead
In addition to these files in this mail:
Modified Files:
src/lib/libc/arch/m68k/gen: Makefile.inc
src/lib/libc/compiler_rt: Makefile.inc
src/sys/arch/sun68k/stand/libsa: Makefile.inc
Removed Files:
src/common/lib/libc/arch/m68k/gen: divsi3.S modsi3.S udivsi3.S umodsi3.S
However,
On Jan 15, 2014, at 10:12 PM, Joerg Sonnenberger wrote:
> Module Name: src
> Committed By: joerg
> Date: Wed Jan 15 21:12:57 UTC 2014
>
> Modified Files:
> src/sys/lib/libkern: Makefile.libkern
>
> Log Message:
> For HAVE_LIBGCC=no, use compiler-rt for quad support.
This change
On Wed, Feb 06, 2013 at 05:06:32PM +, Christos Zoulas wrote:
> In article <20130206071819.c375817...@cvs.netbsd.org>,
> Matt Thomas wrote:
> >-=-=-=-=-=-
> >
> >+.if ${MACHINE_ARCH:Mearm*} != ""
>
> I usually prefer:
>
> .if !empty(MACHINE_ARCH:Mearm*)
The former is much easier for make to
In article <20130206071819.c375817...@cvs.netbsd.org>,
Matt Thomas wrote:
>-=-=-=-=-=-
>
>+.if ${MACHINE_ARCH:Mearm*} != ""
I usually prefer:
.if !empty(MACHINE_ARCH:Mearm*)
christos
On Wed, Jan 23, 2013 at 10:34:38PM +, Matt Thomas wrote:
> Module Name: src
> Committed By: matt
> Date: Wed Jan 23 22:34:37 UTC 2013
>
> Modified Files:
> src/sys/lib/libkern: Makefile.libkern
> src/sys/lib/libkern/arch/arm: Makefile.inc
>
> Log Message:
> Add strnlen.c
Module Name:src
Committed By: pgoyette
Date: Wed Jan 20 18:13:40 UTC 2010
Modified Files:
src/sys/lib/libkern/arch/mips: Makefile.inc
Log Message:
Remove kern_assert.c - it's not needed here cuz it's already pulled in
by sys/lib/libkern/Makefile.libkern
OK pooka@
To gen
Module Name:src
Committed By: pooka
Date: Wed Jan 20 03:36:26 UTC 2010
Modified Files:
src/sys/lib/libkern/arch/mips: Makefile.inc
Log Message:
__assert.c -> kern_assert.c
(I don't fully understand why __assert.c is needed here. maybe it
can be removed, but I don't have
Module Name:src
Committed By: joerg
Date: Mon Jan 18 20:54:54 UTC 2010
Modified Files:
src/sys/lib/libkern: arc4random.c
Log Message:
Keep arc4_i and arc4_j synchronised after a rekeying. This prevents
accidentally ending up in a short ARC4 cycle.
To generate a diff of t
> > Modified Files:
> > src/sys/lib/libkern/arch/vax: Makefile.inc
> >
> > Log Message:
> > Add memset.c, so that the references from sha2.c can be satisfied, and
> > so that the kernel and puffs applications can link again.
>
> I don't think this is correct.
> Some other funcions in libkern al
h...@netbsd.org wrote:
> Module Name: src
> Committed By: he
> Date: Thu Jun 18 07:56:04 UTC 2009
>
> Modified Files:
> src/sys/lib/libkern/arch/vax: Makefile.inc
>
> Log Message:
> Add memset.c, so that the references from sha2.c can be satisfied, and
> so that the kernel and puf
36 matches
Mail list logo