Module Name:src
Committed By: mrg
Date: Thu Apr 30 07:07:22 UTC 2020
Modified Files:
src/sys/modules/examples/pollpal: pollpal.c
Log Message:
include sys/lwp.h and fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/examples/pollpal
Module Name:src
Committed By: jdolecek
Date: Thu Apr 30 10:04:54 UTC 2020
Modified Files:
src/sys/net: if_bridge.c
Log Message:
for bridge(4), report the common enabled capabilities of the members
via SIOCGIFCAP for visibility
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Thu Apr 30 10:55:32 UTC 2020
Modified Files:
src/sys/modules/examples/ping: ping.c
Log Message:
remove debugging stuff accidentally committed.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/example
Module Name:src
Committed By: nia
Date: Thu Apr 30 10:59:02 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c
Log Message:
Fix the detection of KERN_ARND by OpenSSL.
Firstly, include the correct headers. Then, make sure that requests
n
Module Name:src
Committed By: ryo
Date: Thu Apr 30 11:03:29 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_sigaltstack.c
Log Message:
Module Name:src
Committed By: jdolecek
Date: Thu Apr 30 11:19:39 UTC 2020
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c
Log Message:
NETTXF_csum_blank and NETTXF_data_validated should be set only for first
fragment of the packet
To generate a diff of this comm
Module Name:src
Committed By: jdolecek
Date: Thu Apr 30 11:23:44 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
add support for scatter-gather when accepting packets on frontend Tx path
(frontend -> backend)
don't enable ETHERCAP_JUMBO_MTU
Module Name:src
Committed By: sevan
Date: Thu Apr 30 12:13:39 UTC 2020
Modified Files:
src/usr.bin/calendar/calendars: calendar.computer
Log Message:
It was aboard the Space Shuttle Atlantis using a Macintosh Portable.
https://support.apple.com/kb/TA30635
To generate a d
Module Name:src
Committed By: thorpej
Date: Thu Apr 30 12:17:02 UTC 2020
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
Decode futex op codes.
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/usr.bin/kdump/kdump.c
Please note that diffs are n
Module Name:src
Committed By: rin
Date: Thu Apr 30 12:32:16 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
Add missing dates and revisions.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/doc/HACKS
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Thu Apr 30 12:32:26 UTC 2020
Modified Files:
src/games/fortune/strfile: strfile.c
Log Message:
Simplify, errors to stderr.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/games/fortune/strfile/strfile.c
Plea
Module Name:src
Committed By: rin
Date: Thu Apr 30 12:35:01 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
lmcconfig(8) was removed.
To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/doc/HACKS
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: christos
Date: Thu Apr 30 12:40:11 UTC 2020
Modified Files:
src/games/fortune/unstr: unstr.c
Log Message:
Simplify, little KNF
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/fortune/unstr/unstr.c
Please note that di
Module Name:src
Committed By: rin
Date: Thu Apr 30 12:44:41 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
Hack "gcc-4.5 arm without -fno-tree-vrp generate broken code" was removed in
src/lib/libc/softfloat/Makefile.inc rev 1.21:
http://cvsweb.netbsd.org/bsdweb.cgi/
Module Name:src
Committed By: jakllsch
Date: Thu Apr 30 13:51:43 UTC 2020
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
msk(4): during attach print intrstr only once
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/pci/if_msk.c
Please
Module Name:src
Committed By: jdolecek
Date: Thu Apr 30 13:59:50 UTC 2020
Modified Files:
src/sys/net: if_bridgevar.h
Log Message:
add sc_capenable member, forgot to commit
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_bridgevar.h
Please n
Module Name:src
Committed By: jakllsch
Date: Thu Apr 30 14:04:55 UTC 2020
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
msk(4): actually moderate interrupts from the Yukon 2 Status BMU
Previously the interrupt moderation enable register was being programmed
with
Module Name:src
Committed By: joerg
Date: Thu Apr 30 14:32:05 UTC 2020
Modified Files:
src/sys/sys: cdefs_elf.h
Log Message:
GNU as on ARM silently accepts @progbits, but interpretes it as comment
internally. LLVM bails out on the other hand. So conditionally this
properly
Module Name:src
Committed By: martin
Date: Thu Apr 30 15:12:25 UTC 2020
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
futexput: cast the mask to u_long (as the op already is)
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/usr.bin/kdump/kdum
Module Name:src
Committed By: martin
Date: Thu Apr 30 15:34:06 UTC 2020
Modified Files:
src/sys/kern [netbsd-9]: subr_cprng.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #874):
sys/kern/subr_cprng.c: revision 1.34
Disable rngtest
Module Name:src
Committed By: martin
Date: Thu Apr 30 15:35:57 UTC 2020
Modified Files:
src/sys/kern [netbsd-8]: subr_cprng.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1543):
sys/kern/subr_cprng.c: revision 1.34
Disable rngtest
Module Name:src
Committed By: martin
Date: Thu Apr 30 15:40:50 UTC 2020
Modified Files:
src/share/man/man4 [netbsd-9]: audio.4
src/sys/dev/audio [netbsd-9]: audio.c
Log Message:
Pull up following revision(s) (requested by isaki in ticket #875):
sys/dev/aud
Module Name:src
Committed By: martin
Date: Thu Apr 30 15:43:30 UTC 2020
Modified Files:
src/sys/dev/audio [netbsd-9]: audio.c
Log Message:
Pull up following revision(s) (requested by isaki in ticket #876):
sys/dev/audio/audio.c: revision 1.60
sys/dev/audio
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:05:18 UTC 2020
Modified Files:
src/sys/dev/audio [netbsd-9]: audio.c audiovar.h
Log Message:
Pull up following revision(s) (requested by isaki in ticket #877):
sys/dev/audio/audio.c: revision 1.55
sy
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:17:04 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/rand [netbsd-9]:
rand_unix.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #878):
crypto/extern
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:19:29 UTC 2020
Modified Files:
src/games/fortune/strfile [netbsd-9]: strfile.c
src/games/fortune/unstr [netbsd-9]: unstr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #879):
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:20:21 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #874 - #879
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-9.1
Please note that diffs are
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:21:14 UTC 2020
Modified Files:
src/games/fortune/strfile [netbsd-8]: strfile.c
src/games/fortune/unstr [netbsd-8]: unstr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #1544):
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:22:10 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1543 and #1544
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-8.3
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:22:59 UTC 2020
Modified Files:
src/games/fortune/strfile [netbsd-7]: strfile.c
src/games/fortune/unstr [netbsd-7]: unstr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #1729):
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:23:32 UTC 2020
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-7.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:24:03 UTC 2020
Modified Files:
src/games/fortune/strfile [netbsd-7-1]: strfile.c
src/games/fortune/unstr [netbsd-7-1]: unstr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #1729):
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:24:26 UTC 2020
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Thu Apr 30 16:25:16 UTC 2020
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: riastradh
Date: Thu Apr 30 16:43:12 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Avoid calling entropy_pending() with E->lock held.
This is part I of avoiding percpu_foreach with spin lock held.
To generate a diff of t
Module Name:src
Committed By: riastradh
Date: Thu Apr 30 16:50:01 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Lock the rndsource list without E->lock for ioctls too.
Use the same mechanism as entropy_request, with a little more
diagnostic informatio
Module Name:src
Committed By: maxv
Date: Thu Apr 30 16:50:18 UTC 2020
Modified Files:
src/sys/dev/nvmm: nvmm.c
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
When the identification fails, print the reason.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: maxv
Date: Thu Apr 30 16:56:24 UTC 2020
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
If we were processing a software int/excp, and got a VMEXIT in the middle,
we must also reflect the instruction length, otherwise the nex
Module Name:src
Committed By: riastradh
Date: Thu Apr 30 17:16:00 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Missed a spot! (Part II(b) of no percpu_foreach under spin lock.)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/ker
Module Name:src
Committed By: maxv
Date: Thu Apr 30 17:17:33 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/arch/x86/x86: patch.c
Log Message:
Switch to templates.
To generate a diff of this commit:
cv
Module Name:src
Committed By: maxv
Date: Thu Apr 30 17:21:12 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: locore.S
Log Message:
The labels are already global, drop unused.
To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/sys/arch/amd64/amd64/loco
Module Name:src
Committed By: nia
Date: Thu Apr 30 17:36:06 UTC 2020
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Make kern.arandom truncate the output instead of failing with ETOOBIG
when the requested data exceeds 256 bytes in size. The actual size of
the retu
Module Name:src
Committed By: riastradh
Date: Thu Apr 30 19:34:37 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
curlwp may not be available early enough for kern_entropy.c.
Fortunately, we're just using it to print helpful diagnostic messages
in kasse
Module Name:src
Committed By: riastradh
Date: Thu Apr 30 20:06:40 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Mark rnd_sources_locked __diagused -- only for KASSERTs.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/kern_ent
Module Name:src
Committed By: skrll
Date: Thu Apr 30 20:48:10 UTC 2020
Modified Files:
src/sys/arch/alpha/include: types.h
src/sys/arch/mips/include: types.h
src/sys/arch/sh3/include: types.h
Log Message:
G/C __HAVE_AST_PERPROC
To generate a diff of this
Module Name:src
Committed By: skrll
Date: Thu Apr 30 20:54:27 UTC 2020
Modified Files:
src/sys/kern: kern_softint.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_softint.c
Please note that diffs are not
Module Name:src
Committed By: martin
Date: Thu Apr 30 21:24:25 UTC 2020
Modified Files:
src/games/fortune/strfile [netbsd-7-0]: strfile.c
src/games/fortune/unstr [netbsd-7-0]: unstr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #1729):
Module Name:src
Committed By: bouyer
Date: Thu Apr 30 22:05:18 UTC 2020
Modified Files:
src/sys/arch/amd64/include: intrdefs.h
src/sys/arch/i386/include: intrdefs.h
src/sys/arch/x86/include: cpu.h
Log Message:
Don't #include xen/intrdefs.h is !XEN.
Should f
Module Name:src
Committed By: bouyer
Date: Thu Apr 30 22:09:32 UTC 2020
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
Change module path to xen-* only for XENPV
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/x86/x86/x86_ma
Module Name:src
Committed By: riastradh
Date: Fri May 1 01:31:17 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c
Log Message:
Fix sense of conditional in previous.
I must have tested (cold ? (void *)1 : curlwp) but then decided,
after testing, to replace cold by !c
Module Name:src
Committed By: riastradh
Date: Fri May 1 01:34:58 UTC 2020
Modified Files:
src/sys/dev/ic: pckbc.c
Log Message:
Zero rndsource before using it.
XXX pullup
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/ic/pckbc.c
Please note t
Module Name:src
Committed By: thorpej
Date: Fri May 1 01:44:30 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_futex_robust.c
Log Message:
Oops, accidentally #if 0'd some tests, probably while debugging
something else. Correct this silly mistake.
To generate a diff
Module Name:src
Committed By: tsutsui
Date: Fri May 1 03:02:28 UTC 2020
Modified Files:
src/distrib/notes/hp300: hardware
Log Message:
Move HP332 to "Supported hardware" list, as reported by Chris Hanson.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src
Module Name:src
Committed By: msaitoh
Date: Fri May 1 04:07:24 UTC 2020
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
- Add AMD INVLPGB/TLBSYNC hypervisor enable in VMCB and TLBSYNC intercept bit.
- Modify comment.
To generate a diff of this commit
Module Name:src
Committed By: isaki
Date: Fri May 1 05:45:57 UTC 2020
Modified Files:
src/tests/dev/audio: audiotest.c
Log Message:
Fix two tests.
- kqueue_mode_{RDONLY,RDWR}_READ: Fix expected value.
This is rest of rev1.9.
- AUDIO_SETINFO_params_simul: Fix condition.
55 matches
Mail list logo