Re: pkg 1.4 freeze please test test test!

2014-10-29 Thread Daniel Gerzo

On 2014-10-29 13:53, Baptiste Daroussin wrote:

 How can we know pecl-memcache has to be reinstalled?

 We won't reinstall each time a version of a dep changes :)

And what is solution?
May be some flag on package (php) for reinstall all deps?


I do have no idea, I'm open for suggestions :)
Either on the package side with triggers but that means implementing 
trigger in

package
Or in package side with provide/requires saying that this packages 
requires an
exact version of php meaning in case of upgrade of php the version 
would have

changed

Or someone has to be clever and find a ports only solution.


This has been reported previously and the issue is bein tracked at 
https://github.com/freebsd/pkg/issues/585

It affects more then just pecl packages...

--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: pkg 1.4 freeze please test test test!

2014-10-29 Thread Daniel Gerzo

On 2014-10-29 15:07, Baptiste Daroussin wrote:

On Wed, Oct 29, 2014 at 05:03:49PM +0400, Slawa Olhovchenkov wrote:

On Wed, Oct 29, 2014 at 01:53:04PM +0100, Baptiste Daroussin wrote:

   How can we know pecl-memcache has to be reinstalled?
  
   We won't reinstall each time a version of a dep changes :)
 
  And what is solution?
  May be some flag on package (php) for reinstall all deps?

 I do have no idea, I'm open for suggestions :)
 Either on the package side with triggers but that means implementing trigger 
in
 package
 Or in package side with provide/requires saying that this packages requires an
 exact version of php meaning in case of upgrade of php the version would have
 changed

May be (as workaround) some database witch this packages?
List, or regexp.

This is need for some binary modules and don't need for text
modules.
But for some cases -- and for text modules too.

 Or someone has to be clever and find a ports only solution.

On ports side pecl-memcache rebuild on php version changed.

 Why the help does a minor version has an inpact on the pecl? isn't the abi
 stable over minor versions?

I am don't know -- I am not php guru.
As result -- memcache module don't loaded and class Memcache not
found.
May be just strict version check.



From what I do read from here:
https://wiki.php.net/rfc/releaseprocess#releases_cycle

only going from X.Y to X.Y+1 needs to rebuild the extensions.
and going from X.Y.Z to X.Y.Z+1 should be compatible


As far as I can tell from my own experience, every time I upgrade PHP, I 
always have to also reinstall pecl- packages, and even some other things 
like xcache, xdebug and so on.


--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 2Q/2012

2012-07-07 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the second quarter of 2012 are due on July 15th, 2012. As this 
initiative is very popular among our users, I would like to
ask you to submit your entry as soon as possible, so that we can compile 
the report in a timely fashion.


Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you may consider interesting is always welcome. This 
way we can inform our community about your great work!

Check out the reports from the past to get some inspiration of how
your submission might look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the previous reports are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!
Thanks.

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Daniel Gerzo

On 27.06.2012 10:43, Doug Barton wrote:

On 06/27/2012 02:09 AM, Oleg Moskalenko wrote:

Doug, I'll post some performance figures, probably tomorrow.


That's great, thanks.

But I do not agree with you that we have to reproduce the old sort 
bugs.

It makes no sense and I am not going to do that. Absolutely not.


That isn't what I said. What I asked is for you to *test* the 
existing

sort vs. the new one, and to report where the behavior is different.
That's a very basic part of any sort of replace a core utility 
project

such as this one.


[ snip ]

Doug, are you implying that if we were about to import a new version of 
GNU sort, you would be asking for the same data? I believe we do not 
make this kind of work with any vendor code that is being updated in the 
base; I do not really understand why should Oleg or anyone else do this 
work when the bsdsort is compatible with a recent version of GNU sort.


--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Quarterly Status Report January-March, 2012

2012-05-12 Thread Daniel Gerzo
FreeBSD Quarterly Status Report January-March, 2012

Introduction

   This report covers FreeBSD-related projects between January and March
   2012. It is the first of the four reports planned for 2012. This
   quarter was highlighted by releasing the next major version of FreeBSD,
   9.0, which was finally released in the beginning of January 2012. The
   FreeBSD Project dedicates the FreeBSD 9.0-RELEASE to the memory of
   Dennis M. Ritchie, one of the founding fathers of the UNIXŽ operating
   system. Our release engineering team has been also busy with
   preparation of the 8.3-RELEASE, which was publicly announced in April.

   Thanks to all the reporters for the excellent work! This report
   contains 27 entries and we hope you enjoy reading it.

   Please note that the deadline for submissions covering the period
   between April and June 2012 is July 15th, 2012.
 __

Projects

 * FreeBSD Services Control
 * GNU-Free C++11 Stack
 * Growing filesystems online
 * The FreeNAS Project

User-land Programs

 * Clang Replacing GCC in the Base System
 * Replacing the Regular Expression Code
 * The bsdconfig(8) utility

FreeBSD Team Reports

 * Release Engineering Team Status Report
 * The FreeBSD Foundation Team Report

Kernel

 * DTrace Probes for the linuxulator
 * HDMI/DisplayPort Audio Support in HDA Sound Driver (snd_hda)
 * Improved hwpmc(9) Support for MIPS
 * isci(4) SAS Driver

Network Infrastructure

 * Atheros 802.11n Support
 * IPv6 Performance Analysis
 * Multi-FIB: IPv6 Support and Other Enhancements

Documentation

 * The FreeBSD Japanese Documentation Project

Architectures

 * FreeBSD/arm on Various TI Boards
 * FreeBSD/powerpc on Freescale QorIQ DPAA
 * NAND File System, NAND Flash Framework, NAND Simulator
 * Porting DTrace to MIPS and ARM

Ports

 * A New linux_base Port Based Upon CentOS
 * BSD-licensed sort Utility (GNU sort Replacement)
 * KDE/FreeBSD
 * Perl Ports Testing
 * The FreeBSD Haskell Ports
 * The FreeBSD Ports Collection
 __

A New linux_base Port Based Upon CentOS

   Contact: Alexander Leidinger netch...@freebsd.org

   We got a PR with a linux_based port which is based upon CentOS 6.
   Currently this can only be used as a test environment, as it depends
   upon a more recent linux kernel version, than the linuxulator provides.

   As of this writing, I'm in the process of preparing a commit of this
   port.

Open tasks:

1. Repocopy by portmgr.
2. Add conflicts in other linux_base ports.
3. Commit the CentOS based one.
4. Some cleanup.
 __

Atheros 802.11n Support

   URL: http://wiki.FreeBSD.org/AdrianChadd/AtherosTxAgg
   URL: http://wiki.FreeBSD.org/dev/ath(4)

   Contact: Adrian Chadd adr...@freebsd.org

   802.11n station and hostap support is now fully functional, sans
   correct hostap side power saving. TX aggregation and TX BAR handling is
   implemented.

   Station chip power saving is not implemented at all yet, it's not in
   the scope of this work.

   Testers should disable bgscan (-bgscan) as scan/bgscan will simply drop
   any traffic in the TX/RX queues, causing potential traffic stalls.

Open tasks:

1. Fix up hostap side power save handling.
2. Implement filtered frames support in the driver.
3. Fix scan/bgscan to correctly buffer and retransmit frames when
   going off channel, so frames are not just dropped - this causes
   issues in the aggregation sessions and may cause traffic stalls.
4. Test/fix any issues with adhoc 802.11n support.
 __

BSD-licensed sort Utility (GNU sort Replacement)

   URL: http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/textproc/bsdsort/
   URL:
   http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sort.html

   Contact: Oleg Moskalenko oleg.moskale...@citrix.com
   Contact: Gábor Kövesdán ga...@freebsd.org

   Currently the BSD sort reached usable stable stage. It is stable, it is
   as fast as the GNU sort, and it supports multi-byte locales (this is
   something that GNU sort does not do correctly). BSD sort has all
   features of GNU sort 5.3.0 (version included into FreeBSD) with some
   extra features and bug fixes.

Open tasks:

1. Add BSD sort into HEAD as an alternative, installed as bsdsort. If
   proven to work as expected, change it to the default sort version
   and remove GNU sort.
2. Investigate the possibility of a multi-threaded sort implementation
   and implement it, if it proves more efficient.
3. Upgrade BSD sort features to include some obscure new features in
   the latest GNU sort version 8.15.
 

HEADSUP: Call for FreeBSD Status Reports - 1Q/2012

2012-03-31 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the first quarter of 2012 are due on April 15th, 2012. As this 
initiative is very popular among our users, I would like to
ask you to submit your entry as soon as possible, so that we can compile 
the report in a timely fashion.


Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you may consider interesting is always welcome. This 
way we can inform our community about your great work!

Check out the reports from the past to get some inspiration of how
your submission might look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the previous reports are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!
Thanks.

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Quarterly Status Report October-December, 2011

2012-01-27 Thread Daniel Gerzo
FreeBSD Quarterly Status Report October-December, 2011

Introduction

   This report covers FreeBSD-related projects between October and
   December 2011. It is the last of the four reports planned for 2011.
   This quarter was mainly devoted to polishing the bits for the next
   major version of FreeBSD, 9.0, which was already successfully released
   in the beginning of January 2012.

   Thanks to all the reporters for the excellent work! This report
   contains 32 entries and we hope you enjoy reading it.

   Please note that the deadline for submissions covering the period
   between January and March 2012 is April 15th, 2012.
 __

Projects

 * Auditdistd Project
 * BSD-Licensed C++ Stack
 * pfSense

User-land Programs

 * Replacing the Regular Expression Code
 * System Configuration Utilities

FreeBSD Team Reports

 * FreeBSD Ports Management Team Status Report
 * Release Engineering Team Status Report
 * The FreeBSD Foundation Status Report

Kernel

 * CAM Target Layer (CTL)
 * FreeBSD No-IPv4 (IPv6-Only) Support
 * GEOM MULTIPATH Rewrite
 * HDA Sound Driver (snd_hda) Improvements
 * LSI Supported mps(4) SAS driver
 * SCSI Direct Access Driver (da) Improvements
 * Status Report for NFS
 * The New CARP

Documentation

 * A Tool to Check for Mistakes in Documentation -- igor
 * The FreeBSD German Documentation Project
 * The FreeBSD Japanese Documentation Project

Architectures

 * FreeBSD/390
 * FreeBSD/arm on Marvell Armada XP
 * FreeBSD/powerpc on AppliedMicro APM86290
 * FreeBSD/powerpc on Freescale QorIQ DPAA
 * Improving Support for New Features in the Intel SandyBridge CPUs

Ports

 * FreeBSD Haskell Ports
 * FreeBSD Ruby Ports
 * FreeBSD/GNOME
 * FreeBSD/KDE
 * Multimedia -- Watching/Recording Digital TV
 * Perl Ports Testing
 * Public FreeBSD Ports Development Infrastructure -- redports.org
 * Up to Date X.Org Server
 __

A Tool to Check for Mistakes in Documentation -- igor

   URL: http://www.wonkity.com/~wblock/igor/

   Contact: Warren Block wbl...@freebsd.org

   igor is a program that proofreads man pages, DocBook SGML source, and
   other text files for many common mistakes.

   Files are tested for spelling mistakes, repeated words, and white-space
   problems. Man pages are also checked for minimal structure, and DocBook
   SGML source files are checked for formatting and tag problems.

   If you write or edit FreeBSD documentation, let igor help you check it
   for correctness.

Open tasks:

1. Find a testing or parsing framework that can do a faster or better
   job, or that can understand the state of DocBook tags.
2. Add more tests.
3. Improve speed.
 __

Auditdistd Project

   Contact: Pawel Jakub Dawidek p...@freebsd.org

   Current weakness of FreeBSD's Security Event Audit facility is that
   audit records are stored locally and can be modified or removed by an
   attacker after a system compromise.

   The auditdistd will allow to reliably and securely distribute audit
   trail files over TCP/IP network to remote system. In case of system
   compromise it will enable administrators to analyze audit records in
   trusted environment.

   This project is sponsored by the FreeBSD Foundation and should be
   completed by the end of February 2012.
 __

BSD-Licensed C++ Stack

   Contact: David Chisnall thera...@freebsd.org

   Two new libraries, libc++ (providing a C++11 STL implementation) and
   libcxxrt (providing an implementation of the C++ ABI specification)
   have been added. This is enabled by adding WITH_LIBCPLUSPLUS=yes to
   src.conf. It is not enabled by default because libc++ does not build
   with the version of gcc in the base system and requires you to build
   with clang.

   Once it is built, you can select between using GNU libstdc++ and libc++
   by adding -stdlib=libc++ or -stdlib=libstdc++ to your compile and link
   flags (when building with clang).

   If you are running head (or have a spare [virtual] machine you can try
   it on) then please try building your C++ code with libc++ and let me
   know of any failures, ideally with reduced test cases.

Open tasks:

1. Test ports with libc++. Hopefully most will Just Work., but others
   may need patches or have a hard dependency on libstdc++.
2. Make libstdc++ dynamically link to libsupc++. This will allow us to
   use libmap.conf to switch between libsupc++ and libcxxrt.
3. Enable building libc++ by default (hopefully in the 9.1 time-frame,
   when clang becomes the default system compiler) and switch to using
   libcxxrt instead of libsupc++ by default.
4. Lots more 

Re: CAM Target Layer available

2012-01-25 Thread Daniel Gerzo

On 5.1.2012 5:53, Kenneth D. Merry wrote:


The CAM Target Layer (CTL) is now available for testing.  I am planning to
commit it to to head next week, barring any major objections.


Hello, aren't you interested in covering this work through the freebsd 
status report? If so please follow the instructions at 
http://freebsd.org/news/status/ and let me know ASAP as I am going to 
release the status report real soon now.


Thanks!

--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


REMAINDER: Call for FreeBSD Status Reports - 4Q/2011

2012-01-04 Thread Daniel Gerzo

Hello everybody,

I'd like to remind you that only ca. 10 days have left to the status 
report submission deadline. Note that we have only received 4 entries so 
far. I guess most of the people's holidays have finished by now so I 
hope we will receive much more than that by January 15, 2012.


Thanks in advance!

PS: Happy New Year 2012!

 Original Message 
Subject: REMAINDER: Call for FreeBSD Status Reports - 4Q/2011
Date: Wed, 21 Dec 2011 12:20:01 +0100
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: hack...@freebsd.org, curr...@freebsd.org, sta...@freebsd.org

Dear all,

I would like to remind you that the next round of status reports
covering the fourth quarter of 2011 are due on January 15th, 2012.
As this initiative is very popular among our users, I would like to
ask you to submit your status reports as sooner than later (holidays
are quickly approaching), so that we can compile the report in a
timely fashion.

Do not hesitate and write a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome as well.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


REMAINDER: Call for FreeBSD Status Reports - 4Q/2011

2011-12-21 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the fourth quarter of 2011 are due on January 15th, 2011.
As this initiative is very popular among our users, I would like to
ask you to submit your status reports as sooner than later (holidays
are quickly approaching), so that we can compile the report in a
timely fashion.

Do not hesitate and write a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome as well.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Dog Food tm

2011-12-08 Thread Daniel Gerzo

On Tue, 06 Dec 2011 13:51:05 -0800, Sean Bruno wrote:

Was trying to use gmirror(4) or zfs(4) today to get a machine in the
cluster setup with s/w raid and was completely flummoxed by the
intricacies of manual setup.  Chances are, I just am not smart enough 
to

wind my way though the various how tos and wiki pages that I've been
browsing to get the job done.


Why using gmirror under zfs, when zfs itself supports software raid?


If someone wants to work on modifying bsdinstaller to do s/w raid via
one of these mechanisms, clusteradm@ can provide you a two disk SATA
machine that can be used for this purpose.

Sean


--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD Status Report July-September, 2011

2011-11-09 Thread Daniel Gerzo

On Tue, 8 Nov 2011 09:55:09 +, Daniel Gerzo wrote:

FreeBSD Quarterly Status Report - Q3/2011


Unfortunately, I managed to use an old status report entry for 
KDE/FreeBSD, instead of the current one.
I am sorry for any inconvenience; the current entry for KDE/FreeBSD is 
below:



KDE/FreeBSD

   URL: http://FreeBSD.KDE.org
   URL: http://FreeBSD.KDE.org/area51.php

   Contact: KDE FreeBSD kde-free...@kde.org

   The KDE/FreeBSD team has continued to improve the experience of KDE
   software and Qt under FreeBSD. The latest round of improvements
   include:
 * Splitting some of the KDE modules into smaller ports
 * Reduced startup time by ~15 seconds
 * Allowed auto-login out-of-the-box
 * Kopete supports GoogleTalk
 * Kalzium installs with its molecular editor
 * Zeitgeist support added
 * Porting Calligra to FreeBSD (work-in-progress)

   The team has also made many releases and upstreamed many fixes and
   patches. The latest round of releases include:
 * Qt: 4.7.4
 * PyQt: 4.8.5 (SIP: 4.12.4)
 * KDE SC: 4.7.2
 * Amarok: 2.4.3
 * KDevelop: 4.2.3 (KDevPlatform: 1.2.3)

   The team is always looking for more testers and porters so please
   contact us at kde-free...@kde.org and visit our home page at
   http://FreeBSD.KDE.org.

Open tasks:

1. Testing KDE PIM 4.7.2
2. Testing phonon-gstreamer and phonon-vlc as the phonon-xine 
backend

   was deprecated (and will remain in ports)

--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Status Report July-September, 2011

2011-11-08 Thread Daniel Gerzo
FreeBSD Quarterly Status Report - Q3/2011

Introduction

   This report covers FreeBSD-related projects between July and September
   2011. It is the third of the four reports planned for 2011. This
   quarter was mainly devoted to polishing the bits for the next major
   version of FreeBSD, 9.0, which is to be released by then end of this
   year.

   Thanks to all the reporters for the excellent work! This report
   contains 28 entries and we hope you enjoy reading it.

   Please note that the deadline for submissions covering the period
   between October and December 2011 is January 15th, 2012.
 __

Projects

 * GELI status update
 * HAST (Highly Available Storage) status update
 * pfSense
 * Tool for providing FreeBSD VM Images
 * ZFSguru
 * ZRouter.org project -- a FreeBSD-based firmware for embedded
   devices

FreeBSD Team Reports

 * Ports Collection
 * The FreeBSD Foundation
 * The FreeBSD Release Engineering Team

Network Infrastructure

 * 802.11n / atheros
 * DIstributed Firewall and Flow-shaper Using Statistical Evidence
   (DIFFUSE)
 * Ethernet Switch Framework

Kernel

 * The new CARP
 * VM layer for allocations larger than a page

Documentation

 * Doc sprint on IRC, September 5, 2011
 * The FreeBSD German Documentation Project Status Report
 * The FreeBSD Greek Documentation Project
 * The FreeBSD Japanese Documentation Project

Architectures

 * FreeBSD/arm on Marvell Armada XP
 * FreeBSD/powerpc on AppliedMicro APM86290

Ports

 * FreeBSD Haskell Ports
 * KDE-FreeBSD
 * OpenAFS port
 * Portmaster

Miscellaneous

 * bsd_day(2011)
 * EuroBSDcon 2011
 * FreeBSD Developer Summit, Maarssen

Google Summer of Code

 * Multibyte Encoding Support in Nvi
 __

802.11n / atheros

   URL: http://wiki.FreeBSD.org/AdrianChadd/AtherosTxAgg

   Contact: Adrian Chadd adr...@freebsd.org

   AR5416, AR9160, and AR9280 functions in both station and hostap mode.
   Performance is good.

   Software retry of frames is implemented. Aggregation is implemented.

   BAR TX is not yet handled. HT protection is not implemented; neither is
   MIMO powersave.

Open tasks:

1. BAR TX
2. MIMO powersave
3. Correct handling of flushing TX queues during interface
   reset/reconfigure
4. Correct handling of 20-20/40mhz transitions (without dropping
   frames)
5. More intelligent rate control
 __

bsd_day(2011)

   URL: http://bsdday.eu/2011

   Contact: Martin Matuska m...@freebsd.org
   Contact: Gabor Pali p...@freebsd.org

   The purpose of this one-day event was to gather Central European
   developers of today's open-source BSD systems to popularize their work
   and their organizations, and to meet each other in the real life. We
   wanted to motivate potential future developers and users, especially
   undergraduate university students, to work with BSD systems.

   This year's BSD-Day was be held in Bratislava, Slovakia at Slovak
   University of Technology, Faculty of Electrical Engineering and
   Information Technology on November 5, 2011.
 __

DIstributed Firewall and Flow-shaper Using Statistical Evidence (DIFFUSE)

   URL: http://caia.swin.edu.au/freebsd/diffused/
   URL:
   http://www.FreeBSDFoundation.org/project%20announcements.shtml#diffuse
   URL: http://caia.swin.edu.au/urp/diffuse/
   URL: http://caia.swin.edu.au/urp/diffuse/downloads.html

   Contact: Sebastian Zander szan...@swin.edu.au
   Contact: Lawrence Stewart szan...@swin.edu.au
   Contact: Grenville Armitage garmit...@swin.edu.au

   DIFFUSE enables FreeBSD's IPFW firewall subsystem to classify IP
   traffic based on statistical traffic properties.

   With DIFFUSE, IPFW computes statistics (such as packet lengths or
   inter-packet time intervals) for observed flows, and uses ML (machine
   learning) to classify flows into classes. In addition to traditional
   packet inspection rules, IPFW rules may now also be expressed in terms
   of traffic statistics or classes identified by ML classification. This
   can be helpful when direct packet inspection is problematic (perhaps
   for administrative reasons, or because port numbers do not reliably
   identify applications).

   DIFFUSE also enables one instance of IPFW to send flow information and
   classes to other IPFW instances, which then can act on such traffic
   (e.g. prioritise, accept, deny, etc.) according to its class. This
   allows for distributed architectures, where classification at one
   location in your network is used to control fire-walling or
   rate-shaping actions at other locations.

   The FreeBSD Foundation has funded the Centre for Advanced Internet
   

Re: HEADSUP: Call for FreeBSD Status Reports - 3Q/2011

2011-10-28 Thread Daniel Gerzo

On Sat, 15 Oct 2011 23:45:47 +0200, Daniel Gerzo wrote:

Dear all,

I would like to remind you that the next round of status reports
covering the third quarter of 2011 were due on October 15th, 2011. As
this initiative is very popular among our users, I would like to
ask you to submit your status reports as soon as possible, so that we
can compile the report in a timely fashion.


I had a few requests to extend the deadline. If you have anything to 
submit for the upcoming status report (which would be very welcome!), 
please do so until Oct. 30th.

Thank you.

--
Kind regards
  Daniel
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 3Q/2011

2011-10-15 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the third quarter of 2011 were due on October 15th, 2011. As 
this initiative is very popular among our users, I would like to
ask you to submit your status reports as soon as possible, so that we 
can compile the report in a timely fashion.


Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Status Report April - June, 2011

2011-09-14 Thread Daniel Gerzo
FreeBSD Quarterly Status Report - April-June, 2011

Introduction

   This report covers FreeBSD-related projects between April and June
   2011. It is the second of the four reports planned for 2011. Since this
   quarter, the work is being focused on the next major version of
   FreeBSD, 9.0, which is to be released in September.

   Thanks to all the reporters for the excellent work! This report
   contains 36 entries and we hope you enjoy reading it.

   Please note that the deadline for submissions covering the period
   between July and September 2011 is October 15th, 2011.
 __

Projects

 * Clang replacing GCC in the base system
 * Fix clang warnings
 * libarchive, bsdtar, bsdcpio
 * ZFS pool version 28

FreeBSD Team Reports

 * ArabBSD
 * The FreeBSD Foundation

Network Infrastructure

 * DIstributed Firewall and Flow-shaper Using Statistical Evidence
   (DIFFUSE)
 * FreeBSD IPv6-only Support
 * IPv6 RA Handling Improvements
 * netmap
 * New ipfw features
 * TCP User Timeout Option (UTO)

Kernel

 * Intel GPU Driver
 * OpenAFS port
 * Overhaul of the mii(4)-subsystem
 * Status Report for NFS

Documentation

 * FreeBSD June 6th, 2011 Doc Sprint
 * The FreeBSD Dutch Documentation Project
 * The FreeBSD Japanese Documentation Project

Architectures

 * FreeBSD on the Sony Playstation 3
 * FreeBSD/arm on Marvell Armada XP
 * FreeBSD/powerpc on AppliedMicro APM86290
 * FreeBSD/powerpc64 on IBM pSeries machines
 * FreeBSD/sparc64

Ports

 * Chromium
 * FreeBSD Haskell Ports
 * KDE-FreeBSD
 * libvirt networking port
 * Portbuilder
 * Ports Collection

Miscellaneous

 * bsd_day(2011)

Google Summer of Code

 * Capsicum adaptation and core libraries
 * Disk device error counters
 * Google Summer of Code
 * nvi-iconv
 * Replacing the Regular Expression Code
 __

ArabBSD

   URL: https://sites.google.com/site/arabbsd/

   Contact: Mohammed Farrag mfar...@freebsd.org

   FreeBSD Awareness, Handbook Translation and FreeBSD Kernel Development
   Summer Course.

Open tasks:

1. FreeBSD Kernel Development Summer Course.
 __

bsd_day(2011)

   URL: http://bsdday.eu/2011

   Contact: Martin Matuska m...@freebsd.org
   Contact: Gábor Páli p...@freebsd.org

   The purpose of this one-day event is to gather Central European
   developers of today's open-source BSD systems to popularize their work
   and their organizations, and to meet each other in the real life. We
   would also like to motivate potential future developers and users,
   especially undergraduate university students to work with BSD systems.

   This year's BSD-Day will be held in Bratislava, Slovakia at Slovak
   University of Technology, Faculty of Electrical Engineering and
   Information Technology on November 5, 2011.

   Everybody is welcome!

Open tasks:

1. Apply. We are looking for you!
 __

Capsicum adaptation and core libraries

   URL: http://www.cl.cam.ac.uk/research/security/capsicum
   URL: http://wiki.FreeBSD.org/SOC2011IlyaBakulin

   Contact: Ilya Bakulin ki...@freebsd.org

   Some applications from the base system received sandboxing support,
   current task is to adapt lightweight resolver daemon for using it in
   sandboxes -- this fixes problems with applications that need to convert
   IP addresses into domain names while in sandbox.

Open tasks:

1. Add sandboxing to even more applications in the base system.
2. Help Jonathan Anderson and Robert Watson to merge FreeBSD-Capsicum
   into FreeBSD-HEAD.
 __

Chromium

   URL: http://www.chromium.org/Home
   URL: http://trillian.chruetertee.org/chromium

   Contact: Chromium on FreeBSD Team chrom...@freebsd.org

   During the last quarter we have been keeping the Chromium browser up to
   date, with new major releases being imported into the Ports Collection
   the same day as the upstream release. As time passes by, more patches
   are incorporated or otherwise became obsolete by virtue of upstream
   code cleanups. Version 13 is already available from the Chruëtertee
   repository, with 70 patches less than version 12.
 __

Clang replacing GCC in the base system

   URL: http://wiki.FreeBSD.org/BuildingFreeBSDWithClang
   URL: http://wiki.FreeBSD.org/PortsAndClang

   Contact: Dimitry Andric d...@freebsd.org
   Contact: Roman Divacky rdiva...@freebsd.org
   Contact: Brooks Davis bro...@freebsd.org
   Contact: Pawel Worach pawel.wor...@gmail.com

   We imported newer snapshot of clang/llvm. This features quite a lot 

HEADSUP: Call for FreeBSD Status Reports - 2Q/2011

2011-06-29 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the second quarter of 2011 is due on July 15th, 2011. As this
initiative is very popular among our users, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Weird issue with hastd(8)

2011-05-25 Thread Daniel Gerzo

On 25.5.2011 20:24, Maxim Sobolev wrote:

On 5/25/2011 11:21 AM, Maxim Sobolev wrote:

Hi Pawel,

I am observing strange errors while synchronizing the data between
primary and secondary. I keep getting the following error messages:

May 25 11:09:19 eights hastd[10113]: [test] (secondary) Unable to
receive request header: Socket is not connected.
May 25 11:09:24 eights hastd[37571]: [test] (secondary) Worker process
exited ungracefully (pid=10113, exitcode=75).
May 25 11:10:17 eights hastd[12109]: [test] (secondary) Unable to
receive request header: Socket is not connected.
May 25 11:10:18 eights hastd[37571]: [test] (secondary) Worker process
exited ungracefully (pid=12109, exitcode=75).
May 25 11:10:39 eights hastd[14685]: [test] (secondary) Unable to
receive request header: Socket is not connected.
May 25 11:10:44 eights hastd[37571]: [test] (secondary) Worker process
exited ungracefully (pid=14685, exitcode=75).


I can only confirm this behavior. I have already reported this to 
Mikolaj and we are trying to hunt down the problem. I have started 
observing suddenly after some update. Unfortunately I haven't noted 
which revision I started to observe this bug ;(


Do you happen to use some net.inet sysctls/tunables?




The synchronization steel proceeds, but it's slow due to the need to
re-negotiate and re-spawn the secondary worker. I have tried to ktrace
both server and client at the same time. For some reason the primary
keeps sending data, while client gets 0-read from the recvfrom at some
point, while the primary keeps sending more data. This is 8-STABLE code
on both ends.

Any ideas of what could be wrong here are appreciated.


Sorry, forgot the traces.

Regards,



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




--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Status Report January-March, 2011

2011-04-27 Thread Daniel Gerzo
 for a HOWTO).

Open tasks:

1. Decide which RPM based linux distribution+version to track next for
   the linux_base ports, create ports for it and test for
   compatibility with our kernel code.
 __

MIPS/Octeon Support and bootinfo

   Contact: Andrew Duane adu...@juniper.net

   Working on improving support for Octeon processors and integrating with
   other MIPS processor families. Currently working on support for the
   standard MIPS bootinfo structure as a boot API (to supplement/replace
   the Caviums-specific structure). Other Octeon improvements including
   cleanups to CF and USB drivers to come.
 __

New FreeBSD Handbook Section Covering HAST

   URL:
   http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/disks-hast.ht
   ml

   Contact: Daniel Gerzo dan...@freebsd.org

   A new FreeBSD Handbook section covering the Highly Available STorage,
   or HAST developed by Pawel Jakub Dawidek has been recently added. In
   this section, you will learn what HAST is, how it works, which features
   it provides and how to set it up. It also includes a working example on
   how it can be used together with devd(8) and CARP. Enjoy your reading.
 __

New FreeBSD Installer

   URL: http://wiki.FreeBSD.org/BSDInstall
   URL: http://wiki.FreeBSD.org/PCBSDInstallMerge

   Contact: Nathan Whitehorn nwhiteh...@freebsd.org

   On March 14th, sysinstall was replaced on the 9.0 snapshot media by a
   new, modular installer called BSDInstall. This adds support for a wide
   variety of new features while simplifying the installation process.
   Testing before the 9.0 release will be very much appreciated -- CD and
   memory stick images for a variety of platforms are linked from the
   BSDInstall wiki page.

   Interesting features:
 * Install CD media are always live CDs
 * Installations spanning multiple disks
 * Wireless setup
 * GPT disk formatting
 * Virtualization friendly: can install from a live system onto disk
   images
 * Easily hackable and more modular than sysinstall
 * Greater flexibility: shells available throughout the installation

   Work is presently ongoing to integrate this installer with the backend
   provided by pc-sysinstall (second wiki link).

Open tasks:

1. ZFS installation support.
2. IA64 disk setup.
 __

OpenAFS Port

   URL: http://openafs.org
   URL: http://web.mit.edu/freebsd/openafs/openafs.shar

   Contact: Benjamin Kaduk ka...@mit.edu
   Contact: Derrick Brashear sha...@gmail.com

   AFS is a distributed network filesystem that originated from the Andrew
   Project at Carnegie-Mellon University. The OpenAFS client
   implementation has not been particularly useful on FreeBSD since the
   FreeBSD 4.X releases. Work covered in previous reports brought the
   OpenAFS client to a useful form on 9.0-CURRENT, though with some rough
   edges. Since our last report, we have fixed several bugs that were
   impacting usability, and we expect the upcoming 1.6.0 release to be
   usable for regular client workloads (though not heavy load).
   Accordingly, we have submitted packaging for inclusion in the Ports
   Collection (PR ports/152467).

   There are several known outstanding issues that are being worked on,
   but detailed bug reports are welcome at port-free...@openafs.org.

Open tasks:

1. Update VFS locking to allow the use of disk-based client caches as
   well as memory-based caches.
2. Track down races and deadlocks that may appear under load.
3. Integrate with the bsd.kmod.mk kernel-module build infrastructure.
4. Eliminate a moderate memory leak from the kernel module.
5. PAG (Process Authentication Group) support is not functional.
 __

pfSense

   URL: www.pfsense.org

   Contact: Scott Ullrich sullr...@freebsd.org
   Contact: Chris Buechler c...@pfsense.org
   Contact: Ermal Luci e...@freebsd.org

   Work on 2.0 is rapidly coming to an end. We released RC1 around Feb 25
   2011 and so far it seems to be rather stable. 2.0 is our first major
   release in 2 years and almost all limitations of the previous version
   has been overcome.

Open tasks:

1. Finish testing RC1 and certify for release.
 __

Portmaster

   URL: http://dougbarton.us/portmaster-proposal.html

   Contact: Doug Barton do...@freebsd.org

   The latest version of portmaster contains numerous improvements aimed
   at large-scale enterprise users. Particularly, support for the
   --index-only/--packages-only code has been significantly improved. Some
   of the highlights include:
 * New --update-if-newer option which takes a list

Fwd: HEADSUP: Call for FreeBSD Status Reports - 1Q/2011

2011-04-09 Thread Daniel Gerzo

Hello,

I would like to remind you that the submission due date (April 15th) is 
approaching quickly and to this date I have received _only_ 3 submissions.


Please try to find a few minutes and submit your reports so that we can 
inform our community about the progress made in the first quarter of 2011.


Thanks!

 Original Message 
Subject: HEADSUP: Call for FreeBSD Status Reports - 1Q/2011
Date: Mon, 21 Mar 2011 18:19:23 +0100
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: curr...@freebsd.org, hack...@freebsd.org

Dear all,

I would like to remind you that the next round of status reports
covering the first quarter of 2011 is due on April 15th, 2011. As this
initiative is very popular among our users, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 1Q/2011

2011-03-21 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the first quarter of 2011 is due on April 15th, 2011. As this
initiative is very popular among our users, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines; a short  description about
what you are working on, what your plans and goals are, or any other
information that you consider interested is always welcome. This way
we can inform our community about your great work!
Check out the reports from the past to get some inspiration of what
your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer. Anything
related to FreeBSD can be covered.

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
Kind regards
  Daniel Gerzo
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Status Report - 4Q/2010

2011-01-25 Thread Daniel Gerzo
FreeBSD Quarterly Status Report

Introduction

   This report covers FreeBSD-related projects between October and
   December 2010. It is the last of the four reports planned for 2010. The
   work on the new minor versions of FreeBSD, 7.4 and 8.2, has been
   progressing well and they should be released around the end of this
   month.

   Thanks to all the reporters for the excellent work! This report
   contains 37 entries and we hope you enjoy reading it.

   Please note that the deadline for submissions covering the period
   between January and March 2011 is April 15th, 2011.
 __

Projects

 * BSDInstall
 * Non-executable Stacks
 * Webcamd
 * xz Compression for Packages and Log Files
 * ZFS pool version 28

FreeBSD Team Reports

 * FreeBSD Bugbusting Team Status Report
 * Release Engineering Team Status Report
 * The FreeBSD Foundation Status Report

Network Infrastructure

 * DIstributed Firewall and Flow-shaper Using Statistical Evidence
   (DIFFUSE)
 * Ethernet Switch Framework
 * Five New TCP Congestion Control Algorithms for FreeBSD
 * FreeBSD 802.11n
 * FreeBSD VirtIO Network Driver
 * Generic IEEE 802.3 annex 31B full duplex flow control support for
   Ethernet in mii(4)
 * IPv6 and VIMAGE
 * TCP SMP scalability project

Kernel

 * Resource Containers
 * SYSCTL Type Safety
 * TRIM support for UFS

Documentation

 * mdocml Replacing groff For manpage Rendering
 * The FreeBSD German Documentation Project Status Report
 * The FreeBSD Japanese Documentation Project

Userland Programs

 * FreeBSD Services Control (fsc)
 * GEOM-based ataraid(4) Replacement -- geom_raid
 * gpart Improvements

Architectures

 * Bringing up OMAP3
 * FreeBSD on the Playstation 3
 * FreeBSD/EC2
 * FreeBSD/sparc64

Ports

 * Chromium
 * FreeBSD as Home Theater PC
 * Port-Sandbox
 * Portmaster
 * Ports Additions
 * Ports Collection
 * Robot Operating System

Miscellaneous

 * FOSDEM 2011
 __

Bringing up OMAP3

   URL: http://people.FreeBSD.org/~raj/patches/arm/dove_v6.diff

   Contact: Warner Losh i...@bsdimp.com
   Contact: Mohammed Farrag mfar...@freebsd.org

   The attached file is an old patch for ARM. We are developing new patch
   and then we are going toward Porting OMAP3.
 __

BSDInstall

   URL: http://wiki.FreeBSD.org/BSDInstall

   Contact: Nathan Whitehorn nwhiteh...@freebsd.org

   BSDInstall is a replacement for the venerable sysinstall installer. It
   is designed to be modular and easily extensible, while being fully
   scriptable and streamlining the installation process. It is mostly
   complete, and installs working systems on i386, amd64, sparc64,
   powerpc, and powerpc64, with untested PC98 support.

   New Features:
 * Allows installation onto GPT disks on x86 systems
 * Can do installations spanning multiple disks
 * Allows installation into jails
 * Eases PXE installation
 * Virtualization friendly: can install from a live system onto disk
   images
 * Works on PowerPC
 * Streamlined system installation
 * More flexible scripting
 * Easily tweakable
 * All install CDs are live CDs

Open tasks:

1. Wireless networking configuration wizard.
2. ZFS installation support.
3. Itanium disk setup.
 __

Chromium

   URL: http://www.chromium.org/Home
   URL: http://people.FreeBSD.org/~bapt/chrome9-fbsd.png

   Contact: René Ladan freebsd-chrom...@freebsd.org

   We are working on updating the Chromium web browser in our ports to
   stay up to date with the latest supported release. We currently have
   the Chromium 9 beta running, but not all features are fully implemented
   and the port still needs some polish before it can be committed to the
   Ports Collection. We have also been making arrangements with Google to
   merge our work with their upstream, which should ease the number of
   features and fixes we have to maintain for ourselves in the future. Our
   first release should be in a few weeks and coincide with the official
   release of Chromium 9.
 __

DIstributed Firewall and Flow-shaper Using Statistical Evidence (DIFFUSE)

   URL: http://caia.swin.edu.au/urp/diffuse/
   URL: http://caia.swin.edu.au/urp/diffuse/downloads.html

   Contact: Sebastian Zander szan...@swin.edu.au
   Contact: Grenville Armitage garmit...@swin.edu.au

   DIFFUSE is a system enabling FreeBSD's IPFW firewall subsystem to
   classify IP traffic based on statistical traffic properties.

   With DIFFUSE, IPFW computes statistics (such as packet lengths or
   inter-packet time 

Fwd: HEADSUP: Call for FreeBSD Status Reports - 4Q/2010

2011-01-15 Thread Daniel Gerzo

Hello all,

the submission date for status report entries is due today and so far I 
have received only 12 of them. I am of course open to accept more 
submissions, but please try to submit them as soon as possible (at least 
let me know you are planning to).
It would be great to inform our community about the progress made during 
the previous quarter as well as about the upcoming projects!


Thanks!

 Original Message 
Subject: HEADSUP: Call for FreeBSD Status Reports - 4Q/2010
Date: Mon, 27 Dec 2010 13:26:41 +0100
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: curr...@freebsd.org, hack...@freebsd.org

Dear all,

I would like to remind you that the next round of status reports
covering the last quarter of 2010 is due on January 15th, 2011. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines - a short  description about
what you are working on, what are your plans and goals, so we can inform
our community about your great work! Check out the reports from the past
to get some inspiration of what your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 4Q/2010

2010-12-27 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the last quarter of 2010 is due on January 15th, 2011. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines - a short  description about
what you are working on, what are your plans and goals, so we can inform
our community about your great work! Check out the reports from the past
to get some inspiration of what your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved within the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Fwd: HEADSUP: Call for FreeBSD Status Reports - 3Q/2010

2010-10-11 Thread Daniel Gerzo

Hello,

this is a reminder to anyone who's planning on sending a status report 
to us. The submission deadline is 15th Sept 2010.


I know that many of you guys have spent last few days in Karlsruhe (and 
I hope to receive some additional reports covering the 
EuroBSDCon/DevSummit events), so that I understand that the reports 
might still be on their way. I just wanted to note, that to this date we 
have received only 5 entries.


Please, if you are planning to send your entry, let us know so we can at 
least count with you and poke you if we don't receive it soon :)


 Original Message 
Subject: HEADSUP: Call for FreeBSD Status Reports - 3Q/2010
Date: Thu, 30 Sep 2010 08:29:48 +0200
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: curr...@freebsd.org, hack...@freebsd.org, questi...@freebsd.org

Dear all,

I would like to remind you that the next round of status reports
covering the third quarter of 2010 is due on October 15th, 2010. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines - a short  description about
what you are working on, what are your plans and goals, so we can inform
our community about your great work! Check out the reports from the past
to get some inspiration of what your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved with the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 3Q/2010

2010-09-30 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the third quarter of 2010 is due on October 15th, 2010. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the 
report on time.


Do not hesitate and write us a few lines - a short  description about 
what you are working on, what are your plans and goals, so we can inform 
our community about your great work! Check out the reports from the past 
to get some inspiration of what your submission should look like.


If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved with the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template which can be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
  Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Call for Documentation Contributors

2010-09-03 Thread Daniel Gerzo

On 3.9.2010, at 1:10, Adam Vande More amvandem...@gmail.com wrote:

 
 Wouldn't it be a lot easier to have a nice article on installing
 /usr/ports/misc/freebsd-doc-* from the date of the release of the installed
 system?  Or maybe offer archive web access to a handbook snapshot from that
 date(Django does something similar)?

FYI we have archive of hadbooks and FAQs for past releases at 
http://docs.freebsd.org/doc/. People just often don't know or are lazy to 
browse there, even though I believe it is linked from the footer of the 
handbook. The problem here is that we happen to cover all the supported 
releases in a single handbook which simply leads to confusion...on the other 
hand you may be right that discrepancies don't happen that often and the 
additional work is not worth it.

 Maintaining separate handbook  branches
 seems unrealistic if there aren't enough doc contributors to maintain one to
 expectations, and IME discrepancies aren't very frequent.


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


Re: Call for Documentation Contributors

2010-09-02 Thread Daniel Gerzo
I actually think there is some point in this idea. The problem is that many 
times we just leave notes or warnings specific for given releases, which can 
many times lead to confusion (or people just don't notice) and as time goes and 
we cut the support for given releases they get stale (e.g. We had many of those 
for 5.x).

We could just maintain the handbook in separate branches like we do with src, 
keeping them all built online, and merge relevant things where appropriate. 
This will, however, add quite a lot (for my taste) of additional work for us.

Daniel Gerzo

On 2.9.2010, at 5:02, Ed Schouten e...@80386.nl wrote:

 * Mehmet Erol Sanliturk m.e.sanlit...@gmail.com wrote:
 Please separate Handbook with respect to distributions , i.e. , maintain a
 different Handbook for each distribution .
 
 The problem with that is that it will cause documentation for older, but
 still supported releases, to become stale. Most doc changes apply to
 functionality provided by both releases, or at least functionality that
 is MFC'd.
 
 -- 
 Ed Schouten e...@80386.nl
 WWW: http://80386.nl/

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


Fwd: HEADSUP: Call for FreeBSD Status Reports - 2Q/2010

2010-07-09 Thread Daniel Gerzo

Hello,

I'd like to remind you the deadline to submit the status report for your 
project, which is set to July 15th, 2010. To this date, I have received 
only one report; please find some time and write a few words about your 
current work.


Thanks!

 Original Message 
Subject: HEADSUP: Call for FreeBSD Status Reports - 2Q/2010
Date: Wed, 16 Jun 2010 18:15:55 +0200
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: curr...@freebsd.org, hack...@freebsd.org, questi...@freebsd.org

Dear all,

I would like to remind you that the next round of status reports
covering the second quarter of 2010 is due on July 15th, 2010. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the
report on time.

Do not hesitate and write us a few lines - a short  description about
what you are working on, what are your plans and goals, so we can inform
our community about your great work! Check out the reports from past to
get some inspiration of what your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved with the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template to be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
   Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 2Q/2010

2010-06-16 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports
covering the second quarter of 2010 is due on July 15th, 2010. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports soon, so that we can compile the 
report on time.


Do not hesitate and write us a few lines - a short  description about 
what you are working on, what are your plans and goals, so we can inform 
our community about your great work! Check out the reports from past to 
get some inspiration of what your submission should look like.


If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved with the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template to be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
   Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD Status Report January-March, 2010

2010-04-22 Thread Daniel Gerzo
FreeBSD Quarterly Status Report

Introduction

   This report covers FreeBSD related projects between January and March
   2010. Being the first of the four reports planned for 2010 with 46
   entries, it shows a good progress of the FreeBSD Project and proves
   that our committers are keeping up with the latest trends in the OS
   development. During this period, a new minor version of FreeBSD,
   7.3-RELEASE, has been released, while the release process for
   8.1-RELEASE is soon to begin and is planned to be released later this
   summer.

   Thanks to all the reporters for their excellent work! We hope you enjoy
   the reading.

   Please note that the deadline for submissions covering the period
   between April and June 2010 is July 15th, 2010.
 __

Google Summer of Code

 * Google Summer of Code 2010

Projects

 * Chromium web browser
 * Clang replacing GCC in the base system
 * EFI support for FreeBSD/i386
 * mfsBSD
 * Modular Congestion Control
 * NAND Flash framework for embedded FreeBSD
 * Out of Tree Toolchain
 * PC-BSD PC-SysInstall Backend
 * The tbemd branch
 * webcamd

FreeBSD Team Reports

 * FreeBSD Bugbusting Team
 * Release Engineering Team
 * The FreeBSD Foundation

Network Infrastructure

 * (Virtual) Network Stack resource cleanup
 * 802.11n support
 * Atheros AR9285 support
 * Enhancing the FreeBSD TCP Implementation
 * Experimental NFS subsystem (NFSv4)
 * ipfw and dummynet enhancements
 * net80211 rate control framework
 * TCP/UDP connection groups

Kernel

 * CAM-based ATA implementation
 * Dynamic Ticks in FreeBSD
 * geom_sched
 * IPv6 without legacy IP kernel
 * Multichannel playback in HDA sound driver (snd_hda)
 * Rewrite of FreeBSD read/write path using vnode page
 * SUJ: Journaled Softupdates
 * ZFS

Documentation

 * The FreeBSD German Documentation Project
 * The FreeBSD Hungarian Documentation Project

Userland Programs

 * FreeBSD port for libunwind
 * LDAP support in base system

Architectures

 * FreeBSD/arm port for TI DaVinci
 * FreeBSD/ia64
 * FreeBSD/mips on D-Link DIR-320
 * FreeBSD/powerpc
 * FreeBSD/powerpc64 port
 * FreeBSD/sparc64

Ports

 * Portmaster
 * Ports Collection
 * QAT

Miscellaneous

 * BSDCan 2010 -- The BSD Conference
 * meetBSD 2010 -- The BSD Conference
 __

(Virtual) Network Stack resource cleanup

   Contact: Bjoern A. Zeeb b...@freebsd.org

   In February work was done to address resource leaks in the (virtual)
   network stack, especially on teardown.

   During that time also multiple general run-time problems and leaks were
   identified and fixed including leaked ipfw tables on module unload,
   routing entries leaked, in case of interfaces going away, as well as
   leaked link-layer entries in interaction with flowtable and timers.

   For virtual network stacks resources are are no longer allocated
   multiple times or freed upon teardown for eventhandlers, IP and upper
   level layers, like TCP syncache and host cache, flowtable, and
   especially radix/routing table memory.
   In addition epair(4) was enhanced and debugging was improved.

   This work was sponsored by ISPsystem.

Open tasks:

1. Merge the remaining patches.
2. Work on a better teardown model and get to the point where we can
   free UMA zones without keeping pages for type stability and timers
   around.
 __

802.11n support

   Contact: Rui Paulo rpa...@freebsd.org

   802.11n support in the Atheros driver is being worked on. Right now it
   can do AMPDU RX in software and we are working on TX AMPDU. The code
   lives in a private Perforce branch, but some bits of it are already
   committed to HEAD.

   This work is being sponsored by iXsystems, inc.
 __

Atheros AR9285 support

   Contact: Rui Paulo rpa...@freebsd.org

   Atheros AR9285 support was added to FreeBSD HEAD and 8-STABLE. There
   are still some issues but in general it works fine.
 __

BSDCan 2010 -- The BSD Conference

   URL: http://www.BSDCan.org/2010/
   URL: http://www.BSDCan.org/2010/schedule/

   Contact: BSDCan Information i...@bsdcan.org

   BSDCan, a BSD conference held in Ottawa, Canada, has quickly
   established itself as the technical conference for people working on
   and with 4.4BSD based operating systems and related projects. The
   organizers have found a fantastic formula that appeals to a wide range
   of people from extreme novices to advanced developers.

   BSDCan 2010 will be held on 13-14 May 2010 at the University of Ottawa,
   and will be 

Fwd: HEADSUP: Call for FreeBSD Status Reports - 1Q/2010

2010-04-06 Thread Daniel Gerzo

Hello guys,

I'd like to remind you that the submission deadline is getting really 
close and to this date we have received only _one_ entry.


If you have anything to report but need a little more time, please drop 
us at least a short message stating this fact to mont...@.


Thank you!

 Original Message 
Subject: HEADSUP: Call for FreeBSD Status Reports - 1Q/2010
Date: Mon, 22 Mar 2010 03:06:31 +0100
From: Daniel Gerzo dan...@freebsd.org
Organization: The FreeBSD Project
To: curr...@freebsd.org, sta...@freebsd.org, hack...@freebsd.org, 
questi...@freebsd.org


Dear all,

I would like to remind you that the next round of status reports
covering the first quarter of 2010 is due on April 15th, 2010. This
initiative is very welcome in our community. Therefore, I would like to
ask you to submit your status reports as soon as possible, so that we
can compile the report on time.

There is a lot of projects which are currently being worked on, so do
not hesitate and write us a few lines - a short  description about what
you are working on, what are your plans and goals, so we can inform our
community about your great work! Check out the reports from past to get
some inspiration of what your submission should look like.

If you know about a project that should be included in the status
report, please let us know as well, so we can poke the responsible
people to provide us with something useful. Updates to submissions from
the last report are welcome too.

Note that the submissions are accepted from anyone involved with the
FreeBSD community, you do not have to be a FreeBSD committer.
Submissions about anything related to FreeBSD are very welcome!

Please email us the filled-in XML template to be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
   Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


HEADSUP: Call for FreeBSD Status Reports - 1Q/2010

2010-03-21 Thread Daniel Gerzo

Dear all,

I would like to remind you that the next round of status reports 
covering the first quarter of 2010 is due on April 15th, 2010. This 
initiative is very welcome in our community. Therefore, I would like to 
ask you to submit your status reports as soon as possible, so that we 
can compile the report on time.


There is a lot of projects which are currently being worked on, so do 
not hesitate and write us a few lines - a short  description about what 
you are working on, what are your plans and goals, so we can inform our 
community about your great work! Check out the reports from past to get 
some inspiration of what your submission should look like.


If you know about a project that should be included in the status 
report, please let us know as well, so we can poke the responsible 
people to provide us with something useful. Updates to submissions from 
the last report are welcome too.


Note that the submissions are accepted from anyone involved with the 
FreeBSD community, you do not have to be a FreeBSD committer. 
Submissions about anything related to FreeBSD are very welcome!


Please email us the filled-in XML template to be found at
http://www.freebsd.org/news/status/report-sample.xml to
mont...@freebsd.org, or alternatively use our web based form located at
http://www.freebsd.org/cgi/monthly.cgi.

For more information, please visit http://www.freebsd.org/news/status/.

We are looking forward to see your submissions!

--
S pozdravom / Best regards
   Daniel Gerzo, FreeBSD committer
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org