Module Name:src
Committed By: rillig
Date: Tue Oct 6 07:52:47 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove duplicate code for creating variables
To generate a diff of this commit:
cvs rdiff -u -r1.568 -r1.569 src/usr.bin/make/var.c
Plea
Module Name:src
Committed By: rillig
Date: Tue Oct 6 08:13:28 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rework memory allocation for the name of variables
There's more to know about variable names than fits in a one-liner.
While here, enforce
Module Name:src
Committed By: rin
Date: Tue Oct 6 13:32:42 UTC 2020
Modified Files:
src/distrib/sun2/miniroot: list
Log Message:
Revert the previous again; miniroot overflows this time...
- switch to x_disklabel (drop non-native label support)
- switch to x_fsck_ffs and
Module Name:src
Committed By: christos
Date: Tue Oct 6 13:38:00 UTC 2020
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
Make MAXTSIZ optional.
To generate a diff of this commit:
cvs rdiff -u -r1.501 -r1.502 src/sys/kern/kern_exec.c
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Tue Oct 6 13:38:50 UTC 2020
Modified Files:
src/sys/compat/linux/arch/alpha: linux_osf1.c
Log Message:
make MAXTSIZ optional
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/linux/arch/alpha/linux_os
Module Name:src
Committed By: christos
Date: Tue Oct 6 13:42:03 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: vmparam.h
src/sys/arch/amd64/include: vmparam.h
src/sys/arch/mips/include: vmparam.h
src/sys/arch/riscv/include: vmparam.h
Module Name:src
Committed By: mlelstv
Date: Tue Oct 6 15:05:54 UTC 2020
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Check dkdriver before calling a driver function.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/dkwedge/dk.c
Plea
Module Name:src
Committed By: rillig
Date: Tue Oct 6 16:39:23 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): remove macro FILENO
This macro was obviously wrong since it would have converted file
numbers above 127 to very large numbers, close to 2^
Module Name:src
Committed By: mlelstv
Date: Tue Oct 6 18:45:24 UTC 2020
Modified Files:
src/sys/dev: ccd.c
Log Message:
Fix ioctl locking. Add dkdriver.
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/dev/ccd.c
Please note that diffs are not pub
Module Name:src
Committed By: mlelstv
Date: Tue Oct 6 18:47:08 UTC 2020
Modified Files:
src/sbin/ccdconfig: ccdconfig.c
Log Message:
Use raw device for configuring units. This is necessary as
having a block device opened prevents autodiscovery of wedges.
To generate a d
Module Name:src
Committed By: rillig
Date: Tue Oct 6 21:05:21 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-sysv.exp varmod-sysv.mk
Log Message:
make(1): migrate SysV modifier test to use the preprocessor
When both the expected and the actual expression ar
Module Name:src
Committed By: rillig
Date: Tue Oct 6 21:19:17 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-sysv.mk
Log Message:
make(1): add test for double expansion in SySV modifier
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bi
Module Name:src
Committed By: kamil
Date: Tue Oct 6 21:39:53 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/bfd: netbsd-core.c
Log Message:
Undo local NFC patch
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/bfd/netbsd-core.c
Module Name:src
Committed By: kamil
Date: Tue Oct 6 21:49:22 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/libiberty: make-temp-file.c
Log Message:
Undo local patch having no impact
/tmp is picked from P_tmpdir earlier.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: rillig
Date: Tue Oct 6 21:51:33 UTC 2020
Modified Files:
src/usr.bin/make: util.c
Log Message:
make(1): remove incomplete fallback implementation of strftime
The function strftime is available since C89. Any environments older
than that are
Module Name:src
Committed By: kamil
Date: Tue Oct 6 21:54:01 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gnulib/import/m4: mbrtowc.m4
Log Message:
Undo local NFC patch
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gdb/dist/g
Module Name:src
Committed By: kamil
Date: Tue Oct 6 22:04:09 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdbsupport: agent.cc
Log Message:
Replace local patch with fix from upstream
Cherry-pick:
>From e2a2a24a8e78427ff8667d625f5befbe88c328bb Mon Sep 17 00:00:00
Module Name:src
Committed By: kamil
Date: Tue Oct 6 22:14:41 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: ppc-nbsd-tdep.c
Log Message:
Fix typo
Remove delta with upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dis
Module Name:src
Committed By: kamil
Date: Tue Oct 6 22:17:42 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-tdep.c
Log Message:
Remove NFC local delta
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/nbsd-tdep.c
Module Name:src
Committed By: kamil
Date: Tue Oct 6 23:14:47 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: inf-ptrace.c nbsd-nat.c
Log Message:
Undo local patches
They are no longer needed (and are wrong).
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: kamil
Date: Tue Oct 6 23:28:13 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/bfd: config.bfd
Log Message:
Replace local patches adding NetBSD/aarch64 support with the upstream one
Cherry-pick:
>From c0b313441717b65569edb01bf9984d2066d
Module Name:src
Committed By: roy
Date: Tue Oct 6 23:51:06 UTC 2020
Modified Files:
src/sys/net80211: ieee80211.c
Log Message:
net80211: Initialise the interface with a decent link state.
Link state transitions to UP when a node is joined and DOWN when left.
This means t
22 matches
Mail list logo