Module Name:src
Committed By: kim
Date: Sun Mar 1 08:21:38 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh_config sshd_config
Log Message:
Sync with OpenSSH 8.2p1 sample configs
- Add GSSAPIAuthentication and related options
- Add KerberosAuthenticatio
Module Name:src
Committed By: nisimura
Date: Sun Mar 1 08:32:15 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
simplify single bit tests. no code difference is observed
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/dev/usb/if_a
Module Name:src
Committed By: nisimura
Date: Sun Mar 1 10:16:17 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
use DOPAUSE. 772B Lenovo now has working rxpause,txpause
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/usb/if_ax
Module Name:src
Committed By: martin
Date: Sun Mar 1 11:52:35 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Fix description for #725
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-9.1
Please note that diffs a
Module Name:src
Committed By: martin
Date: Sun Mar 1 11:53:09 UTC 2020
Modified Files:
src/etc/rc.d [netbsd-9]: random_seed
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #743):
etc/rc.d/random_seed: revision 1.8
Allow random seed o
Module Name:src
Committed By: nisimura
Date: Sun Mar 1 12:23:12 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
introduce AXE_IS_172() conditional to highlight odd ball 172 and invert most
IF-THEN-ELSE. consistent white spaces.
To generate a diff of th
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:35:16 UTC 2020
Modified Files:
src/sys/arch/mips/adm5120/dev [netbsd-9]: ahci.c
src/sys/dev/ic [netbsd-9]: sl811hs.c
src/sys/dev/usb [netbsd-9]: ehci.c motg.c ohci.c uhci.c usb.c usbdi.c
us
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:38:59 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: umass.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #745):
sys/dev/usb/umass.c: revision 1.177
sys/dev/usb/
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:45:09 UTC 2020
Modified Files:
src/sys/ddb [netbsd-9]: db_lex.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #746):
sys/ddb/db_lex.c: revision 1.25
Fix crash(8). Will revisi
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:47:10 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-9]: if_mcx.c
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #747):
sys/dev/pci/if_mcx.c: revision 1.11
Use the 64-bit PCI D
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:48:25 UTC 2020
Modified Files:
src/sys/dev/pci [netbsd-9]: ichsmb.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #748):
sys/dev/pci/ichsmb.c: revision 1.61
If attach fails, d
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:50:42 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/nouveau [netbsd-9]: nouveau_pci.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #749):
sys/external/bsd/drm2/nouveau/nouveau_
Module Name:src
Committed By: martin
Date: Sun Mar 1 12:52:01 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #743 - #749
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-9.1
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Sun Mar 1 14:50:43 UTC 2020
Modified Files:
src/lib/libpam/modules/pam_ssh: Makefile
Log Message:
Add the sign client part.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libpam/modules/pam_ssh/Makefile
Module Name:src
Committed By: christos
Date: Sun Mar 1 14:51:06 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh-sk-client.c
Log Message:
fix a sign-compare issue (for the pam module)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/cryp
Module Name:src
Committed By: kamil
Date: Sun Mar 1 15:08:16 UTC 2020
Modified Files:
src/include: stddef.h
Log Message:
Expose max_align_t to C99/C++
max_align_t does not depend on any pre-C99 or !C++ language feature.
This structure is in use in 3rd party essential C+
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 15:11:31 UTC 2020
Modified Files:
src/sys/dev/pci: if_dge.c
Log Message:
Support 64-bit DMA addressing, and use the 64-bit PCI DMA tag if available.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/s
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 15:15:49 UTC 2020
Modified Files:
src/sys/dev/pci: if_et.c
Log Message:
Use the 64-bit PCI DMA tag if available.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/if_et.c
Please note that
Module Name:src
Committed By: kamil
Date: Sun Mar 1 15:18:34 UTC 2020
Modified Files:
src/include: stddef.h
Log Message:
Fix typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/include/stddef.h
Please note that diffs are not public domai
Module Name:src
Committed By: roy
Date: Sun Mar 1 15:22:56 UTC 2020
Modified Files:
src/etc/rc.d: mountall
Log Message:
mountall: Mount ZFS filesystems before fstab
This allows null mounts in fstab to reference fstab mounts.
It's highly unlikely ZFS mounts would referenc
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 15:43:59 UTC 2020
Modified Files:
src/sys/dev/pci: if_nfe.c if_nfevar.h
Log Message:
- Range-limit our DMA tag to 40-bit.
- Eliminate __LP64__ ifdefs.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 15:46:32 UTC 2020
Modified Files:
src/sys/dev/pci: if_stge.c
Log Message:
Harmonize bus_dmatag_subregion() handling with other drivers.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/if
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 15:54:18 UTC 2020
Modified Files:
src/sys/dev/pci: if_xge.c
Log Message:
Use the 64-bit PCI DMA tag if available.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/if_xge.c
Please note th
Module Name:src
Committed By: thorpej
Date: Sun Mar 1 16:31:01 UTC 2020
Modified Files:
src/sys/dev/pci: if_nfe.c if_stge.c
Log Message:
Add explicit casts in bus_dmatag_subregion() calls to avoid overflow /
truncation warnings on 32-bit platforms.
To generate a diff of
Module Name:src
Committed By: skrll
Date: Sun Mar 1 16:38:59 UTC 2020
Modified Files:
src/sys/arch/arm/nvidia: tegra_sdhc.c
Log Message:
bus_dmatag_subregion isn't supported on (compiled into) arm so ifdef its
use in previous.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Sun Mar 1 17:06:26 UTC 2020
Modified Files:
src/tests/dev/cgd: Makefile
Log Message:
librump depends on vfs so add a dependency on for sun2.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/dev/cgd/Makefi
Module Name:src
Committed By: christos
Date: Sun Mar 1 18:08:16 UTC 2020
Modified Files:
src/tests: Makefile.inc
src/tests/dev/audio: Makefile
src/tests/dev/cgd: Makefile
src/tests/dev/dm: Makefile
src/tests/dev/md: Makefile
src/test
Module Name:src
Committed By: kamil
Date: Sun Mar 1 18:22:00 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Add new signal trap entry tests in t_ptrace_wait*
New tests:
- syscall_signal_on_sce
- syscall_detach_on_sce
The first one fails
Module Name:src
Committed By: christos
Date: Sun Mar 1 18:30:05 UTC 2020
Modified Files:
src/usr.bin/rump_allserver: Makefile
Log Message:
Fix sun2
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/rump_allserver/Makefile
Please note that diffs
Module Name:src
Committed By: christos
Date: Sun Mar 1 20:19:55 UTC 2020
Modified Files:
src/tests/dev/usb/t_hid: Makefile
Added Files:
src/tests/dev/usb: Makefile.inc
Log Message:
fix build by adding a Makefile.inc that chains up.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Sun Mar 1 20:24:07 UTC 2020
Modified Files:
src/tests/lib/libc/sys: Makefile
Log Message:
fix variable name
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/tests/lib/libc/sys/Makefile
Please note that diffs
Module Name:src
Committed By: christos
Date: Sun Mar 1 20:59:54 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/bin/scp: Makefile
src/crypto/external/bsd/openssh/bin/sftp: Makefile
src/crypto/external/bsd/openssh/bin/sftp-server: Makefile
s
Module Name:src
Committed By: ad
Date: Sun Mar 1 21:37:27 UTC 2020
Modified Files:
src/sys/kern: kern_fork.c
Log Message:
child_return():
- This was assuming arg == curlwp, but NULL is passed to lwp_create(), as
evidenced by a random panic during testing. How did this
Module Name:src
Committed By: ad
Date: Sun Mar 1 21:39:07 UTC 2020
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
reassignbuf(), brelvp(): VI_WRMAPDIRTY is always clear if the object has no
pages, so assert that instead of trying to clear it.
To generate a diff o
Module Name:src
Committed By: ad
Date: Sun Mar 1 21:40:45 UTC 2020
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
Log Message:
Give pmap uvm_objects an empty pagerops to avoid special casing in UVM.
(This use of uvm_object causes a disproportionate amount of work.)
To g
Module Name:src
Committed By: ad
Date: Sun Mar 1 21:42:58 UTC 2020
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
- Give pmap uvm_objects an empty pagerops to avoid special casing in UVM.
(This use of uvm_object causes a disproportionate amount of work.)
- U
Module Name:src
Committed By: ad
Date: Sun Mar 1 21:43:56 UTC 2020
Modified Files:
src/sys/uvm: uvm_pglist.c
Log Message:
uvm_pglistalloc() / uvm_pglistfree() musn't be called from interrupt
context. Assert it.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1
Module Name:src
Committed By: kamil
Date: Sun Mar 1 22:08:17 UTC 2020
Modified Files:
src/include: stddef.h
Log Message:
Revert previous
Requested by joerg who wants to fix (ab)users.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/include/stddef.h
P
Module Name:src
Committed By: roy
Date: Sun Mar 1 22:47:26 UTC 2020
Modified Files:
src/distrib/utils/libhack: Makefile.inc
Log Message:
libhack: build with -D_REENTRANT
Some tools that use libhack expect thread locking.
An example of this is zpool(8).
Without it, it ra
Module Name:src
Committed By: rin
Date: Sun Mar 1 23:23:36 UTC 2020
Modified Files:
src/common/lib/libc/arch/powerpc/atomic: atomic_cas.S atomic_op_asm.h
atomic_swap.S
src/sys/arch/evbppc/conf: std.obs200 std.obs266 std.virtex std.walnut
src/sys
Module Name:src
Committed By: thorpej
Date: Mon Mar 2 01:46:02 UTC 2020
Modified Files:
src/sys/arch/cobalt/dev: gt.c
Log Message:
The PCI I/O space extent map needs to reflect the BUS_{START,END}
not the SYS_{START,END}.
This fixes mapping of the viaide DMA registers on
Module Name:src
Committed By: rin
Date: Mon Mar 2 03:34:28 UTC 2020
Modified Files:
src/sys/arch/powerpc/booke: copyin.c
Log Message:
Let copyinstr(9) return ENAMETOOLONG correctly if source is not
NUL-terminated; it cannot be determined by (uint8_t)data == '\0'
since dat
Module Name:src
Committed By: isaki
Date: Mon Mar 2 04:25:08 UTC 2020
Modified Files:
src/tests/dev/audio: Makefile
Log Message:
Re-add -lrumpdev dropped in the previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/dev/audio/Makefile
Pl
Module Name:src
Committed By: msaitoh
Date: Mon Mar 2 06:38:06 UTC 2020
Modified Files:
src/sys/dev/pci: if_gem_pci.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/if_gem_pci.c
Please note that di
Module Name:src
Committed By: martin
Date: Mon Mar 2 07:55:24 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-9]: db_interface.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #750):
sys/arch/amd64/amd64/db_interface.c: revi
Module Name:src
Committed By: martin
Date: Mon Mar 2 07:58:57 UTC 2020
Modified Files:
src/sys/arch/cobalt/dev [netbsd-9]: gt.c
Log Message:
Pull up following revision(s) (requested by thorpej in ticket #751):
sys/arch/cobalt/dev/gt.c: revision 1.30
The PCI I/O
46 matches
Mail list logo