Author: hselasky
Date: Mon Oct 1 06:48:59 2012
New Revision: 241089
URL: http://svn.freebsd.org/changeset/base/241089
Log:
Regenerate usb.conf
MFC after:1 week
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
Author: hselasky
Date: Mon Oct 1 06:42:07 2012
New Revision: 241088
URL: http://svn.freebsd.org/changeset/base/241088
Log:
MFC r239303:
Streamline use of cdevpriv and correct some corner cases.
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
stable/9/sys/dev/dr
Author: hselasky
Date: Mon Oct 1 06:01:20 2012
New Revision: 241087
URL: http://svn.freebsd.org/changeset/base/241087
Log:
MFC r240856:
Correct driver name.
Modified:
stable/9/sys/dev/usb/serial/uchcom.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props c
Author: hselasky
Date: Mon Oct 1 06:00:08 2012
New Revision: 241086
URL: http://svn.freebsd.org/changeset/base/241086
Log:
MFC r240856:
Correct driver name.
Modified:
stable/8/sys/dev/usb/serial/uchcom.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/dev/ (props c
Author: hselasky
Date: Mon Oct 1 05:57:48 2012
New Revision: 241085
URL: http://svn.freebsd.org/changeset/base/241085
Log:
MFC r233090 and r240891:
The UMS module is now loaded by rules in /etc/devd/usb.conf.
Improve moused when used with USB mouse devices.
Modified:
stable/8/etc/devd.co
Author: hselasky
Date: Mon Oct 1 05:48:46 2012
New Revision: 241084
URL: http://svn.freebsd.org/changeset/base/241084
Log:
MFC r240891:
Improve moused when used with USB mouse devices.
Modified:
stable/9/etc/devd.conf
stable/9/usr.sbin/moused/moused.c
Directory Properties:
stable/9/etc
Author: andrew
Date: Mon Oct 1 05:15:13 2012
New Revision: 241081
URL: http://svn.freebsd.org/changeset/base/241081
Log:
Remove unused variables from the OMAP ehci code.
Modified:
head/sys/arm/ti/usb/omap_ehci.c
Modified: head/sys/arm/ti/usb/omap_ehci.c
=
Author: pjd
Date: Mon Oct 1 05:43:24 2012
New Revision: 241083
URL: http://svn.freebsd.org/changeset/base/241083
Log:
- Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this change
mkfifoat(2) was not restricted.
- Introduce CAP_MKNOD and enforce it on mknodat(2).
Sponso
Author: hselasky
Date: Mon Oct 1 05:42:43 2012
New Revision: 241082
URL: http://svn.freebsd.org/changeset/base/241082
Log:
Inherit USB mode from RootHUB port where the USB device is connected.
Only RootHUB ports can be dual mode. Disallow OTG ports on external HUBs.
This simplifies some che
Author: andrew
Date: Mon Oct 1 05:12:17 2012
New Revision: 241080
URL: http://svn.freebsd.org/changeset/base/241080
Log:
Fix the clobber list on the atomic operators that do comparisons. Without
this some compilers will place a cmp instruction before the atomic operation
and expect to be ab
Author: kevlo
Date: Mon Oct 1 03:17:23 2012
New Revision: 241079
URL: http://svn.freebsd.org/changeset/base/241079
Log:
MFC r240982:
Initialize the num variable to avoid uninitialized data.
This fixes the bug introduced by r238378.
Reviewed by: pfg
Modified:
stable/8/lib/libedit/re
Author: hselasky
Date: Sun Sep 30 19:31:20 2012
New Revision: 241078
URL: http://svn.freebsd.org/changeset/base/241078
Log:
The USB Bluetooth driver should only grab its own interfaces. This allows the
USB bluetooth driver to co-exist with other USB device classes and drivers.
Reported by
Author: tijl
Date: Sun Sep 30 17:33:30 2012
New Revision: 241077
URL: http://svn.freebsd.org/changeset/base/241077
Log:
- Simplify the implementation of atomic_compare_exchange_strong_explicit.
- Evaluate the memory order argument in atomic_fetch_*_explicit macros.
- Implement atomic_store_e
Author: kevlo
Date: Sun Sep 30 16:21:12 2012
New Revision: 241076
URL: http://svn.freebsd.org/changeset/base/241076
Log:
MFC r240630:
Add missing break
Modified:
stable/9/sys/netipsec/xform_ipip.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netipsec/xform
Author: kevlo
Date: Sun Sep 30 16:17:54 2012
New Revision: 241075
URL: http://svn.freebsd.org/changeset/base/241075
Log:
MFC r240954:
Teach getent(1) to look up a hostname and find IPv6 addresses.
PR: bin/161548
Submitted by: matthew
Modified:
stable/9/usr.bin/getent/getent.c
Direc
Author: kevlo
Date: Sun Sep 30 16:11:50 2012
New Revision: 241074
URL: http://svn.freebsd.org/changeset/base/241074
Log:
MFC r240982:
Initialize the num variable to avoid uninitialized data.
This fixes the bug introduced by r238378.
Reviewed by: pfg
Modified:
stable/9/lib/libedit/re
Author: kevlo
Date: Sun Sep 30 15:42:20 2012
New Revision: 241073
URL: http://svn.freebsd.org/changeset/base/241073
Log:
Add missing header needed by free(9).
Spotted by: David Wolfskill
Modified:
head/sys/i386/bios/smapi.c
head/sys/x86/bios/smbios.c
Modified: head/sys/i386/bios/smapi
Author: issyl0 (doc committer)
Date: Sun Sep 30 15:33:53 2012
New Revision: 241072
URL: http://svn.freebsd.org/changeset/base/241072
Log:
MFC r239775 from HEAD:
- Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man
page displaying for 'man 4 ipfilter'.
PR:
Author: kib
Date: Sun Sep 30 13:32:48 2012
New Revision: 241071
URL: http://svn.freebsd.org/changeset/base/241071
Log:
MFC r240813:
Do not skip two elements of the tid_buffer when reusing the buffer
slot. This eventually results in exhaustion of the tid space, causing
new threads get tid -
Author: ae
Date: Sun Sep 30 13:17:33 2012
New Revision: 241070
URL: http://svn.freebsd.org/changeset/base/241070
Log:
Fix the style.
Modified:
head/sys/boot/common/module.c
Modified: head/sys/boot/common/module.c
==
Author: ae
Date: Sun Sep 30 13:14:37 2012
New Revision: 241069
URL: http://svn.freebsd.org/changeset/base/241069
Log:
Remember the file format of the last loaded module and try to use it for
next files.
Modified:
head/sys/boot/common/module.c
Modified: head/sys/boot/common/module.c
===
Author: ae
Date: Sun Sep 30 12:24:15 2012
New Revision: 241068
URL: http://svn.freebsd.org/changeset/base/241068
Log:
Reduce the number of attempts to detect proper kld format for the amd64
loader.
Modified:
head/sys/boot/i386/loader/Makefile
head/sys/boot/i386/loader/conf.c
Modified: he
Author: kevlo
Date: Sun Sep 30 09:26:26 2012
New Revision: 241067
URL: http://svn.freebsd.org/changeset/base/241067
Log:
Remove an unneeded NULL check after M_WAITOK.
Modified:
head/sys/dev/mmc/mmc.c
Modified: head/sys/dev/mmc/mmc.c
===
Author: kevlo
Date: Sun Sep 30 09:21:10 2012
New Revision: 241066
URL: http://svn.freebsd.org/changeset/base/241066
Log:
Free result of device_get_children(9).
Modified:
head/sys/dev/ie/if_ie_isa.c
head/sys/dev/sound/pci/hdspe-pcm.c
head/sys/dev/sound/pci/hdspe.c
head/sys/i386/bios/smap
Author: ae
Date: Sun Sep 30 07:52:40 2012
New Revision: 241065
URL: http://svn.freebsd.org/changeset/base/241065
Log:
Fix disk_cleanup() to work without DISK_DEBUG too.
Modified:
head/sys/boot/common/disk.c
Modified: head/sys/boot/common/disk.c
===
Author: joel (doc committer)
Date: Sun Sep 30 07:51:57 2012
New Revision: 241064
URL: http://svn.freebsd.org/changeset/base/241064
Log:
mdoc: remove superfluous paragraph macro.
Modified:
head/share/man/man9/drbr.9
Modified: head/share/man/man9/drbr.9
26 matches
Mail list logo