Author: jamie
Date: Thu Jul 30 05:36:31 2009
New Revision: 195969
URL: http://svn.freebsd.org/changeset/base/195969
Log:
Preset errno to zero before calling strtol(), so the check afterwards will
be valid. This is required since the malloc call from r195859 leaves
errno in an unknown state.
Author: alfred
Date: Thu Jul 30 00:57:54 2009
New Revision: 195968
URL: http://svn.freebsd.org/changeset/base/195968
Log:
Missed this file for r195963:
USB core:
- add support for defragging of written device data.
- improve handling of alternate settings in device side mode.
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for taking time analyzing the problem, and thanks bz@ for
pointing out the problem with my original patch!
Cheers,
- --
Xin LI http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (FreeB
Author: alfred
Date: Thu Jul 30 00:17:08 2009
New Revision: 195967
URL: http://svn.freebsd.org/changeset/base/195967
Log:
USB CORE - Improve HID parsing
See PR description for more info. Patch is
implemented differently than suggested, but
having the same result.
PR: usb/137188
Author: alfred
Date: Thu Jul 30 00:16:32 2009
New Revision: 195965
URL: http://svn.freebsd.org/changeset/base/195965
Log:
USB controller:
- allow disabling "root_mount_hold()" by setting "hw.usb.no_boot_wait" sysctl
Submitted by: hps
Approved by: re
Modified:
head/sys/dev/usb/contro
Author: alfred
Date: Thu Jul 30 00:16:50 2009
New Revision: 195966
URL: http://svn.freebsd.org/changeset/base/195966
Log:
USB CORE - compat Linux:
- Patch request from Tim Borgeaud:
- add automatic locking
- add refcount for killing URB's
Submitted by: hps
Approved by: re
Modified
Author: alfred
Date: Thu Jul 30 00:16:06 2009
New Revision: 195964
URL: http://svn.freebsd.org/changeset/base/195964
Log:
ULPT:
- add conditional printer status checking
- P4 ID: 166176
Submitted by: hps
Approved by: re
Modified:
head/sys/dev/usb/serial/ulpt.c
Modified: head/sys/
Author: alfred
Date: Thu Jul 30 00:15:50 2009
New Revision: 195963
URL: http://svn.freebsd.org/changeset/base/195963
Log:
USB core:
- add support for defragging of written device data.
- improve handling of alternate settings in device side mode.
- correct return value from usbd_get_no_alt
Author: alfred
Date: Thu Jul 30 00:15:17 2009
New Revision: 195962
URL: http://svn.freebsd.org/changeset/base/195962
Log:
USB serial:
- add new ID for Huawei
- P4 ID: 166150
PR: usb/136761
Submitted by: hps
Approved by: re
Modified:
head/share/man/man4/u3g.4
hea
Author: alfred
Date: Thu Jul 30 00:14:56 2009
New Revision: 195961
URL: http://svn.freebsd.org/changeset/base/195961
Log:
USB audio:
- code factoring patch from "Eygene Ryabinkin"
- P4 ID: 166149
Submitted by: hps
Approved by: re
Modified:
head/sys/dev/sound/usb/uaudio.c
Modified
Author: alfred
Date: Thu Jul 30 00:14:34 2009
New Revision: 195960
URL: http://svn.freebsd.org/changeset/base/195960
Log:
USB CORE:
- Add minimum polling support to drive UMASS
and UKBD in case of panic.
- Add extra check to ukbd probe to fix problem about
mouse devices attaching lik
Author: alfred
Date: Thu Jul 30 00:13:09 2009
New Revision: 195959
URL: http://svn.freebsd.org/changeset/base/195959
Log:
USB input
- add support for setting the UMS polling rate through -F option
passed to moused.
- requested by Alexander Best
Author: alfred
Date: Thu Jul 30 00:12:47 2009
New Revision: 195958
URL: http://svn.freebsd.org/changeset/base/195958
Log:
USB controller:
- patch from Alexander Motin
- add more ID's
- P4 ID: 165805
Submitted by: hps
Approved by: re
Modified:
Author: alfred
Date: Thu Jul 30 00:11:41 2009
New Revision: 195957
URL: http://svn.freebsd.org/changeset/base/195957
Log:
LibUSB v1.0:
- Significantly improve libusb10 support.
- Many minor issues fixed.
- P4 ID: 166189, 165853, 165991, 166052, 166069
Author: kib
Date: Wed Jul 29 19:38:33 2009
New Revision: 195949
URL: http://svn.freebsd.org/changeset/base/195949
Log:
Fix XEN build breakage, by implementing pmap_invalidate_cache_range()
and using it when appropriate. Merge analogue of the r195836
optimization to XEN.
Approved by: re
Author: jhb
Date: Wed Jul 29 19:07:24 2009
New Revision: 195947
URL: http://svn.freebsd.org/changeset/base/195947
Log:
Parse the System Resource Affinity Table ('SRAT') used to describe affinity
relationships between CPUs and memory.
Reviewed by: jkim
Approved by: re (kib)
MFC after
Author: ed
Date: Wed Jul 29 18:42:14 2009
New Revision: 195946
URL: http://svn.freebsd.org/changeset/base/195946
Log:
Free jilles@ from mentorship!
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
-
On Wed, 29 Jul 2009, Jamie Gritton wrote:
Hi,
let me add a few words.
Sam Leffler wrote:
Jamie Gritton wrote:
Author: jamie
Date: Wed Jul 29 16:41:02 2009
New Revision: 195944
URL: http://svn.freebsd.org/changeset/base/195944
Log:
Change the default value of the "ip4" and "ip6" jail param
Sam Leffler wrote:
Jamie Gritton wrote:
Author: jamie
Date: Wed Jul 29 16:41:02 2009
New Revision: 195944
URL: http://svn.freebsd.org/changeset/base/195944
Log:
Change the default value of the "ip4" and "ip6" jail parameters to
"disable", which only allows access to the parent/physical syst
Jamie Gritton wrote:
Author: jamie
Date: Wed Jul 29 16:41:02 2009
New Revision: 195944
URL: http://svn.freebsd.org/changeset/base/195944
Log:
Change the default value of the "ip4" and "ip6" jail parameters to
"disable", which only allows access to the parent/physical system's
IP addresses
Author: jamie
Date: Wed Jul 29 16:46:59 2009
New Revision: 195945
URL: http://svn.freebsd.org/changeset/base/195945
Log:
Don't allow mixing the "vnet" and "ip4/6" jail parameters, since vnet
jails have their own IP stack and don't have access to the parent IP
addresses anyway. Note that a v
Author: jamie
Date: Wed Jul 29 16:41:02 2009
New Revision: 195944
URL: http://svn.freebsd.org/changeset/base/195944
Log:
Change the default value of the "ip4" and "ip6" jail parameters to
"disable", which only allows access to the parent/physical system's
IP addresses when specifically direc
Author: rmacklem
Date: Wed Jul 29 14:50:31 2009
New Revision: 195943
URL: http://svn.freebsd.org/changeset/base/195943
Log:
Fix the experimental nfs client so that it only calls ncl_vinvalbuf()
for NFSv2 and not NFSv4 when nfscl_mustflush() returns 0. Since
nfscl_mustflush() only returns 0 w
Author: rmacklem
Date: Wed Jul 29 14:44:09 2009
New Revision: 195942
URL: http://svn.freebsd.org/changeset/base/195942
Log:
Delete the descriptions of the gssname and allgssname optionss from
mount_nfs.8 since these options are not implemented in FreeBSD8.
This is content change for the man
Author: delphij
Date: Wed Jul 29 09:20:32 2009
New Revision: 195941
URL: http://svn.freebsd.org/changeset/base/195941
Log:
Update less to v436. This is considered as a bugfix release from vendor.
Major changes from v429:
* Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
Author: kib
Date: Wed Jul 29 08:49:58 2009
New Revision: 195940
URL: http://svn.freebsd.org/changeset/base/195940
Log:
As was done in r195820 for amd64, use clflush for flushing cache lines
when memory page caching attributes changed, and CPU does not support
self-snoop, but implemented clfl
Author: rwatson
Date: Wed Jul 29 07:44:43 2009
New Revision: 195939
URL: http://svn.freebsd.org/changeset/base/195939
Log:
Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead
provide specific macros, AUDIT_ARG_UPATH1() and AUDIT_ARG_UPATH2()
to capture path information for aud
On Wed, 29 Jul 2009, Randall Stewart wrote:
Instead of using additional argument to the sctp_add_to_readq() function,
wouldn't it be sufficient to just check with mtx_owned(9) if the lock is
already held?
Hmm... I suppose one could go that way... but traditionally upper code as
told the low
28 matches
Mail list logo