Module Name:src
Committed By: riastradh
Date: Fri Aug 28 07:01:57 UTC 2020
Modified Files:
src/sys/netinet: in_pcb.h in_pcb_hdr.h in_systm.h ip.h
Log Message:
netinet: Include the needful so include order doesn't matter.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 07:03:08 UTC 2020
Modified Files:
src/sys/net: if_wg.c
Log Message:
wg: Sort includes.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_wg.c
Please note that diffs are not public domain
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 07:03:41 UTC 2020
Modified Files:
src/share/man/man9: thmap.9
Log Message:
thmap(9): Minor readability and style tweaks.
- Fix typo: hmap -> thmap
- Reduce excessive indentation.
- Specify largest entry width for
Module Name:src
Committed By: ozaki-r
Date: Fri Aug 28 07:23:48 UTC 2020
Modified Files:
src/usr.bin/netstat: atalk.c bpf.c inet.c inet6.c pfkey.c pfsync.c
Log Message:
netstat: strengthen against kernel changes
netstat uses sysctlbyname to get counter data from the kerne
Module Name:src
Committed By: ozaki-r
Date: Fri Aug 28 07:29:12 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
Bump the version for entry additions to IP_STAT and IP6_STAT
Welcome to 9.99.72
To generate a diff of this commit:
cvs rdiff -u -r1.674 -r1.675 src
Module Name:src
Committed By: hannken
Date: Fri Aug 28 07:29:00 UTC 2020
Modified Files:
src/share/man/man9: vfsops.9
Log Message:
Another typo -- its vfs_newvnode().
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/vfsops.9
Please note t
Module Name:src
Committed By: christos
Date: Fri Aug 28 10:20:15 UTC 2020
Modified Files:
src/sys/kern: kern_descrip.c
Log Message:
We already zeroed the struct, no point in zeroing things twice.
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/sys/ker
Module Name:src
Committed By: skrll
Date: Fri Aug 28 11:15:08 UTC 2020
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
arm_cpu_topology_set only takes two arguments
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/arm/armv6_
Module Name:src
Committed By: christos
Date: Fri Aug 28 11:46:05 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Remove unneeded sete{u,g}id pointed out by kre.
Remove dup unlink.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/n
Module Name:src
Committed By: christos
Date: Fri Aug 28 12:13:09 UTC 2020
Modified Files:
src/share/man/man8: Makefile
Added Files:
src/share/man/man8: compat_bsdos.8
Log Message:
New man page from Dan Plassche.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Fri Aug 28 12:15:05 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
new compat_bsdos man page.
To generate a diff of this commit:
cvs rdiff -u -r1.1699 -r1.1700 src/distrib/sets/lists/man/mi
Please note t
Module Name:src
Committed By: skrll
Date: Fri Aug 28 12:31:44 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: locore.S
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/arm32/locore.S
Please note that diffs are not pub
Module Name:src
Committed By: skrll
Date: Fri Aug 28 12:41:17 UTC 2020
Modified Files:
src/sys/arch/hpcarm/hpcarm: locore.S
Log Message:
Fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcarm/hpcarm/locore.S
Please note tha
Module Name:src
Committed By: christos
Date: Fri Aug 28 12:43:24 UTC 2020
Modified Files:
src/sys/sys: systm.h
Log Message:
Fix uninitialized, caught by llvm. Tuck variables in blocks where they are
needed.
To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298
Module Name:src
Committed By: skrll
Date: Fri Aug 28 12:56:19 UTC 2020
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
#ifdef -> #if defined
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/armv6_start.S
Please note tha
Module Name:src
Committed By: rillig
Date: Fri Aug 28 12:59:36 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-func-exists.mk
Log Message:
make(1): extend test for the exists function in conditions
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 sr
Module Name:src
Committed By: skrll
Date: Fri Aug 28 13:00:29 UTC 2020
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
Log Message:
Change to the KVA stack address straight after the MMU is turned on
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/s
Module Name:src
Committed By: skrll
Date: Fri Aug 28 13:13:55 UTC 2020
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c
Log Message:
Fix build if NBCMDMAC is zero
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/broadcom/bcm2835_emm
Module Name:src
Committed By: skrll
Date: Fri Aug 28 13:15:05 UTC 2020
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
src/sys/arch/arm/arm32: arm32_machdep.c
Log Message:
Use C rather than assembly
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.2
Module Name:src
Committed By: skrll
Date: Fri Aug 28 13:36:52 UTC 2020
Modified Files:
src/sys/arch/arm/arm: armv6_start.S
src/sys/arch/arm/arm32: arm32_kvminit.c genassym.cf locore.S
src/sys/arch/arm/include: asan.h
src/sys/arch/arm/include/arm32: m
Module Name:src
Committed By: rillig
Date: Fri Aug 28 13:50:48 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-op.mk
Log Message:
make(1): add test for operator precedence in conditions
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/ma
Module Name:src
Committed By: christos
Date: Fri Aug 28 13:56:30 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
When running the tests with atf-run the directory we are running in is
drwx-- so when we change to a different user, we can't find the soc
Module Name:src
Committed By: rillig
Date: Fri Aug 28 14:07:51 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-op.exp cond-op.mk
Log Message:
make(1): add test for unquoted string literals
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 14:18:29 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/net/t_unix.c
Please note that diffs a
Module Name:src
Committed By: rillig
Date: Fri Aug 28 14:48:38 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-op-and.mk cond-op-not.mk
cond-op-or.mk
Log Message:
make(1): add tests for the &&, || and ! operators
To generate a diff of this commit:
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 14:58:25 UTC 2020
Modified Files:
src/sys/conf: majors
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/conf/majors
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Fri Aug 28 15:25:17 UTC 2020
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
Restrict npf.conf fixes to "blacklistd" -> "blocklistd"
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.s
Module Name:src
Committed By: christos
Date: Fri Aug 28 15:26:23 UTC 2020
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
missing quote
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/postinstall/postinstall.in
Please not
Module Name:src
Committed By: uwe
Date: Fri Aug 28 15:35:34 UTC 2020
Modified Files:
src/share/man/man8: compat_bsdos.8
Log Message:
Formatting tweaks.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/compat_bsdos.8
Please note that diffs a
Module Name:src
Committed By: rillig
Date: Fri Aug 28 15:40:54 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: cmd-interrupt.exp cmd-interrupt.mk
Log Message:
make(1):
Module Name:src
Committed By: fcambus
Date: Fri Aug 28 16:07:49 UTC 2020
Modified Files:
src/share/man/man4: ip.4 mvsata.4 options.4 tea5767radio.4 ugen.4
src/share/man/man4/man4.amiga: mntva.4
src/share/man/man9: usbnet.9
Log Message:
Fix a bunch of typos
Module Name:src
Committed By: hannken
Date: Fri Aug 28 16:13:48 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern: policy.c
Log Message:
Glue operation secpolicy_fs_mount() passes wrong arguments to
operation kauth_authorize_system().
KAUTH_SYSTEM_MOUNT / KAUTH_RE
Module Name:src
Committed By: christos
Date: Fri Aug 28 17:01:48 UTC 2020
Modified Files:
src/sys/netinet: ip_output.c
Log Message:
Don't cache the sa, because we are dealing with multiple mbufs (from ozaki-r)
To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.3
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 17:05:32 UTC 2020
Modified Files:
src/sys/dev/usb: usbnet.c
Log Message:
usbnet: Reject buflen>MCLBYTES in usbnet_newbuf.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/usbnet.c
Plea
Module Name:src
Committed By: christos
Date: Fri Aug 28 17:10:15 UTC 2020
Modified Files:
src/usr.bin/script: script.c
Log Message:
PR/55605: Soumendra Ganguly: Wait for child to finish when stdin is not a tty
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27
Module Name:src
Committed By: wiz
Date: Fri Aug 28 17:13:14 UTC 2020
Modified Files:
src/share/man/man8: compat_bsdos.8
Log Message:
Add RCS Id. Remove Pp before/after Sh. Remove port after section,
since the man page is in man8 directly (the ports are mentioned
in the tex
Module Name:src
Committed By: rillig
Date: Fri Aug 28 17:15:04 UTC 2020
Modified Files:
src/usr.bin/make: make.1
src/usr.bin/make/unit-tests: varmod-subst-regex.exp
varmod-subst-regex.mk
Log Message:
make(1): fix manual page about the modifiers of the :
Module Name:src
Committed By: tih
Date: Fri Aug 28 17:17:53 UTC 2020
Modified Files:
src/usr.sbin/wgconfig: wgconfig.c
Log Message:
Show the time of the latest handshake properly formatted.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/wgconfig
Module Name:src
Committed By: rillig
Date: Fri Aug 28 17:21:03 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-to-lower.mk varmod-to-upper.mk
Log Message:
make(1): add tests for :tl and :tu modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.
Module Name:src
Committed By: rillig
Date: Fri Aug 28 17:27:21 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): clean up suffix handling
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/usr.bin/make/suff.c
Please note that diffs
Module Name:src
Committed By: rillig
Date: Fri Aug 28 18:16:22 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cmd-interrupt.exp cmd-interrupt.mk
Log Message:
make(1): fix test for interrupted command execution
In the first version of this test, I had completely mis
Module Name:src
Committed By: martin
Date: Fri Aug 28 18:17:13 UTC 2020
Modified Files:
src/external/cddl/osnet/sys/kern [netbsd-9]: policy.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1066):
external/cddl/osnet/sys/kern/policy.c:
Module Name:src
Committed By: martin
Date: Fri Aug 28 18:18:31 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1066
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-9.1
Please note that diffs are not p
Module Name:src
Committed By: rillig
Date: Fri Aug 28 18:34:46 UTC 2020
Modified Files:
src/usr.bin/make: arch.c
Log Message:
make(1): clean up arch.c
Remove redundant parts of the function comments. Move the "side
effects" to the main section, since these effects are ma
Module Name:src
Committed By: christos
Date: Fri Aug 28 18:44:54 UTC 2020
Modified Files:
src/external/bsd/libarchive/dist/libarchive/test:
test_write_disk_secure.c
Log Message:
PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanup
Make tests obe
Module Name:src
Committed By: christos
Date: Fri Aug 28 18:46:05 UTC 2020
Modified Files:
src/tests/lib/libarchive: t_libarchive.sh
Log Message:
PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanup
Set $TMPDIR to where we are.
To generate a diff of this c
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 19:02:19 UTC 2020
Modified Files:
src/sys/dev/usb: if_atu.c
Log Message:
atu(4): Reject packets larger than MCLBYTES.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/if_atu.c
Please n
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:14:17 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
Skip a few tests with reference to already existing PRs as after "recent"
scheduler changes these tests now leave rump_server processes aro
Module Name:src
Committed By: rillig
Date: Fri Aug 28 19:14:07 UTC 2020
Modified Files:
src/usr.bin/make: make.h targ.c
Log Message:
make(1): clean up targ.c
The main part is removing redundant or outdated information from
comments. In a few places, the expression cond ?
Module Name:src
Committed By: rillig
Date: Fri Aug 28 19:21:00 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): rename SuffixCmpData to SuffSuffIsSuffixArgs
The new name makes the comment above that struct redundant.
To generate a diff of this com
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:29:58 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_kern.c
Log Message:
lockme_DOUBLEINIT:
The failure message differs slightly when using LOCKDEBUG, modify the
expected pattern to cover both variants.
To gen
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:35:07 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_sp.sh
Log Message:
Also skip the stress_short test - it just needs way too long to timeout
and fail.
To generate a diff of this commit:
cvs rdiff -u -r1.15
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:36:34 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: if_atu.c usbnet.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1067):
sys/dev/usb/usbnet.c: revision 1.39
s
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:37:37 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1067
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-9.1
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:44:22 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-8]: if_atu.c if_axe.c if_axen.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1599):
sys/dev/usb/if_atu.c: revision 1.73
Module Name:src
Committed By: martin
Date: Fri Aug 28 19:45:21 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1599
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: rillig
Date: Fri Aug 28 19:46:04 UTC 2020
Modified Files:
src/usr.bin/make: enum.c lst.c
Log Message:
make(1): fix build errors for USER_CPPFLAGS=-DNDEBUG
The functions LstIsValid and LstNodeIsValid are only used in assertions.
Without the a
Module Name:src
Committed By: rillig
Date: Fri Aug 28 19:52:14 UTC 2020
Modified Files:
src/usr.bin/make: lst.c
Log Message:
make(1): inline LstIsValid and LstNodeIsValid
A simple null pointer comparison is easier to understand than the fuzzy
word "valid".
To generate a
Module Name:src
Committed By: rillig
Date: Fri Aug 28 20:16:19 UTC 2020
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make(1): remove redundant comments from hash.c
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/hash.c
Please note
Module Name:src
Committed By: rillig
Date: Fri Aug 28 20:23:20 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): remove unused variable not_parallel
The variable malloc_options seems unused as well, but the manual page
for jemalloc(3) mentions it.
T
Module Name:src
Committed By: rillig
Date: Fri Aug 28 20:57:54 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): remove redundant MAKEFLAGS from subdir make
The make flags are passed via the environment, not via the command line.
This is not as obv
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 21:39:28 UTC 2020
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Zero out more lock snapshots in sysctl exposure.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/kern/kern_proc.c
Pl
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 21:39:56 UTC 2020
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/sys/kern/kern_proc.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Aug 28 22:02:24 UTC 2020
Modified Files:
src/lib/libc/stdio: vdprintf.c
Log Message:
Allow vdprintf to work on non-blocking non-regular files (Rob Newberry)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/l
Module Name:src
Committed By: riastradh
Date: Fri Aug 28 22:27:51 UTC 2020
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Fix pasto in previous -- pass the right size to memset...
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 src/sys/kern/kern_p
Module Name:src
Committed By: isaki
Date: Sat Aug 29 03:24:31 UTC 2020
Modified Files:
src/sys/dev/tc: bba.c
Log Message:
Fix white space and indent.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/tc/bba.c
Please note that diffs are not public
Module Name:src
Committed By: martin
Date: Sat Aug 29 05:46:34 UTC 2020
Modified Files:
src/tests/lib/librumpclient: t_exec.sh
Log Message:
Skip threxec test pointing at PR 55338, this kills some test beds.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 sr
Module Name:xsrc
Committed By: mrg
Date: Sat Aug 29 05:57:12 UTC 2020
Update of /cvsroot/xsrc/external/mit/xorgproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20752
Log Message:
initial import of xorgproto-2020.1
Status:
Vendor Tag: xorg
Release Tags: xorgproto-202
Module Name:xsrc
Committed By: mrg
Date: Sat Aug 29 05:58:03 UTC 2020
Removed Files:
xsrc/external/mit/xorgproto/dist/specs/SIAddresses: IPv6.txt
hostname.txt localuser.txt
Log Message:
merge xorgproto 2020.1.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Sat Aug 29 06:49:53 UTC 2020
Modified Files:
src/sys/arch/arm/include/arm32: vmparam.h
Log Message:
Cover the full kernel address range in KASAN
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/arm/inclu
70 matches
Mail list logo