Ian Lepore написав(ла):
>Author: ian
>Date: Wed Aug 21 04:08:58 2013
>New Revision: 254590
>URL: http://svnweb.freebsd.org/changeset/base/254590
>
>Log:
> Use an if/else sequence rather than unrelated if statements, so that a
>device compatible with multiple drivers matches the more specific
>driv
Author: ian
Date: Wed Aug 21 04:49:58 2013
New Revision: 254593
URL: http://svnweb.freebsd.org/changeset/base/254593
Log:
Make the noop clock successfully do nothing, because doing nothing and
returning an error status (which the NULL method pointers caused) isn't
nearly as useful.
Modified
Author: ian
Date: Wed Aug 21 04:20:17 2013
New Revision: 254592
URL: http://svnweb.freebsd.org/changeset/base/254592
Log:
Define the uart clocks so that they can be en/disabled at runtime.
Modified:
head/sys/arm/ti/am335x/am335x_prcm.c
head/sys/arm/ti/ti_prcm.h
Modified: head/sys/arm/ti/am
Author: gibbs
Date: Wed Aug 21 04:10:24 2013
New Revision: 254591
URL: http://svnweb.freebsd.org/changeset/base/254591
Log:
Enhance the ZFS vdev layer to maintain both a logical and a physical
minimum allocation size for devices. Use this information to
automatically increase ZFS's minimum
Author: ian
Date: Wed Aug 21 04:08:58 2013
New Revision: 254590
URL: http://svnweb.freebsd.org/changeset/base/254590
Log:
Use an if/else sequence rather than unrelated if statements, so that a
device compatible with multiple drivers matches the more specific driver
first and doesn't overwrit
Author: ian
Date: Wed Aug 21 04:05:06 2013
New Revision: 254589
URL: http://svnweb.freebsd.org/changeset/base/254589
Log:
Check for generic ns16550 after all other types. A device may be compatible
with 16550 but also have a more specific/capable driver earlier in the list.
Modified:
head/
Author: delphij
Date: Wed Aug 21 00:04:31 2013
New Revision: 254587
URL: http://svnweb.freebsd.org/changeset/base/254587
Log:
MFV r254421:
Illumos ZFS issues:
3996 want a libzfs_core API to rollback to latest snapshot
Modified:
head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_d
Author: delphij
Date: Tue Aug 20 22:31:13 2013
New Revision: 254585
URL: http://svnweb.freebsd.org/changeset/base/254585
Log:
MFV r254220:
Illumos ZFS issues:
4039 zfs_rename()/zfs_link() needs stronger test for XDEV
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_v
On Aug 13, 2013, at 8:59 AM, Attilio Rao wrote:
> On Tue, Aug 13, 2013 at 4:22 PM, Ulrich Spörlein wrote:
>> On Fri, 2013-08-09 at 11:11:12 +, Attilio Rao wrote:
>>> Author: attilio
>>> Date: Fri Aug 9 11:11:11 2013
>>> New Revision: 254138
>>> URL: http://svnweb.freebsd.org/changeset/base/
Author: dim
Date: Tue Aug 20 20:51:32 2013
New Revision: 254582
URL: http://svnweb.freebsd.org/changeset/base/254582
Log:
Pull in r182983 from upstream clang trunk:
Fix handling of braced-init-list as reference initializer within
aggregate initialization. Previously we would incorrect
Author: dim
Date: Tue Aug 20 20:46:29 2013
New Revision: 254581
URL: http://svnweb.freebsd.org/changeset/base/254581
Log:
Pull in r188716 from upstream clang trunk:
PR16727: don't try to evaluate a potentially value-dependent
expression when checking for missing parens in &&/|| expres
Author: andrew
Date: Tue Aug 20 20:40:20 2013
New Revision: 254580
URL: http://svnweb.freebsd.org/changeset/base/254580
Log:
Enable VFP on ARMADA XP.
Modified:
head/sys/arm/conf/ARMADAXP
Modified: head/sys/arm/conf/ARMADAXP
Author: bryanv
Date: Tue Aug 20 19:17:01 2013
New Revision: 254579
URL: http://svnweb.freebsd.org/changeset/base/254579
Log:
MFC r254457
Do not use potentially stale thread in kthread_add()
When an existing process is provided, the thread selected to use
to initialize the new thre
Author: bryanv
Date: Tue Aug 20 19:13:13 2013
New Revision: 254578
URL: http://svnweb.freebsd.org/changeset/base/254578
Log:
MFC r254457
Do not use potentially stale thread in kthread_add()
When an existing process is provided, the thread selected to use
to initialize the new thre
Author: np
Date: Tue Aug 20 18:22:04 2013
New Revision: 254577
URL: http://svnweb.freebsd.org/changeset/base/254577
Log:
Display P/N information in the description.
Submitted by: gnn
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
===
On Tue, Aug 20, 2013 at 7:42 PM, Andre Oppermann wrote:
> On 19.08.2013 19:37, Navdeep Parhar wrote:
>>
>> On 08/19/13 06:56, Andre Oppermann wrote:
>>>
>>> Author: andre
>>> Date: Mon Aug 19 13:56:14 2013
>>> New Revision: 254524
>>> URL: http://svnweb.freebsd.org/changeset/base/254524
>>>
>>> Lo
Author: jhb
Date: Tue Aug 20 18:08:06 2013
New Revision: 254576
URL: http://svnweb.freebsd.org/changeset/base/254576
Log:
Stop an ipoib interface before detaching it.
PR: kern/181225
Submitted by: Shahar Klein
Obtained from:Mellanox
MFC after:1 week
Modified:
On 19.08.2013 19:37, Navdeep Parhar wrote:
On 08/19/13 06:56, Andre Oppermann wrote:
Author: andre
Date: Mon Aug 19 13:56:14 2013
New Revision: 254524
URL: http://svnweb.freebsd.org/changeset/base/254524
Log:
Add four additional M_PROTOFLAGS[9-12] for protocol specific use.
Discussed wit
Author: jfv
Date: Tue Aug 20 17:50:30 2013
New Revision: 254573
URL: http://svnweb.freebsd.org/changeset/base/254573
Log:
MFC r254008,254262: Improve the MSIX setup logic, making sure the requested
number of vectors are actually obtained, and if not cleaning up before falling
back to MSI. A
Author: hselasky
Date: Tue Aug 20 16:21:05 2013
New Revision: 254572
URL: http://svnweb.freebsd.org/changeset/base/254572
Log:
Force keyboards which don't have the required
HID fields to use the USB BOOT protocol for now.
PR: usb/181425
Submitted by: Andrey Zholos
MFC after
Author: bz
Date: Tue Aug 20 14:59:31 2013
New Revision: 254571
URL: http://svnweb.freebsd.org/changeset/base/254571
Log:
Correct a typo in the event mask mnemonic.
Reviewed by: gnn
MFC after:3 days
Modified:
head/sys/dev/hwpmc/pmc_events.h
Modified: head/sys/dev/hwpmc/pmc_events.
Author: bz
Date: Tue Aug 20 14:37:06 2013
New Revision: 254570
URL: http://svnweb.freebsd.org/changeset/base/254570
Log:
Catch up with various changes to if_data and make this compile again
on HEAD. Seems to be one of the the only tools giving us access to
ifi_baudrate and ifi_baudrate_pf v
Author: bz
Date: Tue Aug 20 14:35:17 2013
New Revision: 254569
URL: http://svnweb.freebsd.org/changeset/base/254569
Log:
After r241616 properly export ifi_baudrate_pf in the 32bit compat case.
MFC after:3 days
Modified:
head/sys/net/rtsock.c
Modified: head/sys/net/rtsock.c
=
Author: emaste
Date: Tue Aug 20 14:29:43 2013
New Revision: 254568
URL: http://svnweb.freebsd.org/changeset/base/254568
Log:
MFC r250342, r251495:
Add libusb_get_port_path wrapper
This follows the libusbx API reference at
http://libusbx.sourceforge.net/api-1.0/group__dev.html
Author: emaste
Date: Tue Aug 20 14:25:44 2013
New Revision: 254567
URL: http://svnweb.freebsd.org/changeset/base/254567
Log:
MFC r250335: Constify libusb_get_pollfds return
The correct return type, per our libusb(3) man page and the libusb.org
and libusbx projects (whose interface we
Author: emaste
Date: Tue Aug 20 14:19:00 2013
New Revision: 254566
URL: http://svnweb.freebsd.org/changeset/base/254566
Log:
MFC r250201 from hselasky:
Add new USB API to get the port path of a USB device.
Modified:
stable/9/lib/libusb/Makefile
stable/9/lib/libusb/libusb20.3
stable
Author: cy
Date: Tue Aug 20 13:55:49 2013
New Revision: 254565
URL: http://svnweb.freebsd.org/changeset/base/254565
Log:
Tag the revert of IP-Filter 5.1.2 licence to the old licence currently used
under FreeBSD.
Approved by: Darren Reed (IP-Filter author)
glebius (mentor
On Monday, August 19, 2013 4:14:45 pm Mark Johnston wrote:
> On Mon, Aug 19, 2013 at 03:42:30PM -0400, John Baldwin wrote:
> > On Friday, August 16, 2013 1:41:31 pm Mark Johnston wrote:
> > > On Fri, Aug 16, 2013 at 07:13:16PM +0200, Davide Italiano wrote:
> > > > [trim old mails]
> > > >
> > > >
Author: cy
Date: Tue Aug 20 13:50:36 2013
New Revision: 254564
URL: http://svnweb.freebsd.org/changeset/base/254564
Log:
Tag authorization to use IP-Filter under old license.
Tag additional kernel sources from IP-Filter 5.1.2 tarball.
Approved by: glebius
Added:
vendor-sys/ipfilter
Author: cy
Date: Tue Aug 20 13:38:40 2013
New Revision: 254563
URL: http://svnweb.freebsd.org/changeset/base/254563
Log:
Tag authorization to use IP-Filter under old license.
Approved by: glebius (mentor)
Added:
vendor/ipfilter/5.1.2/IPFILTER.LICENCE.FreeBSD
- copied unchanged from
Author: cy
Date: Tue Aug 20 13:24:44 2013
New Revision: 254562
URL: http://svnweb.freebsd.org/changeset/base/254562
Log:
Add kernel sources from IP-Filter 5.1.2 to vendor-sys/ branch.
Approved by: glebius (mentor)
Added:
vendor-sys/ipfilter/dist/netinet/ip_dstlist.c (contents, props c
Author: cy
Date: Tue Aug 20 13:22:21 2013
New Revision: 254561
URL: http://svnweb.freebsd.org/changeset/base/254561
Log:
Revert to the previous IP-Filter license which was inadvertently overwritten
by the new GPL license for IP-Filter.
`
Document the FreeBSD use of IP-FIlter under the prev
Author: cy
Date: Tue Aug 20 13:19:35 2013
New Revision: 254560
URL: http://svnweb.freebsd.org/changeset/base/254560
Log:
Document the FreeBSD use of IP-FIlter under the previously existing non-GPL
license.
Approved by: Darren Reed (IP-Filter author)
glebius (mentor)
Add
Author: ian
Date: Tue Aug 20 12:33:35 2013
New Revision: 254559
URL: http://svnweb.freebsd.org/changeset/base/254559
Log:
Make the standard sdhci(4) driver work for the TI OMAP family SoCs.
The MMCHS hardware is pretty much a standard SDHCI v2.0 controller with a
couple quirks, which are now
Author: pho
Date: Tue Aug 20 11:06:56 2013
New Revision: 254558
URL: http://svnweb.freebsd.org/changeset/base/254558
Log:
Added sysctl to turn off calls to vmem_check().
Sponsored by: EMC / Isilon storage division
Discussed with:jeff
Modified:
head/sys/kern/subr_vmem.c
Modifie
Author: hselasky
Date: Tue Aug 20 07:40:40 2013
New Revision: 254556
URL: http://svnweb.freebsd.org/changeset/base/254556
Log:
MFC r254243:
- Try to fix build of 32-bit compatibility USB support for FreeBSD and
Linux targets without breaking the existing IOCTL API.
- Remove some not-
Author: hselasky
Date: Tue Aug 20 07:28:24 2013
New Revision: 254555
URL: http://svnweb.freebsd.org/changeset/base/254555
Log:
MFC r254243:
- Try to fix build of 32-bit compatibility USB support for FreeBSD and
Linux targets without breaking the existing IOCTL API.
- Remove some not-n
Author: des
Date: Tue Aug 20 07:22:20 2013
New Revision: 254554
URL: http://svnweb.freebsd.org/changeset/base/254554
Log:
MFH (r254278): fix relative symlinks
Modified:
stable/9/crypto/openssh/sftp.c
Directory Properties:
stable/9/crypto/openssh/ (props changed)
Modified: stable/9/crypto
Author: des
Date: Tue Aug 20 07:19:58 2013
New Revision: 254553
URL: http://svnweb.freebsd.org/changeset/base/254553
Log:
Fix the zeroing loop. I must have been drunk when I wrote this...
MFC after:3 days
Modified:
head/sbin/fsck_ffs/fsutil.c
Modified: head/sbin/fsck_ffs/fsutil.c
=
Author: hselasky
Date: Tue Aug 20 07:15:16 2013
New Revision: 254552
URL: http://svnweb.freebsd.org/changeset/base/254552
Log:
MFC r254238:
Correct an EHCI register write.
Reported by:aseem.jo...@gmail.com
Modified:
stable/8/sys/dev/usb/controller/ehci.c
Directory Properties:
sta
Author: hselasky
Date: Tue Aug 20 07:13:01 2013
New Revision: 254551
URL: http://svnweb.freebsd.org/changeset/base/254551
Log:
MFC r254238:
Correct an EHCI register write.
Reported by:aseem.jo...@gmail.com
Modified:
stable/9/sys/dev/usb/controller/ehci.c
Directory Properties:
sta
Author: kib
Date: Tue Aug 20 07:11:53 2013
New Revision: 254550
URL: http://svnweb.freebsd.org/changeset/base/254550
Log:
MFC r253967:
Wait for the doomed vnode to be detached from the tmpfs
node if sleepable allocation is requested.
Modified:
stable/9/sys/fs/tmpfs/tmpfs.h
stable/9/sys/
42 matches
Mail list logo