One minor interjection and I'll butt out of the discussion...
Sent from my iPhone
On Jul 6, 2013, at 7:26 PM, Bruce Evans wrote:
> On Sat, 6 Jul 2013, Jilles Tjoelker wrote:
>
>> On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote:
>>> On Thu, Jul 04, 2013 at 11:44:28AM +1000,
Thanks for this and the other commits, Oleksandr! Much appreciated.
Looking forward to giving it a spin on my BeagleBones Black!
On Sat, Jul 6, 2013 at 9:22 PM, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Sun Jul 7 04:22:08 2013
> New Revision: 252913
> URL: http://svnweb.freebsd.org/ch
On 2013-07-06, at 9:18 PM, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Sun Jul 7 04:18:35 2013
> New Revision: 252912
> URL: http://svnweb.freebsd.org/changeset/base/252912
>
> Log:
> - Add initial host mode support for Mentor Graphics USB OTG controller
> - Sync musb_otg_atmelarm wi
Author: gonzo
Date: Sun Jul 7 04:24:38 2013
New Revision: 252915
URL: http://svnweb.freebsd.org/changeset/base/252915
Log:
- Add USFS driver as an example of device mode for AM335x-based devices
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified: head/sys/arm/conf/BEAGLEBONE
==
Author: gonzo
Date: Sun Jul 7 04:23:29 2013
New Revision: 252914
URL: http://svnweb.freebsd.org/changeset/base/252914
Log:
- Add musb node to shared dtsi and proper pin configuratin for every
AM553x-based device
Modified:
head/sys/boot/fdt/dts/am335x-evm.dts
head/sys/boot/fdt/dts/am3
Author: gonzo
Date: Sun Jul 7 04:22:08 2013
New Revision: 252913
URL: http://svnweb.freebsd.org/changeset/base/252913
Log:
- Add USBSS driver for AM335x SoC. Driver is a wrapper around Mentors Graphic
USB OTG core.
Added:
head/sys/arm/ti/am335x/am335x_usbss.c (contents, props changed)
Author: gonzo
Date: Sun Jul 7 04:18:35 2013
New Revision: 252912
URL: http://svnweb.freebsd.org/changeset/base/252912
Log:
- Add initial host mode support for Mentor Graphics USB OTG controller
- Sync musb_otg_atmelarm with new core logic API
Modified:
head/sys/dev/usb/controller/musb_otg.
On Sat, 6 Jul 2013, Jilles Tjoelker wrote:
On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote:
On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote:
Many style bugs are visible in this patch:
[...]
- sysexits.h is used
[...]
Bruce, until sysexits(3) doesn't explic
Author: pfg
Date: Sun Jul 7 01:32:52 2013
New Revision: 252907
URL: http://svnweb.freebsd.org/changeset/base/252907
Log:
Fix some typos.
MFC after:1 week
Modified:
head/sys/fs/ext2fs/ext2_htree.c
Modified: head/sys/fs/ext2fs/ext2_htree.c
Author: pfg
Date: Sun Jul 7 01:12:29 2013
New Revision: 252906
URL: http://svnweb.freebsd.org/changeset/base/252906
Log:
Add files related to ext2 HTree implementation
These should've been added along with r252890
Reported by: gonzo
PointyHat:pfg
MFC after:1 week
Modifie
On Sat, Jul 06, 2013 at 09:51:08PM +0200, Jilles Tjoelker wrote:
> [...] Firstly, in some application areas like mail delivery, it is
> conventional and documented to use and interpret sysexits codes. (So if
> HAST uses sysexits, it should document that fact.) [...]
The hastd daemon checks for EX_
Author: markj
Date: Sat Jul 6 20:31:22 2013
New Revision: 252895
URL: http://svnweb.freebsd.org/changeset/base/252895
Log:
Add a man page for the SDT_* macros, which can be used to define new static
DTrace probes and providers in kernel code.
MFC after:1 week
Added:
head/share/man
Author: markj
Date: Sat Jul 6 20:21:35 2013
New Revision: 252894
URL: http://svnweb.freebsd.org/changeset/base/252894
Log:
Add SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0.
MFC after:1 week
Modified:
head/sys/sys/sdt.h
Modified: head/sys/sys/sdt.h
=
Author: netchild
Date: Sat Jul 6 19:59:06 2013
New Revision: 252892
URL: http://svnweb.freebsd.org/changeset/base/252892
Log:
- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and
apply diff to compat/linux versions).
- The cp implies an update of videodev2.h to the
On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote:
> On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote:
> > Many style bugs are visible in this patch:
> [...]
> > - sysexits.h is used
> [...]
> Bruce, until sysexits(3) doesn't explicitly say it shouldn't be used,
> plea
On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote:
> Many style bugs are visible in this patch:
[...]
> - sysexits.h is used
[...]
Bruce, until sysexits(3) doesn't explicitly say it shouldn't be used,
please stop calling this a bug, because you are just confusing people.
At this point sy
Author: pfg
Date: Sat Jul 6 18:28:06 2013
New Revision: 252890
URL: http://svnweb.freebsd.org/changeset/base/252890
Log:
Initial implementation of the HTree directory index.
This is a port of NetBSD's GSoC 2012 Ext3 HTree directory indexing
by Vyacheslav Matyushin. It was cleaned up and
On 2013-Jun-29 15:31:24 +, Tim Kientzle wrote:
>Log:
> Enable svnlite on armv6.
This breaks building world with gcc on Raspberry Pi:
gcc -O -pipe
-I/tank/src10r/usr.bin/svn/svn/../../../contrib/subversion/subversion/include
-I/tank/src10r/usr.bin/svn/svn/../../../contrib/subversion/subve
Author: delphij
Date: Sat Jul 6 08:30:45 2013
New Revision: 252869
URL: http://svnweb.freebsd.org/changeset/base/252869
Log:
Update driver with recent vendor improvements, most notably support
of Skyhawk adapters.
Many thanks to Emulex for their continued support of FreeBSD.
Submitt
Author: delphij
Date: Sat Jul 6 07:49:41 2013
New Revision: 252867
URL: http://svnweb.freebsd.org/changeset/base/252867
Log:
Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.
This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.
Many thanks to HighPoint for p
20 matches
Mail list logo