Module Name:src
Committed By: skrll
Date: Wed Aug 13 06:26:32 UTC 2014
Modified Files:
src/sys/dev/usb: uhub.c
Log Message:
SS device detection needs more work. #if 0 previous attempt for now.
PR/49106: panic: ehci_open: bad device speed 4
To generate a diff of this com
Module Name:src
Committed By: matt
Date: Wed Aug 13 05:56:03 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix for PR/49107.
Make sure pmap_copy_page_xscale clears the ptes afters its done with them.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Wed Aug 13 00:03:00 UTC 2014
Modified Files:
src/tests/lib/librumpclient: h_execthr.c
Log Message:
Update hardcoded fd expectations now that rump kernels open 0/1/2.
(since we exec, it's convenient to just assume the values of firs
Module Name:src
Committed By: pooka
Date: Tue Aug 12 23:47:09 UTC 2014
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
In case of no dup2'd fd's, make sure that F_CLOSEM for the
rump kernel starts from 0.
Fixes rumphijack fdoff test (notably, this bug had not
Module Name:src
Committed By: matt
Date: Tue Aug 12 20:57:59 UTC 2014
Modified Files:
src/distrib/sets/lists/comp: ad.aarch64
Log Message:
Fix c&p error: libisc.a->libirs.a
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/comp/ad.aarch64
Module Name:src
Committed By: joerg
Date: Tue Aug 12 20:27:10 UTC 2014
Modified Files:
src/sys/arch/powerpc/fpu: fpu_emu.c
src/sys/arch/powerpc/include: mcontext.h reg.h
src/sys/arch/powerpc/powerpc: trap.c
Log Message:
Avoid unncessary use of double in the
Module Name:src
Committed By: riz
Date: Tue Aug 12 19:02:55 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets 2, 7
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.0
Please note that diffs are not public d
Module Name:src
Committed By: riz
Date: Tue Aug 12 18:59:48 UTC 2014
Modified Files:
src/sys/arch/sparc/sparc [netbsd-7]: autoconf.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #7):
sys/arch/sparc/sparc/autoconf.c: revision 1.258
PR po
Module Name:src
Committed By: riz
Date: Tue Aug 12 18:56:51 UTC 2014
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-7]: autoconf.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #2):
sys/arch/sparc64/sparc64/autoconf.c: revision 1.1
Module Name:src
Committed By: martin
Date: Tue Aug 12 15:16:06 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 9
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.0
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Tue Aug 12 15:14:55 UTC 2014
Modified Files:
src/usr.sbin/postinstall [netbsd-7]: postinstall
Log Message:
Pull up following revision(s) (requested by apb in ticket #9):
usr.sbin/postinstall/postinstall: revision 1.176
FON
Module Name:src
Committed By: martin
Date: Tue Aug 12 14:39:49 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 8
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.0
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Tue Aug 12 14:38:29 UTC 2014
Modified Files:
src/usr.sbin/postinstall [netbsd-7]: postinstall
Log Message:
Pull up following revision(s) (requested by apb in ticket #8):
usr.sbin/postinstall/postinstall: revision 1.177
Module Name:src
Committed By: skrll
Date: Tue Aug 12 14:22:51 UTC 2014
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
Add a UPS_SUPER_SPEED. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/usb/usb.h
Please note th
Module Name:src
Committed By: martin
Date: Tue Aug 12 13:53:49 UTC 2014
Modified Files:
src/sys/arch/sparc/sparc: autoconf.c
Log Message:
PR port-sparc/49103: add device name mapping for "qfe" (quad hme) cards.
>From MOCHIDA Shuji.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:50:42 UTC 2014
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
Set the correct MPS for LS devices. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/xhci.c
P
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:48:29 UTC 2014
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
Serialise xhci_intr1 calls with sc_intr_lock. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:40:07 UTC 2014
Modified Files:
src/usr.sbin/usbdevs: usbdevs.c
Log Message:
Report super speed devices. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/usbdevs/usbd
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:36:40 UTC 2014
Modified Files:
src/sys/dev/usb: uhub.c usb.c usbdivar.h
Log Message:
Some USB3 / SS support - baby steps. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/s
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:28:44 UTC 2014
Modified Files:
src/sys/dev/usb: files.usb usb.h
Log Message:
Add XHCI_DEBUG. From Takahiro HAYASHI with tweaks from me.
One day someone(tm) will tidyup USB debug stuff.
To generate a diff of this c
Module Name:src
Committed By: skrll
Date: Tue Aug 12 13:24:40 UTC 2014
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
Define AXEN_DEBUG. From Takahiro HAYASHI.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/usb/usb.h
Please note that d
Module Name:src
Committed By: gson
Date: Tue Aug 12 12:13:09 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Mark udf_lookup_complex as an expected failure, referencing PR kern/49033.
Since it does not fail reliably, force it to fail to avoid spurious fai
Module Name:src
Committed By: martin
Date: Tue Aug 12 11:49:04 UTC 2014
Modified Files:
src/distrib/evbarm/instkernel/sshramdisk: Makefile
Log Message:
Add firmware images to this image, as discussed on port-arm.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.
Module Name:src
Committed By: martin
Date: Tue Aug 12 11:48:22 UTC 2014
Modified Files:
src/distrib/common: Makefile.image
Log Message:
Add a IMAGEPREBUILD option for makefiles to ovveride (e.g. to additionally
add files to the staging directory)
To generate a diff of th
Module Name:src
Committed By: martin
Date: Tue Aug 12 10:24:14 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 6
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.0
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Tue Aug 12 10:22:54 UTC 2014
Modified Files:
src/sys/dev/usb [netbsd-7]: motg.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #6):
sys/dev/usb/motg.c: revision 1.7
sys/dev/usb/motg.c: rev
Module Name:src
Committed By: martin
Date: Tue Aug 12 09:37:13 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 5
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-7.0
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Tue Aug 12 09:36:03 UTC 2014
Modified Files:
src/external/gpl3/binutils/dist/bfd [netbsd-7]: ChangeLog elflink.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #5):
external/gpl3/binutils/dist/bfd
Module Name:src
Committed By: apb
Date: Tue Aug 12 09:12:18 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
In get_makevar, ask make to recursively expand the variable,
not just print the unexpanded value. This is done by
using make -V '${VAR}'
Module Name:src
Committed By: apb
Date: Tue Aug 12 08:32:43 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Quoting fixes in several eval commands.
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/usr.sbin/postinstall/postin
Module Name:src
Committed By: apb
Date: Tue Aug 12 08:28:04 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
Also remove an unnecessary eval in do_dhcpcdrundir and
fix a typo in the descri
Module Name:src
Committed By: skrll
Date: Tue Aug 12 08:06:46 UTC 2014
Modified Files:
src/sys/dev/usb: motg.c
Log Message:
Make this compile when DIAGNOSTIC isn't defined.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/motg.c
Please note th
Module Name:src
Committed By: skrll
Date: Tue Aug 12 08:06:07 UTC 2014
Modified Files:
src/sys/dev/usb: motg.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/motg.c
Please note that diffs are not public doma
33 matches
Mail list logo