Author: hselasky
Date: Wed Feb 13 08:20:29 2013
New Revision: 246752
URL: http://svnweb.freebsd.org/changeset/base/246752
Log:
Add specific supported revision of D-Link DWA-140 rev B1, B2.
Submitted by: PseudoCylon
MFC after:1 week
Modified:
head/share/man/man4/run.4
Modified: hea
Author: hselasky
Date: Wed Feb 13 08:28:27 2013
New Revision: 246753
URL: http://svnweb.freebsd.org/changeset/base/246753
Log:
Add new USB ID to FTDI driver.
MFC after:1 week
PR: kern/175893
Submitted by: Tomek
Modified:
head/sys/dev/usb/serial/uftdi.c
head/sys/dev/us
On Tue, 12 Feb 2013 08:32:23 -0600
Nathan Whitehorn wrote:
> A related question to these commits: are EABI binaries incompatible
> with systems built for OABI? And vice versa? If so, should we mint a
> new MACHINE_ARCH for ARM EABI (or OABI, I guess)? The usual
> implication of sharing a uname -p
Author: pluknet
Date: Wed Feb 13 10:16:58 2013
New Revision: 246757
URL: http://svnweb.freebsd.org/changeset/base/246757
Log:
MFC r246412:
Prezero the acl structure which is to be copied to usermode, to avoid
leakage of the previous content of padding and unitialized fields.
Modified:
Author: pluknet
Date: Wed Feb 13 10:18:26 2013
New Revision: 246758
URL: http://svnweb.freebsd.org/changeset/base/246758
Log:
MFC r246412:
Prezero the acl structure which is to be copied to usermode, to avoid
leakage of the previous content of padding and unitialized fields.
Modified:
Author: hselasky
Date: Wed Feb 13 12:35:17 2013
New Revision: 246759
URL: http://svnweb.freebsd.org/changeset/base/246759
Log:
Resolve a LOR after r246616. Protect control requests using the USB device
enumeration lock. Make sure all callers of usbd_enum_lock() check the return
value. Remove
On 02/13/13 03:25, Andrew Turner wrote:
> On Tue, 12 Feb 2013 08:32:23 -0600
> Nathan Whitehorn wrote:
>
>> A related question to these commits: are EABI binaries incompatible
>> with systems built for OABI? And vice versa? If so, should we mint a
>> new MACHINE_ARCH for ARM EABI (or OABI, I gues
Author: kib
Date: Wed Feb 13 13:55:54 2013
New Revision: 246760
URL: http://svnweb.freebsd.org/changeset/base/246760
Log:
MFC r246116:
Reduce default shift used to calculate the max frequency for the TSC
timecounter to 1, and correspondingly increase the precision of the
gettimeofday(2) an
On Wed, Feb 13, 2013 at 10:25:46PM +1300, Andrew Turner wrote:
> On Tue, 12 Feb 2013 08:32:23 -0600
> Nathan Whitehorn wrote:
>
> > A related question to these commits: are EABI binaries incompatible
> > with systems built for OABI? And vice versa? If so, should we mint a
> > new MACHINE_ARCH for
Author: ian
Date: Wed Feb 13 15:09:16 2013
New Revision: 246763
URL: http://svnweb.freebsd.org/changeset/base/246763
Log:
Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero
now disables read-ahead. It used to effectively restore the system default
readahead huerist
Author: ian
Date: Wed Feb 13 15:13:47 2013
New Revision: 246764
URL: http://svnweb.freebsd.org/changeset/base/246764
Log:
Add a dependency so that when compiling in a static dtb, the kernel gets
re-linked after changing the .dts source.
Reviewed by: cognet, arm@
Modified:
head/sys/con
Author: hselasky
Date: Wed Feb 13 15:43:15 2013
New Revision: 246765
URL: http://svnweb.freebsd.org/changeset/base/246765
Log:
Remove unused variable.
MFC after:1 week
Modified:
head/sys/dev/usb/wlan/if_upgt.c
head/sys/dev/usb/wlan/if_upgtvar.h
Modified: head/sys/dev/usb/wlan/if_u
Author: zeising (doc,ports committer)
Date: Wed Feb 13 15:46:33 2013
New Revision: 246766
URL: http://svnweb.freebsd.org/changeset/base/246766
Log:
Add strchrnul(), a GNU function similar to strchr(), except that it returns
a pointer to the end of the string, rather than NULL, if the character
On Tuesday, February 12, 2013 2:43:32 am Hans Petter Selasky wrote:
> On Monday 11 February 2013 17:33:02 John Baldwin wrote:
> > On Sunday, February 10, 2013 5:36:17 am Hans Petter Selasky wrote:
> > > Author: hselasky
> > > Date: Sun Feb 10 10:36:16 2013
> > > New Revision: 246614
> > > URL: http
Hi,
On Wednesday 13 February 2013 16:53:02 John Baldwin wrote:
> You shouldn't call routines that can drain like if_detach() or
> destroy_dev() or the like while holding any mutexes period. I think you
> need a 0) step which is "detach external consumers" including cdev's
> (destroy_dev()) and i
On Wed, Feb 13, 2013 at 10:09 AM, Ian Lepore wrote:
> Author: ian
> Date: Wed Feb 13 15:09:16 2013
> New Revision: 246763
> URL: http://svnweb.freebsd.org/changeset/base/246763
>
> Modified: head/lib/libc/sys/fcntl.2
>
>
Author: delphij
Date: Wed Feb 13 17:30:54 2013
New Revision: 246768
URL: http://svnweb.freebsd.org/changeset/base/246768
Log:
Restore De Bruijn algorithm for sparc64 where the compiler rely on a
library function for __builtin_c?z.
Tested by:Michael Moll
Modified:
head/sys/cddl/con
On Wed, 2013-02-13 at 11:24 -0500, Benjamin Kaduk wrote:
> On Wed, Feb 13, 2013 at 10:09 AM, Ian Lepore wrote:
>
> > Author: ian
> > Date: Wed Feb 13 15:09:16 2013
> > New Revision: 246763
> > URL: http://svnweb.freebsd.org/changeset/base/246763
> >
> > Modified: head/lib/libc/sys/fcntl.2
> >
> >
On Wed, 13 Feb 2013 16:00:06 +0200
Konstantin Belousov wrote:
> On Wed, Feb 13, 2013 at 10:25:46PM +1300, Andrew Turner wrote:
> > On Tue, 12 Feb 2013 08:32:23 -0600
> > Nathan Whitehorn wrote:
> >
> > > A related question to these commits: are EABI binaries
> > > incompatible with systems buil
On Wed, Feb 13, 2013 at 03:46:33PM +, Niclas Zeising wrote:
> Author: zeising (doc,ports committer)
> Date: Wed Feb 13 15:46:33 2013
> New Revision: 246766
> URL: http://svnweb.freebsd.org/changeset/base/246766
>
> Log:
> Add strchrnul(), a GNU function similar to strchr(), except that it re
On Wednesday, February 13, 2013 11:04:58 am Hans Petter Selasky wrote:
> Hi,
>
> On Wednesday 13 February 2013 16:53:02 John Baldwin wrote:
> > You shouldn't call routines that can drain like if_detach() or
> > destroy_dev() or the like while holding any mutexes period. I think you
> > need a 0)
On Mon, Feb 11, 2013 at 01:59:57PM +, Martin Matuska wrote:
> Author: mm
> Date: Mon Feb 11 13:59:57 2013
> New Revision: 246675
> URL: http://svnweb.freebsd.org/changeset/base/246675
>
> Log:
> MFV r246394:
> Add tunable to allow block allocation on degraded vdevs.
>
> Illumos ZFS is
Author: jkim
Date: Wed Feb 13 22:15:56 2013
New Revision: 246769
URL: http://svnweb.freebsd.org/changeset/base/246769
Log:
Import OpenSSL 1.0.1e.
Approved by: secteam (delphij, simon), benl (silence)
Added:
vendor-crypto/openssl/dist/crypto/evp/evp_cnf.c (contents, props changed)
ve
Author: jkim
Date: Wed Feb 13 22:17:05 2013
New Revision: 246770
URL: http://svnweb.freebsd.org/changeset/base/246770
Log:
Tag OpenSSL 1.0.1e.
Added:
vendor-crypto/openssl/1.0.1e/
- copied from r246769, vendor-crypto/openssl/dist/
___
svn-src-a
Author: jkim
Date: Wed Feb 13 22:38:20 2013
New Revision: 246771
URL: http://svnweb.freebsd.org/changeset/base/246771
Log:
Change "the the" to "the". It is a continuation of r226436 and missed in
r237658.
Approved by: benl (maintainer, implicit)
Modified:
head/crypto/openssl/doc/app
Author: mm
Date: Wed Feb 13 23:11:25 2013
New Revision: 246773
URL: http://svnweb.freebsd.org/changeset/base/246773
Log:
Change vfs.zfs.write_to_degraded from CTLFLAG_RW to CTLFLAG_RWTUN
Suggested by: pjd
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c
Modified:
On 13.2.2013 23:08, Pawel Jakub Dawidek wrote:
> On Mon, Feb 11, 2013 at 01:59:57PM +, Martin Matuska wrote:
>> Author: mm
>> Date: Mon Feb 11 13:59:57 2013
>> New Revision: 246675
>> URL: http://svnweb.freebsd.org/changeset/base/246675
>>
>> Log:
>> MFV r246394:
>> Add tunable to allow blo
Author: neel
Date: Wed Feb 13 23:22:17 2013
New Revision: 246774
URL: http://svnweb.freebsd.org/changeset/base/246774
Log:
Requests for invalid CPUID leaves should map to the highest known leaf
instead.
Reviewed by: grehan
Obtained from:NetApp
Modified:
head/sys/amd64/vmm/x86
Author: kib
Date: Wed Feb 13 23:25:11 2013
New Revision: 246775
URL: http://svnweb.freebsd.org/changeset/base/246775
Log:
MFC r246117:
Rework the __vdso_* symbols attributes to only make the symbols weak,
but use normal references instead of weak. This makes the statically
linked binaries
Author: delphij
Date: Thu Feb 14 01:01:53 2013
New Revision: 246778
URL: http://svnweb.freebsd.org/changeset/base/246778
Log:
Use static for all functions that do not need to be exported.
MFC after:2 weeks
Modified:
head/usr.sbin/nfsd/nfsd.c
Modified: head/usr.sbin/nfsd/nfsd.c
=
Author: delphij
Date: Thu Feb 14 01:25:14 2013
New Revision: 246780
URL: http://svnweb.freebsd.org/changeset/base/246780
Log:
Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when the
proposed value is too high and DEFNFSDCNT when proposed value is too low.
MFC after:2
Author: delphij
Date: Thu Feb 14 02:00:41 2013
New Revision: 246781
URL: http://svnweb.freebsd.org/changeset/base/246781
Log:
Simplify r243637 and make sure that nfsdargs.{min,max}threads are always set
to meaningful value:
- When nfsdcnt is set, it dictates all values;
- Otherwise, n
32 matches
Mail list logo