svn commit: r227726 - head/sys/boot/i386/loader

2011-11-19 Thread Martin Wilke
Author: miwi
Date: Sat Nov 19 14:42:06 2011
New Revision: 227726
URL: http://svn.freebsd.org/changeset/base/227726

Log:
  - Whitespaces fixed only
  
  Approved by:  rwatson (mentor)

Modified:
  head/sys/boot/i386/loader/Makefile

Modified: head/sys/boot/i386/loader/Makefile
==
--- head/sys/boot/i386/loader/Makefile  Sat Nov 19 14:33:14 2011
(r227725)
+++ head/sys/boot/i386/loader/Makefile  Sat Nov 19 14:42:06 2011
(r227726)
@@ -56,7 +56,7 @@ CFLAGS+=  -DLOADER_GZIP_SUPPORT
 CFLAGS+=   -DLOADER_GPT_SUPPORT
 .endif
 
-# Always add MI sources 
+# Always add MI sources
 .PATH: ${.CURDIR}/../../common
 .include   "${.CURDIR}/../../common/Makefile.inc"
 CFLAGS+=   -I${.CURDIR}/../../common
@@ -101,7 +101,7 @@ FILES=  ${LOADER}
 FILESMODE_${LOADER}= ${BINMODE} -b
 
 .if !defined(LOADER_ONLY)
-.PATH: ${.CURDIR}/../../forth 
+.PATH: ${.CURDIR}/../../forth
 FILES+=loader.help loader.4th support.4th loader.conf
 FILES+= screen.4th frames.4th beastie.4th
 FILES+= brand.4th check-password.4th color.4th delay.4th
@@ -117,7 +117,7 @@ FILES+= menu.rc
 .endif
 
 # XXX crt0.o needs to be first for pxeboot(8) to work
-OBJS=  ${BTXCRT} 
+OBJS=  ${BTXCRT}
 
 DPADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
 LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227727 - head/sys/boot/forth

2011-11-19 Thread Martin Wilke
Author: miwi
Date: Sat Nov 19 14:44:29 2011
New Revision: 227727
URL: http://svn.freebsd.org/changeset/base/227727

Log:
  - Add new loader_logo orbbw to default.conf
  
  PR:   162608
  Submitted by: manolis
  Approved by:  rwatson (mentor)
  MFC after:3 Days

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==
--- head/sys/boot/forth/loader.conf Sat Nov 19 14:42:06 2011
(r227726)
+++ head/sys/boot/forth/loader.conf Sat Nov 19 14:44:29 2011
(r227727)
@@ -47,7 +47,7 @@ bitmap_type="splash_image_data" # and pl
# escape to the loader prompt, set to
# "NO" to disable autobooting
 #beastie_disable="NO"  # Turn the beastie boot menu on and off
-#loader_logo="fbsdbw"  # Desired logo: fbsdbw, beastiebw, beastie, none
+#loader_logo="orbbw"   # Desired logo: orbbw, orb, fbsdbw, beastiebw, 
beastie, none
 #comconsole_speed="9600"   # Set the current serial console speed
 #console="vidconsole"  # A comma separated list of console(s)
 #currdev="disk1s1a"# Set the current device
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r227750 - head/share/man/man4

2011-11-20 Thread Martin Wilke
Author: miwi
Date: Sun Nov 20 12:18:21 2011
New Revision: 227750
URL: http://svn.freebsd.org/changeset/base/227750

Log:
  - Add missing usb and ucom devices
  
  PR:   usb/160301
  Submitted by: Garrett Cooper 
  Reviewed by:  hselasky
  Approved by:  hselasky, rwatson (mentor)
  MFC after:3 Days

Modified:
  head/share/man/man4/u3g.4
  head/share/man/man4/uark.4
  head/share/man/man4/ubsa.4
  head/share/man/man4/ubser.4
  head/share/man/man4/uchcom.4
  head/share/man/man4/ucycom.4
  head/share/man/man4/ufoma.4
  head/share/man/man4/uftdi.4
  head/share/man/man4/uipaq.4
  head/share/man/man4/umcs.4
  head/share/man/man4/umct.4
  head/share/man/man4/umodem.4
  head/share/man/man4/uplcom.4
  head/share/man/man4/uslcom.4
  head/share/man/man4/uvisor.4
  head/share/man/man4/uvscom.4

Modified: head/share/man/man4/u3g.4
==
--- head/share/man/man4/u3g.4   Sun Nov 20 08:36:18 2011(r227749)
+++ head/share/man/man4/u3g.4   Sun Nov 20 12:18:21 2011(r227750)
@@ -18,7 +18,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 7, 2008
+.Dd November 20, 2011
 .Dt U3G 4
 .Os
 .Sh NAME
@@ -29,6 +29,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device u3g"
 .Ed
 .Pp

Modified: head/share/man/man4/uark.4
==
--- head/share/man/man4/uark.4  Sun Nov 20 08:36:18 2011(r227749)
+++ head/share/man/man4/uark.4  Sun Nov 20 12:18:21 2011(r227750)
@@ -16,7 +16,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 15, 2006
+.Dd November 20, 2011
 .Dt UARK 4
 .Os
 .Sh NAME
@@ -27,6 +27,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uark"
 .Ed
 .Pp

Modified: head/share/man/man4/ubsa.4
==
--- head/share/man/man4/ubsa.4  Sun Nov 20 08:36:18 2011(r227749)
+++ head/share/man/man4/ubsa.4  Sun Nov 20 12:18:21 2011(r227750)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 28, 2008
+.Dd November 20, 2011
 .Dt UBSA 4
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ubsa"
 .Ed
 .Pp

Modified: head/share/man/man4/ubser.4
==
--- head/share/man/man4/ubser.4 Sun Nov 20 08:36:18 2011(r227749)
+++ head/share/man/man4/ubser.4 Sun Nov 20 12:18:21 2011(r227750)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UBSER 4
 .Os
 .Sh NAME
@@ -39,6 +39,8 @@ To compile this driver into the kernel,
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ubser"
 .Ed
 .Pp

Modified: head/share/man/man4/uchcom.4
==
--- head/share/man/man4/uchcom.4Sun Nov 20 08:36:18 2011
(r227749)
+++ head/share/man/man4/uchcom.4Sun Nov 20 12:18:21 2011
(r227750)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 18, 2009
+.Dd November 20, 2011
 .Dt UCHCOM 4
 .Os
 .Sh NAME
@@ -40,6 +40,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uchcom"
 .Ed
 .Pp

Modified: head/share/man/man4/ucycom.4
==
--- head/share/man/man4/ucycom.4Sun Nov 20 08:36:18 2011
(r227749)
+++ head/share/man/man4/ucycom.4Sun Nov 20 12:18:21 2011
(r227750)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UCYCOM 4
 .Os
 .Sh NAME
@@ -38,6 +38,8 @@ To compile this driver into the kernel,
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device ucycom"
 .Ed
 .Pp

Modified: head/share/man/man4/ufoma.4
==
--- head/share/man/man4/ufoma.4 Sun Nov 20 08:36:18 2011(r227749)
+++ head/share/man/man4/ufoma.4 Sun Nov 20 12:18:21 2011(r227750)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2006
+.Dd November 20, 2011
 .Dt UFOMA 4
 .Os
 .Sh NAME
@@ -38,6 +38,8 @@ To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
+.Cd "device usb"
+.Cd "device ucom"
 .Cd "device uf

svn commit: r227751 - head/sys/dev/usb

2011-11-20 Thread Martin Wilke
Author: miwi
Date: Sun Nov 20 12:26:20 2011
New Revision: 227751
URL: http://svn.freebsd.org/changeset/base/227751

Log:
  - Add support for Add LOGITECH Webcam C100
  - While here whitespace fixes
  
  PR:   usb/161559
  Submitted by: Sergey Zaykov 
  Reviewed by:  hselasky
  Approved by:  hselasky, rwatson (mentor)

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==
--- head/sys/dev/usb/usbdevsSun Nov 20 12:18:21 2011(r227750)
+++ head/sys/dev/usb/usbdevsSun Nov 20 12:26:20 2011(r227751)
@@ -664,7 +664,7 @@ vendor LINKSYS3 0x1915  Linksys
 vendor QUALCOMMINC 0x19d2  Qualcomm, Incorporated
 vendor WCH20x1a86  QinHeng Electronics
 vendor STELERA 0x1a8d  Stelera Wireless
-vendor MATRIXORBITAL   0x1b3d  Matrix Orbital 
+vendor MATRIXORBITAL   0x1b3d  Matrix Orbital
 vendor OVISLINK0x1b75  OvisLink
 vendor TCTMOBILE   0x1bbb  TCT Mobile
 vendor WAGO0x1be3  WAGO Kontakttechnik GmbH.
@@ -2091,6 +2091,7 @@ product LOGITECH M48480x0301  M4848 mou
 product LOGITECH PAGESCAN  0x040f  PageScan
 product LOGITECH QUICKCAMWEB   0x0801  QuickCam Web
 product LOGITECH QUICKCAMPRO   0x0810  QuickCam Pro
+product LOGITECH WEBCAMC1000X0817  Webcam C100
 product LOGITECH QUICKCAMEXP   0x0840  QuickCam Express
 product LOGITECH QUICKCAM  0x0850  QuickCam
 product LOGITECH QUICKCAMPRO3  0x0990  QuickCam Pro 9000
@@ -2136,7 +2137,7 @@ product MACALLY MOUSE10x0101  mouse
 
 /* Marvell Technology Group, Ltd. products */
 product MARVELL SHEEVAPLUG 0x9e8f  SheevaPlug serial interface
-  
+
 /* Matrix Orbital products */
 product MATRIXORBITAL MOUA 0x0153  Martrix Orbital MOU-A LCD displays
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218366 - head/share/man/man4

2011-02-06 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Sun Feb  6 09:49:55 2011
New Revision: 218366
URL: http://svn.freebsd.org/changeset/base/218366

Log:
  - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.
  
  PR:   154500
  Submitted by: Ruslan Mahmatkhanov 

Modified:
  head/share/man/man4/bwi.4

Modified: head/share/man/man4/bwi.4
==
--- head/share/man/man4/bwi.4   Sun Feb  6 09:33:08 2011(r218365)
+++ head/share/man/man4/bwi.4   Sun Feb  6 09:49:55 2011(r218366)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 30, 2010
+.Dd February 6, 2011
 .Dt BWI 4
 .Os
 .Sh NAME
@@ -81,6 +81,7 @@ driver supports Broadcom BCM43xx based w
 .It "Buffalo WLI-CB-G54S   BCM4318 CardBus b/g"
 .It "Buffalo WLI-PCI-G54S  BCM4306 PCI b/g"
 .It "Compaq R4035 onboard  BCM4306 PCI b/g"
+.It "Dell Wireless 1390 BCM4311 Mini PCIb/g"
 .It "Dell Wireless 1470BCM4318 Mini PCIb/g"
 .It "Dell Truemobile 1300 r2   BCM4306 Mini PCIb/g"
 .It "Dell Truemobile 1400  BCM4309 Mini PCIb/g"
@@ -91,18 +92,18 @@ driver supports Broadcom BCM43xx based w
 .It "US Robotics 5411  BCM4318 CardBus b/g"
 .El
 .Pp
-The 
-.Nm 
+The
+.Nm
 driver uses the older v3 version of Broadcom's firmware.
 While this older firmware does support most BCM43xx parts, the
-.Xr bwn 4 
+.Xr bwn 4
 driver works better for the newer chips it supports.
-You must use the 
-.Nm 
+You must use the
+.Nm
 driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and
 BCM4306 rev 2).
-The v4 version of the firmware that 
-.Xr bwn 4 
+The v4 version of the firmware that
+.Xr bwn 4
 uses does not support these chips.
 .Sh EXAMPLES
 Join an existing BSS network (i.e., connect to an access point):
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r218366 - head/share/man/man4

2011-02-06 Thread Martin Wilke

On 02/06/2011 17:49, Martin Wilke wrote:

Author: miwi (doc,ports committer)
Date: Sun Feb  6 09:49:55 2011
New Revision: 218366
URL: http://svn.freebsd.org/changeset/base/218366

Log:
   - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.

   PR:  154500
   Submitted by:Ruslan Mahmatkhanov

 While here fix some whitespaces.

Reviewed by:bschmidt


Modified:
   head/share/man/man4/bwi.4

Modified: head/share/man/man4/bwi.4
==
--- head/share/man/man4/bwi.4   Sun Feb  6 09:33:08 2011(r218365)
+++ head/share/man/man4/bwi.4   Sun Feb  6 09:49:55 2011(r218366)
@@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
-.Dd June 30, 2010
+.Dd February 6, 2011
  .Dt BWI 4
  .Os
  .Sh NAME
@@ -81,6 +81,7 @@ driver supports Broadcom BCM43xx based w
  .It "Buffalo WLI-CB-G54S BCM4318 CardBus b/g"
  .It "Buffalo WLI-PCI-G54SBCM4306 PCI b/g"
  .It "Compaq R4035 onboardBCM4306 PCI b/g"
+.It "Dell Wireless 1390 BCM4311 Mini PCIb/g"
  .It "Dell Wireless 1470  BCM4318 Mini PCIb/g"
  .It "Dell Truemobile 1300 r2 BCM4306 Mini PCIb/g"
  .It "Dell Truemobile 1400BCM4309 Mini PCIb/g"
@@ -91,18 +92,18 @@ driver supports Broadcom BCM43xx based w
  .It "US Robotics 5411BCM4318 CardBus b/g"
  .El
  .Pp
-The
-.Nm
+The
+.Nm
  driver uses the older v3 version of Broadcom's firmware.
  While this older firmware does support most BCM43xx parts, the
-.Xr bwn 4
+.Xr bwn 4
  driver works better for the newer chips it supports.
-You must use the
-.Nm
+You must use the
+.Nm
  driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and
  BCM4306 rev 2).
-The v4 version of the firmware that
-.Xr bwn 4
+The v4 version of the firmware that
+.Xr bwn 4
  uses does not support these chips.
  .Sh EXAMPLES
  Join an existing BSS network (i.e., connect to an access point):
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"



--
With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)


   \\Mess with the Best, Die like the Rest//

___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218369 - head/share/man/man4

2011-02-06 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Sun Feb  6 11:39:51 2011
New Revision: 218369
URL: http://svn.freebsd.org/changeset/base/218369

Log:
  - Use tabs not spaces
  
  Reported by:  bschmidt

Modified:
  head/share/man/man4/bwi.4

Modified: head/share/man/man4/bwi.4
==
--- head/share/man/man4/bwi.4   Sun Feb  6 10:25:11 2011(r218368)
+++ head/share/man/man4/bwi.4   Sun Feb  6 11:39:51 2011(r218369)
@@ -81,7 +81,7 @@ driver supports Broadcom BCM43xx based w
 .It "Buffalo WLI-CB-G54S   BCM4318 CardBus b/g"
 .It "Buffalo WLI-PCI-G54S  BCM4306 PCI b/g"
 .It "Compaq R4035 onboard  BCM4306 PCI b/g"
-.It "Dell Wireless 1390 BCM4311 Mini PCIb/g"
+.It "Dell Wireless 1390 BCM4311 Mini PCI   b/g"
 .It "Dell Wireless 1470BCM4318 Mini PCIb/g"
 .It "Dell Truemobile 1300 r2   BCM4306 Mini PCIb/g"
 .It "Dell Truemobile 1400  BCM4309 Mini PCIb/g"
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218631 - head/share/misc

2011-02-12 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Sun Feb 13 06:19:38 2011
New Revision: 218631
URL: http://svn.freebsd.org/changeset/base/218631

Log:
  - Added following port committers:
  
Marcus von Appen (mva@) (mentor: beech, miwi)
Dennis Herrmann (dhn@) (mentor: tabthorpe, miwi)
Brendan Fabeny (bf@)  (mentor: makc, miwi)
Kris Moore (kmoore@)  (mentor: brooks, miwi)
Sylvio Cesar Teixeira  (mentor: itetcu, miwi)
Lars Engels (lme) (mentor: miwi)

Modified:
  head/share/misc/committers-ports.dot

Modified: head/share/misc/committers-ports.dot
==
--- head/share/misc/committers-ports.dotSun Feb 13 05:56:00 2011
(r218630)
+++ head/share/misc/committers-ports.dotSun Feb 13 06:19:38 2011
(r218631)
@@ -59,6 +59,7 @@ bapt [label="Baptiste Daroussin\nbapt@Fr
 beat [label="Beat Gaetzi\nb...@freebsd.org\n2009/01/28"]
 beech [label="Beech Rintoul\nbe...@freebsd.org\n2007/05/30"]
 bland [label="Alexander Nedotsukov\nbl...@freebsd.org\n2003/08/14"]
+bf [label="Brendan Fabeny\n...@freebsd.org\n2010/06/02"]
 brix [label="Henrik Brix Andersen\nb...@freebsd.org\n2007/10/31"]
 brooks [label="Brooks Davies\nbro...@freebsd.org\n2004/05/03"]
 bsam [label="Boris Samorodov\nb...@freebsd.org\n2006/07/20"]
@@ -73,6 +74,7 @@ db [label="Diane Bruce\n...@freebsd.org\n
 decke [label="Bernhard Froehlich\nde...@freebsd.org\n2010/03/21"]
 delphij [label="Xin Li\ndelp...@freebsd.org\n2006/05/01"]
 demon [label="Dmitry Sivachenko\nde...@freebsd.org\n2000/11/13"]
+dhn [label="Dennis Herrmann\n...@freebsd.org\n2009/03/03"]
 dryice [label="Dryice Dong Liu\ndry...@freebsd.org\n2006/12/25"]
 edwin [label="Edwin Groothuis\ned...@freebsd.org\n2002/10/22"]
 ehaupt [label="Emanuel Haupt\neha...@freebsd.org\n2005/10/03"]
@@ -105,6 +107,7 @@ jylefort [label="Jean-Yves Lefort\njylef
 kevlo [label="Kevin Lo\nke...@freebsd.org\n2003/02/21"]
 knu [label="Akinori Musha\n...@freebsd.org\n2000/03/22"]
 krion [label="Kirill Ponomarew\nkr...@freebsd.org\n2003/07/20"]
+kmoore [label="Kris Moore\nkmo...@freebsd.org\n2009/04/14"]
 kwm [label="Koop Mast\n...@freebsd.org\n2004/09/14"]
 koitsu [label="Jeremy Chadwick\nkoi...@freebsd.org\n2006/11/10"]
 laszlof [label="Frank Laszlo\nlasz...@freebsd.org\n2006/11/07"]
@@ -115,6 +118,7 @@ lev [label="Lev Serebryakov\nlev@FreeBSD
 linimon [label="Mark Linimon\nlini...@freebsd.org\n2003/10/23"]
 lioux [label="Mario Sergio Fujikawa Ferriera\nli...@freebsd.org\n2000/10/14"]
 lippe [label="Felippe de Meirelles Motta\nli...@freebsd.org\n2008/03/08"]
+lme [label="Lars Engels\n...@freebsd.org\n2007/07/09"]
 lth [label="Lars Thegler\n...@freebsd.org\n2004/05/04"]
 lwhsu [label="Li-Wen Hsu\nlw...@freebsd.org\n2007/04/03"]
 lx [label="David Thiel\n...@freebsd.org\n2006/11/29"]
@@ -128,6 +132,7 @@ mezz [label="Jeremy Messenger\nmezz@Free
 miwi [label="Martin Wilke\nm...@freebsd.org\n2006/06/04"]
 mm [label="Martin Matuska\n...@freebsd.org\n2007/04/04"]
 mnag [label="Marcus Alves Grando\nm...@freebsd.org\n2005/09/15"]
+mva [label="Marcus von Appen\n...@freebsd.org\n2009/02/16"]
 nemoliu [label="Tong Liu\nnemo...@freebsd.org\n2007/04/25"]
 netchild [label="Alexander Leidinger\nnetch...@freebsd.org\n2002/03/19"]
 nobutaka [label="Nobutaka Mantani\nnobut...@freebsd.org\n2001/11/02"]
@@ -157,6 +162,7 @@ sobomax[label="Maxim Sobolev\nsobomax@Fr
 stas [label="Stanislav Sedov\ns...@freebsd.org\n2006/09/18"]
 stefan [label="Stefan Walter\nste...@freebsd.org\n2006/05/07"]
 sunpoet [label="Po-Chuan Hsieh\nsunp...@freebsd.org\n2010/09/21"]
+sylvio [label="Sylvio Cesar Teixeira\nsyl...@freebsd.org\n2009/10/29"]
 swills [label="Steve Wills\nswi...@freebsd.org\n2010/09/03"]
 tabthorpe [label="Thomas Abthorpe\ntabtho...@freebsd.org\n2007/08/20"]
 tdb [label="Tim Bishop\n...@freebsd.org\n2005/11/30"]
@@ -203,6 +209,8 @@ beech -> mva
 billf -> sobomax
 billf -> will
 
+brooks -> kmoore
+
 clement -> tdb
 clement -> lawrance
 
@@ -263,6 +271,7 @@ ijliao -> leeym
 itetcu -> araujo
 itetcu -> dryice
 itetcu -> sahil
+itetcu -> sylvio
 
 jadawin -> bapt
 jadawin -> flo
@@ -300,6 +309,8 @@ marcus -> bland
 marcus -> eik
 marcus -> jmallett
 
+makc -> bf
+
 mat -> thierry
 
 mezz -> tmclaugh
@@ -307,14 +318,19 @@ mezz -> tmclaugh
 miwi -> amdmi3
 miwi -> avilla
 miwi -> beat
+miwi -> bf
 miwi -> decke
+miwi -> dhn
 miwi -> farrokhi
 miwi -> fluffy
 miwi -> gahr
+miwi -> kmoore
+miwi -> lme
 miwi -> makc
 miwi -> mandree
 miwi -> mva
 miwi -> nox
+miwi -> sylvio
 miwi -> tabthorpe
 miwi -> trasz
 miwi -> wen
@@ -374,6 +390,7 @@ tabthorpe -> ashish
 tabthorpe -> avilla
 tabthorpe -> avl
 tabthorpe -> bapt
+tabthorpe -> dhn
 tabthorpe -> fluffy
 tabthorpe -> jacula
 tabthorpe -> jadawin
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218694 - head/share/man/man4

2011-02-14 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Tue Feb 15 05:57:53 2011
New Revision: 218694
URL: http://svn.freebsd.org/changeset/base/218694

Log:
  - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.
  
  PR:   154500
  Submitted by: Ruslan Mahmatkhanov 
  Approved by:  rwatson

Modified:
  head/share/man/man4/bwn.4

Modified: head/share/man/man4/bwn.4
==
--- head/share/man/man4/bwn.4   Tue Feb 15 01:34:46 2011(r218693)
+++ head/share/man/man4/bwn.4   Tue Feb 15 05:57:53 2011(r218694)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 12, 2010
+.Dd February 15, 2011
 .Dt BWN 4
 .Os
 .Sh NAME
@@ -81,6 +81,7 @@ driver supports Broadcom BCM43xx based w
 .It "Apple Airport Extreme BCM4318 PCI b/g"
 .It "ASUS WL-138g  BCM4318 PCI b/g"
 .It "Buffalo WLI-CB-G54S   BCM4318 CardBus b/g"
+.It "Dell Wireless 1390 BCM4311 Mini PCI   b/g"
 .It "Dell Wireless 1470BCM4318 Mini PCIb/g"
 .It "Dell Truemobile 1400  BCM4309 Mini PCIb/g"
 .It "HP Compaq 6715b   BCM4312 PCI b/g"
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218861 - head/sys/dev/ppc

2011-02-19 Thread Martin Wilke
Author: miwi
Date: Sat Feb 19 17:38:51 2011
New Revision: 218861
URL: http://svn.freebsd.org/changeset/base/218861

Log:
  - Add support for MosChip 9865 Single 1284 Printer port
  
  PR:   kern/152663
  Submitted by: Jonathan Chen 
  Approved by:  rwatson (mentor)

Modified:
  head/sys/dev/ppc/ppc_pci.c

Modified: head/sys/dev/ppc/ppc_pci.c
==
--- head/sys/dev/ppc/ppc_pci.c  Sat Feb 19 17:14:03 2011(r218860)
+++ head/sys/dev/ppc/ppc_pci.c  Sat Feb 19 17:38:51 2011(r218861)
@@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = {
{ 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 },
{ 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 },
{ 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
+   { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 },
{ 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0x }
 };
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218937 - head/sys/dev/drm

2011-02-21 Thread Martin Wilke
Author: miwi
Date: Tue Feb 22 05:10:13 2011
New Revision: 218937
URL: http://svn.freebsd.org/changeset/base/218937

Log:
  - Remove no longer in use
  
  PR:   kern/152354
  Submitted by: vehemens 
  Discussion with:kib
  Approved by:  rwatson (mentor)

Deleted:
  head/sys/dev/drm/drm-preprocess.sh
  head/sys/dev/drm/drm-subprocess.pl
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r218938 - head/tools/regression/aio/kqueue

2011-02-21 Thread Martin Wilke
Author: miwi
Date: Tue Feb 22 05:13:26 2011
New Revision: 218938
URL: http://svn.freebsd.org/changeset/base/218938

Log:
  - Fix QA issues
  
  PR:   misc/146687
  Submitted by: Garrett Cooper 
  Approved by:  rwatson (mentor)

Modified:
  head/tools/regression/aio/kqueue/aio_kqueue.c

Modified: head/tools/regression/aio/kqueue/aio_kqueue.c
==
--- head/tools/regression/aio/kqueue/aio_kqueue.c   Tue Feb 22 05:10:13 
2011(r218937)
+++ head/tools/regression/aio/kqueue/aio_kqueue.c   Tue Feb 22 05:13:26 
2011(r218938)
@@ -26,18 +26,24 @@
  */
 
 /* 
+ * Prerequisities:
+ * - AIO support must be compiled into the kernel (see sys//NOTES for
+ *   more details).
+ *
  * Note: it is a good idea to run this against a physical drive to 
  * exercise the physio fast path (ie. aio_kqueue /dev/)
  */
 
+#include 
+#include 
+#include 
 #include 
+#include 
+#include 
 #include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
+#include 
 #include 
 
 #define PATH_TEMPLATE   "/tmp/aio.XX"
@@ -46,7 +52,9 @@
 #define MAX_RUNS 300
 /* #define DEBUG */
 
-main(int argc, char *argv[]){
+int
+main (int argc, char *argv[])
+{
int fd;
struct aiocb *iocb[MAX], *kq_iocb;
int i, result, run, error, j;
@@ -55,7 +63,7 @@ main(int argc, char *argv[]){
struct kevent ke, kq_returned;
struct timespec ts;
int cancel, pending, tmp_file = 0, failed = 0;
-   char *file, pathname[sizeof(PATH_TEMPLATE)-1];
+   char *file, pathname[sizeof(PATH_TEMPLATE)+1];
 
if (kq < 0) {
perror("No kqeueue\n");
@@ -71,23 +79,22 @@ main(int argc, char *argv[]){
file = argv[1];
fd = open(file, O_RDWR|O_CREAT, 0666);
}
-   if (fd < 0){
-   fprintf(stderr, "Can't open %s\n", file);
-   perror("");
-   exit(1);
-   }
+   if (fd == -1)
+   err(1, "Can't open %s\n", file);
 
for (run = 0; run < MAX_RUNS; run++){
 #ifdef DEBUG
printf("Run %d\n", run);
 #endif
-   for(i = 0; i < MAX; i++) {
-   iocb[i] = (struct aiocb *)malloc(sizeof(struct aiocb));
-   bzero(iocb[i], sizeof(struct aiocb));
+   for (i = 0; i < MAX; i++) {
+   iocb[i] = (struct aiocb *)calloc(1,
+   sizeof(struct aiocb));
+   if (iocb[i] == NULL)
+   err(1, "calloc");
}

pending = 0;
-   for(i = 0; i < MAX; i++) {
+   for (i = 0; i < MAX; i++) {
pending++;
iocb[i]->aio_nbytes = sizeof(buffer);
iocb[i]->aio_buf = buffer;
@@ -101,7 +108,7 @@ main(int argc, char *argv[]){
result = aio_write(iocb[i]);
if (result != 0) {
perror("aio_write");
-   printf("Result %d iteration %d\n",result, i);
+   printf("Result %d iteration %d\n", result, i);
exit(1);
}
 #ifdef DEBUG
@@ -116,7 +123,7 @@ main(int argc, char *argv[]){
 #endif
if (result == AIO_CANCELED) {
aio_return(iocb[i]);
-   iocb[i]=NULL;
+   iocb[i] = NULL;
pending--;
}
}
@@ -125,8 +132,10 @@ main(int argc, char *argv[]){
cancel = MAX - pending;

i = 0;
-   while(pending) {
-   for(;;) {
+   while (pending) {
+
+   for (;;) {
+
bzero(&ke, sizeof(ke));
bzero(&kq_returned, sizeof(ke));
ts.tv_sec = 0;
@@ -134,9 +143,8 @@ main(int argc, char *argv[]){
result = kevent(kq, NULL, 0, 
&kq_returned, 1, &ts);
error = errno;
-   if (result < 0) {
+   if (result < 0)
perror("kevent error: ");
-   }
kq_iocb = kq_returned.udata;
 #ifdef DEBUG
printf("kevent %d %d errno %d return.ident %p "
@@ -147,51 +155,53 @@ main(int argc, char *argv[]){
   kq_iocb);
 #endif

-   if

Re: svn commit: r222588 - head/sys/dev/ixgbe

2011-06-01 Thread Martin Wilke
link_speedspeed, last;
>
> Modified: head/sys/dev/ixgbe/ixv.c
>
> ==
> --- head/sys/dev/ixgbe/ixv.cWed Jun  1 22:56:02 2011(r222587)
> +++ head/sys/dev/ixgbe/ixv.cThu Jun  2 00:34:57 2011(r222588)
> @@ -1,6 +1,6 @@
>
>  
> /**
>
> -  Copyright (c) 2001-2010, Intel Corporation
> +  Copyright (c) 2001-2011, Intel Corporation
>   All rights reserved.
>
>   Redistribution and use in source and binary forms, with or without
> @@ -33,7 +33,8 @@
>  /*$FreeBSD$*/
>
>  #ifdef HAVE_KERNEL_OPTION_HEADERS
> -#include "opt_device_polling.h"
> +#include "opt_inet.h"
> +#include "opt_inet6.h"
>  #endif
>
>  #include "ixv.h"
> @@ -41,7 +42,7 @@
>  /*
>  *  Driver version
>  */
> -char ixv_driver_version[] = "1.0.0";
> +char ixv_driver_version[] = "1.0.1";
>
>  /*
>  *  PCI Device ID Table
> @@ -234,7 +235,7 @@ static u32 ixv_shadow_vfta[VFTA_SIZE];
>  *  ixv_probe determines if the driver should be loaded on
>  *  adapter based on PCI vendor/device id of the adapter.
>  *
> - *  return 0 on success, positive on failure
> + *  return BUS_PROBE_DEFAULT on success, positive on failure
>  */
>
>  static int
> @@ -271,7 +272,7 @@ ixv_probe(device_t dev)
>ixv_strings[ent->index],
>ixv_driver_version);
>device_set_desc_copy(dev, adapter_name);
> -   return (0);
> +   return (BUS_PROBE_DEFAULT);
>}
>ent++;
>}
> @@ -297,6 +298,11 @@ ixv_attach(device_t dev)
>
>INIT_DEBUGOUT("ixv_attach: begin");
>
> +   if (resource_disabled("ixgbe", device_get_unit(dev))) {
> +   device_printf(dev, "Disabled by device hint\n");
> +   return (ENXIO);
> +   }
> +
>/* Allocate, clear, and link in our adapter structure */
>adapter = device_get_softc(dev);
>adapter->dev = adapter->osdep.dev = dev;
> @@ -690,10 +696,38 @@ ixv_ioctl(struct ifnet * ifp, u_long com
>  {
>struct adapter  *adapter = ifp->if_softc;
>struct ifreq*ifr = (struct ifreq *) data;
> +#if defined(INET) || defined(INET6)
> +   struct ifreq*ifa = (struct ifaddr *) data;
> +   boolavoid_reset = FALSE;
> +#endif
>int error = 0;
>
>switch (command) {
>
> +   case SIOCSIFADDR:
> +#ifdef INET
> +   if (ifa->ifa_addr->sa_family == AF_INET)
> +   avoid_reset = TRUE;
> +#endif
> +#ifdef INET6
> +   if (ifa->ifa_addr->sa_family == AF_INET6)
> +   avoid_reset = TRUE;
> +#endif
> +#if defined(INET) || defined(INET6)
> +   /*
> +   ** Calling init results in link renegotiation,
> +   ** so we avoid doing it when possible.
> +   */
> +   if (avoid_reset) {
> +   ifp->if_flags |= IFF_UP;
> +   if (!(ifp->if_drv_flags & IFF_DRV_RUNNING))
> +   ixv_init(adapter);
> +   if (!(ifp->if_flags & IFF_NOARP))
> +   arp_ifinit(ifp, ifa);
> +   } else
> +   error = ether_ioctl(ifp, command, data);
> +   break;
> +#endif
>case SIOCSIFMTU:
>IOCTL_DEBUGOUT("ioctl: SIOCSIFMTU (Set Interface MTU)");
>if (ifr->ifr_mtu > IXV_MAX_FRAME_SIZE - ETHER_HDR_LEN) {
> @@ -1161,7 +1195,7 @@ ixv_xmit(struct tx_ring *txr, struct mbu
>struct mbuf *m_head;
>bus_dma_segment_t segs[32];
>bus_dmamap_tmap;
> -   struct ixv_tx_buf *txbuf, *txbuf_mapped;
> +   struct ixv_tx_buf *txbuf;
>union ixgbe_adv_tx_desc *txd = NULL;
>
>m_head = *m_headp;
> @@ -1180,7 +1214,6 @@ ixv_xmit(struct tx_ring *txr, struct mbu
>  */
> first = txr->next_avail_desc;
>txbuf = &txr->tx_buffers[first];
> -   txbuf_mapped = txbuf;
>map = txbuf->map;
>
>/*
> @@ -1283,6 +1316,7 @@ ixv_xmit(struct tx_ring *txr, struct mbu
>txr->next_avail_desc = i;
>
>txbuf->m_head = m_head;
> +   txr->tx_buffers[first].map = txbuf->map;
>txbuf->map = map;
>bus_dmamap_sync(txr->txtag, map, BUS_DMASYNC_PREWRITE);
>
> @@ -1820,11 +1854,15 @@ ixv_setup_interface(device_t dev, struct
>ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header);
>
>ifp->if_capabilities |= IFCAP_HWCSUM | IFCAP_TSO4 |
> IFCAP_VLAN_HWCSUM;
> -   ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU;
> -   ifp->if_capabilities |= IFCAP_JUMBO_MTU | IFCAP_LRO;
> -
> +   ifp->if_capabilities |= IFCAP_JUMBO_MTU;
> +   ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING
> +|  IFCAP_VLAN_HWTSO
> +|  IFCAP_VLAN_MTU;
>ifp->if_capenable = ifp->if_capabilities;
>
> +   /* Don't enable LRO by default */
> +   ifp->if_capabilities |= IFCAP_LRO;
> +
>/*
> * Specify the media types supported by this adapter and register
> * callbacks to update media and link information
>



-- 
+-oOO--(_)--OOo-+
With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r236281 - in head: . etc/pam.d

2012-05-29 Thread Martin Wilke
Author: miwi
Date: Wed May 30 03:10:22 2012
New Revision: 236281
URL: http://svn.freebsd.org/changeset/base/236281

Log:
  - FreeBSD ships a KDE PAM module in base, but it's missing support for 
passwordless login (kde-np),
and it doesn't really belong in base system.
  
  PR:   misc/167261
  Submitted by: avilla@
  Approved by:  rwatson (mentor)
  MFC after:3 days

Deleted:
  head/etc/pam.d/kde
Modified:
  head/ObsoleteFiles.inc
  head/etc/pam.d/Makefile

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Wed May 30 02:41:09 2012(r236280)
+++ head/ObsoleteFiles.inc  Wed May 30 03:10:22 2012(r236281)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20120530: kde pam lives now in ports
+OLD_FILES+=/etc/pam.d/kde
 # 20120505: new clang import installed a redundant internal header
 OLD_FILES+=usr/include/clang/3.1/stdalign.h
 # 20120428: MD2 removed from libmd

Modified: head/etc/pam.d/Makefile
==
--- head/etc/pam.d/Makefile Wed May 30 02:41:09 2012(r236280)
+++ head/etc/pam.d/Makefile Wed May 30 03:10:22 2012(r236281)
@@ -7,7 +7,6 @@ FILES=  README \
cron \
ftpd \
imap \
-   kde \
login \
other \
passwd pop3 \
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r335687 - head/share/misc

2018-06-26 Thread Martin Wilke
Author: miwi
Date: Wed Jun 27 03:50:11 2018
New Revision: 335687
URL: https://svnweb.freebsd.org/changeset/base/335687

Log:
  - Added myself to committers-src.dot
  
  Approved by:  araujo (mentor)
  Differential Revision:https://reviews.freebsd.org/D16030

Modified:
  head/share/misc/committers-src.dot

Modified: head/share/misc/committers-src.dot
==
--- head/share/misc/committers-src.dot  Wed Jun 27 03:29:36 2018
(r335686)
+++ head/share/misc/committers-src.dot  Wed Jun 27 03:50:11 2018
(r335687)
@@ -251,6 +251,7 @@ maxim [label="Maxim Konovalov\nma...@freebsd.org\n2002
 mdf [label="Matthew Fleming\n...@freebsd.org\n2010/06/04"]
 mdodd [label="Matthew N. Dodd\nmd...@freebsd.org\n1999/07/27"]
 melifaro [label="Alexander V. Chernikov\nmelif...@freebsd.org\n2011/10/04"]
+miwi [label="Martin Wilke\nm...@freebsd.org\n2011/02/18\n2018/06/14"]
 mizhka [label="Michael Zhilin\nmiz...@freebsd.org\n2016/07/19"]
 mjacob [label="Matt Jacob\nmja...@freebsd.org\n1997/08/13"]
 mjg [label="Mateusz Guzik\n...@freebsd.org\n2012/06/04"]
@@ -396,6 +397,8 @@ andre -> qingli
 andrew -> manu
 
 anholt -> jkim
+
+araujo -> miwi
 
 avg -> art
 avg -> eugen
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r340041 - head/sys/dev/ahci

2018-11-02 Thread Martin Wilke
Author: miwi
Date: Fri Nov  2 07:48:23 2018
New Revision: 340041
URL: https://svnweb.freebsd.org/changeset/base/340041

Log:
  - Add quirk for Samsung on Mac Mini 7,1
  
  PR:   201676
  Submitted by: Ruben Kerkhof
  Approved by:  araujo (mentor)
  Obtained from:TrueOS
  Sponsored by: iXsystems Inc.
  Differential Revision:https://review.freebsd.org/D17815

Modified:
  head/sys/dev/ahci/ahci_pci.c

Modified: head/sys/dev/ahci/ahci_pci.c
==
--- head/sys/dev/ahci/ahci_pci.cFri Nov  2 03:25:23 2018
(r340040)
+++ head/sys/dev/ahci/ahci_pci.cFri Nov  2 07:48:23 2018
(r340041)
@@ -350,6 +350,7 @@ static const struct {
{0x01861039, 0x00, "SiS 968",   0},
{0xa01c177d, 0x00, "ThunderX",  AHCI_Q_ABAR0|AHCI_Q_1MSI},
{0x00311c36, 0x00, "Annapurna", 
AHCI_Q_FORCE_PI|AHCI_Q_RESTORE_CAP|AHCI_Q_NOMSIX},
+   {0x1600144d, 0x00, "Samsung",   AHCI_Q_NOMSI},
{0x, 0x00, NULL,0}
 };
 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292871 - head/share/misc

2015-12-29 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Tue Dec 29 15:36:46 2015
New Revision: 292871
URL: https://svnweb.freebsd.org/changeset/base/292871

Log:
  - Add myself to ports-secteam
  
  Approved by:  delphij (implicit)

Modified:
  head/share/misc/organization.dot

Modified: head/share/misc/organization.dot
==
--- head/share/misc/organization.dotTue Dec 29 15:23:03 2015
(r292870)
+++ head/share/misc/organization.dotTue Dec 29 15:36:46 2015
(r292871)
@@ -34,7 +34,7 @@ portmgr [label="Port Management Team\npo
 portmgrsecretary [label="Port Management Team 
Secretary\nportmgr-secret...@freebsd.org\nculot"]
 re [label="Primary Release Engineering Team\n...@freebsd.org\nkib, blackend, 
jpaetzel, hrs, kensmith"]
 secteam [label="Security Team\nsect...@freebsd.org\nsimon, qingli, 
delphij,\nremko, philip, stas, cperciva,\ncsjp, rwatson, miwi, bz"]
-portssecteam [label="Ports Security Team\nports-sect...@freebsd.org\ndelphij, 
eadler, feld, jgh, rea, sbz, simon, swills, zi"]
+portssecteam [label="Ports Security Team\nports-sect...@freebsd.org\ndelphij, 
eadler, feld, jgh, rea, sbz, simon, swills, zi, miwi"]
 secteamsecretary [label="Security Team 
Secretary\nsecteam-secret...@freebsd.org\nremko"]
 securityofficer [label="Security Officer 
Team\nsecurity-offi...@freebsd.org\ncperciva, simon, nectar"]
 srccommitters [label="Src Committers\nsrc-committ...@freebsd.org"]
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r292873 - head/share/misc

2015-12-29 Thread Martin Wilke
Author: miwi (doc,ports committer)
Date: Tue Dec 29 15:54:34 2015
New Revision: 292873
URL: https://svnweb.freebsd.org/changeset/base/292873

Log:
  - Sort ports-secteam

Modified:
  head/share/misc/organization.dot

Modified: head/share/misc/organization.dot
==
--- head/share/misc/organization.dotTue Dec 29 15:51:52 2015
(r292872)
+++ head/share/misc/organization.dotTue Dec 29 15:54:34 2015
(r292873)
@@ -34,7 +34,7 @@ portmgr [label="Port Management Team\npo
 portmgrsecretary [label="Port Management Team 
Secretary\nportmgr-secret...@freebsd.org\nculot"]
 re [label="Primary Release Engineering Team\n...@freebsd.org\nkib, blackend, 
jpaetzel, hrs, kensmith"]
 secteam [label="Security Team\nsect...@freebsd.org\nsimon, qingli, 
delphij,\nremko, philip, stas, cperciva,\ncsjp, rwatson, miwi, bz"]
-portssecteam [label="Ports Security Team\nports-sect...@freebsd.org\ndelphij, 
eadler, feld, jgh, rea, sbz, simon, swills, zi, miwi"]
+portssecteam [label="Ports Security Team\nports-sect...@freebsd.org\ndelphij, 
eadler, feld, jgh, miwi, rea, sbz, simon, swills, zi"]
 secteamsecretary [label="Security Team 
Secretary\nsecteam-secret...@freebsd.org\nremko"]
 securityofficer [label="Security Officer 
Team\nsecurity-offi...@freebsd.org\ncperciva, simon, nectar"]
 srccommitters [label="Src Committers\nsrc-committ...@freebsd.org"]
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"