Module Name:src
Committed By: skrll
Date: Sun Apr 5 07:26:31 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c
Log Message:
Fix inverted logic. Spotted by Takahiro HAYASHI. Thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.264.4.31 -r1.264.4.32 s
Module Name:src
Committed By: pgoyette
Date: Sun Apr 5 08:36:38 UTC 2015
Modified Files:
src/lib/libc/time: tzset.3
Log Message:
Remove dangling cross-ref to localtime(3). There's another cross-ref in
the next sentence that actually makes sense.
To generate a diff of t
Module Name:src
Committed By: skrll
Date: Sun Apr 5 08:39:10 UTC 2015
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
Conexant USB Modem from Ryo ONODERA on current-users.
To generate a diff of this commit:
cvs rdiff -u -r1.693 -r1.694 src/sys/dev/usb/usbdevs
Ple
Module Name:src
Committed By: skrll
Date: Sun Apr 5 08:41:05 UTC 2015
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
Regen
To generate a diff of this commit:
cvs rdiff -u -r1.685 -r1.686 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.686 -r1.687 src/
Module Name:src
Committed By: skrll
Date: Sun Apr 5 09:12:06 UTC 2015
Modified Files:
src/sys/dev/usb: usb_subr.c
Log Message:
More debug.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/dev/usb/usb_subr.c
Please note that diffs are not public d
Module Name:src
Committed By: skrll
Date: Sun Apr 5 09:18:13 UTC 2015
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
More Texas Instruments (not Texas Intel) products.
Part of PR/49814
To generate a diff of this commit:
cvs rdiff -u -r1.694 -r1.695 src/sys/dev/u
Module Name:src
Committed By: skrll
Date: Sun Apr 5 09:22:13 UTC 2015
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
Regen
To generate a diff of this commit:
cvs rdiff -u -r1.686 -r1.687 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.687 -r1.688 src/
Module Name:src
Committed By: skrll
Date: Sun Apr 5 09:24:21 UTC 2015
Modified Files:
src/sys/dev/usb: usb_quirks.c
Log Message:
PR/49814: USB Quirk for Texas Instrument MSP430 FET programmer
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/usb/
Module Name:src
Committed By: apb
Date: Sun Apr 5 11:33:15 UTC 2015
Modified Files:
src/usr.sbin/service: service
Log Message:
More shell quoting. /etc/rc.d/* file names with embedded spaces are
not expected to work, but let's quote them anyway.
To generate a diff of t
Module Name:src
Committed By: riastradh
Date: Sun Apr 5 12:55:20 UTC 2015
Modified Files:
src/sys/dev/pci: agp_i810.c
Log Message:
Don't use the video BIOS memory as an i915 flush page!
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/dev/pci/agp_
Module Name:src
Committed By: jmcneill
Date: Sun Apr 5 17:05:45 UTC 2015
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Use FFSv2 instead of FFSv1 for the root file-system. This should fix the
"resize_ffs takes forever" issues with evbarm images -- growi
Module Name:src
Committed By: palle
Date: Sun Apr 5 20:26:47 UTC 2015
Modified Files:
src/sys/arch/sparc64/sparc64: pmap.c
Log Message:
sun4v: Ensure that the W (Write) bit is not present in the TTEs unless for the
data mapping. This way the permanent mappings for the pr
Module Name:src
Committed By: rtr
Date: Sun Apr 5 20:33:45 UTC 2015
Modified Files:
src/lib/libc/sys: bind.2
Log Message:
Note that bind(2) can fail with EAFNOSUPPORT. The description of why is
taken from the connect(2) manpage.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: palle
Date: Sun Apr 5 20:34:00 UTC 2015
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the
primary cpu and secondary cpus INTSTACK mappings
To gene
Module Name:src
Committed By: wiz
Date: Sun Apr 5 20:41:06 UTC 2015
Modified Files:
src/lib/libc/sys: bind.2
Log Message:
Sort errors. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/bind.2
Please note that diffs a
Module Name:src
Committed By: christos
Date: Sun Apr 5 22:36:36 UTC 2015
Modified Files:
src/external/bsd/libpcap/dist: scanner.l
Log Message:
don't forget to include config.h otherwise it thinks we don't have vnsnprintf
and fortify compiles fail.
To generate a diff of
Module Name:src
Committed By: rtr
Date: Sun Apr 5 23:15:54 UTC 2015
Modified Files:
src/tests/lib/libc/sys: t_bind.c
Log Message:
- ATF_REQUIRE(EINVAL == errno);
+ ATF_REQUIRE(EAFNOSUPPORT == errno);
as per http://pubs.opengroup.org/onlinepubs/009695399/funct
Module Name:src
Committed By: rtr
Date: Sun Apr 5 23:17:41 UTC 2015
Modified Files:
src/tests/lib/libc/sys: t_connect.c
Log Message:
add another test program for connect(2) that checks that connect fails
with EAFNOSUPPORT (similar to the bind test) if the domain of the so
Module Name:src
Committed By: rtr
Date: Sun Apr 5 23:19:56 UTC 2015
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
change return from EINVAL to EAFNOSUPPORT when the domain of the socket
does not match the family of the address to be bound.
fixes atf test lib/l
Module Name:src
Committed By: rtr
Date: Sun Apr 5 23:28:10 UTC 2015
Modified Files:
src/tests/lib/libc/sys: t_bind.c
Log Message:
fix typo bindinging -> binding
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_bind.c
Please note that
Module Name:src
Committed By: riastradh
Date: Mon Apr 6 01:11:19 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/include/linux: pci.h
Log Message:
Don't let anyone else allocate the video BIOS either.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:32:33 UTC 2015
Modified Files:
src/sys/netinet6 [netbsd-7]: in6.c in6_ifattach.c nd6.c nd6.h nd6_nbr.c
nd6_rtr.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #655):
sys/n
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:37:29 UTC 2015
Modified Files:
src/sys/kern [netbsd-7]: subr_tftproot.c
src/sys/nfs [netbsd-7]: krpc_subr.c nfs_boot.c nfs_bootdhcp.c
nfsdiskless.h
Log Message:
Pull up following revision(s) (request
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:41:50 UTC 2015
Modified Files:
src/usr.sbin/sysinst [netbsd-7]: msg.mi.en msg.mi.pl
Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #657):
usr.sbin/sysinst/msg.mi.en: revision 1.7
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:43:31 UTC 2015
Modified Files:
src/sys/arch/arm/amlogic [netbsd-7]: amlogic_board.c amlogic_crureg.h
amlogic_rng.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #658):
s
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:45:17 UTC 2015
Modified Files:
src/sys/arch/arm/amlogic [netbsd-7]: amlogic_com.c amlogic_comreg.h
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #659):
sys/arch/arm/amlogic/amlogic_
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:46:34 UTC 2015
Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #660):
sys/arch/evbarm/conf/ODROID-C1: revision 1.15
comm
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:48:25 UTC 2015
Modified Files:
src/sys/arch/arm/amlogic [netbsd-7]: amlogic_genfb.c amlogic_vpureg.h
src/sys/arch/evbarm/amlogic [netbsd-7]: amlogic_machdep.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: uwe
Date: Mon Apr 6 01:50:47 UTC 2015
Modified Files:
src/lib/libc/arch/sh3/gen: swapcontext.S
Log Message:
On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:55:53 UTC 2015
Modified Files:
src/sys/arch/arm/cortex [netbsd-7]: gtmr.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #662):
sys/arch/arm/cortex/gtmr.c: revision 1.10-1.14
port-arm/4
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:57:57 UTC 2015
Modified Files:
src/sys/arch/arm/arm32 [netbsd-7]: cpu.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #663):
sys/arch/arm/arm32/cpu.c: revision 1.105
Increase the `f
Module Name:src
Committed By: snj
Date: Mon Apr 6 01:59:37 UTC 2015
Modified Files:
src/distrib/utils/embedded [netbsd-7]: mkimage
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #664):
distrib/utils/embedded/mkimage: revision 1.53
Use
Module Name:src
Committed By: snj
Date: Mon Apr 6 02:01:39 UTC 2015
Modified Files:
src/libexec/ld.elf_so [netbsd-7]: rtld.c
Log Message:
Pull up following revision(s) (requested by joerg in ticket #665):
libexec/ld.elf_so/rtld.c: revision 1.176
lib/49813: Release
Module Name:src
Committed By: snj
Date: Mon Apr 6 02:03:16 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
tickets 655-665
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.248 -r1.1.2.249 src/doc/CHANGES-7.0
Please note that diffs are not p
Module Name:src
Committed By: riastradh
Date: Mon Apr 6 02:29:18 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/include/linux: pci.h
Log Message:
Missed a zero: it's 0x10, not 0x1.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/externa
Module Name:src
Committed By: ozaki-r
Date: Mon Apr 6 06:16:30 UTC 2015
Modified Files:
src/sys/net: route.c
Log Message:
Remove unnecessary inclusions
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/net/route.c
Please note that diffs are not pu
Module Name:src
Committed By: ozaki-r
Date: Mon Apr 6 06:20:27 UTC 2015
Modified Files:
src/sys/net: route.c
Log Message:
Include sys/sysctl.h ifdef RTFLUSH_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/net/route.c
Please note that diffs
Module Name:src
Committed By: ozaki-r
Date: Mon Apr 6 06:26:21 UTC 2015
Modified Files:
src/sys/net: rtsock.c
Log Message:
Add hint comments for big ifdef
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/net/rtsock.c
Please note that diffs are no
38 matches
Mail list logo