Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (31m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 15:13:48 UTC Now

2024-04-24 16:48:30 UTC MAIN commitmail json YAML

Fix gcc build on FreeBSD 14 (and possibly other systems using clang >= 16).

Pointed out by Eirik ��verby.

OK mrg@

(hgutch)

2024-01-27 17:44:37 UTC MAIN commitmail json YAML

Add support for "PAL" (576i) mode on Wii.

(hgutch)

2024-01-13 15:26:36 UTC MAIN commitmail json YAML

Add workaround for Microsoft Sculpt Wireless keyboard/mouse.

From M. Boerschig in PR 57845.

(hgutch)

2024-01-13 15:22:41 UTC MAIN commitmail json YAML

2024-01-13 14:42:14 UTC MAIN commitmail json YAML

Add Microsoft Sculpt Wireless keyboard/mouse.

From M. Boerschig in PR 57845.

(hgutch)

2023-06-09 20:27:29 UTC MAIN commitmail json YAML

Add riscv port

Took the date of the first public announcement on port-riscv
of something usable (qemu).

(hgutch)

2023-05-30 19:05:05 UTC MAIN commitmail json YAML

Fix LLVM build with host gcc 13

Building LLVM with a host gcc 13 fails and suggests including <cstdint>
in external/apache2/llvm/dist/llvm/include/llvm/Support/Signals.h .
Instead of this, joerg@ suggested not modifying the llvm vendor branch
but instead working around this in our LLVM build infrastructure.

(hgutch)

2023-05-27 20:51:22 UTC MAIN commitmail json YAML

Explicitly run openssl's "gen" script in a shell

The script has permissions 755 in the repo but ends up with permissions
644 in the source sets, therefore we cannot invoke it simply as
path/to/gen .

(hgutch)

2023-05-09 15:43:39 UTC MAIN commitmail json YAML

Reset SIGCHLD handler to SIG_DFL.

If run with "-c", both child and parent script processes will handle
SIGCHLD resulting in a possible duplicate "Script done" line in the
output.  This fixes bin/54514.

(hgutch)

2023-04-27 20:55:27 UTC MAIN commitmail json YAML

Unbreak creation of i386 PIEs on amd64.

Functional patch by RVP;  set lists updated accordingly.

This fixes PR toolchain/57380.

(hgutch)

2023-02-07 14:11:16 UTC MAIN commitmail json YAML

Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to
the next page boundary gives 0 and instead make the VA space end one
page earlier.

Fixes PR sparc64/57219.

(hgutch)

2022-08-28 10:48:17 UTC MAIN commitmail json YAML

2022-08-26 22:01:20 UTC MAIN commitmail json YAML

2022-07-13 18:51:03 UTC MAIN commitmail json YAML

Check for right sysctl node to make live image work OOTB on OpenStack:

  machdep.dmi.system-product = OpenStack Compute

(hgutch)

2022-06-25 17:46:05 UTC MAIN commitmail json YAML

Cherry-picking two upstream commits[1,2] to fix tools build under gcc 12
if MKCROSSGDB is set.  Without these, gcc 12 correctly points out that
certain checkr for pointers being NULL are always false and errors out
due to -Werror=nonnull-compare/-Werror=address (implicitly set by -Wall).

Build failure reported by Piyush Sachdeva.

[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=fb6262e8534e0148a4a424e9e5138159af19faf1;hp=f681e5867de63f1c8ca692023cf86e4c884fdae7
[2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=da7ee7f9ce2fc8c278a46e0b360d44319a5a1e7a;hp=cb2e519a5e41052a4dd55be4f1c4d818d2e8af9d

(hgutch)

2022-05-14 07:11:23 UTC MAIN commitmail json YAML

PR 56829: Fix "map" call to Open Firmware and no longer mess up OFW stack.
This unbreaks miniroot.fs.

Thanks to Bj旦rn Johannesson for originally pointing this out and to
mrg@ for pointing out the actual issue and suggesting a fix.

(hgutch)

2022-03-06 08:31:54 UTC MAIN commitmail json YAML

2021-07-05 11:16:56 UTC MAIN commitmail json YAML

Update gcc9-sh3-lint - instead of disabling optimization for lex.c on
sh3, rather revert the gcc change that (seemingly accidentally) broke
this.

(hgutch)

2021-07-05 10:34:26 UTC MAIN commitmail json YAML

GCC git commit 91f66e78cc141da77ff9e0e3c8519e1af3f26c07[1] introduced
a regression in sh.  In addition to the intended change (based on the
commit message), an apparently unintended change was made, inverting a
comparison.  This broke sh builds and our workaround (so far) was to
compile xlint/lint1 with -O0.

Revert the comparison to what it was before and remove the -O0 hack
from xlint/lint1.

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=91f66e78cc141da77ff9e0e3c8519e1af3f26c07

(hgutch)