Module Name:src
Committed By: isaki
Date: Tue Feb 11 07:03:16 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/dev/audio: Makefile
Added Files:
src/tests/dev/audio: audiotest.c t_audio.awk
Log Message:
Add ATF tests for audio(4).
91
Module Name:src
Committed By: mlelstv
Date: Tue Feb 11 06:33:51 UTC 2020
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c
Log Message:
Where did the +1 came from ?
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/compat/netbsd32/netbsd32_i
Module Name:src
Committed By: riastradh
Date: Tue Feb 11 06:26:19 UTC 2020
Modified Files:
src/tests/usr.bin/c++: t_call_once.sh t_cxxruntime.sh t_hello.sh
t_pthread_once.sh t_static_destructor.sh
src/tests/usr.bin/cc: t_hello.sh
Log Message:
Mark compi
Module Name:src
Committed By: dogcow
Date: Tue Feb 11 06:09:48 UTC 2020
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
fix compilation failure for arches without l_pcu_valid
ok riastradh
To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/sys/kern/
Module Name:src
Committed By: riastradh
Date: Tue Feb 11 03:14:49 UTC 2020
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
Preserve pcu(9) state in fork.
There should perhaps be a pcu_fork operation to keep this factored
neatly but this will be simpler to pull up.
Module Name:src
Committed By: riastradh
Date: Tue Feb 11 03:15:10 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
Added Files:
src/tests/kernel: h_fpufork.c t_fpufork.sh
Log Message:
Test that fpu state is preserved by f
Module Name:src
Committed By: riastradh
Date: Tue Feb 11 03:12:06 UTC 2020
Removed Files:
src/sys/arch/aarch64/aarch64: cpu_in_cksum.S
Log Message:
Delete aarch64 cpu_in_cksum.S draft.
This isn't actually used in the kernel; it is only used to cause the
in_cksum tests to
Module Name:src
Committed By: riastradh
Date: Tue Feb 11 03:11:43 UTC 2020
Modified Files:
src/tests/lib/libc/gen: t_siginfo.c
Log Message:
aarch64 doesn't trap integer division by zero either.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/lib/l
Module Name:src
Committed By: kamil
Date: Tue Feb 11 00:41:37 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_wait.h
Log Message:
Rewrite the t_ptrace_wait resume1 test
Switch to pthread functions.
Rename to 'resume'.
Synchronize the threads with
Module Name:src
Committed By: kamil
Date: Mon Feb 10 23:21:42 UTC 2020
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
Change types of DUP2ALIAS and DUP2FDMASK bit masks to unsigned
This is for consistency with the DUP2BIT change.
To generate a diff of this
Module Name:src
Committed By: mlelstv
Date: Mon Feb 10 22:38:10 UTC 2020
Modified Files:
src/sys/net: if_pppoe.c
Log Message:
safely extract character sequences from packet for printing.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/net/if_pppoe
Module Name:src
Committed By: mlelstv
Date: Mon Feb 10 22:33:28 UTC 2020
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c
Log Message:
Don't use strlcpy to copy untrusted input, it may not be NUL-terminated.
To generate a diff of this commit:
cvs rdiff -u -r1.10
Module Name:src
Committed By: skrll
Date: Mon Feb 10 22:13:50 UTC 2020
Modified Files:
src/sys/arch/i386/i386: locore.S
Log Message:
Fix a comment
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/i386/i386/locore.S
Please note that diffs are
Module Name:src
Committed By: christos
Date: Mon Feb 10 22:13:01 UTC 2020
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
- check for errors in exec_resolvename() and fail
- put back the compat_linux modules in the exec array (commented out)
- remove extra parens
Module Name:src
Committed By: christos
Date: Mon Feb 10 22:11:09 UTC 2020
Modified Files:
src/sys/kern: kern_lock.c
Log Message:
Put back the delay hooks which were deleted before. Without them VirtualBox
spins out.
To generate a diff of this commit:
cvs rdiff -u -r1.168
Module Name:src
Committed By: maya
Date: Mon Feb 10 21:54:26 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_opregion.c
Log Message:
Use a closer equivalent to MEMREMAP_WB: BUS_SPACE_MAP_CACHEABLE
Not a fix for PR port-amd64/54808
To generate a d
Module Name:src
Committed By: bouyer
Date: Mon Feb 10 21:40:19 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
ticket 693
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.174 -r1.1.2.175 src/doc/CHANGES-9.0
Please note that diffs are not pub
Module Name:src
Committed By: bouyer
Date: Mon Feb 10 21:39:38 UTC 2020
Modified Files:
src/usr.sbin/sysinst [netbsd-9]: bsddisklabel.c defs.h disklabel.c
disks.c mbr.c msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl
partman.c target.c txtwalk.c up
Module Name:src
Committed By: jdolecek
Date: Mon Feb 10 20:11:48 UTC 2020
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
use wdc_maxdrives for atabus_alloc_drives() also in wdc_sataprobe()
instead of magic 1; no functional change, all wdc_sataprobe() users
actually set
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:32:47 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #680 - #686, #688 - #692
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.173 -r1.1.2.174 src/doc/CHANGES-9.0
Please note
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:30:00 UTC 2020
Modified Files:
src/external/bsd/libarchive/dist/libarchive [netbsd-9]:
archive_write_disk_posix.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #692):
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:20:01 UTC 2020
Modified Files:
src/sys/arch/arm/arm32 [netbsd-9]: pmap.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #691):
sys/arch/arm/arm32/pmap.c: revision 1.383
sys/
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:14:03 UTC 2020
Modified Files:
src/usr.bin/mkubootimage [netbsd-9]: mkubootimage.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #690):
usr.bin/mkubootimage/mkubootimage.c: revision
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:07:22 UTC 2020
Modified Files:
src/share/mk [netbsd-9]: sys.mk
Log Message:
Pull up following revision(s) (requested by maya in ticket #689):
share/mk/sys.mk: revision 1.143
Don't special case aarch64 and a
Module Name:src
Committed By: martin
Date: Mon Feb 10 19:05:05 UTC 2020
Modified Files:
src/lib/libnvmm [netbsd-9]: libnvmm.3
src/share/man/man4 [netbsd-9]: nvmm.4
src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86_vmx.c
Log Message:
Pull up following revision(s) (r
Module Name:src
Committed By: ryo
Date: Mon Feb 10 19:04:02 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
use LIST(3) instead of TAILQ(3) to save one word in struct vm_page and struct
pmap.
pointed
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:59:49 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-9]: efiboot.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #686):
sys/arch/i386/stand/efiboot/efiboot.c:
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:57:06 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-9]: eficons.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #685):
sys/arch/i386/stand/efiboot/eficons.c:
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:54:14 UTC 2020
Modified Files:
src/bin/sh [netbsd-9]: jobs.c main.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #684):
bin/sh/jobs.c: revision 1.107
bin/sh/main.c: revision
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:50:29 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: ehci.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #683):
sys/dev/usb/ehci.c: revision 1.269
don't call usb_syncmem() fo
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:46:41 UTC 2020
Modified Files:
src/distrib/sets/lists/comp [netbsd-9]: ad.m68k
src/sys/arch/amiga/include [netbsd-9]: vmparam.h
src/sys/arch/atari/include [netbsd-9]: vmparam.h
src/sys/arch/ces
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:28:33 UTC 2020
Modified Files:
src/distrib/news68k/floppies/ramdisk [netbsd-9]: Makefile
src/sys/arch/news68k/conf [netbsd-9]: INSTALL
Log Message:
Pull up following revision(s) (requested by tsutsui in ticke
Module Name:src
Committed By: martin
Date: Mon Feb 10 18:17:57 UTC 2020
Modified Files:
src/sys/arch/arm/cortex [netbsd-9]: gicv3_its.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #680):
sys/arch/arm/cortex/gicv3_its.c: revision 1.2
Module Name:src
Committed By: martin
Date: Mon Feb 10 16:51:59 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1498 and #1499
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-8.2
Please note that diffs
Module Name:src
Committed By: riastradh
Date: Mon Feb 10 16:51:49 UTC 2020
Modified Files:
src/tests/kernel: t_kauth_pr_47598.c
Log Message:
Show errno on failure.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_kauth_pr_47598.c
Please not
Module Name:src
Committed By: martin
Date: Mon Feb 10 16:49:48 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-8]: efiboot.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #1499):
sys/arch/i386/stand/efiboot/efiboot.c: r
Module Name:src
Committed By: martin
Date: Mon Feb 10 16:47:30 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-8]: eficons.c
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #1498):
sys/arch/i386/stand/efiboot/eficons.c: r
Module Name:src
Committed By: ryoon
Date: Mon Feb 10 16:12:59 UTC 2020
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
Introduce hw.alps.touchpad_movement_threshold to better button area clicks
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/s
Module Name:src
Committed By: ryoon
Date: Mon Feb 10 16:13:48 UTC 2020
Modified Files:
src/share/man/man4: pms.4
Log Message:
Add description on hw.alps.touchpad_movement_threshold
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/pms.4
Pl
Module Name:src
Committed By: martin
Date: Mon Feb 10 16:08:59 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/mac68k: md.c
Log Message:
Finish conversion to generic partitioning backend
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/
Module Name:src
Committed By: ryoon
Date: Mon Feb 10 15:30:33 UTC 2020
Modified Files:
src/share/man/man4: pms.4
Log Message:
Reflect typo fix, bump date
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/pms.4
Please note that diffs are no
Module Name:src
Committed By: ryoon
Date: Mon Feb 10 15:29:05 UTC 2020
Modified Files:
src/sys/dev/pckbport: alps.c
Log Message:
Fix typo in sysctl node name
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pckbport/alps.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Mon Feb 10 15:24:21 UTC 2020
Modified Files:
src/external/bsd/libarchive/dist/libarchive: archive_write_disk_posix.c
Log Message:
When extracting symlinks atomically remove them like we do for hard links.
To generate a diff of
Module Name:src
Committed By: martin
Date: Mon Feb 10 14:55:53 UTC 2020
Modified Files:
src/usr.sbin/sysinst: defs.h
Log Message:
Do not use -P for tar extractions - the in tree tar has been fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/usr.sbi
Module Name:src
Committed By: kamil
Date: Mon Feb 10 11:42:41 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c
Log Message:
Rename suspend2 to suspend_no_deadlock
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/tests/lib/libc/sys/t_ptr
Module Name:src
Committed By: mlelstv
Date: Mon Feb 10 10:05:55 UTC 2020
Modified Files:
src/sys/dev: ld.c
Log Message:
Reject open when attach didn't complete successfully.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/ld.c
Please note tha
Module Name:src
Committed By: skrll
Date: Mon Feb 10 09:15:28 UTC 2020
Modified Files:
src/sys/dev/usb: usbdi_util.c
Log Message:
Fix USB_DEBUG build
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/usbdi_util.c
Please note that diffs are no
Module Name:src
Committed By: kamil
Date: Mon Feb 10 09:10:58 UTC 2020
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
Avoid unportable bit shift semantics
hijack.c:451:52, left shift of 1 by 31 places cannot be represented in type 'int
To generate a diff o
48 matches
Mail list logo