Module Name:src
Committed By: snj
Date: Sun Feb 19 08:00:03 UTC 2017
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
1435, 1436
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-6.1.6
Please note that diffs are not pu
Module Name:src
Committed By: snj
Date: Sun Feb 19 08:01:08 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1435, 1436
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.271 -r1.1.2.272 src/doc/CHANGES-6.2
Please note that diffs are not public
Module Name:src
Committed By: wiz
Date: Sun Feb 19 11:16:45 UTC 2017
Modified Files:
src/share/man/man4: options.4
Log Message:
Add some articles.
To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 src/share/man/man4/options.4
Please note that diffs are not
Module Name:src
Committed By: wiz
Date: Sun Feb 19 11:54:59 UTC 2017
Modified Files:
src/share/man/man9/man9.x86: tsc.9
Log Message:
Sort.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/man9.x86/tsc.9
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Sun Feb 19 13:58:42 UTC 2017
Modified Files:
src/sys/net: bpf.c
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/net/bpf.c
Please note that diffs are not public domain; they are subjec
Module Name:src
Committed By: jakllsch
Date: Sun Feb 19 14:34:40 UTC 2017
Modified Files:
src/sys/arch/shark/ofw: vlpci.c
Log Message:
Filter configuration space at and above PCI_CONF_SIZE, instead of KASSERTing.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:42:27 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist [netbsd-6]: tcpdump.c
src/external/bsd/tcpdump/include [netbsd-6]: config.h
Log Message:
Apply patch (requested by spz in ticket #1436):
Adjust for ol
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:43:35 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
amend 1436
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.272 -r1.1.2.273 src/doc/CHANGES-6.2
Please note that diffs are not public
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:43:53 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist [netbsd-6-1]: tcpdump.c
src/external/bsd/tcpdump/include [netbsd-6-1]: config.h
Log Message:
Apply patch (requested by spz in ticket #1436):
Adjust fo
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:44:39 UTC 2017
Modified Files:
src/external/bsd/tcpdump/dist [netbsd-6-0]: tcpdump.c
src/external/bsd/tcpdump/include [netbsd-6-0]: config.h
Log Message:
Apply patch (requested by spz in ticket #1436):
Adjust fo
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:44:11 UTC 2017
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
amend 1436
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-6.1.6
Please note that diffs are not pu
Module Name:src
Committed By: snj
Date: Sun Feb 19 17:45:16 UTC 2017
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
amend 1436
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-6.0.7
Please note that diffs are not pu
Module Name:src
Committed By: palle
Date: Sun Feb 19 18:07:12 UTC 2017
Modified Files:
src/sys/arch/sparc64/doc: TODO
Log Message:
sun4v: Note that prom_getprop() leaks memory in vbus.c
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sparc64/do
Module Name:src
Committed By: palle
Date: Sun Feb 19 18:25:45 UTC 2017
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
sun4v: rft_user needs special handling (a manual fill) since the restore
instruction may cause the number of trap levels to exceed th
Module Name:src
Committed By: palle
Date: Sun Feb 19 18:27:13 UTC 2017
Modified Files:
src/sys/arch/sparc64/doc: TODO
Log Message:
sun4v: Note that the code recently added to locore.s rft_user may not be enough
to make things work properly
To generate a diff of this com
Module Name:src
Committed By: palle
Date: Sun Feb 19 18:30:05 UTC 2017
Modified Files:
src/sys/arch/sparc64/doc: TODO
Log Message:
sun4v: Update TODO with the status of the sun4v work so far
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc
Module Name:src
Committed By: christos
Date: Sun Feb 19 20:27:22 UTC 2017
Modified Files:
src/sys/net/npf: npf_handler.c npf_inet.c
Log Message:
Don't reassemble ipv6 fragments, instead treat the first fragment as a regular
packet (subject to filtering rules), and pass sub
Module Name:src
Committed By: kamil
Date: Sun Feb 19 22:09:29 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add checks for si_code in dbregs_dr[0123]_trap_variable in ATF arch/amd64
Validate that debug register traps generate appropria
Module Name:src
Committed By: kamil
Date: Sun Feb 19 23:58:30 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Extend dbregs_dr*_trap_variable tests to 1-2-4 byte traps in arch/amd64
Replace the following tests:
- dbregs_dr0_trap_variabl
Module Name:src
Committed By: pgoyette
Date: Mon Feb 20 00:29:37 UTC 2017
Modified Files:
src/etc/mtree: special
Log Message:
Mark the entry for /etc/rc.d/nsd optional - it's not included in every
system.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 sr
Module Name:src
Committed By: pgoyette
Date: Mon Feb 20 00:33:53 UTC 2017
Modified Files:
src/etc/mtree: special
Log Message:
Add /etc/rc.d/unbound per christos@
XXX should we move the /etc/sasl/ entries to their proper place in
XXX sort order? as of now they're sitting
Module Name:src
Committed By: khorben
Date: Mon Feb 20 00:51:08 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c
Log Message:
Do not crash when listing keys without a keyring
To test: (with an empty ~/.gnupg)
$ netpgpkeys --import-key /dev/n
Module Name:src
Committed By: kamil
Date: Mon Feb 20 01:21:47 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add new tests dbregs_dr*_trap_variable_readwrite_write_*byte* in arch/amd64
Add new tests:
- dbregs_dr0_trap_variable_readwrit
Module Name:src
Committed By: khorben
Date: Mon Feb 20 01:33:28 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: reader.c
Log Message:
Remove a useless loop around getpass()
According to getpass(3), this library function cannot return NULL.
Verified w
Module Name:src
Committed By: kamil
Date: Mon Feb 20 01:34:53 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add new tests dbregs_dr*_trap_variable_readwrite_read_*byte* in arch/amd64
Add new tests:
- dbregs_dr0_trap_variable_readwrite
Module Name:src
Committed By: khorben
Date: Mon Feb 20 01:38:28 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
src/crypto/external/bsd/netpgp/dist/src/librsa: rsastubs.c
Log Message:
Remove a useless loop around getpass()
According
Module Name:src
Committed By: kamil
Date: Mon Feb 20 02:56:03 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add new tests dbregs_dr[0123]_trap_code in arch/amd64
Add new tests:
- dbregs_dr0_trap_code
- dbregs_dr1_trap_code
- dbregs_
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 03:08:38 UTC 2017
Modified Files:
src/sys/net: bpf.c
Log Message:
Reinit a pslist entry before inserting it to a pslist again
Fix PR kern/51984
Tested by nonaka@
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: kamil
Date: Mon Feb 20 03:14:42 UTC 2017
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Log Message:
Remove tests/lib/libc/gen/exect paths from mtree and sets
The exect tests have been removed from t
Module Name:src
Committed By: ryoon
Date: Mon Feb 20 03:29:04 UTC 2017
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Add valz(4)
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/share/man/man4/acpi.4
Please note that diffs are not public domai
Module Name:src
Committed By: kamil
Date: Mon Feb 20 03:37:24 UTC 2017
Modified Files:
src/doc: TODO.ptrace
Log Message:
Add new entry to TODO.ptrace
check 64-bit debugger on 64-bit kernel tracing capabilities of 32-bit tracee
Sponsored by
To generate a diff of this c
Module Name:src
Committed By: pgoyette
Date: Mon Feb 20 04:02:53 UTC 2017
Modified Files:
src/etc/mtree: special
Log Message:
Move the /etc/sasl stuff to proper position in collating sequence.
XXX Ideally we would sort the whole file...
To generate a diff of this commit
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 04:23:11 UTC 2017
Modified Files:
src/sys/net: route.c
Log Message:
Make updating a rtentry in rtinit MP-safe
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/net/route.c
Please note that diff
Module Name:src
Committed By: rin
Date: Mon Feb 20 05:40:03 UTC 2017
Modified Files:
src/external/ibm-public/postfix/dist/src/util: sys_defs.h
Log Message:
correct obviously misplaced #endif
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/external/
Module Name:src
Committed By: kamil
Date: Mon Feb 20 05:40:51 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add new tests dbregs_dr*_dont_inherit_lwp and improve i386 compat
Add new tests:
- dbregs_dr0_dont_inherit_lwp
- dbregs_dr1_d
Module Name:src
Committed By: rin
Date: Mon Feb 20 05:43:12 UTC 2017
Modified Files:
src/external/ibm-public/postfix/dist/src/util: sys_defs.h
Log Message:
We have getifaddrs(3) since NetBSD 1.5, regardless of whether IPv6 is
supported or not.
To generate a diff of this
Module Name:src
Committed By: rin
Date: Mon Feb 20 05:46:12 UTC 2017
Modified Files:
src/external/ibm-public/postfix: Makefile.inc
Log Message:
bump from NETBSD4 to NETBSD7, no functional changes at the moment
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19
Module Name:src
Committed By: kamil
Date: Mon Feb 20 05:47:59 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Fix more issues with compat to i386 in arch/amd64 tests for Debug Registers
Stop compating the number of available registers wi
Module Name:src
Committed By: kamil
Date: Mon Feb 20 06:18:48 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Add new tests dbregs_dr[67]_dont_inherit_lwp in arch/amd64
New tests:
- dbregs_dr6_dont_inherit_lwp
- dbregs_dr7_dont_inherit
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 06:46:41 UTC 2017
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
Fix assertion failure in bpf_mtap by applying deferred if_start to re(4)
Reported by maya@
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: kamil
Date: Mon Feb 20 06:48:49 UTC 2017
Modified Files:
src/tests/kernel/arch/amd64: t_ptrace_wait.c
Log Message:
Protect dbregs_dr*_dont_inherit_lwp in arch/amd64 with HAVE_DBREGS
The code for debug registers isn't in HEAD and it might brea
Module Name:src
Committed By: ozaki-r
Date: Mon Feb 20 07:43:29 UTC 2017
Modified Files:
src/sys/dev/ic: dwc_gmac.c elinkxl.c gem.c hd64570.c i82557.c i82586.c
i82596.c lan9118.c mb86950.c rtl81x9.c smc83c170.c
Log Message:
Apply deferred if_start to more drive
42 matches
Mail list logo