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: mlelstv
Date: Sat Aug 31 07:12:57 UTC 2024
Modified Files:
src/sys/lib/libsa: subr_prf.c
Log Message:
Only a leading '0' in a format width marks zero-padding, otherwise
it's a regular digit.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mlelstv
Date: Sat Aug 31 07:12:57 UTC 2024
Modified Files:
src/sys/lib/libsa: subr_prf.c
Log Message:
Only a leading '0' in a format width marks zero-padding, otherwise
it's a regular digit.
To generate a diff of this commit:
cvs rdiff -u -r
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: rin
Date: Sat Jun 29 08:00:06 UTC 2024
Modified Files:
src/sys/lib/libsa: Makefile
Log Message:
libsa: Hook getopt.c
Its declaration (as well as `optarg` et al.) is already in stand.h.
To generate a diff of this commit:
cvs rdiff -u -r1.97
Module Name:src
Committed By: rin
Date: Sat Jun 29 08:00:06 UTC 2024
Modified Files:
src/sys/lib/libsa: Makefile
Log Message:
libsa: Hook getopt.c
Its declaration (as well as `optarg` et al.) is already in stand.h.
To generate a diff of this commit:
cvs rdiff -u -r1.97
Module Name:src
Committed By: rin
Date: Sat Jun 29 07:49:36 UTC 2024
Modified Files:
src/sys/lib/libsa: nfs.c
Log Message:
libsa/nfs.c: Add `LIBSA_NFS_IMPLICIT_MOUNT` compile-time option
by which nfs_mount() is automatically called from nfs_open(),
as done for nfs.c in i3
Module Name:src
Committed By: rin
Date: Sat Jun 29 07:49:36 UTC 2024
Modified Files:
src/sys/lib/libsa: nfs.c
Log Message:
libsa/nfs.c: Add `LIBSA_NFS_IMPLICIT_MOUNT` compile-time option
by which nfs_mount() is automatically called from nfs_open(),
as done for nfs.c in i3
Module Name:src
Committed By: christos
Date: Tue Feb 27 16:09:19 UTC 2024
Modified Files:
src/sys/lib/libsa: netif.h
Log Message:
Put the standard NetBSD copyright on this file. Approved by John Brezak
via a message on LinkedIn.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: christos
Date: Tue Feb 27 16:09:19 UTC 2024
Modified Files:
src/sys/lib/libsa: netif.h
Log Message:
Put the standard NetBSD copyright on this file. Approved by John Brezak
via a message on LinkedIn.
To generate a diff of this commit:
cvs rdi
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: rin
Date: Thu Dec 14 05:39:00 UTC 2023
Modified Files:
src/sys/lib/libsa: nfs.c
Log Message:
libsa: nfs: Fix NFS_NOSYMLINK option for previous
Used only by mvme68k.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/lib/l
Module Name:src
Committed By: rin
Date: Thu Dec 14 05:39:00 UTC 2023
Modified Files:
src/sys/lib/libsa: nfs.c
Log Message:
libsa: nfs: Fix NFS_NOSYMLINK option for previous
Used only by mvme68k.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/lib/l
Module Name:src
Committed By: mlelstv
Date: Tue Dec 12 09:12:55 UTC 2023
Modified Files:
src/sys/lib/libsa: nfs.c nfsv2.h rpcv2.h
Added Files:
src/sys/lib/libsa: nfsv3.h
Log Message:
Add NFSv3 support. Try NFSv3 and fall back to NFSv2.
To generate a diff of this
Module Name:src
Committed By: mlelstv
Date: Tue Dec 12 09:12:55 UTC 2023
Modified Files:
src/sys/lib/libsa: nfs.c nfsv2.h rpcv2.h
Added Files:
src/sys/lib/libsa: nfsv3.h
Log Message:
Add NFSv3 support. Try NFSv3 and fall back to NFSv2.
To generate a diff of this
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: rin
Date: Thu Sep 14 03:08:31 UTC 2023
Modified Files:
src/sys/lib/libsa: netif.c
Log Message:
netif_open: Fail with ENXIO instead of panic if no netif available
Avoid undesirable freeze for efiboot/x86 when interfaces are really
unavailable,
Module Name:src
Committed By: rin
Date: Thu Sep 14 03:08:31 UTC 2023
Modified Files:
src/sys/lib/libsa: netif.c
Log Message:
netif_open: Fail with ENXIO instead of panic if no netif available
Avoid undesirable freeze for efiboot/x86 when interfaces are really
unavailable,
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: christos
Date: Wed Aug 30 18:47:57 UTC 2023
Modified Files:
src/sys/lib/libkern: Makefile.inc
src/sys/lib/libsa: Makefile.inc
Log Message:
explicitly pass COPTS
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/li
Module Name:src
Committed By: christos
Date: Wed Aug 30 18:47:57 UTC 2023
Modified Files:
src/sys/lib/libkern: Makefile.inc
src/sys/lib/libsa: Makefile.inc
Log Message:
explicitly pass COPTS
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/li
Module Name:src
Committed By: christos
Date: Wed Aug 30 18:47:37 UTC 2023
Modified Files:
src/sys/lib/libsa: Makefile
Log Message:
We don't want SSP/FORTIFY here.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/lib/libsa/Makefile
Please note that d
Module Name:src
Committed By: christos
Date: Wed Aug 30 18:47:37 UTC 2023
Modified Files:
src/sys/lib/libsa: Makefile
Log Message:
We don't want SSP/FORTIFY here.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/lib/libsa/Makefile
Please note that d
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:40:10 UTC 2023
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
libunwind: Drop unused/wrong reg_t typedef for alpha
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libunwind
Module Name:src
Committed By: rin
Date: Wed Aug 23 10:40:10 UTC 2023
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
libunwind: Drop unused/wrong reg_t typedef for alpha
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libunwind
Module Name:src
Committed By: rin
Date: Wed Jun 14 00:28:55 UTC 2023
Modified Files:
src/sys/lib/libsa: cread.c
Log Message:
Add /* FALLTHROUGH */ comment for sure.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/lib/libsa/cread.c
Please note that
Module Name:src
Committed By: rin
Date: Wed Jun 14 00:28:55 UTC 2023
Modified Files:
src/sys/lib/libsa: cread.c
Log Message:
Add /* FALLTHROUGH */ comment for sure.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/lib/libsa/cread.c
Please note that
Module Name:src
Committed By: rin
Date: Mon May 29 03:56:52 UTC 2023
Modified Files:
src/sys/lib/libsa: subr_prf.c
Log Message:
libsa/printf: Do not fetch long va_arg as long long.
This does real harm iff all of the following conditions are satisfied:
(1) On ILP32 archit
Module Name:src
Committed By: rin
Date: Mon May 29 03:56:52 UTC 2023
Modified Files:
src/sys/lib/libsa: subr_prf.c
Log Message:
libsa/printf: Do not fetch long va_arg as long long.
This does real harm iff all of the following conditions are satisfied:
(1) On ILP32 archit
Module Name:src
Committed By: christos
Date: Thu Dec 1 18:06:09 UTC 2022
Modified Files:
src/sys/lib/libsa: ufs.c
Log Message:
fix clang build
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/lib/libsa/ufs.c
Please note that diffs are not public do
Module Name:src
Committed By: christos
Date: Thu Dec 1 18:06:09 UTC 2022
Modified Files:
src/sys/lib/libsa: ufs.c
Log Message:
fix clang build
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/lib/libsa/ufs.c
Please note that diffs are not public do
Module Name:src
Committed By: rin
Date: Sun Aug 7 05:51:55 UTC 2022
Modified Files:
src/sys/lib/libsa: tftp.c
Log Message:
Consistently use ntohs() instead of htons() when converting from
network to host byte order.
No binary changes both for big and little endian.
To
Module Name:src
Committed By: rin
Date: Sun Aug 7 05:51:55 UTC 2022
Modified Files:
src/sys/lib/libsa: tftp.c
Log Message:
Consistently use ntohs() instead of htons() when converting from
network to host byte order.
No binary changes both for big and little endian.
To
Module Name:src
Committed By: martin
Date: Mon Jun 27 06:45:15 UTC 2022
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Fix editing mishap, should fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/lib/libunwind/Register
Module Name:src
Committed By: martin
Date: Mon Jun 27 06:45:15 UTC 2022
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Fix editing mishap, should fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/lib/libunwind/Register
Module Name:src
Committed By: skrll
Date: Sun Jun 26 14:31:34 UTC 2022
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for HPPA to hold the return address where the signal tra
Module Name:src
Committed By: skrll
Date: Sun Jun 26 14:31:34 UTC 2022
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for HPPA to hold the return address where the signal tra
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: rin
Date: Sat Apr 30 09:24:05 UTC 2022
Modified Files:
src/sys/lib/libsa: stand.h
Log Message:
Now, NULL is always defined correctly, as we include above.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/lib/libsa/stand
Module Name:src
Committed By: rin
Date: Sat Apr 30 09:24:05 UTC 2022
Modified Files:
src/sys/lib/libsa: stand.h
Log Message:
Now, NULL is always defined correctly, as we include above.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/lib/libsa/stand
Module Name:src
Committed By: rin
Date: Fri Apr 29 07:42:07 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is
used instead of secsize obtained by SAIOSECSIZE io
Module Name:src
Committed By: rin
Date: Fri Apr 29 07:42:07 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is
used instead of secsize obtained by SAIOSECSIZE io
On 2022/04/28 3:29, Christos Zoulas wrote:
In article <20220427144850.61383f...@cvs.netbsd.org>,
Rin Okuyama wrote:
-=-=-=-=-=-
Module Name:src
Committed By: rin
Date: Wed Apr 27 14:48:50 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Lo
In article <20220427144850.61383f...@cvs.netbsd.org>,
Rin Okuyama wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: rin
>Date: Wed Apr 27 14:48:50 UTC 2022
>
>Modified Files:
> src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
>
>Log Message:
>Revert previous at the momen
Module Name:src
Committed By: rin
Date: Wed Apr 27 14:48:50 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Revert previous at the moment.
This is wrong reasoning; 68020 and above (incl. 040 and 060) support
32-bit displacements
Module Name:src
Committed By: rin
Date: Wed Apr 27 14:48:50 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Revert previous at the moment.
This is wrong reasoning; 68020 and above (incl. 040 and 060) support
32-bit displacements
Module Name:src
Committed By: rin
Date: Wed Apr 27 11:48:26 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is
used instead of secsize obtained by SAIOSECSIZE ioctl
Module Name:src
Committed By: rin
Date: Wed Apr 27 11:48:26 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c
Log Message:
Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is
used instead of secsize obtained by SAIOSECSIZE ioctl
Module Name:src
Committed By: mlelstv
Date: Sun Apr 24 06:52:59 UTC 2022
Modified Files:
src/sys/lib/libsa: ffsv1.c ffsv2.c files.c globals.c ufs.c
Log Message:
Don't load filessytem module for filesystem that was found but isn't used
for booting.
To generate a diff of t
Module Name:src
Committed By: mlelstv
Date: Sun Apr 24 06:52:59 UTC 2022
Modified Files:
src/sys/lib/libsa: ffsv1.c ffsv2.c files.c globals.c ufs.c
Log Message:
Don't load filessytem module for filesystem that was found but isn't used
for booting.
To generate a diff of t
Module Name:src
Committed By: mlelstv
Date: Sun Apr 24 06:48:15 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c saioctl.h ufs.c
Log Message:
Ask driver about sector size to support reading superblocks from fixed
byte offsets.
To generate a diff of this co
Module Name:src
Committed By: mlelstv
Date: Sun Apr 24 06:48:15 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c saioctl.h ufs.c
Log Message:
Ask driver about sector size to support reading superblocks from fixed
byte offsets.
To generate a diff of this co
Module Name:src
Committed By: skrll
Date: Tue Apr 19 09:25:39 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c ufs.c
Log Message:
Typo in comment. avoinds -> avoids
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/lib/libsa/ext2fs.c
cv
Module Name:src
Committed By: skrll
Date: Tue Apr 19 09:25:39 UTC 2022
Modified Files:
src/sys/lib/libsa: ext2fs.c minixfs3.c ufs.c
Log Message:
Typo in comment. avoinds -> avoids
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/lib/libsa/ext2fs.c
cv
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
Module Name:src
Committed By: thorpej
Date: Wed Nov 24 00:22:00 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for SuperH for GBR, MACH, MACL, and SR.
To generate
Module Name:src
Committed By: thorpej
Date: Wed Nov 24 00:22:00 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for SuperH for GBR, MACH, MACL, and SR.
To generate
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:41:32 UTC 2021
Modified Files:
src/sys/lib/libunwind: Makefile.inc
Log Message:
Revert unintended commit.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/lib/libunwind/Makefile.inc
Please no
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:41:32 UTC 2021
Modified Files:
src/sys/lib/libunwind: Makefile.inc
Log Message:
Revert unintended commit.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/lib/libunwind/Makefile.inc
Please no
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:41:00 UTC 2021
Modified Files:
src/sys/lib/libunwind: Makefile.inc Registers.hpp
Log Message:
Gah, fix two typos.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libunwind/Makefile.inc
cv
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:41:00 UTC 2021
Modified Files:
src/sys/lib/libunwind: Makefile.inc Registers.hpp
Log Message:
Gah, fix two typos.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libunwind/Makefile.inc
cv
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:40:01 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for AArch64 to hold the return address where the signal
Module Name:src
Committed By: thorpej
Date: Mon Nov 22 16:40:01 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for AArch64 to hold the return address where the signal
Module Name:src
Committed By: thorpej
Date: Sun Nov 21 23:34:44 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the alternate DWARF pseudo-register
that GCC defines for the PC / return address. This is simpl
Module Name:src
Committed By: thorpej
Date: Sun Nov 21 23:34:44 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the alternate DWARF pseudo-register
that GCC defines for the PC / return address. This is simpl
Module Name:src
Committed By: thorpej
Date: Sun Nov 21 21:15:17 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for PPC32 to hold the return address where the signal t
Module Name:src
Committed By: thorpej
Date: Sun Nov 21 21:15:17 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for PPC32 to hold the return address where the signal t
Module Name:src
Committed By: skrll
Date: Sun Nov 21 10:53:01 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Add parentheses
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/lib/libunwind/Registers.hpp
Please note that di
Module Name:src
Committed By: skrll
Date: Sun Nov 21 10:53:01 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Add parentheses
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/lib/libunwind/Registers.hpp
Please note that di
Module Name:src
Committed By: thorpej
Date: Sat Nov 20 19:06:21 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for Alpha to hold the return address where the signal t
Module Name:src
Committed By: thorpej
Date: Sat Nov 20 19:06:21 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
Teach the LLVM-derived unwinder about the DWARF pseudo-register defined
by GCC for Alpha to hold the return address where the signal t
Module Name:src
Committed By: thorpej
Date: Sat Nov 20 18:19:18 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
- Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for MIPS64 to hold the MDHI and MDLO registers, as
Module Name:src
Committed By: thorpej
Date: Sat Nov 20 18:19:18 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
- Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for MIPS64 to hold the MDHI and MDLO registers, as
Module Name:src
Committed By: thorpej
Date: Thu Nov 18 04:20:11 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
- Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for MIPS to hold the MDHI and MDLO registers, as w
Module Name:src
Committed By: thorpej
Date: Thu Nov 18 04:20:11 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
- Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined
by GCC for MIPS to hold the MDHI and MDLO registers, as w
Module Name:src
Committed By: jmcneill
Date: Sun Oct 17 14:12:21 UTC 2021
Modified Files:
src/sys/lib/libsa: bootcfg.c
Log Message:
Only define DEFAULT_TIMEOUT if it is not already defined.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/lib/libsa/boo
Module Name:src
Committed By: jmcneill
Date: Sun Oct 17 14:12:21 UTC 2021
Modified Files:
src/sys/lib/libsa: bootcfg.c
Log Message:
Only define DEFAULT_TIMEOUT if it is not already defined.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/lib/libsa/boo
Correction:
On 2021/06/01 7:10, Rin Okuyama wrote:
On 2021/05/31 23:35, Joerg Sonnenberger wrote:
On Mon, May 31, 2021 at 12:12:24PM +, Rin Okuyama wrote:
Bump LAST_REGISTER and LAST_RESTORE_REG to REGNO_ARM32_S31 for arm.
This is not desirable as it significantly increases the memory us
On 2021/05/31 23:35, Joerg Sonnenberger wrote:
On Mon, May 31, 2021 at 12:12:24PM +, Rin Okuyama wrote:
Bump LAST_REGISTER and LAST_RESTORE_REG to REGNO_ARM32_S31 for arm.
This is not desirable as it significantly increases the memory use.
The goal here is to actually alias the single and
On 2021/05/31 23:32, Joerg Sonnenberger wrote:
On Mon, May 31, 2021 at 12:12:24PM +, Rin Okuyama wrote:
There are two numbering schemes for VFPv2 registers: s0-s31 and d0-d15.
The former is used by GCC, and the latter is by LLVM. Since libunwind was
derived from LLVM, it has never supported
On 2021/05/31 23:30, Joerg Sonnenberger wrote:
On Mon, May 31, 2021 at 11:41:22AM +, Rin Okuyama wrote:
Module Name:src
Committed By: rin
Date: Mon May 31 11:41:22 UTC 2021
Modified Files:
src/sys/lib/libunwind: Registers.hpp unwind_registers.S
Log Message:
...
- I
1 - 100 of 134 matches
Mail list logo