22. Miscellaneous Questions

22.1. Why are trivial or cosmetic changes to files on a vendor branch a bad idea?
22.2. How do I add a new file to a branch?
22.3. How do I access people.FreeBSD.org to put up personal or project information?
22.4. Where are the mailing list archives stored?
22.5. I would like to mentor a new committer. What process do I need to follow?
22.6. Are there any perks of being an FreeBSD committer?

22.1.

Why are trivial or cosmetic changes to files on a vendor branch a bad idea?

  • From now on, every new vendor release of that file will need to have patches merged in by hand.

  • From now on, every new vendor release of that file will need to have patches verified by hand.

22.2.

How do I add a new file to a branch?

To add a file onto a branch, simply checkout or update to the branch you want to add to and then add the file using the add operation as you normally would. This works fine for the doc and ports trees. The src tree uses SVN and requires more care because of the mergeinfo properties. See the Subversion Primer for details on how to perform an MFC.

22.3.

How do I access people.FreeBSD.org to put up personal or project information?

people.FreeBSD.org is the same as freefall.FreeBSD.org. Just create a public_html directory. Anything you place in that directory will automatically be visible under http://people.FreeBSD.org/.

22.4.

Where are the mailing list archives stored?

The mailing lists are archived under /g/mail which will show up as /hub/g/mail with pwd(1). This location is accessible from any machine on the FreeBSD cluster.

22.5.

I would like to mentor a new committer. What process do I need to follow?

See the New Account Creation Procedure document on the internal pages.

22.6.

Are there any perks of being an FreeBSD committer?

Recognition as a competent software engineer is the longest lasting value. In addition, getting a chance to work with some of the best people that every engineer would dream of meeting is a great perk!

FreeBSD committers can get a free 4-CD or DVD set at conferences from FreeBSD Mall, Inc..

In addition, developers may request a cloaked hostmask for their account on the Freenode IRC network in the form of freebsd/developer/freefall name or freebsd/developer/NickServ name. To request a cloak, send an email to with your requested hostmask and NickServ account name.

All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/

Questions that are not answered by the documentation may be sent to <[email protected]>.
Send questions about this document to <[email protected]>.