diff --git a/documentation/content/en/articles/building-products/_index.adoc b/documentation/content/en/articles/building-products/_index.adoc index c88a93e0fb..29fca86847 100644 --- a/documentation/content/en/articles/building-products/_index.adoc +++ b/documentation/content/en/articles/building-products/_index.adoc @@ -1,382 +1,382 @@ --- title: Building Products with FreeBSD authors: - author: Joseph Koshy email: jkoshy@FreeBSD.org organizations: - organization: The FreeBSD Project description: How FreeBSD can help you build a better product trademarks: ["freebsd", "general"] tags: ["FreeBSD", "FreeBSD as base for your product"] --- = Building Products with FreeBSD :doctype: article :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental: ifeval::["{backend}" == "html5"] include::shared/releases.adoc[] include::shared/en/mailing-lists.adoc[] include::shared/en/urls.adoc[] :imagesdir: ../../../images/articles/building-products/ endif::[] ifeval::["{backend}" == "pdf"] include::../../../../shared/releases.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] :imagesdir: ../../../../static/images/articles/building-products/ endif::[] ifeval::["{backend}" == "epub3"] include::../../../../shared/releases.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] :imagesdir: ../../../../static/images/articles/building-products/ endif::[] [.abstract-title] Abstract The FreeBSD project is a worldwide, volunteer based, and collaborative project, which develops a portable and high-quality operating system. The FreeBSD project distributes the source code for its product under a liberal license, with the intention of encouraging the use of its code. Collaborating with the FreeBSD project can help organizations reduce their time to market, reduce engineering costs and improve their product quality. This article examines the issues in using FreeBSD code in appliances and software products. It highlights the characteristics of FreeBSD that make it an excellent substrate for product development. The article concludes by suggesting a few "best practices" for organizations collaborating with the FreeBSD project. ''' toc::[] [[introduction]] == Introduction FreeBSD today is well-known as a high-performance server operating system. It is deployed on millions of web servers and internet-facing hosts worldwide. FreeBSD code also forms an integral part of many products, ranging from appliances such as network routers, firewalls, and storage devices, to personal computers. Portions of FreeBSD have also been used in commercial shrink-wrapped software (see <>). In this article we look at the link:https://www.FreeBSD.org/[FreeBSD project] as a software engineering resource-as a collection of building blocks and processes which you can use to build products. While FreeBSD's source is distributed freely to the public, to fully enjoy the benefits of the project's work, organizations need to _collaborate_ with the project. In subsequent sections of this article we discuss effective means of collaboration with the project and the pitfalls that need to be avoided while doing so. *Caveat Reader.* The author believes that the characteristics of the FreeBSD Project listed in this article were substantially true at the time the article was conceived and written (2005). However, the reader should keep in mind that the practices and processes used by open-source communities can change over time, and that the information in this article should therefore be taken as indicative rather than normative. === Target Audience This document would be of interest to the following broad groups of people: * Decision makers in product companies looking at ways to improve their product quality, reduce their time to market and lower engineering costs in the long term. * Technology consultants looking for best-practices in leveraging "open-source". * Industry observers interested in understanding the dynamics of open-source projects. * Software developers seeking to use FreeBSD and looking for ways to contribute back. === Article Goals After reading this article you should have: * An understanding of the goals of the FreeBSD Project and its organizational structure. * An understanding of its development model and release engineering processes. * An understanding of how conventional corporate software development processes differ from that used in the FreeBSD project. * Awareness of the communication channels used by the project and the level of transparency you can expect. * Awareness of optimal ways of working with the project-how best to reduce engineering costs, improve time to market, manage security vulnerabilities, and preserve future compatibility with your product as the FreeBSD project evolves. === Article Structure The rest of the article is structured as follows: * <> introduces the FreeBSD project, explores its organizational structure, key technologies and release engineering processes. * <> describes ways to collaborate with the FreeBSD project. It examines common pitfalls encountered by corporates working with voluntary projects like FreeBSD. * <> concludes. [[freebsd-intro]] == FreeBSD as a set of building blocks FreeBSD makes an excellent foundation on which to build products: * FreeBSD source code is distributed under a liberal BSD license facilitating its adoption in commercial products <> with minimum hassle. * The FreeBSD project has excellent engineering practices that can be leveraged. * The project offers exceptional transparency into its workings, allowing organizations using its code to plan effectively for the future. * The culture of the FreeBSD project, carried over from the Computer Science Research Group at The University of California, Berkeley <>, fosters high-quality work. Some features in FreeBSD define the state of the art. <> examines the business reasons for using open-source in greater detail. For organizations, the benefits of using FreeBSD components in their products include a shorter time to market, lower development costs and lower development risks. === Building with FreeBSD Here are a few ways organizations have used FreeBSD: * As an upstream source for tested code for libraries and utilities. + By being "downstream" of the project, organizations leverage the new features, bug fixes and testing that the upstream code receives. * As an embedded OS (for example, for an OEM router and firewall device). In this model, organizations use a customized FreeBSD kernel and application program set along with a proprietary management layer for their device. OEMs benefit from new hardware support being added by the FreeBSD project upstream, and from the testing that the base system receives. + FreeBSD ships with a self-hosting development environment that allows easy creation of such configurations. * As a Unix compatible environment for the management functions of high-end storage and networking devices, running on a separate processor "blade". + FreeBSD provides the tools for creating dedicated OS and application program images. Its implementation of a BSD unix API is mature and tested. FreeBSD can also provide a stable cross-development environment for the other components of the high-end device. * As a vehicle to get widespread testing and support from a worldwide team of developers for non-critical "intellectual property". + In this model, organizations contribute useful infrastructural frameworks to the FreeBSD project (for example, see man:netgraph[3]). The widespread exposure that the code gets helps to quickly identify performance issues and bugs. The involvement of top-notch developers also leads to useful extensions to the infrastructure that the contributing organization also benefits from. * As a development environment supporting cross-development for embedded OSes like http://www.rtems.com/[RTEMS] and http://ecos.sourceware.org/[eCOS]. + There are many full-fledged development environments in the {numports}-strong collection of applications ported and packaged with FreeBSD. * As a way to support a Unix-like API in an otherwise proprietary OS, increasing its palatability for application developers. + Here parts of FreeBSD's kernel and application programs are "ported" to run alongside other tasks in the proprietary OS. The availability of a stable and well tested Unix(TM) API implementation can reduce the effort needed to port popular applications to the proprietary OS. As FreeBSD ships with high-quality documentation for its internals and has effective vulnerability management and release engineering processes, the costs of keeping up-to-date are kept low. [[freebsd-technologies]] === Technologies There are a large number of technologies supported by the FreeBSD project. A selection of these are listed below: * A complete system that can cross-host itself for link:https://www.FreeBSD.org/platforms/[many architectures:] * A modular symmetric multiprocessing capable kernel, with loadable kernel modules and a flexible and easy to use configuration system. * Support for emulation of Linux(TM) and SVR4 binaries at near machine speeds. Support for binary Windows(TM) (NDIS) network drivers. * Libraries for many programming tasks: archivers, FTP and HTTP support, thread support, in addition to a full POSIX(TM) like programming environment. * Security features: Mandatory Access Control (man:mac[9]), jails (man:jail[2]), ACLs, and in-kernel cryptographic device support. * Networking features: firewall-ing, QoS management, high-performance TCP/IP networking with support for many extensions. + FreeBSD's in-kernel Netgraph (man:netgraph[4]) framework allows kernel networking modules to be connected together in flexible ways. * Support for storage technologies: Fibre Channel, SCSI, software and hardware RAID, ATA and SATA. + FreeBSD supports a number of filesystems, and its native UFS2 filesystem supports soft updates, snapshots and very large filesystem sizes (16TB per filesystem) <>. + FreeBSD's in-kernel GEOM (man:geom[4]) framework allows kernel storage modules to be composed in flexible ways. * Over {numports} ported applications, both commercial and open-source, managed via the FreeBSD ports collection. === Organizational Structure FreeBSD's organizational structure is non-hierarchical. There are essentially two kinds of contributors to FreeBSD, general users of FreeBSD, and developers with write access (known as _committers_ in the jargon) to the source base. There are many thousands of contributors in the first group; the vast majority of contributions to FreeBSD come from individuals in this group. Commit rights (write access) to the repository are granted to individuals who contribute consistently to the project. Commit rights come with additional responsibilities, and new committers are assigned mentors to help them learn the ropes. .FreeBSD Organization image::freebsd-organization.png[] Conflict resolution is performed by a nine member "Core Team" that is elected from the group of committers. FreeBSD does not have "corporate" committers. Individual committers are required to take responsibility for the changes they introduce to the code. The link:{committers-guide}[FreeBSD Committer's guide] <> documents the rules and responsibilities for committers. FreeBSD's project model is examined in detail in <>. === FreeBSD Release Engineering Processes FreeBSD's release engineering processes play a major role in ensuring that its released versions are of a high quality. At any point of time, FreeBSD's volunteers support multiple code lines (<>): * New features and disruptive code enters on the development branch, also known as the _-CURRENT_ branch. * _-STABLE_ branches are code lines that are branched from HEAD at regular intervals. Only tested code is allowed onto a -STABLE branch. New features are allowed once they have been tested and stabilized in the -CURRENT branch. * _-RELEASE_ branches are maintained by the FreeBSD security team. Only bug fixes for critical issues are permitted onto -RELEASE branches. [[fig-freebsd-branches]] .FreeBSD Release Branches image::freebsd-branches.png[] Code lines are kept alive for as long as there is user and developer interest in them. Machine architectures are grouped into "tiers"; _Tier 1_ architectures are fully supported by the project's release engineering and security teams, _Tier 2_ architectures are supported on a best effort basis, and experimental architectures comprise _Tier 3_. The list of link:{committers-guide}#archs[supported architectures] is part of the FreeBSD documentation collection. The release engineering team publishes a link:https://www.FreeBSD.org/releng/[road map] for future releases of FreeBSD on the project's web site. The dates laid down in the road map are not deadlines; FreeBSD is released when its code and documentation are ready. FreeBSD's release engineering processes are described in <>. [[freebsd-collaboration]] == Collaborating with FreeBSD Open-source projects like FreeBSD offer finished code of a very high quality. While access to quality source code can reduce the cost of initial development, in the long-term the costs of managing change begin to dominate. As computing environments change over the years and new security vulnerabilities are discovered, your product too needs to change and adapt. Using open-source code is best viewed not as a one-off activity, but as an __ongoing process__. The best projects to collaborate with are the ones that are __live__; i.e., with an active community, clear goals and a transparent working style. * FreeBSD has an active developer community around it. At the time of writing there are many thousands of contributors from every populated continent in the world and over 300 individuals with write access to the project's source repositories. * The goals of the FreeBSD project are <>: ** To develop a high-quality operating system for popular computer hardware, and, ** To make our work available to all under a liberal license. -* FreeBSD enjoys an open and transparent working culture. Nearly all discussion in the project happens by email, on https://lists.freebsd.org/mailman/listinfo[public mailing lists] that are also archived for posterity. The project's policies are link:https://www.FreeBSD.org/internal/policies/[documented] and maintained under revision control. Participation in the project is open to all. +* FreeBSD enjoys an open and transparent working culture. Nearly all discussion in the project happens by email, on link:https://lists.freebsd.org/[public mailing lists] that are also archived for posterity. The project's policies are link:https://www.FreeBSD.org/internal/policies/[documented] and maintained under revision control. Participation in the project is open to all. [[freebsd-org]] === Understanding FreeBSD culture To be able to work effectively with the FreeBSD project, you need to understand the project's culture. Volunteer driven projects operate under different rules than for-profit corporates. A common mistake that companies make when venturing into the open-source world is that of underplaying these differences. *Motivation.* Most contributions to FreeBSD are done voluntarily without monetary rewards entering the picture. The factors that motivate individuals are complex, ranging from altruism, to an interest in solving the kinds of problems that FreeBSD attempts to solve. In this environment, "elegance is never optional"<>. *The Long Term View.* FreeBSD traces its roots back nearly twenty years to the work of the Computer Science Research Group at the University of California Berkeley.footnote:[FreeBSD's source repository contains a history of the project since its inception, and there are CDROMs available that contain earlier code from the CSRG.] A number of the original CSRG developers remain associated with the project. The project values long-term perspectives <>. A frequent acronym encountered in the project is DTRT, which stands for "Do The Right Thing". *Development Processes.* Computer programs are tools for communication: at one level programmers communicate their intentions using a precise notation to a tool (a compiler) that translates their instructions to executable code. At another level, the same notation is used for communication of intent between two programmers. Formal specifications and design documents are seldom used in the project. Clear and well-written code and well-written change logs (<>) are used in their place. FreeBSD development happens by "rough consensus and running code"<>. [.programlisting] .... r151864 | bde | 2005-10-29 09:34:50 -0700 (Sat, 29 Oct 2005) | 13 lines Changed paths: M /head/lib/msun/src/e_rem_pio2f.c Use double precision to simplify and optimize arg reduction for small and medium size args too: instead of conditionally subtracting a float 17+24, 17+17+24 or 17+17+17+24 bit approximation to pi/2, always subtract a double 33+53 bit one. The float version is now closer to the double version than to old versions of itself -- it uses the same 33+53 bit approximation as the simplest cases in the double version, and where the float version had to switch to the slow general case at |x| == 2^7*pi/2, it now switches at |x| == 2^19*pi/2 the same as the double version. This speeds up arg reduction by a factor of 2 for |x| between 3*pi/4 and 2^7*pi/4, and by a factor of 7 for |x| between 2^7*pi/4 and 2^19*pi/4. .... .A sample change log entry [[fig-change-log]] Communication between programmers is enhanced by the use of a common coding standard man:style[9]. *Communication Channels.* FreeBSD's contributors are spread across the world. Email (and to a lesser extent, IRC) is the preferred means of communication in the project. === Best Practices for collaborating with the FreeBSD project We now look at a few best practices for making the best use of FreeBSD in product development. Plan for the long term:: Setup processes that help in tracking the development of FreeBSD. For example: + *Track FreeBSD source code.* The project makes it easy to mirror its SVN repository using link:{committers-guide}#svn-advanced-use-setting-up-svnsync[svnsync]. Having the complete history of the source is useful when debugging complex problems and offers valuable insight into the intentions of the original developers. Use a capable source control system that allows you to easily merge changes between the upstream FreeBSD code base and your own in-house code. + <> shows a portion of an annotated listing of the file referenced by the change log in <>. The ancestry of each line of the source is clearly visible. Annotated listings showing the history of every file that is part of FreeBSD are https://svnweb.freebsd.org/[available on the web]. + [.programlisting] .... #REV #WHO #DATE #TEXT 176410 bde 2008-02-19 07:42:46 -0800 (Tue, 19 Feb 2008) #include 176410 bde 2008-02-19 07:42:46 -0800 (Tue, 19 Feb 2008) __FBSDID("$FreeBSD$"); 2116 jkh 1994-08-19 02:40:01 -0700 (Fri, 19 Aug 1994) 2116 jkh 1994-08-19 02:40:01 -0700 (Fri, 19 Aug 1994) /* __ieee754_rem_pio2f(x,y) 8870 rgrimes 1995-05-29 22:51:47 -0700 (Mon, 29 May 1995) * 176552 bde 2008-02-25 05:33:20 -0800 (Mon, 25 Feb 2008) * return the remainder of x rem pi/2 in *y 176552 bde 2008-02-25 05:33:20 -0800 (Mon, 25 Feb 2008) * use double precision for everything except passing x 152535 bde 2005-11-16 18:20:04 -0800 (Wed, 16 Nov 2005) * use __kernel_rem_pio2() for large x 2116 jkh 1994-08-19 02:40:01 -0700 (Fri, 19 Aug 1994) */ 2116 jkh 1994-08-19 02:40:01 -0700 (Fri, 19 Aug 1994) 176465 bde 2008-02-22 07:55:14 -0800 (Fri, 22 Feb 2008) #include 176465 bde 2008-02-22 07:55:14 -0800 (Fri, 22 Feb 2008) 2116 jkh 1994-08-19 02:40:01 -0700 (Fri, 19 Aug 1994) #include "math.h" .... .An annotated source listing generated using `svn blame` [[fig-svn-blame]] + *Use a gatekeeper.* Appoint a _gatekeeper_ to monitor FreeBSD development, to keep an eye out for changes that could potentially impact your products. + *Report bugs upstream.* If you notice bug in the FreeBSD code that you are using, file a https://www.FreeBSD.org/support/bugreports/[bug report]. This step helps ensure that you do not have to fix the bug the next time you take a code drop from upstream. Leverage FreeBSD's release engineering efforts:: Use code from a -STABLE development branch of FreeBSD. These development branches are formally supported by FreeBSD's release engineering and security teams and comprise of tested code. Donate code to reduce costs:: A major proportion of the costs associated with developing products is that of doing maintenance. By donating non-critical code to the project, you benefit by having your code see much wider exposure than it would otherwise get. This in turn leads to more bugs and security vulnerabilities being flushed out and performance anomalies being identified and fixed. Get support effectively:: For products with tight deadlines, it is recommended that you hire or enter into a consulting agreement with a developer or firm with FreeBSD experience. The {freebsd-jobs} is a useful communication channel to find talent. The FreeBSD project maintains a link:https://www.FreeBSD.org/commercial/consult_bycat/[gallery of consultants and consulting firms] undertaking FreeBSD work. The http://www.bsdcertification.org/[BSD Certification Group] offers certification for all the major BSD derived OSes. + -For less critical needs, you can ask for help on the http://lists.FreeBSD.org/mailman/listinfo[project mailing lists]. +For less critical needs, you can ask for help on the link:https://lists.freebsd.org/[project mailing lists]. A useful guide to follow when asking for help is given in <>. Publicize your involvement:: You are not required to publicize your use of FreeBSD, but doing so helps both your effort as well as that of the project. + Letting the FreeBSD community know that your company uses FreeBSD helps improve your chances of attracting high quality talent. A large roster of support for FreeBSD also means more mind share for it among developers. This in turn yields a healthier foundation for your future. Support FreeBSD developers:: Sometimes the most direct way to get a desired feature into FreeBSD is to support a developer who is already looking at a related problem. Help can range from hardware donations to direct financial assistance. In some countries, donations to the FreeBSD project enjoy tax benefits. The project has a dedicated link:https://www.FreeBSD.org/donations/[donations liaison] to assist donors. The project also maintains a web page where developers link:https://www.FreeBSD.org/donations/wantlist/[list their needs]. + As a policy the FreeBSD project link:{contributors}[acknowledges] all contributions received on its web site. [[conclusion]] == Conclusion The FreeBSD project's goals are to create and give away the source code for a high-quality operating system. By working with the FreeBSD project you can reduce development costs and improve your time to market in a number of product development scenarios. We examined the characteristics of the FreeBSD project that make it an excellent choice for being part of an organization's product strategy. We then looked at the prevailing culture of the project and examined effective ways of interacting with its developers. The article concluded with a list of best-practices that could help organizations collaborating with the project. :sectnums!: [bibliography] == Bibliography [[Carp1996]] [Carp1996] http://www.ietf.org/rfc/rfc1958.txt[The Architectural Principles of the Internet] B. Carpenter. The Internet Architecture Board.The Internet Architecture Board. Copyright(R) 1996. [[ComGuide]] [ComGuide] link:{committers-guide}[Committer's Guide] The FreeBSD Project. Copyright(R) 2005. [[GoldGab2005]] [GoldGab2005] http://dreamsongs.com/IHE/IHE.html[Innovation Happens Elsewhere: Open Source as Business Strategy] Ron Goldman. Richard Gabriel. Copyright(R) 2005. Morgan-Kaufmann. [[Hub1994]] [Hub1994] link:{contributing}[Contributing to the FreeBSD Project] Jordan Hubbard. Copyright(R) 1994-2005. The FreeBSD Project. [[McKu1999]] [McKu1999] http://www.usenix.org/publications/library/proceedings/usenix99/mckusick.html[Soft Updates: A Technique for Eliminating Most Synchronous Writes in the Fast Filesystem] Kirk McKusick. Gregory Ganger. Copyright(R) 1999. [[McKu1999-1]] [McKu1999-1] http://www.oreilly.com/catalog/opensources/book/kirkmck.html[Twenty Years of Berkeley Unix: From AT&T-Owned to Freely Redistributable] Marshall Kirk McKusick. http://www.oreilly.com/catalog/opensources/book/toc.html[Open Sources: Voices from the Open Source Revolution] O'Reilly Inc.. Copyright(R) 1993. [[Mon2005]] [Mon2005] link:{bsdl-gpl}[Why you should use a BSD style license for your Open Source Project] Bruce Montague. The FreeBSD Project. Copyright(R) 2005. [[Nik2005]] [Nik2005] link:{dev-model}[A project model for the FreeBSD Project] Niklas Saers. Copyright(R) 2005. The FreeBSD Project. [[Nor1993]] [Nor1993] http://www.norvig.com/luv-slides.ps[Tutorial on Good Lisp Programming Style] Peter Norvig. Kent Pitman. Copyright(R) 1993. [[Nor2001]] [Nor2001] http://www.norvig.com/21-days.html[Teach Yourself Programming in Ten Years] Peter Norvig. Copyright(R) 2001. [[Ray2004]] [Ray2004] http://www.catb.org/~esr/faqs/smart-questions.html[How to ask questions the smart way] Eric Steven Raymond. Copyright(R) 2004. [[RelEngDoc]] [RelEngDoc] link:{releng}[FreeBSD Release Engineering] Murray Stokely. Copyright(R) 2001. The FreeBSD Project. diff --git a/documentation/content/en/articles/contributing/_index.adoc b/documentation/content/en/articles/contributing/_index.adoc index 7a1274a3ee..4472701eaf 100644 --- a/documentation/content/en/articles/contributing/_index.adoc +++ b/documentation/content/en/articles/contributing/_index.adoc @@ -1,588 +1,588 @@ --- title: Contributing to FreeBSD authors: - author: Jordan Hubbard - author: Sam Lawrance - author: Mark Linimon description: How to contribute to the FreeBSD Project trademarks: ["freebsd", "ieee", "general"] weight: 15 tags: ["Contributing", "FreeBSD", "Non-Programmer Tasks", "Programmer Tasks"] --- = Contributing to FreeBSD :doctype: article :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental: ifeval::["{backend}" == "html5"] include::shared/en/mailing-lists.adoc[] include::shared/en/urls.adoc[] endif::[] ifeval::["{backend}" == "pdf"] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] endif::[] ifeval::["{backend}" == "epub3"] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] endif::[] [.abstract-title] Abstract This article describes the different ways in which an individual or organization may contribute to the FreeBSD Project. ''' toc::[] So you want to contribute to FreeBSD? That is great! FreeBSD _relies_ on the contributions of its user base to survive. Your contributions are not only appreciated, they are vital to FreeBSD's continued growth. A large and growing number of international contributors, of greatly varying ages and areas of technical expertise, develop FreeBSD. There is always more work to be done than there are people available to do it, and more help is always appreciated. As a volunteer, what you do is limited only by what you want to do. However, we do ask that you are aware of what other members of the FreeBSD community will expect of you. You may want to take this into account before deciding to volunteer. The FreeBSD project is responsible for an entire operating system environment, rather than just a kernel or a few scattered utilities. As such, our [.filename]#TODO# lists span a very wide range of tasks: from documentation, beta testing and presentation, to the system installer and highly specialized types of kernel development. People of any skill level, in almost any area, can almost certainly help the project. Commercial entities engaged in FreeBSD-related enterprises are also encouraged to contact us. Do you need a special extension to make your product work? You will find us receptive to your requests, given that they are not too outlandish. Are you working on a value-added product? Please let us know! We may be able to work cooperatively on some aspect of it. The free software world is challenging many existing assumptions about how software is developed, sold, and maintained, and we urge you to at least give it a second look. [[contrib-what]] == What Is Needed The following list of tasks and sub-projects represents something of an amalgam of various [.filename]#TODO# lists and user requests. [[non-programmer-tasks]] === Ongoing Non-Programmer Tasks Many people who are involved in FreeBSD are not programmers. The Project includes documentation writers, Web designers, and support people. All that these people need to contribute is an investment of time and a willingness to learn. . Read through the FAQ and Handbook periodically. If anything is poorly explained, ambiguous, out of date or incorrect, let us know. Even better, send us a fix (AsciiDoc is not difficult to learn, but there is no objection to plain text submissions). . Help translate FreeBSD documentation into your native language. If documentation already exists for your language, you can help translate additional documents or verify that the translations are up-to-date and correct. First take a look at the link:{fdp-primer}#translations[Translations FAQ] in the FreeBSD Documentation Project Primer. You are not committing yourself to translating every single FreeBSD document by doing this - as a volunteer, you can do as much or as little translation as you desire. Once someone begins translating, others almost always join the effort. If you only have the time or energy to translate one part of the documentation, please translate the installation instructions. . Read the {freebsd-questions} occasionally (or even regularly). It can be very satisfying to share your expertise and help people solve their problems; sometimes you may even learn something new yourself! These forums can also be a source of ideas for things to improve upon. [[ongoing-programmer-tasks]] === Ongoing Programmer Tasks Most of the tasks listed here may require a considerable investment of time, an in-depth knowledge of the FreeBSD kernel, or both. However, there are also many useful tasks which are suitable for "weekend hackers". . If you run FreeBSD-CURRENT and have a good Internet connection, there is a machine `current.FreeBSD.org` which builds a full release once a day-every now and again, try to install the latest release from it and report any failures in the process. . Read the {freebsd-bugs}. There may be a problem you can comment constructively on or with patches you can test. Or you could even try to fix one of the problems yourself. . If you know of any bug fixes which have been successfully applied to -CURRENT but have not been merged into -STABLE after a decent interval (normally a couple of weeks), send the committer a polite reminder. . Move contributed software to [.filename]#src/contrib# in the source tree. . Make sure code in [.filename]#src/contrib# is up to date. . Build the source tree (or just part of it) with extra warnings enabled and clean up the warnings. A list of build warnings can also be found from our https://ci.freebsd.org[CI] by selecting a build and checking "LLVM/Clang Warnings". . Fix warnings for ports which do deprecated things like using `gets()` or including [.filename]#malloc.h#. . If you have contributed any ports and you had to make FreeBSD-specific changes, send your patches back to the original authors (this will make your life easier when they bring out the next version). . Get copies of formal standards like POSIX(R). Compare FreeBSD's behavior to that required by the standard. If the behavior differs, particularly in subtle or obscure corners of the specification, send in a PR about it. If you are able, figure out how to fix it and include a patch in the PR. If you think the standard is wrong, ask the standards body to consider the question. . Suggest further tasks for this list! === Work through the PR Database The https://bugs.FreeBSD.org/search/[FreeBSD PR list] shows all the current active problem reports and requests for enhancement that have been submitted by FreeBSD users. The PR database includes both programmer and non-programmer tasks. Look through the open PRs, and see if anything there takes your interest. Some of these might be very simple tasks that just need an extra pair of eyes to look over them and confirm that the fix in the PR is a good one. Others might be much more complex, or might not even have a fix included at all. Start with the PRs that have not been assigned to anyone else. If a PR is assigned to someone else, but it looks like something you can handle, email the person it is assigned to and ask if you can work on it-they might already have a patch ready to be tested, or further ideas that you can discuss with them. === Ongoing Ports Tasks The Ports Collection is a perpetual work in progress. We want to provide our users with an easy to use, up to date, high quality repository of third party software. We need people to donate some of their time and effort to help us achieve this goal. Anyone can get involved, and there are lots of different ways to do so. Contributing to ports is an excellent way to help "give back" something to the project. Whether you are looking for an ongoing role, or a fun challenge for a rainy day, we would love to have your help! There are a number of easy ways you can contribute to keeping the ports tree up to date and in good working order: * Find some cool or useful software and link:{porters-handbook}[create a port] for it. * There are a large number of ports that have no maintainer. Become a maintainer and <>. * If you have created or adopted a port, be aware of <>. * When you are looking for a quick challenge you could <>. === Pick one of the items from the Ideas page The https://wiki.freebsd.org/IdeasPage[FreeBSD list of projects and ideas for volunteers] is also available for people willing to contribute to the FreeBSD project. The list is being regularly updated and contains items for both programmers and non-programmers with information about each project. [[contrib-how]] == How to Contribute Contributions to the system generally fall into one or more of the following 5 categories: [[contrib-general]] === Bug Reports and General Commentary An idea or suggestion of _general_ technical interest should be mailed to the {freebsd-hackers}. Likewise, people with an interest in such things (and a tolerance for a _high_ volume of mail!) may subscribe to the {freebsd-hackers}. See link:{handbook}#eresources-mail[The FreeBSD Handbook] for more information about this and other mailing lists. If you find a bug or are submitting a specific change, please report it using the https://bugs.FreeBSD.org/submit/[bug submission form]. Try to fill-in each field of the bug report. Unless they exceed 65KB, include any patches directly in the report. If the patch is suitable to be applied to the source tree put `[PATCH]` in the synopsis of the report. When including patches, _do not_ use cut-and-paste because cut-and-paste turns tabs into spaces and makes them unusable. When patches are a lot larger than 20KB, consider compressing them (eg. with man:gzip[1] or man:bzip2[1]) prior to uploading them. After filing a report, you should receive confirmation along with a tracking number. Keep this tracking number so that you can update us with details about the problem. See also link:{problem-reports}[this article] on how to write good problem reports. === Changes to the Documentation Changes to the documentation are overseen by the {freebsd-doc}. Please look at the link:{fdp-primer}[FreeBSD Documentation Project Primer] for complete instructions. Send submissions and changes (even small ones are welcome!) using the same method as any other bug report. === Changes to Existing Source Code An addition or change to the existing source code is a somewhat trickier affair and depends a lot on how far out of date you are with the current state of FreeBSD development. There is a special on-going release of FreeBSD known as "FreeBSD-CURRENT" which is made available in a variety of ways for the convenience of developers working actively on the system. See link:{handbook}#current-stable[The FreeBSD Handbook] for more information about getting and using FreeBSD-CURRENT. Working from older sources unfortunately means that your changes may sometimes be too obsolete or too divergent for easy re-integration into FreeBSD. Chances of this can be minimized somewhat by subscribing to the {freebsd-announce} and the {freebsd-current} lists, where discussions on the current state of the system take place. Assuming that you can manage to secure fairly up-to-date sources to base your changes on, the next step is to produce a set of diffs to send to the FreeBSD maintainers. This is done with the man:diff[1] command. The preferred man:diff[1] format for submitting patches is the unified output format generated by `diff -u`. [source,shell] .... % diff -u oldfile newfile .... or [source,shell] .... % diff -u -r -N olddir newdir .... would generate a set of unified diffs for the given source file or directory hierarchy. See man:diff[1] for more information. Once you have a set of diffs (which you may test with the man:patch[1] command), you should submit them for inclusion with FreeBSD as a bug report. _Do not_ just send the diffs to the {freebsd-hackers} or they will get lost! We greatly appreciate your submission (this is a volunteer project!); because we are busy, we may not be able to address it immediately, but it will remain in the PR database until we do. Indicate your submission by including `[PATCH]` in the synopsis of the report. If you feel it appropriate (e.g. you have added, deleted, or renamed files), bundle your changes into a `tar` file. Archives created with man:shar[1] are also welcome. If your change is of a potentially sensitive nature, such as if you are unsure of copyright issues governing its further distribution then you should send it to {core-email} directly rather than submitting as a bug report. The {core-email} reaches a much smaller group of people who do much of the day-to-day work on FreeBSD. Note that this group is also _very busy_ and so you should only send mail to them where it is truly necessary. Please refer to man:intro[9] and man:style[9] for some information on coding style. We would appreciate it if you were at least aware of this information before submitting code. === New Code or Major Value-Added Packages In the case of a significant contribution of a large body work, or the addition of an important new feature to FreeBSD, it becomes almost always necessary to either send changes as tar files or upload them to a web or FTP site for other people to access. If you do not have access to a web or FTP site, ask on an appropriate FreeBSD mailing list for someone to host the changes for you. When working with large amounts of code, the touchy subject of copyrights also invariably comes up. FreeBSD prefers free software licenses such as BSD or ISC. Copyleft licenses such as GPLv2 are sometimes permitted. The complete listing can be found on the link:https://www.FreeBSD.org/internal/software-license/[core team licensing policy] page. === Money or Hardware We are always very happy to accept donations to further the cause of the FreeBSD Project and, in a volunteer effort like ours, a little can go a long way! Donations of hardware are also very important to expanding our list of supported peripherals since we generally lack the funds to buy such items ourselves. [[donations]] ==== Donating Funds The https://www.freebsdfoundation.org[FreeBSD Foundation] is a non-profit, tax-exempt foundation established to further the goals of the FreeBSD Project. As a 501(c)3 entity, the Foundation is generally exempt from US federal income tax as well as Colorado State income tax. Donations to a tax-exempt entity are often deductible from taxable federal income. Donations may be sent in check form to: [.address] **** The FreeBSD Foundation + P.O. Box 20247, + Boulder, + CO 80308 + USA **** The FreeBSD Foundation is also able to accept https://www.freebsdfoundation.org/donate/[online donations] through various payment options. More information about the FreeBSD Foundation can be found in https://people.FreeBSD.org/~jdp/foundation/announcement.html[The FreeBSD Foundation -- an Introduction]. To contact the Foundation by email, write to mailto:info@FreeBSDFoundation.org[info@FreeBSDFoundation.org]. ==== Donating Hardware The FreeBSD Project happily accepts donations of hardware that it can find good use for. If you are interested in donating hardware, please contact the link:https://www.FreeBSD.org/donations/[Donations Liaison Office]. [[ports-contributing]] == Contributing to ports [[adopt-port]] === Adopting an unmaintained port ==== Choosing an unmaintained port Taking over maintainership of ports that are unmaintained is a great way to get involved. Unmaintained ports are only updated and fixed when somebody volunteers to work on them. There are a large number of unmaintained ports. It is a good idea to start with adopting a port that you use regularly. Unmaintained ports have their `MAINTAINER` set to `ports@FreeBSD.org`. A list of unmaintained ports and their current errors and problem reports can be seen at the http://portsmon.FreeBSD.org/portsconcordanceformaintainer.py?maintainer=ports%40FreeBSD.org[FreeBSD Ports Monitoring System]. On https://portsfallout.com/fallout?port=&maintainer=ports%40FreeBSD.org[PortsFallout] can be seen a list of unmaintained ports with errors. Many unmaintained ports can have pending updates, this can be seen at the https://portscout.freebsd.org/ports@freebsd.org.html[FreeBSD Ports distfile scanner]. Some ports affect a large number of others due to dependencies and slave port relationships. Generally, we want people to have some experience before they maintain such ports. You can find out whether or not a port has dependencies or slave ports by looking at a master index of ports called [.filename]#INDEX#. (The name of the file varies by release of FreeBSD; for instance, [.filename]#INDEX-8#.) Some ports have conditional dependencies that are not included in a default [.filename]#INDEX# build. We expect you to be able to recognize such ports by looking through other ports' [.filename]#Makefile#'s. [NOTE] ====== The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. ====== ==== How to adopt the port First make sure you understand your <>. Also read the link:{porters-handbook}[Porter's Handbook]. _Please do not commit yourself to more than you feel you can comfortably handle._ You may request maintainership of any unmaintained port as soon as you wish. Simply set `MAINTAINER` to your own email address and send a PR (Problem Report) with the change. If the port has build errors or needs updating, you may wish to include any other changes in the same PR. This will help because many committers are less willing to assign maintainership to someone who does not have a known track record with FreeBSD. Submitting PRs that fix build errors or update ports are the best ways to establish one. File your PR with category `ports` and class `change-request`. A committer will examine your PR, commit the changes, and finally close the PR. Sometimes this process can take a little while (committers are volunteers, too :). [[maintain-port]] === The challenge for port maintainers This section will give you an idea of why ports need to be maintained and outline the responsibilities of a port maintainer. [[why-maintenance]] ==== Why ports require maintenance Creating a port is a once-off task. Ensuring that a port is up to date and continues to build and run requires an ongoing maintenance effort. Maintainers are the people who dedicate some of their time to meeting these goals. The foremost reason ports need maintenance is to bring the latest and greatest in third party software to the FreeBSD community. An additional challenge is to keep individual ports working within the Ports Collection framework as it evolves. As a maintainer, you will need to manage the following challenges: * *New software versions and updates.* New versions and updates of existing ported software become available all the time, and these need to be incorporated into the Ports Collection in order to provide up-to-date software. * *Changes to dependencies.* If significant changes are made to the dependencies of your port, it may need to be updated so that it will continue to work correctly. * *Changes affecting dependent ports.* If other ports depend on a port that you maintain, changes to your port may require coordination with other maintainers. * *Interaction with other users, maintainers and developers.* Part of being a maintainer is taking on a support role. You are not expected to provide general support (but we welcome it if you choose to do so). What you should provide is a point of coordination for FreeBSD-specific issues regarding your ports. * *Bug hunting.* A port may be affected by bugs which are specific to FreeBSD. You will need to investigate, find, and fix these bugs when they are reported. Thoroughly testing a port to identify problems before they make their way into the Ports Collection is even better. * *Changes to ports infrastructure and policy.* Occasionally the systems that are used to build ports and packages are updated or a new recommendation affecting the infrastructure is made. You should be aware of these changes in case your ports are affected and require updating. * *Changes to the base system.* FreeBSD is under constant development. Changes to software, libraries, the kernel or even policy changes can cause flow-on change requirements to ports. ==== Maintainer responsibilities ===== Keep your ports up to date This section outlines the process to follow to keep your ports up to date. This is an overview. More information about upgrading a port is available in the link:{porters-handbook}[Porter's Handbook]. [.procedure] ==== . Watch for updates + Monitor the upstream vendor for new versions, updates and security fixes for the software. Announcement mailing lists or news web pages are useful for doing this. Sometimes users will contact you and ask when your port will be updated. If you are busy with other things or for any reason just cannot update it at the moment, ask if they will help you by submitting an update. + You may also receive automated email from the `FreeBSD Ports Version Check` informing you that a newer version of your port's distfile is available. More information about that system (including how to stop future emails) will be provided in the message. . Incorporate changes + When they become available, incorporate the changes into the port. You need to be able to generate a patch between the original port and your updated port. . Review and test + Thoroughly review and test your changes: ** Build, install and test your port on as many platforms and architectures as you can. It is common for a port to work on one branch or platform and fail on another. ** Make sure your port's dependencies are complete. The recommended way of doing this is by installing your own ports tinderbox. See <> for more information. ** Check that the packing list is up to date. This involves adding in any new files and directories and removing unused entries. ** Verify your port using man:portlint[1] as a guide. See <> for important information about using portlint. ** Consider whether changes to your port might cause any other ports to break. If this is the case, coordinate the changes with the maintainers of those ports. This is especially important if your update changes the shared library version; in this case, at the very least, the dependent ports will need to get a `PORTREVISION` bump so that they will automatically be upgraded by automated tools such as portmaster or man:portupgrade[1]. . Submit changes + Send your update by submitting a PR with an explanation of the changes and a patch containing the differences between the original port and the updated one. Please refer to link:{problem-reports}[Writing FreeBSD Problem Reports] for information on how to write a really good PR. + [NOTE] ====== Please do not submit a man:shar[1] archive of the entire port; instead, use man:git-format-patch[1] or man:diff[1] `-ruN`. In this way, committers can much more easily see exactly what changes are being made. The Porter's Handbook section on link:{porters-handbook}#port-upgrading[Upgrading] has more information. ====== . Wait + At some stage a committer will deal with your PR. It may take minutes, or it may take one or two weeks - so please be patient. If it takes any longer, please seek for help on mailing lists ({freebsd-ports}), IRC: #bsdports on EFNet or #freebsd-ports on Libera for example. . Give feedback + If a committer finds a problem with your changes, they will most likely refer it back to you. A prompt response will help get your PR committed faster, and is better for maintaining a thread of conversation when trying to resolve any problems. . And Finally + Your changes will be committed and your port will have been updated. The PR will then be closed by the committer. That's it! ==== ===== Ensure your ports continue to build correctly This section is about discovering and fixing problems that stop your ports from building correctly. FreeBSD only guarantees that the Ports Collection works on the `-STABLE` branches. In theory, you should be able to get by with running the latest release of each stable branch (since the ABIs are not supposed to change) but if you can run the branch, that is even better. Since the majority of FreeBSD installations run on PC-compatible machines (what is termed the `i386` architecture), we expect you to keep the port working on that architecture. We prefer that ports also work on the `amd64` architecture running native. It is completely fair to ask for help if you do not have one of these machines. [NOTE] ==== The usual failure modes for non-`x86` machines are that the original programmers assumed that, for instance, pointers are `int`-s, or that a relatively lax older gcc compiler was being used. More and more, application authors are reworking their code to remove these assumptions - but if the author is not actively maintaining their code, you may need to do this yourself. ==== These are the tasks you need to perform to ensure your port is able to be built: [.procedure] ==== . Watch for build failures + Check your mail for mail from `pkg-fallout@FreeBSD.org` and the http://portscout.FreeBSD.org[distfiles scanner] to see if any of the port which are failing to build are out of date. . Collect information + Once you are aware of a problem, collect information to help you fix it. Build errors reported by `pkg-fallout` are accompanied by logs which will show you where the build failed. If the failure was reported to you by a user, ask them to send you information which may help in diagnosing the problem, such as: ** Build logs ** The commands and options used to build the port (including options set in [.filename]#/etc/make.conf#) ** A list of packages installed on their system as shown by man:pkg-info[8] ** The version of FreeBSD they are running as shown by man:uname[1] `-a` ** When their ports collection was last updated ** When their ports tree and [.filename]#INDEX# was last updated . Investigate and find a solution + Unfortunately there is no straightforward process to follow to do this. Remember, though: if you are stuck, ask for help! The {freebsd-ports} is a good place to start, and the upstream developers are often very helpful. . Submit changes + Just as with updating a port, you should now incorporate changes, review and test, submit your changes in a PR, and provide feedback if required. . Send patches to upstream authors + In some cases, you will have to make patches to the port to make it run on FreeBSD. Some (but not all) upstream authors will accept such patches back into their code for the next release. If so, this may even help their users on other BSD-based systems as well and perhaps save duplicated effort. Please consider sending any applicable patches to the authors as a courtesy. ==== ===== Investigate bug reports and PRs related to your port This section is about discovering and fixing bugs. FreeBSD-specific bugs are generally caused by assumptions about the build and runtime environments that do not apply to FreeBSD. You are less likely to encounter a problem of this type, but it can be more subtle and difficult to diagnose. These are the tasks you need to perform to ensure your port continues to work as intended: [.procedure] ==== . Respond to bug reports + Bugs may be reported to you through email via the https://bugs.FreeBSD.org/search/[Problem Report database]. Bugs may also be reported directly to you by users. + You should respond to PRs and other reports within 14 days, but please try not to take that long. Try to respond as soon as possible, even if it is just to say you need some more time before you can work on the PR. + If you have not responded after 14 days, any committer may commit from a PR that you have not responded to via a `maintainer-timeout`. . Collect information + If the person reporting the bug has not also provided a fix, you need to collect the information that will allow you to generate one. + If the bug is reproducible, you can collect most of the required information yourself. If not, ask the person who reported the bug to collect the information for you, such as: ** A detailed description of their actions, expected program behavior and actual behavior ** Copies of input data used to trigger the bug ** Information about their build and execution environment - for example, a list of installed packages and the output of man:env[1] ** Core dumps ** Stack traces . Eliminate incorrect reports + Some bug reports may be incorrect. For example, the user may have simply misused the program; or their installed packages may be out of date and require updating. Sometimes a reported bug is not specific to FreeBSD. In this case report the bug to the upstream developers. If the bug is within your capabilities to fix, you can also patch the port so that the fix is applied before the next upstream release. . Find a solution + As with build errors, you will need to sort out a fix to the problem. Again, remember to ask if you are stuck! . Submit or approve changes + Just as with updating a port, you should now incorporate changes, review and test, and submit your changes in a PR (or send a follow-up if a PR already exists for the problem). If another user has submitted changes in the PR, you can also send a follow-up saying whether or not you approve the changes. ==== ===== Providing support Part of being a maintainer is providing support - not for the software in general - but for the port and any FreeBSD-specific quirks and problems. Users may contact you with questions, suggestions, problems and patches. Most of the time their correspondence will be specific to FreeBSD. Occasionally you may have to invoke your skills in diplomacy, and kindly point users seeking general support to the appropriate resources. Less frequently you will encounter a person asking why the `RPMS` are not up to date or how can they get the software to run under Foo Linux. Take the opportunity to tell them that your port is up to date (if it is, of course!), and suggest that they try FreeBSD. Sometimes users and developers will decide that you are a busy person whose time is valuable and do some of the work for you. For example, they might: * submit a PR or send you patches to update your port, * investigate and perhaps provide a fix to a PR, or * otherwise submit changes to your port. In these cases your main obligation is to respond in a timely manner. Again, the timeout for non-responsive maintainers is 14 days. After this period changes may be committed unapproved. They have taken the trouble to do this for you; so please try to at least respond promptly. Then review, approve, modify or discuss their changes with them as soon as possible. If you can make them feel that their contribution is appreciated (and it should be) you will have a better chance persuading them to do more things for you in the future :-). [[fix-broken]] === Finding and fixing a broken port There are some really good places to find a port that needs some attention. You can use the https://bugs.freebsd.org/search[web interface] to the Problem Report database to search through and view unresolved PRs. The majority of ports PRs are updates, but with a little searching and skimming over synopses you should be able to find something interesting to work on (the `sw-bug` class is a good place to start). The other place is the http://portsmon.FreeBSD.org/[FreeBSD Ports Monitoring System]. In particular look for unmaintained ports with build errors and ports that are marked `BROKEN`. https://portsfallout.com/[PortsFallout] shows port issues gathered from the FreeBSD package building. It is OK to send changes for a maintained port as well, but remember to ask the maintainer in case they are already working on the problem. Once you have found a bug or problem, collect information, investigate and fix! If there is an existing PR, follow up to that. Otherwise create a new PR. Your changes will be reviewed and, if everything checks out, committed. [NOTE] ====== The FreeBSD Ports Monitoring System (portsmon) is currently not working due to latest Python updates. ====== [[mortal-coil]] === When to call it quits As your interests and commitments change, you may find that you no longer have time to continue some (or all) of your ports contributions. That is fine! Please let us know if you are no longer using a port or have otherwise lost time or interest in being a maintainer. In this way we can go ahead and allow other people to try to work on existing problems with the port without waiting for your response. Remember, FreeBSD is a volunteer project, so if maintaining a port is no fun any more, it is probably time to let someone else do it! In any case, the Ports Management Team (`portmgr`) reserves the right to reset your maintainership if you have not actively maintained your port in some time. (Currently, this is set to 3 months.) By this, we mean that there are unresolved problems or pending updates that have not been worked on during that time. [[resources]] === Resources for ports maintainers and contributors The link:{porters-handbook}[Porter's Handbook] is your hitchhiker's guide to the ports system. Keep it handy! link:{problem-reports}[Writing FreeBSD Problem Reports] describes how to best formulate and submit a PR. In 2005 more than eleven thousand ports PRs were submitted! Following this article will greatly assist us in reducing the time needed to handle your PRs. The https://bugs.freebsd.org/bugzilla/query.cgi[Problem Report database]. The http://portsmon.FreeBSD.org/[FreeBSD Ports Monitoring System (portsmon)] can show you cross-referenced information about ports such as build errors and problem reports. If you are a maintainer you can use it to check on the build status of your ports. As a contributor you can use it to find broken and unmaintained ports that need to be fixed. The http://portscout.FreeBSD.org[FreeBSD Ports distfile scanner (portscout)] can show you ports for which the distfiles are not fetchable. You can check on your own ports or use it to find ports that need their `MASTER_SITES` updated. package:ports-mgmt/poudriere[] is the most thorough way to test a port through the entire cycle of installation, packaging, and deinstallation. Documentation is located at the https://github.com/freebsd/poudriere[poudriere github repository] man:portlint[1] is an application which can be used to verify that your port conforms to many important stylistic and functional guidelines. portlint is a simple heuristic application, so you should use it __only as a guide__. If portlint suggests changes which seem unreasonable, consult the link:{porters-handbook}[Porter's Handbook] or ask for advice. The {freebsd-ports} is for general ports-related discussion. It is a good place to ask for help. -You can https://lists.freebsd.org/mailman/listinfo[subscribe, or read and search the list archives]. +You can link:https://lists.freebsd.org/[subscribe, or read and search the list archives]. Reading the archives of the {freebsd-ports-bugs} and the {svn-ports-head} may also be of interest. https://portsfallout.com/[PortsFallout] is a place to help in searching for the https://lists.freebsd.org/archives/freebsd-pkg-fallout/[FreeBSD package-fallout archive]. [[ideas-contributing]] == Getting Started in Other Areas Looking for something interesting to get started that is not mentioned elsewhere in this article? The FreeBSD Project has several Wiki pages containing areas within which new contributors can get ideas on how to get started. The https://wiki.freebsd.org/JuniorJobs[Junior Jobs] page has a list of projects that might be of interest to people just getting started in FreeBSD, and want to work on interesting things to get their feet wet. The https://wiki.freebsd.org/IdeasPage[Ideas Page] contains various "nice to have" or "interesting" things to work on in the Project. diff --git a/documentation/content/en/articles/mailing-list-faq/_index.adoc b/documentation/content/en/articles/mailing-list-faq/_index.adoc index d70b735075..c62fd0d5a8 100644 --- a/documentation/content/en/articles/mailing-list-faq/_index.adoc +++ b/documentation/content/en/articles/mailing-list-faq/_index.adoc @@ -1,206 +1,207 @@ --- title: Frequently Asked Questions About The FreeBSD Mailing Lists authors: - author: The FreeBSD Documentation Project copyright: 2004-2021 The FreeBSD Documentation Project description: How to best use the mailing lists, such as how to help avoid frequently-repeated discussions tags: ["FAQ", "Mailing Lists", "FreeBSD"] --- = Frequently Asked Questions About The FreeBSD Mailing Lists :doctype: article :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental: ifeval::["{backend}" == "html5"] include::shared/authors.adoc[] include::shared/en/mailing-lists.adoc[] include::shared/en/urls.adoc[] endif::[] ifeval::["{backend}" == "pdf"] include::../../../../shared/authors.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] endif::[] ifeval::["{backend}" == "epub3"] include::../../../../shared/authors.adoc[] include::../../../../shared/en/mailing-lists.adoc[] include::../../../../shared/en/urls.adoc[] endif::[] [.abstract-title] Abstract This is the FAQ for the FreeBSD mailing lists. If you are interested in helping with this project, send email to the {freebsd-doc}. The latest version of this document is always available from the link:.[FreeBSD World Wide Web server]. It may also be downloaded as one large link:.[HTML] file with HTTP or as plain text, PostScript, PDF, etc. from the https://download.freebsd.org/ftp/doc/[FreeBSD FTP server]. You may also want to link:https://www.FreeBSD.org/search/[Search the FAQ]. ''' toc::[] [[introduction]] == Introduction As is usual with FAQs, this document aims to cover the most frequently asked questions concerning the FreeBSD mailing lists (and of course answer them!). Although originally intended to reduce bandwidth and avoid the same old questions being asked over and over again, FAQs have become recognized as valuable information resources. This document attempts to represent a community consensus, and as such it can never really be __authoritative__. However, if you find technical errors within this document, or have suggestions about items that should be added, please either submit a PR, or email the {freebsd-doc}. Thanks. === What is the purpose of the FreeBSD mailing lists? The FreeBSD mailing lists serve as the primary communication channels for the FreeBSD community, covering many different topic areas and communities of interest. === Who is the audience for the FreeBSD mailing lists? This depends on charter of each individual list. Some lists are more oriented to developers; some are more oriented towards the FreeBSD community as a whole. -Please see http://lists.FreeBSD.org/mailman/listinfo[this list] for the current summary. +Please see link:https://lists.FreeBSD.org/[this list] for the current summary. === Are the FreeBSD mailing lists open for anyone to participate? Again, this depends on charter of each individual list. Please read the charter of a mailing list before you post to it, and respect it when you post. This will help everyone to have a better experience with the lists. If after reading the above lists, you still do not know which mailing list to post a question to, you will probably want to post to freebsd-questions (but see below, first). Also note that the mailing lists have traditionally been open to postings from non-subscribers. This has been a deliberate choice, to help make joining the FreeBSD community an easier process, and to encourage open sharing of ideas. However, due to past abuse by some individuals, certain lists now have a policy where postings from non-subscribers must be manually screened to ensure that they are appropriate. === How can I subscribe? -You can use http://lists.FreeBSD.org/mailman/listinfo[the Mailman web interface] to subscribe to any of the public lists. +You can use link:https://lists.FreeBSD.org/[the Mlmmj web interface] to subscribe to any of the public lists. === How can I unsubscribe? You can use the same interface as above; or, you can follow the instructions that are at the bottom of every mailing list message that is sent. Please do not send unsubscribe messages directly to the public lists themselves. First, this will not accomplish your goal, and second, it will irritate the existing subscribers, and you will probably get flamed. This is a classical mistake when using mailing lists; please try to avoid it. === Are archives available? -Yes. Threaded archives are available http://docs.FreeBSD.org/mail/[here]. +Yes. Threaded archives are available link:https://docs.FreeBSD.org/mail/[here]. +You can also access https://lists.freebsd.org/pipermail[mailman archive] and link:https://lists.freebsd.org/archives[mlmmj archive] directly. === Are mailing lists available in a digest format? -Yes. See http://lists.FreeBSD.org/mailman/listinfo[the Mailman web interface]. +Yes. See link:https://lists.FreeBSD.org/[the Mlmmj web interface]. [[etiquette]] == Mailing List Etiquette Participation in the mailing lists, like participation in any community, requires a common basis for communication. Please make only appropriate postings, and follow common rules of etiquette. === What should I do before I post? You have already taken the most important step by reading this document. However, if you are new to FreeBSD, you may first need to familiarize yourself with the software, and all the social history around it, by reading the numerous link:https://www.FreeBSD.org/docs/books/[books and articles] that are available. Items of particular interest include the link:{faq}[FreeBSD Frequently Asked Questions (FAQ)] document, the link:{handbook}[FreeBSD Handbook], and the articles link:{freebsd-questions-article}[How to get best results from the FreeBSD-questions mailing list], link:{explaining-bsd}[Explaining BSD], and link:{new-users}[FreeBSD First Steps]. It is always considered bad form to ask a question that is already answered in the above documents. This is not because the volunteers who work on this project are particularly mean people, but after a certain number of times answering the same questions over and over again, frustration begins to set in. This is particularly true if there is an existing answer to the question that is already available. Always keep in mind that almost all of the work done on FreeBSD is done by volunteers, and that we are only human. === What constitutes an inappropriate posting? * Postings must be in accordance with the charter of the mailing list. * Personal attacks are discouraged. As good net-citizens, we should try to hold ourselves to high standards of behavior. * Spam is not allowed, ever. The mailing lists are actively processed to ban offenders to this rule. === What is considered proper etiquette when posting to the mailing lists? * Please wrap lines at 75 characters, since not everyone uses fancy GUI mail reading programs. * Please respect the fact that bandwidth is not infinite. Not everyone reads email through high-speed connections, so if your posting involves something like the content of [.filename]#config.log# or an extensive stack trace, please consider putting that information up on a website somewhere and just provide a URL to it. Remember, too, that these postings will be archived indefinitely, so huge postings will simply inflate the size of the archives long after their purpose has expired. * Format your message so that it is legible, and PLEASE DO NOT SHOUT!!!!!. Do not underestimate the effect that a poorly formatted mail message has, and not just on the FreeBSD mailing lists. Your mail message is all that people see of you, and if it is poorly formatted, badly spelled, full of errors, and/or has lots of exclamation points, it will give people a poor impression of you. * Please use an appropriate human language for a particular mailing list. Many non-English mailing lists are link:https://www.FreeBSD.org/community/mailinglists/[available]. + For the ones that are not, we do appreciate that many people do not speak English as their first language, and we try to make allowances for that. It is considered particularly poor form to criticize non-native speakers for spelling or grammatical errors. FreeBSD has an excellent track record in this regard; please, help us to uphold that tradition. * Please use a standards-compliant Mail User Agent (MUA). A lot of badly formatted messages come from http://www.lemis.com/grog/email/email.php[bad mailers or badly configured mailers]. The following mailers are known to send out badly formatted messages without you finding out about them: ** exmh ** Microsoft(R) Exchange ** Microsoft(R) Outlook(R) + Try not to use MIME: a lot of people use mailers which do not get on very well with MIME. * Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people on these mailing lists get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message does not come before the first answer, they may assume that they missed it and not bother to look. * A lot of the information you need to supply is the output of programs, such as man:dmesg[8], or console messages, which usually appear in [.filename]#/var/log/messages#. Do not try to copy this information by typing it in again; not only it is a real pain, but you are bound to make a mistake. To send log file contents, either make a copy of the file and use an editor to trim the information to what is relevant, or cut and paste into your message. For the output of programs like `dmesg`, redirect the output to a file and include that. For example, + [source,shell] .... % dmesg > /tmp/dmesg.out .... + This redirects the information to the file [.filename]#/tmp/dmesg.out#. * When using cut-and-paste, please be aware that some such operations badly mangle their messages. This is of particular concern when posting contents of [.filename]#Makefiles#, where `tab` is a significant character. This is a very common, and very annoying, problem with submissions to the link:https://www.FreeBSD.org/support/[Problem Reports database]. [.filename]#Makefiles# with tabs changed to either spaces, or the annoying `=3B` escape sequence, create a great deal of aggravation for committers. === What are the special etiquette consideration when replying to an existing posting on the mailing lists? * Please include relevant text from the original message. Trim it to the minimum, but do not overdo it. It should still be possible for somebody who did not read the original message to understand what you are talking about. + This is especially important for postings of the type "yes, I see this too", where the initial posting was dozens or hundreds of lines. * Use some technique to identify which text came from the original message, and which text you add. A common convention is to prepend "`>`" to the original message. Leaving white space after the "`>`" and leaving empty lines between your text and the original text both make the result more readable. * Please ensure that the attributions of the text you are quoting is correct. People can become offended if you attribute words to them that they themselves did not write. * Please do not `top post`. By this, we mean that if you are replying to a message, please put your replies after the text that you copy in your reply. + ** A: Because it reverses the logical flow of conversation. ** Q: Why is top posting frowned upon? + (Thanks to Randy Bush for the joke.) [[recurring]] == Recurring Topics On The Mailing Lists Participation in the mailing lists, like participation in any community, requires a common basis for communication. Many of the mailing lists presuppose a knowledge of the Project's history. In particular, there are certain topics that seem to regularly occur to newcomers to the community. It is the responsibility of each poster to ensure that their postings do not fall into one of these categories. By doing so, you will help the mailing lists to stay on-topic, and probably save yourself being flamed in the process. The best method to avoid this is to familiarize yourself with the http://docs.FreeBSD.org/mail/[mailing list archives], to help yourself understand the background of what has gone before. In this, the https://www.FreeBSD.org/search/#mailinglists[mailing list search interface] is invaluable. (If that method does not yield useful results, please supplement it with a search with your favorite major search engine). By familiarizing yourself with the archives, not only will you learn what topics have been discussed before, but also how discussion tends to proceed on that list, who the participants are, and who the target audience is. These are always good things to know before you post to any mailing list, not just a FreeBSD mailing list. There is no doubt that the archives are quite extensive, and some questions recur more often than others, sometimes as followups where the subject line no longer accurately reflects the new content. Nevertheless, the burden is on you, the poster, to do your homework to help avoid these recurring topics. [[bikeshed]] == What Is A "Bikeshed"? Literally, a `bikeshed` is a small outdoor shelter into which one may store one's two-wheeled form of transportation. However, in FreeBSD parlance, the term refers to topics that are simple enough that (nearly) anyone can offer an opinion about, and often (nearly) everyone does. The genesis of this term is explained in more detail link:{faq}#bikeshed-painting[in this document]. You simply must have a working knowledge of this concept before posting to any FreeBSD mailing list. More generally, a bikeshed is a topic that will tend to generate immediate meta-discussions and flames if you have not read up on their past history. Please help us to keep the mailing lists as useful for as many people as possible by avoiding bikesheds whenever you can. Thanks. [[acknowledgments]] == Acknowledgments `{grog}`:: Original author of most of the material on mailing list etiquette, taken from the article on link:{freebsd-questions-article}[How to get best results from the FreeBSD-questions mailing list]. `{linimon}`:: Creation of the rough draft of this FAQ. diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index 4fe0b598fc..08922502dd 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -1,1310 +1,1310 @@ --- title: Appendix C. Resources on the Internet part: Part V. Appendices prev: books/handbook/bibliography next: books/handbook/pgpkeys description: FreeBSD additional resources on internet like websites, mailing lists, mirrors, etc tags: ["eresources", "Websites", "Mailing Lists", "Usenet", "Newsgroups"] --- [appendix] [[eresources]] = Resources on the Internet :doctype: book :icons: font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental: :skip-front-matter: :xrefstyle: basic :relfileprefix: ../ :outfilesuffix: :sectnumoffset: C include::shared/mirrors.adoc[] include::shared/authors.adoc[] include::shared/releases.adoc[] include::shared/en/mailing-lists.adoc[] include::shared/en/teams.adoc[] include::shared/en/urls.adoc[] The rapid pace of FreeBSD progress makes print media impractical as a means of following the latest developments. Electronic resources are the best, if not often the only, way to stay informed of the latest advances. Since FreeBSD is a volunteer effort, the user community itself also generally serves as a "technical support department" of sorts, with electronic mail, web forums, and USENET news being the most effective way of reaching that community. The most important points of contact with the FreeBSD user community are outlined below. Please send other resources not mentioned here to the {freebsd-doc} so that they may also be included. [[eresources-www]] == Websites * https://forums.FreeBSD.org/[The FreeBSD Forums] provide a web based discussion forum for FreeBSD questions and technical discussion. * The http://www.youtube.com/bsdconferences[BSDConferences YouTube Channel] provides a collection of high quality videos from BSD conferences around the world. This is a great way to watch key developers give presentations about new work in FreeBSD. [[eresources-mail]] == Mailing Lists The mailing lists are the most direct way of addressing questions or opening a technical discussion to a concentrated FreeBSD audience. There are a wide variety of lists on a number of different FreeBSD topics. Sending questions to the most appropriate mailing list will invariably assure a faster and more accurate response. The charters for the various lists are given at the bottom of this document. _Please read the charter before joining or sending mail to any list_. Most list subscribers receive many hundreds of FreeBSD related messages every day, and the charters and rules for use are meant to keep the signal-to-noise ratio of the lists high. To do less would see the mailing lists ultimately fail as an effective communications medium for the Project. [NOTE] ==== _To test the ability to send email to FreeBSD lists, send a test message to {freebsd-test}._ Please do not send test messages to any other list. ==== When in doubt about what list to post a question to, see link:{freebsd-questions-article}[How to get best results from the FreeBSD-questions mailing list]. Before posting to any list, please learn about how to best use the mailing lists, such as how to help avoid frequently-repeated discussions, by reading the link:{mailing-list-faq}[Mailing List Frequently Asked Questions] (FAQ) document. Archives are kept for all of the mailing lists and can be searched using the https://www.FreeBSD.org/search/[FreeBSD World Wide Web server]. The keyword searchable archive offers an excellent way of finding answers to frequently asked questions and should be consulted before posting a question. Note that this also means that messages sent to FreeBSD mailing lists are archived in perpetuity. When protecting privacy is a concern, consider using a disposable secondary email address and posting only public information. [[eresources-summary]] === List Summary _General lists:_ The following are general lists which anyone is free (and encouraged) to join: [.informaltable] [cols="20%,80%", frame="none", options="header"] |=== | List | Purpose |link:{freebsd-advocacy-url}[freebsd-advocacy] |FreeBSD Evangelism |link:{freebsd-announce-url}[freebsd-announce] |Important events and Project milestones (moderated) |link:{freebsd-arch-url}[freebsd-arch] |Architecture and design discussions |link:{freebsd-bugbusters-url}[freebsd-bugbusters] |Discussions pertaining to the maintenance of the FreeBSD problem report database and related tools |link:{freebsd-bugs-url}[freebsd-bugs] |Bug reports |link:{freebsd-chat-url}[freebsd-chat] |Non-technical items related to the FreeBSD community |link:{freebsd-chromium-url}[freebsd-chromium] |FreeBSD-specific Chromium issues |link:{freebsd-current-url}[freebsd-current] |Discussion concerning the use of FreeBSD-CURRENT |link:{freebsd-isp-url}[freebsd-isp] |Issues for Internet Service Providers using FreeBSD |link:{freebsd-jobs-url}[freebsd-jobs] |FreeBSD employment and consulting opportunities |link:{freebsd-quarterly-calls-url}[freebsd-quarterly-calls] |Calls for quarterly status reports (moderated) |link:{freebsd-questions-url}[freebsd-questions] |User questions and technical support |link:{freebsd-security-notifications-url}[freebsd-security-notifications] |Security notifications (moderated) |link:{freebsd-stable-url}[freebsd-stable] |Discussion concerning the use of FreeBSD-STABLE |link:{freebsd-test-url}[freebsd-test] |Where to send test messages instead of to one of the actual lists |link:{freebsd-women-url}[freebsd-women] |FreeBSD advocacy for women |=== _Technical lists:_ The following lists are for technical discussion. Read the charter for each list carefully before joining or sending mail to one as there are firm guidelines for their use and content. [.informaltable] [cols="20%,80%", frame="none", options="header"] |=== | List | Purpose |link:{freebsd-acpi-url}[freebsd-acpi] |ACPI and power management development |link:{freebsd-amd64-url}[freebsd-amd64] |Porting FreeBSD to AMD64 systems (moderated) |link:{freebsd-apache-url}[freebsd-apache] |Discussion about Apache related ports |link:{freebsd-arm-url}[freebsd-arm] |Porting FreeBSD to ARM(R) processors |link:{freebsd-atm-url}[freebsd-atm] |Using ATM networking with FreeBSD |link:{freebsd-bluetooth-url}[freebsd-bluetooth] |Using Bluetooth(R) technology in FreeBSD |link:{freebsd-cloud-url}[freebsd-cloud] |FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) |link:{freebsd-cluster-url}[freebsd-cluster] |Using FreeBSD in a clustered environment |link:{freebsd-database-url}[freebsd-database] |Discussing database use and development under FreeBSD |link:{freebsd-desktop-url}[freebsd-desktop] |Using and improving FreeBSD on the desktop |link:{dev-ci-url}[dev-ci] |Build and test reports from the Continuous Integration servers |link:{dev-reviews-url}[dev-reviews] |Notifications of the FreeBSD review system |link:{freebsd-doc-url}[freebsd-doc] |Creating FreeBSD related documents |link:{freebsd-drivers-url}[freebsd-drivers] |Writing device drivers for FreeBSD |link:{freebsd-dtrace-url}[freebsd-dtrace] |Using and working on DTrace in FreeBSD |link:{freebsd-eclipse-url}[freebsd-eclipse] |FreeBSD users of Eclipse IDE, tools, rich client applications and ports. |link:{freebsd-elastic-url}[freebsd-elastic] |FreeBSD-specific ElasticSearch discussions |link:{freebsd-embedded-url}[freebsd-embedded] |Using FreeBSD in embedded applications |link:{freebsd-eol-url}[freebsd-eol] |Peer support of FreeBSD-related software that is no longer supported by the FreeBSD Project. |link:{freebsd-emulation-url}[freebsd-emulation] |Emulation of other systems such as Linux/MS-DOS(R)/Windows(R) |link:{freebsd-enlightenment-url}[freebsd-enlightenment] |Porting Enlightenment and Enlightenment applications |link:{freebsd-erlang-url}[freebsd-erlang] |FreeBSD-specific Erlang discussions |link:{freebsd-firewire-url}[freebsd-firewire] |FreeBSD FireWire(R) (iLink, IEEE 1394) technical discussion |link:{freebsd-fortran-url}[freebsd-fortran] |Fortran on FreeBSD |link:{freebsd-fs-url}[freebsd-fs] |File systems |link:{freebsd-games-url}[freebsd-games] |Support for Games on FreeBSD |link:{freebsd-gecko-url}[freebsd-gecko] |Gecko Rendering Engine issues |link:{freebsd-geom-url}[freebsd-geom] |GEOM-specific discussions and implementations |link:{freebsd-git-url}[freebsd-git] |Discussion of git use in the FreeBSD project |link:{freebsd-gnome-url}[freebsd-gnome] |Porting GNOME and GNOME applications |link:{freebsd-hackers-url}[freebsd-hackers] |General technical discussion |link:{freebsd-haskell-url}[freebsd-haskell] |FreeBSD-specific Haskell issues and discussions |link:{freebsd-hardware-url}[freebsd-hardware] |General discussion of hardware for running FreeBSD |link:{freebsd-i18n-url}[freebsd-i18n] |FreeBSD Internationalization |link:{freebsd-infiniband-url}[freebsd-infiniband] |Infiniband on FreeBSD |link:{freebsd-ipfw-url}[freebsd-ipfw] |Technical discussion concerning the redesign of the IP firewall code |link:{freebsd-isdn-url}[freebsd-isdn] |ISDN developers |link:{freebsd-jail-url}[freebsd-jail] |Discussion about the man:jail[8] facility |link:{freebsd-java-url}[freebsd-java] |Java(TM) developers and people porting JDK(TM)s to FreeBSD |link:{freebsd-kde-url}[freebsd-kde] |Porting KDE and KDE applications |link:{freebsd-lfs-url}[freebsd-lfs] |Porting LFS to FreeBSD |link:{freebsd-mips-url}[freebsd-mips] |Porting FreeBSD to MIPS(R) |link:{freebsd-mono-url}[freebsd-mono] |Mono and C# applications on FreeBSD |link:{freebsd-multimedia-url}[freebsd-multimedia] |Multimedia applications |link:{freebsd-new-bus-url}[freebsd-new-bus] |Technical discussions about bus architecture |link:{freebsd-net-url}[freebsd-net] |Networking discussion and TCP/IP source code |link:{freebsd-numerics-url}[freebsd-numerics] |Discussions of high quality implementation of libm functions |link:{freebsd-ocaml-url}[freebsd-ocaml] |FreeBSD-specific OCaml discussions |link:{freebsd-office-url}[freebsd-office] |Office applications on FreeBSD |link:{freebsd-performance-url}[freebsd-performance] |Performance tuning questions for high performance/load installations |link:{freebsd-perl-url}[freebsd-perl] |Maintenance of a number of Perl-related ports |link:{freebsd-pf-url}[freebsd-pf] |Discussion and questions about the packet filter firewall system |link:{freebsd-pkg-url}[freebsd-pkg] |Binary package management and package tools discussion |link:{freebsd-pkg-fallout-url}[freebsd-pkg-fallout] |Fallout logs from package building |link:{freebsd-pkgbase-url}[freebsd-pkgbase] |Packaging the FreeBSD base system |link:{freebsd-platforms-url}[freebsd-platforms] |Concerning ports to non Intel(R) architecture platforms |link:{freebsd-ports-url}[freebsd-ports] |Discussion of the Ports Collection |link:{freebsd-ports-announce-url}[freebsd-ports-announce] |Important news and instructions about the Ports Collection (moderated) |link:{freebsd-ports-bugs-url}[freebsd-ports-bugs] |Discussion of the ports bugs/PRs |link:{freebsd-ppc-url}[freebsd-ppc] |Porting FreeBSD to the PowerPC(R) |link:{freebsd-proliant-url}[freebsd-proliant] |Technical discussion of FreeBSD on HP ProLiant server platforms |link:{freebsd-python-url}[freebsd-python] |FreeBSD-specific Python issues |link:{freebsd-rc-url}[freebsd-rc] |Discussion related to the [.filename]#rc.d# system and its development |link:{freebsd-realtime-url}[freebsd-realtime] |Development of realtime extensions to FreeBSD |link:{freebsd-risc-url}[freebsd-risc] |Porting FreeBSD to RISC-V(R) systems |link:{freebsd-ruby-url}[freebsd-ruby] |FreeBSD-specific Ruby discussions |link:{freebsd-scsi-url}[freebsd-scsi] |The SCSI subsystem |link:{freebsd-security-url}[freebsd-security] |Security issues affecting FreeBSD |link:{freebsd-snapshots-url}[freebsd-snapshots] |FreeBSD Development Snapshot Announcements |link:{freebsd-sparc64-url}[freebsd-sparc64] |Porting FreeBSD to SPARC(R) based systems |link:{freebsd-standards-url}[freebsd-standards] |FreeBSD's conformance to the C99 and the POSIX(R) standards |link:{freebsd-sysinstall-url}[freebsd-sysinstall] |man:sysinstall[8] development |link:{freebsd-tcltk-url}[freebsd-tcltk] |FreeBSD-specific Tcl/Tk discussions |link:{freebsd-testing-url}[freebsd-testing] |Testing on FreeBSD |link:{freebsd-tex-url}[freebsd-tex] |Porting TeX and its applications to FreeBSD |link:{freebsd-threads-url}[freebsd-threads] |Threading in FreeBSD |link:{freebsd-tilera-url}[freebsd-tilera] |Porting FreeBSD to the Tilera family of CPUs |link:{freebsd-tokenring-url}[freebsd-tokenring] |Support Token Ring in FreeBSD |link:{freebsd-toolchain-url}[freebsd-toolchain] |Maintenance of FreeBSD's integrated toolchain |link:{freebsd-translators-url}[freebsd-translators] |Translating FreeBSD documents and programs |link:{freebsd-transport-url}[freebsd-transport] |Discussions of transport level network protocols in FreeBSD |link:{freebsd-usb-url}[freebsd-usb] |Discussing FreeBSD support for USB |link:{freebsd-virtualization-url}[freebsd-virtualization] |Discussion of various virtualization techniques supported by FreeBSD |link:{freebsd-vuxml-url}[freebsd-vuxml] |Discussion on VuXML infrastructure |link:{freebsd-x11-url}[freebsd-x11] |Maintenance and support of X11 on FreeBSD |link:{freebsd-xen-url}[freebsd-xen] |Discussion of the FreeBSD port to Xen(TM) - implementation and usage |link:{freebsd-xfce-url}[freebsd-xfce] |XFCE for FreeBSD - porting and maintaining |link:{freebsd-zope-url}[freebsd-zope] |Zope for FreeBSD - porting and maintaining |=== _Limited lists:_ The following lists are for more specialized (and demanding) audiences and are probably not of interest to the general public. It is also a good idea to establish a presence in the technical lists before joining one of these limited lists in order to understand the communications etiquette involved. [.informaltable] [cols="20%,80%", frame="none", options="header"] |=== | List | Purpose |link:{freebsd-hubs-url}[freebsd-hubs] |People running mirror sites (infrastructural support) |link:{freebsd-user-groups-url}[freebsd-user-groups] |User group coordination |link:{freebsd-wip-status-url}[freebsd-wip-status] |FreeBSD Work-In-Progress Status |link:{freebsd-wireless-url}[freebsd-wireless] |Discussions of 802.11 stack, tools, device driver development |=== _Digest lists:_ All of the above lists are available in a digest format. Once subscribed to a list, the digest options can be changed in the account options section. _Commit message lists:_ The following lists are for people interested in seeing the log messages for changes to various areas of the source tree. [NOTE] ==== SVN log messages are sent to SVN lists. ==== [.informaltable] [cols="1,1,1", frame="none", options="header"] |=== | List | Source area | Area Description (source for) |{dev-commits-doc-all-url}[dev-commits-doc-all] |[.filename]#/usr/doc# |All changes to the doc repository |{dev-commits-ports-all-url}[dev-commits-ports-all] |[.filename]#/usr/ports# |All changes to the ports repository |{dev-commits-ports-main-url}[dev-commits-ports-main] |[.filename]#/usr/ports# |All changes to the "main" branch of the ports repository |{dev-commits-ports-branches-url}[dev-commits-ports-branches] |[.filename]#/usr/ports# |All changes to the quarterly branches of the ports repository |{dev-commits-src-all-url}[dev-commits-src-all] |[.filename]#/usr/src# |All changes to the src repository |{dev-commits-src-main-url}[dev-commits-src-main] |[.filename]#/usr/src# |All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) |{dev-commits-src-branches-url}[dev-commits-src-branches] |[.filename]#/usr/src# |All changes to all stable branches of the src repository |=== _SVN lists:_ The following lists are for people interested in seeing the SVN log messages for changes to various areas of the source tree. [NOTE] ==== Only SVN log messages are sent to SVN lists. After the SVN to Git Migration, the following lists no longer receives new commit messages. ==== [.informaltable] [cols="20%,20%,60%", frame="none", options="header"] |=== | List | Source area | Area Description (source for) |link:{svn-doc-all-url}[svn-doc-all] |[.filename]#/usr/doc# |All changes to the doc Subversion repository (except for [.filename]#user#, [.filename]#projects# and [.filename]#translations#) |link:{svn-doc-head-url}[svn-doc-head] |[.filename]#/usr/doc# |All changes to the "head" branch of the doc Subversion repository |link:{svn-doc-projects-url}[svn-doc-projects] |[.filename]#/usr/doc/projects# |All changes to the [.filename]#projects# area of the doc Subversion repository |link:{svn-doc-svnadmin-url}[svn-doc-svnadmin] |[.filename]#/usr/doc# |All changes to the administrative scripts, hooks, and other configuration data of the doc Subversion repository |link:{svn-ports-all-url}[svn-ports-all] |[.filename]#/usr/ports# |All changes to the ports Subversion repository |link:{svn-ports-head-url}[svn-ports-head] |[.filename]#/usr/ports# |All changes to the "head" branch of the ports Subversion repository |link:{svn-ports-svnadmin-url}[svn-ports-svnadmin] |[.filename]#/usr/ports# |All changes to the administrative scripts, hooks, and other configuration data of the ports Subversion repository |link:{svn-src-all-url}[svn-src-all] |[.filename]#/usr/src# |All changes to the src Subversion repository (except for [.filename]#user# and [.filename]#projects#) |link:{svn-src-head-url}[svn-src-head] |[.filename]#/usr/src# |All changes to the "head" branch of the src Subversion repository (the FreeBSD-CURRENT branch) |link:{svn-src-projects-url}[svn-src-projects] |[.filename]#/usr/projects# |All changes to the [.filename]#projects# area of the src Subversion repository |link:{svn-src-release-url}[svn-src-release] |[.filename]#/usr/src# |All changes to the [.filename]#releases# area of the src Subversion repository |link:{svn-src-releng-url}[svn-src-releng] |[.filename]#/usr/src# |All changes to the [.filename]#releng# branches of the src Subversion repository (the security / release engineering branches) |link:{svn-src-stable-url}[svn-src-stable] |[.filename]#/usr/src# |All changes to the all stable branches of the src Subversion repository |link:{svn-src-stable-6-url}[svn-src-stable-6] |[.filename]#/usr/src# |All changes to the [.filename]#stable/6# branch of the src Subversion repository |link:{svn-src-stable-7-url}[svn-src-stable-7] |[.filename]#/usr/src# |All changes to the [.filename]#stable/7# branch of the src Subversion repository |link:{svn-src-stable-8-url}[svn-src-stable-8] |[.filename]#/usr/src# |All changes to the [.filename]#stable/8# branch of the src Subversion repository |link:{svn-src-stable-9-url}[svn-src-stable-9] |[.filename]#/usr/src# |All changes to the [.filename]#stable/9# branch of the src Subversion repository |link:{svn-src-stable-10-url}[svn-src-stable-10] |[.filename]#/usr/src# |All changes to the [.filename]#stable/10# branch of the src Subversion repository |link:{svn-src-stable-11-url}[svn-src-stable-11] |[.filename]#/usr/src# |All changes to the [.filename]#stable/11# branch of the src Subversion repository |link:{svn-src-stable-12-url}[svn-src-stable-12] |[.filename]#/usr/src# |All changes to the [.filename]#stable/12# branch of the src Subversion repository |link:{svn-src-stable-other-url}[svn-src-stable-other] |[.filename]#/usr/src# |All changes to the older [.filename]#stable# branches of the src Subversion repository |link:{svn-src-svnadmin-url}[svn-src-svnadmin] |[.filename]#/usr/src# |All changes to the administrative scripts, hooks, and other configuration data of the src Subversion repository |link:{svn-src-user-url}[svn-src-user] |[.filename]#/usr/src# |All changes to the experimental [.filename]#user# area of the src Subversion repository |link:{svn-src-vendor-url}[svn-src-vendor] |[.filename]#/usr/src# |All changes to the vendor work area of the src Subversion repository |=== [[eresources-subscribe]] === How to Subscribe To subscribe to a list, click the list name at {mailman-lists-url}. The page that is displayed should contain all of the necessary subscription instructions for that list. To actually post to a given list, send mail to mailto:listname@FreeBSD.org[listname@FreeBSD.org]. It will then be redistributed to mailing list members world-wide. To unsubscribe from a list, click on the URL found at the bottom of every email received from the list. -It is also possible to send an email to mailto:listname-unsubscribe@FreeBSD.org[listname-unsubscribe@FreeBSD.org] to unsubscribe. +It is also possible to send an email to mailto:listname+unsubscribe@FreeBSD.org[listname+unsubscribe@FreeBSD.org] to unsubscribe. It is important to keep discussion in the technical mailing lists on a technical track. To only receive important announcements, instead join the {freebsd-announce}, which is intended for infrequent traffic. [[eresources-charters]] === List Charters _All_ FreeBSD mailing lists have certain basic rules which must be adhered to by anyone using them. Failure to comply with these guidelines will result in two (2) written warnings from the FreeBSD Postmaster mailto:postmaster@FreeBSD.org[postmaster@FreeBSD.org], after which, on a third offense, the poster will removed from all FreeBSD mailing lists and filtered from further posting to them. We regret that such rules and measures are necessary at all, but today's Internet is a pretty harsh environment, it would seem, and many fail to appreciate just how fragile some of its mechanisms are. Rules of the road: * The topic of any posting should adhere to the basic charter of the list it is posted to. If the list is about technical issues, the posting should contain technical discussion. Ongoing irrelevant chatter or flaming only detracts from the value of the mailing list for everyone on it and will not be tolerated. For free-form discussion on no particular topic, the {freebsd-chat} is freely available and should be used instead. * No posting should be made to more than 2 mailing lists, and only to 2 when a clear and obvious need to post to both lists exists. For most lists, there is already a great deal of subscriber overlap and except for the most esoteric mixes (say "-stable & -scsi"), there really is no reason to post to more than one list at a time. If a message is received with multiple mailing lists on the `Cc` line, trim the `Cc` line before replying. _The person who replies is still responsible for cross-posting, no matter who the originator might have been._ * Personal attacks and profanity (in the context of an argument) are not allowed, and that includes users and developers alike. Gross breaches of netiquette, like excerpting or reposting private mail when permission to do so was not and would not be forthcoming, are frowned upon but not specifically enforced. _However_, there are also very few cases where such content would fit within the charter of a list and it would therefore probably rate a warning (or ban) on that basis alone. * Advertising of non-FreeBSD related products or services is strictly prohibited and will result in an immediate ban if it is clear that the offender is advertising by spam. _Individual list charters:_ link:{freebsd-acpi-url}[freebsd-acpi]:: _ACPI and power management development_ link:{freebsd-announce-url}[freebsd-announce]:: _Important events / milestones_ + This is the mailing list for people interested only in occasional announcements of significant FreeBSD events. This includes announcements about snapshots and other releases. It contains announcements of new FreeBSD capabilities. It may contain calls for volunteers etc. This is a low volume, strictly moderated mailing list. link:{freebsd-arch-url}[freebsd-arch]:: _Architecture and design discussions_ + This list is for discussion of the FreeBSD architecture. Messages will mostly be kept strictly technical in nature. Examples of suitable topics are: ** How to re-vamp the build system to have several customized builds running at the same time. ** What needs to be fixed with VFS to make Heidemann layers work. ** How do we change the device driver interface to be able to use the same drivers cleanly on many buses and architectures. ** How to write a network driver. link:{freebsd-bluetooth-url}[freebsd-bluetooth]:: _Bluetooth(R) in FreeBSD_ + This is the forum where FreeBSD's Bluetooth(R) users congregate. Design issues, implementation details, patches, bug reports, status reports, feature requests, and all matters related to Bluetooth(R) are fair game. link:{freebsd-bugbusters-url}[freebsd-bugbusters]:: _Coordination of the Problem Report handling effort_ + The purpose of this list is to serve as a coordination and discussion forum for the Bugmeister, his Bugbusters, and any other parties who have a genuine interest in the PR database. This list is not for discussions about specific bugs, patches or PRs. link:{freebsd-bugs-url}[freebsd-bugs]:: _Bug reports_ + This is the mailing list for reporting bugs in FreeBSD. Whenever possible, bugs should be submitted using the https://bugs.freebsd.org/bugzilla/enter_bug.cgi[web interface] to it. link:{freebsd-chat-url}[freebsd-chat]:: _Non technical items related to the FreeBSD community_ + This list contains the overflow from the other lists about non-technical, social information. It includes discussion about whether Jordan looks like a toon ferret or not, whether or not to type in capitals, who is drinking too much coffee, where the best beer is brewed, who is brewing beer in their basement, and so on. Occasional announcements of important events (such as upcoming parties, weddings, births, new jobs, etc) can be made to the technical lists, but the follow ups should be directed to this -chat list. link:{freebsd-chromium-url}[freebsd-chromium]:: _FreeBSD-specific Chromium issues_ + This is a list for the discussion of Chromium support for FreeBSD. This is a technical list to discuss development and installation of Chromium. link:{freebsd-cloud-url}[freebsd-cloud]:: _Running FreeBSD on various cloud platforms_ + This list discusses running FreeBSD on Amazon EC2, Google Compute Engine, Microsoft Azure, and other cloud computing platforms. _FreeBSD core team_:: This is an internal mailing list for use by the core members. Messages can be sent to it when a serious FreeBSD-related matter requires arbitration or high-level scrutiny. link:{freebsd-current-url}[freebsd-current]:: _Discussions about the use of FreeBSD-CURRENT_ + This is the mailing list for users of FreeBSD-CURRENT. It includes warnings about new features coming out in -CURRENT that will affect the users, and instructions on steps that must be taken to remain -CURRENT. Anyone running "CURRENT" must subscribe to this list. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-desktop-url}[freebsd-desktop]:: _Using and improving FreeBSD on the desktop_ + This is a forum for discussion of FreeBSD on the desktop. It is primarily a place for desktop porters and users to discuss issues and improve FreeBSD's desktop support. link:{dev-ci-url}[dev-ci]:: _Continuous Integration reports of build and test results_ + All Continuous Integration reports of build and test results link:{dev-reviews-url}[dev-reviews]:: _Notifications of work in progress in FreeBSD's review tool_ + Automated notifications of work in progress for review in FreeBSD's review tools, including patches. link:{freebsd-doc-url}[freebsd-doc]:: _Documentation Project_ + This mailing list is for the discussion of issues and projects related to the creation of documentation for FreeBSD. The members of this mailing list are collectively referred to as "The FreeBSD Documentation Project". It is an open list; feel free to join and contribute! link:{freebsd-drivers-url}[freebsd-drivers]:: _Writing device drivers for FreeBSD_ + This is a forum for technical discussions related to device drivers on FreeBSD. It is primarily a place for device driver writers to ask questions about how to write device drivers using the APIs in the FreeBSD kernel. link:{freebsd-dtrace-url}[freebsd-dtrace]:: _Using and working on DTrace in FreeBSD_ + DTrace is an integrated component of FreeBSD that provides a framework for understanding the kernel as well as user space programs at run time. The mailing list is an archived discussion for developers of the code as well as those using it. link:{freebsd-eclipse-url}[freebsd-eclipse]:: _FreeBSD users of Eclipse IDE, tools, rich client applications and ports._ + The intention of this list is to provide mutual support for everything to do with choosing, installing, using, developing and maintaining the Eclipse IDE, tools, rich client applications on the FreeBSD platform and assisting with the porting of Eclipse IDE and plugins to the FreeBSD environment. + The intention is also to facilitate exchange of information between the Eclipse community and the FreeBSD community to the mutual benefit of both. + Although this list is focused primarily on the needs of Eclipse users it will also provide a forum for those who would like to develop FreeBSD specific applications using the Eclipse framework. link:{freebsd-embedded-url}[freebsd-embedded]:: _Using FreeBSD in embedded applications_ + This list discusses topics related to using FreeBSD in embedded systems. This is a technical mailing list for which strictly technical content is expected. For the purpose of this list, embedded systems are those computing devices which are not desktops and which usually serve a single purpose as opposed to being general computing environments. Examples include, but are not limited to, all kinds of phone handsets, network equipment such as routers, switches and PBXs, remote measuring equipment, PDAs, Point Of Sale systems, and so on. link:{freebsd-emulation-url}[freebsd-emulation]:: _Emulation of other systems such as Linux/MS-DOS(R)/Windows(R)_ + This is a forum for technical discussions related to running programs written for other operating systems on FreeBSD. link:{freebsd-enlightenment-url}[freebsd-enlightenment]:: _Enlightenment_ + Discussions concerning the Enlightenment Desktop Environment for FreeBSD systems. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-eol-url}[freebsd-eol]:: _Peer support of FreeBSD-related software that is no longer supported by the FreeBSD Project._ + This list is for those interested in providing or making use of peer support of FreeBSD-related software for which the FreeBSD Project no longer provides official support in the form of security advisories and patches. link:{freebsd-firewire-url}[freebsd-firewire]:: _FireWire(R) (iLink, IEEE 1394)_ + This is a mailing list for discussion of the design and implementation of a FireWire(R) (aka IEEE 1394 aka iLink) subsystem for FreeBSD. Relevant topics specifically include the standards, bus devices and their protocols, adapter boards/cards/chips sets, and the architecture and implementation of code for their proper support. link:{freebsd-fortran-url}[freebsd-fortran]:: _Fortran on FreeBSD_ + This is the mailing list for discussion of Fortran related ports on FreeBSD: compilers, libraries, scientific and engineering applications from laptops to HPC clusters. link:{freebsd-fs-url}[freebsd-fs]:: _File systems_ + Discussions concerning FreeBSD filesystems. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-games-url}[freebsd-games]:: _Games on FreeBSD_ + This is a technical list for discussions related to bringing games to FreeBSD. It is for individuals actively working on porting games to FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. link:{freebsd-gecko-url}[freebsd-gecko]:: _Gecko Rendering Engine_ + This is a forum about Gecko applications using FreeBSD. + Discussion centers around Gecko Ports applications, their installation, their development and their support within FreeBSD. link:{freebsd-geom-url}[freebsd-geom]:: _GEOM_ + Discussions specific to GEOM and related implementations. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-git-url}[freebsd-git]:: _Use of git in the FreeBSD project_ + Discussions of how to use git in FreeBSD infrastructure including the github mirror and other uses of git for project collaboration. Discussion area for people using git against the FreeBSD github mirror. People wanting to get started with the mirror or git in general on FreeBSD can ask here. link:{freebsd-gnome-url}[freebsd-gnome]:: _GNOME_ + Discussions concerning The GNOME Desktop Environment for FreeBSD systems. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-infiniband-url}[freebsd-infiniband]:: _Infiniband on FreeBSD_ + Technical mailing list discussing Infiniband, OFED, and OpenSM on FreeBSD. link:{freebsd-ipfw-url}[freebsd-ipfw]:: _IP Firewall_ + This is the forum for technical discussions concerning the redesign of the IP firewall code in FreeBSD. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-isdn-url}[freebsd-isdn]:: _ISDN Communications_ + This is the mailing list for people discussing the development of ISDN support for FreeBSD. link:{freebsd-java-url}[freebsd-java]:: _Java(TM) Development_ + This is the mailing list for people discussing the development of significant Java(TM) applications for FreeBSD and the porting and maintenance of JDK(TM)s. [[eresources-charters-jobs]] link:{freebsd-jobs-url}[freebsd-jobs]:: _Jobs offered and sought_ + This is a forum for posting employment notices specifically related to FreeBSD and resumes from those seeking FreeBSD-related employment. This is _not_ a mailing list for general employment issues since adequate forums for that already exist elsewhere. + Note that this list, like other `FreeBSD.org` mailing lists, is distributed worldwide. Be clear about the geographic location and the extent to which telecommuting or assistance with relocation is available. + Email should use open formats only - preferably plain text, but basic Portable Document Format (PDF), HTML, and a few others are acceptable to many readers. Closed formats such as Microsoft(R) Word ([.filename]#.doc#) will be rejected by the mailing list server. link:{freebsd-kde-url}[freebsd-kde]:: _KDE_ + Discussions concerning KDE on FreeBSD systems. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-hackers-url}[freebsd-hackers]:: _Technical discussions_ + This is a forum for technical discussions related to FreeBSD. This is the primary technical mailing list. It is for individuals actively working on FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-hardware-url}[freebsd-hardware]:: _General discussion of FreeBSD hardware_ + General discussion about the types of hardware that FreeBSD runs on, various problems and suggestions concerning what to buy or avoid. link:{freebsd-hubs-url}[freebsd-hubs]:: _Mirror sites_ + Announcements and discussion for people who run FreeBSD mirror sites. link:{freebsd-isp-url}[freebsd-isp]:: _Issues for Internet Service Providers_ + This mailing list is for discussing topics relevant to Internet Service Providers (ISPs) using FreeBSD. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-mono-url}[freebsd-mono]:: _Mono and C# applications on FreeBSD_ + This is a list for discussions related to the Mono development framework on FreeBSD. This is a technical mailing list. It is for individuals actively working on porting Mono or C# applications to FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. link:{freebsd-ocaml-url}[freebsd-ocaml]:: _FreeBSD-specific OCaml discussions_ + This is a list for discussions related to the OCaml support on FreeBSD. This is a technical mailing list. It is for individuals working on OCaml ports, 3rd party libraries and frameworks. Individuals interested in the technical discussion are also welcome. link:{freebsd-office-url}[freebsd-office]:: _Office applications on FreeBSD_ + Discussion centers around office applications, their installation, their development and their support within FreeBSD. link:{freebsd-ops-announce-url}[freebsd-ops-announce]:: _Project Infrastructure Announcements_ + This is the mailing list for people interested in changes and issues related to the FreeBSD.org Project infrastructure. + This moderated list is strictly for announcements: no replies, requests, discussions, or opinions. link:{freebsd-performance-url}[freebsd-performance]:: _Discussions about tuning or speeding up FreeBSD_ + This mailing list exists to provide a place for hackers, administrators, and/or concerned parties to discuss performance related topics pertaining to FreeBSD. Acceptable topics includes talking about FreeBSD installations that are either under high load, are experiencing performance problems, or are pushing the limits of FreeBSD. Concerned parties that are willing to work toward improving the performance of FreeBSD are highly encouraged to subscribe to this list. This is a highly technical list ideally suited for experienced FreeBSD users, hackers, or administrators interested in keeping FreeBSD fast, robust, and scalable. This list is not a question-and-answer list that replaces reading through documentation, but it is a place to make contributions or inquire about unanswered performance related topics. link:{freebsd-pf-url}[freebsd-pf]:: _Discussion and questions about the packet filter firewall system_ + Discussion concerning the packet filter (pf) firewall system in terms of FreeBSD. Technical discussion and user questions are both welcome. This list is also a place to discuss the ALTQ QoS framework. link:{freebsd-pkg-url}[freebsd-pkg]:: _Binary package management and package tools discussion_ + Discussion of all aspects of managing FreeBSD systems by using binary packages to install software, including binary package toolkits and formats, their development and support within FreeBSD, package repository management, and third party packages. + Note that discussion of ports which fail to generate packages correctly should generally be considered as ports problems, and so inappropriate for this list. link:{freebsd-pkg-fallout-url}[freebsd-pkg-fallout]:: _Fallout logs from package building_ + All packages building failures logs from the package building clusters link:{freebsd-pkgbase-url}[freebsd-pkgbase]:: _Packaging the FreeBSD base system._ + Discussions surrounding implementation and issues regarding packaging the FreeBSD base system. link:{freebsd-platforms-url}[freebsd-platforms]:: _Porting to Non Intel(R) platforms_ + Cross-platform FreeBSD issues, general discussion and proposals for non Intel(R) FreeBSD ports. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-ports-url}[freebsd-ports]:: _Discussion of "ports"_ + Discussions concerning FreeBSD's "ports collection" ([.filename]#/usr/ports#), ports infrastructure, and general ports coordination efforts. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-ports-announce-url}[freebsd-ports-announce]:: _Important news and instructions about the FreeBSD "Ports Collection"_ + Important news for developers, porters, and users of the "Ports Collection" ([.filename]#/usr/ports#), including architecture/infrastructure changes, new capabilities, critical upgrade instructions, and release engineering information. This is a low-volume mailing list, intended for announcements. link:{freebsd-ports-bugs-url}[freebsd-ports-bugs]:: _Discussion of "ports" bugs_ + Discussions concerning problem reports for FreeBSD's "ports collection" ([.filename]#/usr/ports#), proposed ports, or modifications to ports. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-proliant-url}[freebsd-proliant]:: _Technical discussion of FreeBSD on HP ProLiant server platforms_ + This mailing list is to be used for the technical discussion of the usage of FreeBSD on HP ProLiant servers, including the discussion of ProLiant-specific drivers, management software, configuration tools, and BIOS updates. As such, this is the primary place to discuss the hpasmd, hpasmcli, and hpacucli modules. link:{freebsd-python-url}[freebsd-python]:: _Python on FreeBSD_ + This is a list for discussions related to improving Python-support on FreeBSD. This is a technical mailing list. It is for individuals working on porting Python, its third party modules and Zope stuff to FreeBSD. Individuals interested in following the technical discussion are also welcome. link:{freebsd-questions-url}[freebsd-questions]:: _User questions_ + This is the mailing list for questions about FreeBSD. Do not send "how to" questions to the technical lists unless the question is quite technical. link:{freebsd-ruby-url}[freebsd-ruby]:: _FreeBSD-specific Ruby discussions_ + This is a list for discussions related to the Ruby support on FreeBSD. This is a technical mailing list. It is for individuals working on Ruby ports, third party libraries and frameworks. + Individuals interested in the technical discussion are also welcome. link:{freebsd-scsi-url}[freebsd-scsi]:: _SCSI subsystem_ + This is the mailing list for people working on the SCSI subsystem for FreeBSD. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-security-url}[freebsd-security]:: _Security issues_ + FreeBSD computer security issues (DES, Kerberos, known security holes and fixes, etc). This is a technical mailing list for which strictly technical discussion is expected. Note that this is not a question-and-answer list, but that contributions (BOTH question AND answer) to the FAQ are welcome. link:{freebsd-security-notifications-url}[freebsd-security-notifications]:: _Security Notifications_ + Notifications of FreeBSD security problems and fixes. This is not a discussion list. The discussion list is FreeBSD-security. link:{freebsd-snapshots-url}[freebsd-snapshots]:: _FreeBSD Development Snapshot Announcements_ + This list provides notifications about the availability of new FreeBSD development snapshots for the head/ and stable/ branches. link:{freebsd-stable-url}[freebsd-stable]:: _Discussions about the use of FreeBSD-STABLE_ + This is the mailing list for users of FreeBSD-STABLE. "STABLE" is the branch where development continues after a RELEASE, including bug fixes and new features. The ABI is kept stable for binary compatibility. It includes warnings about new features coming out in -STABLE that will affect the users, and instructions on steps that must be taken to remain -STABLE. Anyone running "STABLE" should subscribe to this list. This is a technical mailing list for which strictly technical content is expected. link:{freebsd-standards-url}[freebsd-standards]:: _C99 POSIX Conformance_ + This is a forum for technical discussions related to FreeBSD Conformance to the C99 and the POSIX standards. link:{freebsd-teaching-url}[freebsd-teaching]:: _Teaching with FreeBSD_ + Non technical mailing list discussing teaching with FreeBSD. link:{freebsd-testing-url}[freebsd-testing]:: _Testing on FreeBSD_ + Technical mailing list discussing testing on FreeBSD, including ATF/Kyua, test build infrastructure, port tests to FreeBSD from other operating systems (NetBSD, ...), etc. link:{freebsd-tex-url}[freebsd-tex]:: _Porting TeX and its applications to FreeBSD_ + This is a technical mailing list for discussions related to TeX and its applications on FreeBSD. It is for individuals actively working on porting TeX to FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. link:{freebsd-toolchain-url}[freebsd-toolchain]:: _Maintenance of FreeBSD's integrated toolchain_ + This is the mailing list for discussions related to the maintenance of the toolchain shipped with FreeBSD. This could include the state of Clang and GCC, but also pieces of software such as assemblers, linkers and debuggers. link:{freebsd-transport-url}[freebsd-transport]:: _Discussions of transport level network protocols in FreeBSD_ + The transport mailing list exists for the discussion of issues and designs around the transport level protocols in the FreeBSD network stack, including TCP, SCTP and UDP. Other networking topics, including driver specific and network protocol issues should be discussed on the {freebsd-net}. link:{freebsd-translators-url}[freebsd-translators]:: _Translating FreeBSD documents and programs_ + A discussion list where translators of FreeBSD documents from English into other languages can talk about translation methods and tools. New members are asked to introduce themselves and mention the languages they are interested in translating. link:{freebsd-usb-url}[freebsd-usb]:: _Discussing FreeBSD support for USB_ + This is a mailing list for technical discussions related to FreeBSD support for USB. link:{freebsd-user-groups-url}[freebsd-user-groups]:: _User Group Coordination List_ + This is the mailing list for the coordinators from each of the local area Users Groups to discuss matters with each other and a designated individual from the Core Team. This mail list should be limited to meeting synopsis and coordination of projects that span User Groups. link:{freebsd-virtualization-url}[freebsd-virtualization]:: _Discussion of various virtualization techniques supported by FreeBSD_ + A list to discuss the various virtualization techniques supported by FreeBSD. On one hand the focus will be on the implementation of the basic functionality as well as adding new features. On the other hand users will have a forum to ask for help in case of problems or to discuss their use cases. link:{freebsd-wip-status-url}[freebsd-wip-status]:: _FreeBSD Work-In-Progress Status_ + This mailing list can be used by developers to announce the creation and progress of FreeBSD related work. Messages will be moderated. It is suggested to send the message "To:" a more topical FreeBSD list and only "BCC:" this list. This way the WIP can also be discussed on the topical list, as no discussion is allowed on this list. + Look inside the archives for examples of suitable messages. + An editorial digest of the messages to this list might be posted to the FreeBSD website every few months as part of the Status Reports footnote:[https://www.freebsd.org/news/status/]. Past reports are archived. link:{freebsd-wireless-url}[freebsd-wireless]:: _Discussions of 802.11 stack, tools device driver development_ + The FreeBSD-wireless list focuses on 802.11 stack (sys/net80211), device driver and tools development. This includes bugs, new features and maintenance. link:{freebsd-xen-url}[freebsd-xen]:: _Discussion of the FreeBSD port to Xen(TM) - implementation and usage_ + A list that focuses on the FreeBSD Xen(TM) port. The anticipated traffic level is small enough that it is intended as a forum for both technical discussions of the implementation and design details as well as administrative deployment issues. link:{freebsd-xfce-url}[freebsd-xfce]:: _XFCE_ + This is a forum for discussions related to bring the XFCE environment to FreeBSD. This is a technical mailing list. It is for individuals actively working on porting XFCE to FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. link:{freebsd-zope-url}[freebsd-zope]:: _Zope_ + This is a forum for discussions related to bring the Zope environment to FreeBSD. This is a technical mailing list. It is for individuals actively working on porting Zope to FreeBSD, to bring up problems or discuss alternative solutions. Individuals interested in following the technical discussion are also welcome. [[eresources-mailfiltering]] === Filtering on the Mailing Lists The FreeBSD mailing lists are filtered in multiple ways to avoid the distribution of spam, viruses, and other unwanted emails. The filtering actions described in this section do not include all those used to protect the mailing lists. Only certain types of attachments are allowed on the mailing lists. All attachments with a MIME content type not found in the list below will be stripped before an email is distributed on the mailing lists. * application/octet-stream * application/pdf * application/pgp-signature * application/x-pkcs7-signature * message/rfc822 * multipart/alternative * multipart/related * multipart/signed * text/html * text/plain * text/x-diff * text/x-patch [NOTE] ==== Some of the mailing lists might allow attachments of other MIME content types, but the above list should be applicable for most of the mailing lists. ==== If an email contains both an HTML and a plain text version, the HTML version will be removed. If an email contains only an HTML version, it will be converted to plain text. [[eresources-news]] == Usenet Newsgroups In addition to two FreeBSD specific newsgroups, there are many others in which FreeBSD is discussed or are otherwise relevant to FreeBSD users. === BSD Specific Newsgroups * link:news:comp.unix.bsd.freebsd.announce[comp.unix.bsd.freebsd.announce] * link:news:comp.unix.bsd.freebsd.misc[comp.unix.bsd.freebsd.misc] * link:news:de.comp.os.unix.bsd[de.comp.os.unix.bsd] (German) * link:news:fr.comp.os.bsd[fr.comp.os.bsd] (French) === Other UNIX(R) Newsgroups of Interest * link:news:comp.unix[comp.unix] * link:news:comp.unix.questions[comp.unix.questions] * link:news:comp.unix.admin[comp.unix.admin] * link:news:comp.unix.programmer[comp.unix.programmer] * link:news:comp.unix.shell[comp.unix.shell] * link:news:comp.unix.misc[comp.unix.misc] * link:news:comp.unix.bsd[comp.unix.bsd] === X Window System * link:news:comp.windows.x[comp.windows.x] [[eresources-web]] == Official Mirrors <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>. [[central-mirrors]] *{central}* * {central-www} [[armenia-mirrors]] *{mirrors-armenia}* * {mirrors-armenia-www-httpv6} (IPv6) [[australia-mirrors]] *{mirrors-australia}* * {mirrors-australia-www-http} * {mirrors-australia-www2-http} [[austria-mirrors]] *{mirrors-austria}* * {mirrors-armenia-www-httpv6} (IPv6) [[czech-republic-mirrors]] *{mirrors-czech}* * {mirrors-czech-www-httpv6} (IPv6) [[denmark-mirrors]] *{mirrors-denmark}* * {mirrors-denmark-www-httpv6} (IPv6) [[finland-mirrors]] *{mirrors-finland}* * {mirrors-finland-www-http} [[france-mirrors]] *{mirrors-france}* * {mirrors-france-www-http} [[germany-mirrors]] *{mirrors-germany}* * {mirrors-germany-www-http} [[hong-kong-mirrors]] *{mirrors-hongkong}* * {mirrors-hongkong-www} [[ireland-mirrors]] *{mirrors-ireland}* * {mirrors-ireland-www} [[japan-mirrors]] *{mirrors-japan}* * {mirrors-japan-www-httpv6} (IPv6) [[latvia-mirrors]] *{mirrors-latvia}* * {mirrors-latvia-www} [[lithuania-mirrors]] *{mirrors-lithuania}* * {mirrors-lithuania-www} [[netherlands-mirrors]] *{mirrors-netherlands}* * {mirrors-netherlands-www} [[norway-mirrors]] *{mirrors-norway}* * {mirrors-norway-www} [[russia-mirrors]] *{mirrors-russia}* * {mirrors-russia-www-httpv6} (IPv6) [[slovenia-mirrors]] *{mirrors-slovenia}* * {mirrors-slovenia-www} [[south-africa-mirrors]] *{mirrors-south-africa}* * {mirrors-south-africa-www} [[spain-mirrors]] *{mirrors-spain}* * {mirrors-spain-www} * {mirrors-spain-www2} [[sweden-mirrors]] *{mirrors-sweden}* * {mirrors-sweden-www} [[switzerland-mirrors]] *{mirrors-switzerland}* * {mirrors-switzerland-www-httpv6} (IPv6) * {mirrors-switzerland-www2-httpv6} (IPv6) [[taiwan-mirrors]] *{mirrors-taiwan}* * {mirrors-taiwan-www} * {mirrors-taiwan-www2} * {mirrors-taiwan-www4} * {mirrors-taiwan-www5-httpv6} (IPv6) [[uk-mirrors]] *{mirrors-uk}* * {mirrors-uk-www} * {mirrors-uk-www3} [[usa-mirrors]] *{mirrors-us}* * {mirrors-us-www5-httpv6} (IPv6) :sectnums: :sectnumlevels: 6 diff --git a/documentation/content/en/books/handbook/glossary.adoc b/documentation/content/en/books/handbook/glossary.adoc index 2a6c755a35..c212640927 100644 --- a/documentation/content/en/books/handbook/glossary.adoc +++ b/documentation/content/en/books/handbook/glossary.adoc @@ -1,1043 +1,1043 @@ --- title: FreeBSD Glossary prev: books/handbook/pgpkeys next: books/handbook/colophon description: FreeBSD Handbook Glossary --- [glossary] [[freebsd-glossary]] = FreeBSD Glossary :doctype: book :icons: font :!sectnums: :source-highlighter: rouge :experimental: :skip-front-matter: :xrefstyle: basic :relfileprefix: ../ :outfilesuffix: include::shared/en/urls.adoc[] This glossary contains terms and acronyms used within the FreeBSD community and documentation. [discrete] == A ACL:: See <>. ACPI:: See <>. AMD:: See <>. AML:: See <>. API:: See <>. APIC:: See <>. APM:: See <>. APOP:: See <>. ASL:: See <>. ATA:: See <>. ATM:: See <>. [[aml-glossary]] ACPI Machine Language:: Pseudocode, interpreted by a virtual machine within an ACPI-compliant operating system, providing a layer between the underlying hardware and the documented interface presented to the OS. [[asl-glossary]] ACPI Source Language:: The programming language AML is written in. [[acl-glossary]] Access Control List:: A list of permissions attached to an object, usually either a file or a network device. [[acpi-glossary]] Advanced Configuration and Power Interface:: A specification which provides an abstraction of the interface the hardware presents to the operating system, so that the operating system should need to know nothing about the underlying hardware to make the most of it. ACPI evolves and supersedes the functionality provided previously by APM, PNPBIOS and other technologies, and provides facilities for controlling power consumption, machine suspension, device enabling and disabling, etc. [[api-glossary]] Application Programming Interface:: A set of procedures, protocols and tools that specify the canonical interaction of one or more program parts; how, when and why they do work together, and what data they share or operate on. [[apm-glossary]] Advanced Power Management:: An API enabling the operating system to work in conjunction with the BIOS in order to achieve power management. APM has been superseded by the much more generic and powerful ACPI specification for most applications. [[apic-glossary]] Advanced Programmable Interrupt Controller:: {empty} [[ata-glossary]] Advanced Technology Attachment:: {empty} [[atm-glossary]] Asynchronous Transfer Mode:: {empty} [[apop-glossary]] Authenticated Post Office Protocol:: {empty} [[amd-glossary]] Automatic Mount Daemon:: A daemon that automatically mounts a filesystem when a file or directory within that filesystem is accessed. [discrete] == B BAR:: See <>. BIND:: See <>. BIOS:: See <>. BSD:: See <>. [[bar-glossary]] Base Address Register:: The registers that determine which address range a PCI device will respond to. [[bios-glossary]] Basic Input/Output System:: The definition of BIOS depends a bit on the context. Some people refer to it as the ROM chip with a basic set of routines to provide an interface between software and hardware. Others refer to it as the set of routines contained in the chip that help in bootstrapping the system. Some might also refer to it as the screen used to configure the bootstrapping process. The BIOS is PC-specific but other systems have something similar. [[bind-glossary]] Berkeley Internet Name Domain:: An implementation of the DNS protocols. [[bsd-glossary]] Berkeley Software Distribution:: This is the name that the Computer Systems Research Group (CSRG) at link:http://www.berkeley.edu[The University of California at Berkeley] gave to their improvements and modifications to AT&T's 32V UNIX(R). FreeBSD is a descendant of the CSRG work. [[bikeshed-glossary]] Bikeshed Building:: A phenomenon whereby many people will give an opinion on an uncomplicated topic, whilst a complex topic receives little or no discussion. See the link:{faq}#bikeshed-painting[FAQ] for the origin of the term. [discrete] == C CD:: See <>. CHAP:: See <>. CLIP:: See <>. COFF:: See <>. CPU:: See <>. CTS:: See <>. [[cd-glossary]] Carrier Detect:: An RS232C signal indicating that a carrier has been detected. [[cpu-glossary]] Central Processing Unit:: Also known as the processor. This is the brain of the computer where all calculations take place. There are a number of different architectures with different instruction sets. Among the more well-known are the Intel-x86 and derivatives, Arm, and PowerPC. [[chap-glossary]] Challenge Handshake Authentication Protocol:: A method of authenticating a user, based on a secret shared between client and server. [[clip-glossary]] Classical IP over ATM:: {empty} [[cts-glossary]] Clear To Send:: An RS232C signal giving the remote system permission to send data. + See <>. [[coff-glossary]] Common Object File Format:: {empty} [discrete] == D DAC:: See <>. DDB:: See <>. DES:: See <>. DHCP:: See <>. DNS:: See <>. DSDT:: See <>. DSR:: See <>. DTR:: See <>. DVMRP:: See <>. [[dac-glossary]] Discretionary Access Control:: {empty} [[des-glossary]] Data Encryption Standard:: A method of encrypting information, traditionally used as the method of encryption for UNIX(R) passwords and the man:crypt[3] function. [[dsr-glossary]] Data Set Ready:: An RS232C signal sent from the modem to the computer or terminal indicating a readiness to send and receive data. + See <>. [[dtr-glossary]] Data Terminal Ready:: An RS232C signal sent from the computer or terminal to the modem indicating a readiness to send and receive data. [[ddb-glossary]] Debugger:: An interactive in-kernel facility for examining the status of a system, often used after a system has crashed to establish the events surrounding the failure. [[dsdt-glossary]] Differentiated System Description Table:: An ACPI table, supplying basic configuration information about the base system. [[dvmrp-glossary]] Distance-Vector Multicast Routing Protocol:: {empty} [[dns-glossary]] Domain Name System:: The system that converts humanly readable hostnames (i.e., mail.example.net) to Internet addresses and vice versa. [[dhcp-glossary]] Dynamic Host Configuration Protocol:: A protocol that dynamically assigns IP addresses to a computer (host) when it requests one from the server. The address assignment is called a “lease”. [discrete] == E ECOFF:: See <>. ELF:: See <>. ESP:: See <>. Encapsulated Security Payload:: {empty} [[elf-glossary]] Executable and Linking Format:: {empty} [[ecoff-glossary]] Extended COFF:: {empty} [discrete] == F FADT:: See <>. FAT:: See <>. FAT16:: See <>. FTP:: See <>. [[fat-glossary]] File Allocation Table:: {empty} [[fat16-glossary]] File Allocation Table (16-bit):: {empty} [[ftp-glossary]] File Transfer Protocol:: A member of the family of high-level protocols implemented on top of TCP which can be used to transfer files over a TCP/IP network. [[fadt-glossary]] Fixed ACPI Description Table:: {empty} [discrete] == G GUI:: See <>. [[giant-glossary]] Giant:: The name of a mutual exclusion mechanism (a sleep `mutex`) that protects a large set of kernel resources. Although a simple locking mechanism was adequate in the days where a machine might have only a few dozen processes, one networking card, and certainly only one processor, in current times it is an unacceptable performance bottleneck. FreeBSD developers are actively working to replace it with locks that protect individual resources, which will allow a much greater degree of parallelism for both single-processor and multi-processor machines. [[gui-glossary]] Graphical User Interface:: A system where the user and computer interact with graphics. [discrete] == H HTML:: See <>. HUP:: See <>. [[hup-glossary]] HangUp:: {empty} [[html-glossary]] HyperText Markup Language:: The markup language used to create web pages. [discrete] == I I/O:: See <>. IASL:: See <>. IMAP:: See <>. IP:: See <>. IPFW:: See <>. IPP:: See <>. IPv4:: See <>. IPv6:: See <>. ISP:: See <>. [[ipfw-glossary]] IP Firewall:: {empty} [[ipv4-glossary]] IP Version 4:: The IP protocol version 4, which uses 32 bits for addressing. This version is still the most widely used, but it is slowly being replaced with IPv6. + See <>. [[ipv6-glossary]] IP Version 6:: The new IP protocol. Invented because the address space in IPv4 is running out. Uses 128 bits for addressing. [[io-glossary]] Input/Output:: {empty} [[iasl-glossary]] Intel’s ASL compiler:: Intel’s compiler for converting ASL into AML. [[imap-glossary]] Internet Message Access Protocol:: A protocol for accessing email messages on a mail server, characterised by the messages usually being kept on the server as opposed to being downloaded to the mail reader client. + See Also Post Office Protocol Version 3. [[ipp-glossary]] Internet Printing Protocol:: {empty} [[ip-glossary]] Internet Protocol:: The packet transmitting protocol that is the basic protocol on the Internet. Originally developed at the U.S. Department of Defense and an extremely important part of the TCP/IP stack. Without the Internet Protocol, the Internet would not have become what it is today. For more information, see link:ftp://ftp.rfc-editor.org/in-notes/rfc791.txt[RFC 791]. [[isp-glossary]] Internet Service Provider:: A company that provides access to the Internet. [discrete] == K [[kame-glossary]] KAME:: Japanese for “turtle”, the term KAME is used in computing circles to refer to the link:http://www.kame.net/[KAME Project], who work on an implementation of IPv6. KDC:: See <>. KLD:: See <>. KSE:: See <>. KVA:: See <>. Kbps:: See <>. [[kld-glossary]] Kernel man:ld[1]:: A method of dynamically loading functionality into a FreeBSD kernel without rebooting the system. [[kse-glossary]] Kernel Scheduler Entities:: A kernel-supported threading system. See the link:http://www.freebsd.org/kse[project home page] for further details. [[kva-glossary]] Kernel Virtual Address:: {empty} [[kdc-glossary]] Key Distribution Center:: {empty} [[kbps-glossary]] Kilo Bits Per Second:: Used to measure bandwidth (how much data can pass a given point at a specified amount of time). Alternates to the Kilo prefix include Mega, Giga, Tera, and so forth. [discrete] == L LAN:: See <>. LOR:: See <>. LPD:: See <>. [[lpd-glossary]] Line Printer Daemon:: {empty} [[lan-glossary]] Local Area Network:: A network used on a local area, e.g. office, home, or so forth. [[lor-glossary]] Lock Order Reversal:: The FreeBSD kernel uses a number of resource locks to arbitrate contention for those resources. A run-time lock diagnostic system found in FreeBSD-CURRENT kernels (but removed for releases), called man:witness[4], detects the potential for deadlocks due to locking errors. (man:witness[4] is actually slightly conservative, so it is possible to get false positives.) A true positive report indicates that “if you were unlucky, a deadlock would have happened here”. + -True positive LORs tend to get fixed quickly, so check http://lists.FreeBSD.org/mailman/listinfo/freebsd-current and the link:http://sources.zabbadoz.net/freebsd/lor.html[LORs Seen] page before posting to the mailing lists. +True positive LORs tend to get fixed quickly, so check https://lists.FreeBSD.org/subscription/freebsd-current and the link:http://sources.zabbadoz.net/freebsd/lor.html[LORs Seen] page before posting to the mailing lists. [discrete] == M MAC:: See <>. MADT:: See <>. MFC:: See <>. MFH:: See <>. MFS:: See <>. MFV:: See <>. MIT:: See <>. MLS:: See <>. MOTD:: See <>. MTA:: See <>. MUA:: See <>. [[mta-glossary]] Mail Transfer Agent:: An application used to transfer email. An MTA has traditionally been part of the BSD base system. Today Sendmail is included in the base system, but there are many other MTAs, such as postfix, qmail and Exim. [[mua-glossary]] Mail User Agent:: An application used by users to display and write email. [[mac-glossary]] Mandatory Access Control:: {empty} [[mit-glossary]] Massachusetts Institute of Technology:: {empty} [[mfc-glossary]] Merge From Current:: To merge functionality or a patch from the -CURRENT branch to another, most often -STABLE. [[mfh-glossary]] Merge From Head:: To merge functionality or a patch from a repository HEAD to an earlier branch. [[mfs-glossary]] Merge From Stable:: In the normal course of FreeBSD development, a change will be committed to the -CURRENT branch for testing before being merged to -STABLE. On rare occasions, a change will go into -STABLE first and then be merged to -CURRENT. + This term is also used when a patch is merged from -STABLE to a security branch. + See <>. [[mfv-glossary]] Merge From Vendor:: {empty} [[motd-glossary]] Message Of The Day:: A message, usually shown on login, often used to distribute information to users of the system. [[mls-glossary]] Multi-Level Security:: {empty} [[madt-glossary]] Multiple APIC Description Table:: {empty} [discrete] == N NAT:: See <>. NDISulator:: See <>. NFS:: See <>. NTFS:: See <>. NTP:: See <>. [[nat-glossary]] Network Address Translation:: A technique where IP packets are rewritten on the way through a gateway, enabling many machines behind the gateway to effectively share a single IP address. [[nfs-glossary]] Network File System:: {empty} [[ntfs-glossary]] New Technology File System:: A filesystem developed by Microsoft and available in its “New Technology” operating systems, such as Windows(R) 2000, Windows NT(R) and Windows(R) XP. [[ntp-glossary]] Network Time Protocol:: A means of synchronizing clocks over a network. [discrete] == O OBE:: See <>. ODMR:: See <>. OS:: See <>. [[odmr-glossary]] On-Demand Mail Relay:: {empty} [[os-glossary]] Operating System:: A set of programs, libraries and tools that provide access to the hardware resources of a computer. Operating systems range today from simplistic designs that support only one program running at a time, accessing only one device to fully multi-user, multi-tasking and multi-process systems that can serve thousands of users simultaneously, each of them running dozens of different applications. [[obe-glossary]] Overtaken By Events:: Indicates a suggested change (such as a Problem Report or a feature request) which is no longer relevant or applicable due to such things as later changes to FreeBSD, changes in networking standards, the affected hardware having since become obsolete, and so forth. [discrete] == P PAE:: See <>. PAM:: See <>. PAP:: See <>. PC:: See <>. PCNSFD:: See <>. PDF:: See <>. PID:: See <>. POLA:: See <>. POP:: See <>. POP3:: See <>. PPD:: See <>. PPP:: See <>. PPPoA:: See <>. PPPoE:: See <>. [[pppoa-glossary]] PPP over ATM:: {empty} [[pppoe-glossary]] PPP over Ethernet:: {empty} PR:: See <>. PXE:: See <>. [[pap-glossary]] Password Authentication Protocol:: {empty} [[pc-glossary]] Personal Computer:: {empty} [[pcnfsd-glossary]] Personal Computer Network File System Daemon:: {empty} [[pae-glossary]] Physical Address Extensions:: A method of enabling access to up to 64 GB of RAM on systems which only physically have a 32-bit wide address space (and would therefore be limited to 4 GB without PAE). [[pam-glossary]] Pluggable Authentication Modules:: {empty} [[ppp-glossary]] Point-to-Point Protocol:: {empty} [[pointyhat]] Pointy Hat:: A mythical piece of headgear, much like a dunce cap, awarded to any FreeBSD committer who breaks the build, makes revision numbers go backwards, or creates any other kind of havoc in the source base. Any committer worth his or her salt will soon accumulate a large collection. The usage is (almost always?) humorous. [[pdf-glossary]] Portable Document Format:: {empty} [[pop-glossary]] Post Office Protocol:: See Also Post Office Protocol Version 3. [[pop3-glossary]] Post Office Protocol Version 3:: A protocol for accessing email messages on a mail server, characterised by the messages usually being downloaded from the server to the client, as opposed to remaining on the server. + See <>. [[ppd-glossary]] PostScript Printer Description:: {empty} [[pxe-glossary]] Preboot eXecution Environment:: {empty} [[pola-glossary]] Principle Of Least Astonishment:: As FreeBSD evolves, changes visible to the user should be kept as unsurprising as possible. For example, arbitrarily rearranging system startup variables in [.filename]#/etc/defaults/rc.conf# violates POLA. Developers consider POLA when contemplating user-visible system changes. [[pr-glossary]] Problem Report:: A description of some kind of problem that has been found in either the FreeBSD source or documentation. See link:{problem-reports}[Writing FreeBSD Problem Reports]. [[pid-glossary]] Process ID:: A number, unique to a particular process on a system, which identifies it and allows actions to be taken against it. [[projectevil-glossary]] Project Evil:: The working title for the NDISulator, written by Bill Paul, who named it referring to how awful it is (from a philosophical standpoint) to need to have something like this in the first place. The NDISulator is a special compatibility module to allow Microsoft Windows(TM) NDIS miniport network drivers to be used with FreeBSD/i386. This is usually the only way to use cards where the driver is closed-source. See [.filename]#src/sys/compat/ndis/subr_ndis.c#. [discrete] == R RA:: See <>. RAID:: See <>. RAM:: See <>. RD:: See <>. RFC:: See <>. RISC:: See <>. RPC:: See <>. RS232C:: See <>. RTS:: See <>. [[ram-glossary]] Random Access Memory:: {empty} [[rcs-glossary]] Revision Control System:: The _Revision Control System (RCS)_ is one of the oldest software suites that implement “revision control” for plain files. It allows the storage, retrieval, archival, logging, identification and merging of multiple revisions for each file. RCS consists of many small tools that work together. It lacks some of the features found in more modern revision control systems, like Git, but it is very simple to install, configure, and start using for a small set of files. + See <>. [[rd-glossary]] Received Data:: An RS232C pin or wire that data is received on. + See <>. [[rs232c-glossary]] Recommended Standard 232C:: A standard for communications between serial devices. [[risc-glossary]] Reduced Instruction Set Computer:: An approach to processor design where the operations the hardware can perform are simplified but made as general purpose as possible. This can lead to lower power consumption, fewer transistors and in some cases, better performance and increased code density. Examples of RISC processors include the Alpha, SPARC(R), ARM(R) and PowerPC(R). [[raid-glossary]] Redundant Array of Inexpensive Disks:: {empty} [[rpc-glossary]] Remote Procedure Call:: {empty} [[rfc-glossary]] Request For Comments:: A set of documents defining Internet standards, protocols, and so forth. See www.rfc-editor.org. + Also used as a general term when someone has a suggested change and wants feedback. [[rts-glossary]] Request To Send:: An RS232C signal requesting that the remote system commences transmission of data. + See <>. [[ra-glossary]] Router Advertisement:: {empty} [discrete] == S SCI:: See <>. SCSI:: See <>. SG:: See <>. SMB:: See <>. SMP:: See <>. SMTP:: See <>. SMTP AUTH:: See <>. SSH:: See <>. STR:: See <>. SVN:: See <>. [[smtpauth-glossary]] SMTP Authentication:: {empty} [[smb-glossary]] Server Message Block:: {empty} [[sg-glossary]] Signal Ground:: An RS232 pin or wire that is the ground reference for the signal. [[smtp-glossary]] Simple Mail Transfer Protocol:: {empty} [[ssh-glossary]] Secure Shell:: {empty} [[scsi-glossary]] Small Computer System Interface:: {empty} [[svn-glossary]] Subversion:: Subversion is a version control system currently used by the FreeBSD project. [[str-glossary]] Suspend To RAM:: {empty} [[smp-glossary]] Symmetric MultiProcessor:: {empty} [[sci-glossary]] System Control Interrupt:: {empty} [discrete] == T TCP:: See <>. TCP/IP:: See <>. TD:: See <>. TFTP:: See <>. TGT:: See <>. TSC:: See <>. [[tgt-glossary]] Ticket-Granting Ticket:: {empty} [[tsc-glossary]] Time Stamp Counter:: A profiling counter internal to modern Pentium(R) processors that counts core frequency clock ticks. [[tcp-glossary]] Transmission Control Protocol:: A protocol that sits on top of (e.g.) the IP protocol and guarantees that packets are delivered in a reliable, ordered, fashion. [[tcpip-glossary]] Transmission Control Protocol/Internet Protocol:: The term for the combination of the TCP protocol running over the IP protocol. Much of the Internet runs over TCP/IP. [[td-glossary]] Transmitted Data:: An RS232C pin or wire that data is transmitted on. + See <>. [[tftp-glossary]] Trivial FTP:: {empty} [discrete] == U UDP:: See <>. UFS1:: See <>. UFS2:: See <>. UID:: See <>. URL:: See <>. USB:: See <>. [[url-glossary]] Uniform Resource Locator:: A method of locating a resource, such as a document on the Internet and a means to identify that resource. [[ufs1-glossary]] Unix File System Version 1:: The original UNIX(R) file system, sometimes called the Berkeley Fast File System. [[ufs2-glossary]] Unix File System Version 2:: An extension to UFS1, introduced in FreeBSD 5-CURRENT. UFS2 adds 64 bit block pointers (breaking the 1T barrier), support for extended file storage and other features. [[usb-glossary]] Universal Serial Bus:: A hardware standard used to connect a wide variety of computer peripherals to a universal interface. [[uid-glossary]] User ID:: A unique number assigned to each user of a computer, by which the resources and permissions assigned to that user can be identified. [[udp-glossary]] User Datagram Protocol:: A simple, unreliable datagram protocol which is used for exchanging data on a TCP/IP network. UDP does not provide error checking and correction like TCP. [discrete] == V VPN:: See <>. [[vpn-glossary]] Virtual Private Network:: A method of using a public telecommunication such as the Internet, to provide remote access to a localized network, such as a corporate LAN. diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 9e5807e1e2..b7b1535bf1 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -1,835 +1,835 @@ --- title: Appendix A. Obtaining FreeBSD part: Part V. Appendices prev: books/handbook/partv next: books/handbook/bibliography description: "How to get FreeBSD: CD and DVD sets, FTP sites and how to install and use Git" tags: ["Obtaining", "CD", "DVD", "FTP", "Git"] --- [appendix] [[mirrors]] = Obtaining FreeBSD :doctype: book :icons: font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental: :skip-front-matter: :xrefstyle: basic :relfileprefix: ../ :outfilesuffix: :sectnumoffset: A include::shared/mirrors.adoc[] include::shared/authors.adoc[] include::shared/releases.adoc[] include::shared/en/mailing-lists.adoc[] include::shared/en/teams.adoc[] include::shared/en/urls.adoc[] [[mirrors-cdrom]] == CD and DVD Sets FreeBSD CD and DVD sets are available from several online retailers: * FreeBSD Mall, Inc. + 2420 Sand Creek Rd C-1 #347 + Brentwood, CA + 94513 + USA + Phone: +1 925 240-6652 + Fax: +1 925 674-0821 + Email: + WWW: https://www.freebsdmall.com * Getlinux + 78 Rue de la Croix Rochopt + Épinay-sous-Sénart + 91860 + France + Email: + WWW: http://www.getlinux.fr/ * Dr. Hinner EDV + Kochelseestr. 11 + D-81371 München + Germany + Phone: (0177) 428 419 0 + Email: + WWW: http://www.hinner.de/linux/freebsd.html [[mirrors-ftp]] == FTP Sites The official sources for FreeBSD are available via anonymous FTP from a worldwide set of mirror sites. The site link:ftp://ftp.FreeBSD.org/pub/FreeBSD/[ftp://ftp.FreeBSD.org/pub/FreeBSD/] is available via HTTP and FTP. It is made up of many machines operated by the project cluster administrators and behind GeoDNS to direct users to the closest available mirror. Additionally, FreeBSD is available via anonymous FTP from the following mirror sites. When obtaining FreeBSD via anonymous FTP, please try to use a nearby site. The mirror sites listed as "Primary Mirror Sites" typically have the entire FreeBSD archive (all the currently available versions for each of the architectures) but faster download speeds are probably available from a site that is in your country or region. The regional sites carry the most recent versions for the most popular architecture(s) but might not carry the entire FreeBSD archive. All sites provide access via anonymous FTP but some sites also provide access via other methods. The access methods available for each site are provided in parentheses after the hostname. <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>. (as of UTC) [[central]] *{central}* {central-ftp} (ftp / ftpv6 / {central-http} / {central-httpv6}) [[primary]] *{mirrors-primary}* In case of problems, please contact the hostmaster `<{mirrors-primary-email}>` for this domain. * {mirrors-primary-ftp1} (ftp) * {mirrors-primary-ftp2} (ftp) * {mirrors-primary-ftp3} (ftp) * {mirrors-primary-ftp4} (ftp / ftpv6 / {mirrors-primary-ftp4-http} / {mirrors-primary-ftp4-httpv6}) * {mirrors-primary-ftp5} (ftp) * {mirrors-primary-ftp6} (ftp) * {mirrors-primary-ftp7} (ftp) * {mirrors-primary-ftp10} (ftp / ftpv6 / {mirrors-primary-ftp10-http} / {mirrors-primary-ftp10-httpv6}) * {mirrors-primary-ftp11} (ftp) * {mirrors-primary-ftp13} (ftp) * {mirrors-primary-ftp14} (ftp / {mirrors-primary-ftp14-http}) [[armenia]] *{mirrors-armenia}* In case of problems, please contact the hostmaster `<{mirrors-armenia-email}>` for this domain. * {mirrors-armenia-ftp} (ftp / {mirrors-armenia-ftp-http} / rsync) [[australia]] *{mirrors-australia}* In case of problems, please contact the hostmaster `<{mirrors-australia-email}>` for this domain. * {mirrors-australia-ftp} (ftp) * {mirrors-australia-ftp2} (ftp) * {mirrors-australia-ftp3} (ftp) [[austria]] *{mirrors-austria}* In case of problems, please contact the hostmaster `<{mirrors-austria-email}>` for this domain. * {mirrors-austria-ftp} (ftp / ftpv6 / {mirrors-austria-ftp-http} / {mirrors-austria-ftp-httpv6}) [[brazil]] *{mirrors-brazil}* In case of problems, please contact the hostmaster `<{mirrors-brazil-email}>` for this domain. * {mirrors-brazil-ftp2} (ftp / {mirrors-brazil-ftp2-http}) * {mirrors-brazil-ftp3} (ftp / rsync) * {mirrors-brazil-ftp4} (ftp) [[bulgaria]] *{mirrors-bulgaria}* In case of problems, please contact the hostmaster `<{mirrors-bulgaria-email}>` for this domain. * {mirrors-bulgaria-ftp} (ftp / {mirrors-bulgaria-ftpv6} / {mirrors-bulgaria-ftp-http} / {mirrors-bulgaria-ftp-httpv6} / rsync / rsyncv6) [[czech-republic]] *{mirrors-czech}* In case of problems, please contact the hostmaster `<{mirrors-czech-email}>` for this domain. * {mirrors-czech-ftp} (ftp / {mirrors-czech-ftpv6} / {mirrors-czech-ftp-http} / {mirrors-czech-ftp-httpv6} / rsync / rsyncv6) * {mirrors-czech-ftp2} (ftp / {mirrors-czech-ftp2-http}) [[denmark]] *{mirrors-denmark}* In case of problems, please contact the hostmaster `<{mirrors-denmark-email}>` for this domain. * {mirrors-denmark-ftp} (ftp / ftpv6 / {mirrors-denmark-ftp-http} / {mirrors-denmark-ftp-httpv6}) [[estonia]] *{mirrors-estonia}* In case of problems, please contact the hostmaster `<{mirrors-estonia-email}>` for this domain. * {mirrors-estonia-ftp} (ftp) [[finland]] *{mirrors-finland}* In case of problems, please contact the hostmaster `<{mirrors-finland-email}>` for this domain. * {mirrors-finland-ftp} (ftp) [[france]] *{mirrors-france}* In case of problems, please contact the hostmaster `<{mirrors-france-email}>` for this domain. * {mirrors-france-ftp} (ftp) * {mirrors-france-ftp1} (ftp / {mirrors-france-ftp1-http} / rsync) * {mirrors-france-ftp3} (ftp) * {mirrors-france-ftp5} (ftp) * {mirrors-france-ftp6} (ftp / rsync) * {mirrors-france-ftp7} (ftp) * {mirrors-france-ftp8} (ftp) [[germany]] *{mirrors-germany}* In case of problems, please contact the hostmaster `<{mirrors-germany-email}>` for this domain. * ftp://ftp.de.FreeBSD.org/pub/FreeBSD/ (ftp) * ftp://ftp1.de.FreeBSD.org/freebsd/ (ftp / http://www1.de.FreeBSD.org/freebsd/ / rsync://rsync3.de.FreeBSD.org/freebsd/) * ftp://ftp2.de.FreeBSD.org/pub/FreeBSD/ (ftp / http://ftp2.de.FreeBSD.org/pub/FreeBSD/ / rsync) * ftp://ftp4.de.FreeBSD.org/FreeBSD/ (ftp / http://ftp4.de.FreeBSD.org/pub/FreeBSD/) * ftp://ftp5.de.FreeBSD.org/pub/FreeBSD/ (ftp) * ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/ (ftp / http://ftp7.de.FreeBSD.org/pub/FreeBSD/) * ftp://ftp8.de.FreeBSD.org/pub/FreeBSD/ (ftp) [[greece]] *{mirrors-greece}* In case of problems, please contact the hostmaster `<{mirrors-greece-email}>` for this domain. * {mirrors-greece-ftp} (ftp) * {mirrors-greece-ftp2} (ftp) [[hong-kong]] *{mirrors-hongkong}* {mirrors-hongkong-ftp} (ftp) [[ireland]] *{mirrors-ireland}* In case of problems, please contact the hostmaster `<{mirrors-ireland-email}>` for this domain. * {mirrors-ireland-ftp} (ftp / rsync) [[japan]] *{mirrors-japan}* In case of problems, please contact the hostmaster `<{mirrors-japan-email}>` for this domain. * {mirrors-japan-ftp} (ftp) * {mirrors-japan-ftp2} (ftp) * {mirrors-japan-ftp3} (ftp) * {mirrors-japan-ftp4} (ftp) * {mirrors-japan-ftp5} (ftp) * {mirrors-japan-ftp6} (ftp) * {mirrors-japan-ftp7} (ftp) * {mirrors-japan-ftp8} (ftp) * {mirrors-japan-ftp9} (ftp) [[korea]] *{mirrors-korea}* In case of problems, please contact the hostmaster `<{mirrors-korea-email}>` for this domain. * {mirrors-korea-ftp} (ftp / rsync) * {mirrors-korea-ftp2} (ftp / {mirrors-korea-ftp2-http}) [[latvia]] *{mirrors-latvia}* In case of problems, please contact the hostmaster `<{mirrors-latvia-email}>` for this domain. * {mirrors-latvia-ftp} (ftp / {mirrors-latvia-ftp-http}) [[lithuania]] *{mirrors-lithuania}* In case of problems, please contact the hostmaster `<{mirrors-lithuania-email}>` for this domain. * {mirrors-lithuania-ftp} (ftp / {mirrors-lithuania-ftp-http}) [[netherlands]] *{mirrors-netherlands}* In case of problems, please contact the hostmaster `<{mirrors-netherlands-email}>` for this domain. * {mirrors-netherlands-ftp} (ftp / {mirrors-netherlands-ftp-http} / rsync) * {mirrors-netherlands-ftp2} (ftp) [[new-zealand]] *{mirrors-new-zealand}* * {mirrors-new-zealand-ftp} (ftp / {mirrors-new-zealand-ftp-http}) [[norway]] *{mirrors-norway}* In case of problems, please contact the hostmaster `<{mirrors-norway-email}>` for this domain. * {mirrors-norway-ftp} (ftp / rsync) [[poland]] *{mirrors-poland}* In case of problems, please contact the hostmaster `<{mirrors-poland-email}>` for this domain. * {mirrors-poland-ftp} (ftp) * ftp2.pl.FreeBSD.org [[russia]] *{mirrors-russia}* In case of problems, please contact the hostmaster `<{mirrors-russia-email}>` for this domain. * {mirrors-russia-ftp} (ftp / {mirrors-russia-ftp-http} / rsync) * {mirrors-russia-ftp2} (ftp / {mirrors-russia-ftp2-http} / rsync) * {mirrors-russia-ftp5} (ftp / {mirrors-russia-ftp5-http} / rsync) * {mirrors-russia-ftp6} (ftp) [[saudi-arabia]] *{mirrors-saudi-arabia}* In case of problems, please contact the hostmaster `<{mirrors-saudi-arabia-email}>` for this domain. * {mirrors-saudi-arabia-ftp} (ftp) [[slovenia]] *{mirrors-slovenia}* In case of problems, please contact the hostmaster `<{mirrors-slovenia-email}>` for this domain. * {mirrors-slovenia-ftp} (ftp) [[south-africa]] *{mirrors-south-africa}* In case of problems, please contact the hostmaster `<{mirrors-south-africa-email}>` for this domain. * {mirrors-south-africa-ftp} (ftp) * {mirrors-south-africa-ftp2} (ftp) * {mirrors-south-africa-ftp4} (ftp) [[spain]] *{mirrors-spain}* In case of problems, please contact the hostmaster `<{mirrors-spain-email}>` for this domain. * {mirrors-spain-ftp} (ftp / {mirrors-spain-ftp-http}) * {mirrors-spain-ftp3} (ftp) [[sweden]] *{mirrors-sweden}* In case of problems, please contact the hostmaster `<{mirrors-sweden-email}>` for this domain. * {mirrors-sweden-ftp} (ftp) * {mirrors-sweden-ftp2} (ftp / {mirrors-sweden-ftp2-rsync}) * {mirrors-sweden-ftp3} (ftp) * {mirrors-sweden-ftp4} (ftp / {mirrors-sweden-ftp4v6} / {mirrors-sweden-ftp4-http} / {mirrors-sweden-ftp4-httpv6} / {mirrors-sweden-ftp4-rsync} / {mirrors-sweden-ftp4-rsyncv6}) * {mirrors-sweden-ftp6} (ftp / {mirrors-sweden-ftp6-http}) [[switzerland]] *{mirrors-switzerland}* In case of problems, please contact the hostmaster `<{mirrors-switzerland-email}>` for this domain. * {mirrors-switzerland-ftp} (ftp / {mirrors-switzerland-ftp-http}) [[taiwan]] *{mirrors-taiwan}* In case of problems, please contact the hostmaster `<{mirrors-taiwan-email}>` for this domain. * {mirrors-taiwan-ftp} (ftp / {mirrors-taiwan-ftpv6} / rsync / rsyncv6) * {mirrors-taiwan-ftp2} (ftp / {mirrors-taiwan-ftp2v6} / {mirrors-taiwan-ftp2-http} / {mirrors-taiwan-ftp2-httpv6} / rsync / rsyncv6) * {mirrors-taiwan-ftp4} (ftp) * {mirrors-taiwan-ftp5} (ftp) * {mirrors-taiwan-ftp6} (ftp / {mirrors-taiwan-ftp6v6} / rsync) * {mirrors-taiwan-ftp7} (ftp) * {mirrors-taiwan-ftp8} (ftp) * {mirrors-taiwan-ftp11} (ftp / {mirrors-taiwan-ftp11-http}) * {mirrors-taiwan-ftp12} (ftp) * {mirrors-taiwan-ftp13} (ftp) * {mirrors-taiwan-ftp14} (ftp) * {mirrors-taiwan-ftp15} (ftp) [[ukraine]] *{mirrors-ukraine}* * {mirrors-ukraine-ftp} (ftp / {mirrors-ukraine-ftp-http}) * {mirrors-ukraine-ftp6} (ftp / {mirrors-ukraine-ftp6-http} / {mirrors-ukraine-ftp6-rsync}) * {mirrors-ukraine-ftp7} (ftp) [[uk]] *{mirrors-uk}* In case of problems, please contact the hostmaster `<{mirrors-uk-email}>` for this domain. * {mirrors-uk-ftp} (ftp) * {mirrors-uk-ftp2} (ftp / {mirrors-uk-ftp2-rsync}) * {mirrors-uk-ftp3} (ftp) * {mirrors-uk-ftp4} (ftp) * {mirrors-uk-ftp5} (ftp) [[usa]] *{mirrors-us}* In case of problems, please contact the hostmaster `<{mirrors-us-email}>` for this domain. * {mirrors-us-ftp} (ftp) * {mirrors-us-ftp2} (ftp) * {mirrors-us-ftp3} (ftp) * {mirrors-us-ftp4} (ftp / ftpv6 / {mirrors-us-ftp4-http} / {mirrors-us-ftp4-httpv6}) * {mirrors-us-ftp5} (ftp) * {mirrors-us-ftp6} (ftp) * {mirrors-us-ftp8} (ftp) * {mirrors-us-ftp10} (ftp) * {mirrors-us-ftp11} (ftp) * {mirrors-us-ftp13} (ftp / {mirrors-us-ftp13-http} / rsync) * {mirrors-us-ftp14} (ftp / {mirrors-us-ftp14-http}) * {mirrors-us-ftp15} (ftp) [[git]] == Using Git [[git-intro]] === Introduction As of December 2020, FreeBSD uses git as the primary version control system for storing all of FreeBSD's base source code and documentation. As of April 2021, FreeBSD uses git as the only version control system for storing all of FreeBSD's Ports Collection. [NOTE] ==== Git is generally a developer tool. Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `portsnap` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection. ==== This section demonstrates how to install Git on a FreeBSD system and use it to create a local copy of a FreeBSD repository. Additional information on the use of Git is included. [[git-ssl-certificates]] === Root SSL Certificates FreeBSD systems older than 12._x_ do not have proper root certificates. Installing package:security/ca_root_nss[] on these systems allows Git to verify the identity of HTTPS repository servers. The root SSL certificates can be installed from a port: [source,shell] .... # cd /usr/ports/security/ca_root_nss # make install clean .... or as a package: [source,shell] .... # pkg install ca_root_nss .... [[git-install]] === Installation Git can be installed as a package: [source,shell] .... # pkg install git .... Git can also be installed from the Ports Collection: [source,shell] .... # cd /usr/ports/devel/git # make install clean .... [[git-usage]] === Running Git To fetch a clean copy of the sources into a local directory, use `git`. This directory of files is called the _working tree_. [WARNING] ==== Move or delete an existing destination directory before using `git clone` for the first time. Cloning over an existing non-git directory will fail. ==== Git uses URLs to designate a repository, taking the form of _protocol://hostname/path_. The first component of the path is the FreeBSD repository to access. There are three different repositories, `src` for the FreeBSD system source code, `doc` for documentation, and `ports` for the FreeBSD Ports Collection. For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch of the src repository, using the `https` protocol. [[git-url-table]] .FreeBSD Git Repository URL Table [options="header,footer"] |======================================================= |Item | Git URL | Web-based repository browser src | `https://cgit.freebsd.org/src` | Read-only src repo via HTTPS | `https://git.freebsd.org/src.git` | Read-only src repo via anon-ssh | `ssh://anongit@git.freebsd.org/src.git` | Read/write src repo for committers | `ssh://git@gitrepo.freebsd.org/src.git` (*) | Web-based repository browser doc | `https://cgit.freebsd.org/doc` | Read-only doc repo via HTTPS | `https://git.freebsd.org/doc.git` | Read-only doc repo via anon-ssh | `ssh://anongit@git.freebsd.org/doc.git` | Read/write doc repo for committers | `ssh://git@gitrepo.freebsd.org/doc.git` (*) | Web-based repository browser ports | `https://cgit.freebsd.org/ports` | Read-only ports repo via HTTPS | `https://git.freebsd.org/ports.git` | Read-only ports repo via anon-ssh | `ssh://anongit@git.freebsd.org/ports.git` | Read/write ports repo for committers | `ssh://git@gitrepo.freebsd.org/ports.git` (*) |======================================================= - (*) `git` is a special user on the repository server which will map your registered ssh key in FreeBSD.org to your identity, no need to change it. [WARNING] ==== Sometime after the switch to git is complete, `gitrepo.freebsd.org` will change to simply `repo.freebsd.org`. ==== To get started, clone a copy of the FreeBSD repository: [source,shell] .... # git clone -o freebsd [ -b branch ] https://git.FreeBSD.org/repo.git wcdir .... where: * _repo_ is one of the Project repositories: `src`, `ports`, or `doc`. * _branch_ depends on the repository used. `ports` and `doc` are mostly updated in the `main` branch, while `src` maintains the latest version of -CURRENT under `main` and the respective latest versions of the -STABLE branches under `stable/12` (12._x_) and `stable/13` (13._x_). * _wcdir_ is the target directory where the contents of the specified branch should be placed. This is usually [.filename]#/usr/ports# for `ports`, [.filename]#/usr/src# for `src`, and [.filename]#/usr/doc# for `doc`. * _freebsd_ is the name of the origin to use. By convention in the FreeBSD documentation, the origin is assumed to be `freebsd`. This example checks out the `main` branch of the system sources from the FreeBSD repository using the HTTPS protocol, placing the local working copy in [.filename]#/usr/src#. If [.filename]#/usr/src# is already present but was not created by `git`, remember to rename or delete it before the checkout. Git will refuse to do anything otherwise. [source,shell] .... # git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src .... Because the initial checkout must download the full branch of the remote repository, it can take a while. Please be patient. After the initial checkout, the local working copy can be updated by running: [source,shell] .... # cd wcdir # git pull --rebase .... To update [.filename]#/usr/src# created in the example above, use: [source,shell] .... # cd /usr/src # git pull --rebase .... The update is much quicker than a checkout, only transferring files that have changed. There are also external mirrors maintained by project members available, please refer to the <> section. === SSH related information * `ssh://${user}@${url}/${repo}.git` can be written as `${user}@${url}:${repo}.git`, i.e., following two URLs are both valid for passing to `git`: -- ** `ssh://anongit@git.freebsd.org/${repo}.git` ** `anongit@git.freebsd.org:${repo}.git` As well as the read-write repo: ** `ssh://git@(git)repo.freebsd.org/${repo}.git` ** `git@(git)repo.freebsd.org:${repo}.git` -- * gitrepo.FreeBSD.org host key fingerprints: ** ECDSA key fingerprint is `SHA256:seWO5D27ySURcx4bknTNKlC1mgai0whP443PAKEvvZA` ** ED25519 key fingerprint is `SHA256:lNR6i4BEOaaUhmDHBA1WJsO7H3KtvjE2r5q4sOxtIWo` ** RSA key fingerprint is `SHA256:f453CUEFXEJAXlKeEHV+ajJfeEfx9MdKQUD7lIscnQI` * git.FreeBSD.org host key fingerprints: ** ECDSA key fingerprint is `SHA256:/UlirUAsGiitupxmtsn7f9b7zCWd0vCs4Yo/tpVWP9w` ** ED25519 key fingerprint is `SHA256:y1ljKrKMD3lDObRUG3xJ9gXwEIuqnh306tSyFd1tuZE` ** RSA key fingerprint is `SHA256:jBe6FQGoH4HjvrIVM23dcnLZk9kmpdezR/CvQzm7rJM` These are also published as SSHFP records in DNS. === Web-based repository browser The FreeBSD project currently uses cgit as the web-based repository browser: https://cgit.freebsd.org/. The URLs of individual repositories are listed in <>. === For Users Using `git clone` and `git pull` from the official distributed mirrors is recommended. The GeoDNS should direct you to the nearest mirror to you. === For Developers Please see the link:{committers-guide}#git-mini-primer[Committer's Guide]. [[external-mirrors]] === External mirrors Those mirrors are not hosted in FreeBSD.org but still maintained by the project members. Users and developers are welcome to pull or browse repositories on those mirrors. The project workflow with those mirrors are still under discussion. ==== Codeberg - doc: https://codeberg.org/FreeBSD/freebsd-doc - ports: https://codeberg.org/FreeBSD/freebsd-ports - src: https://codeberg.org/FreeBSD/freebsd-src ==== GitHub - doc: https://github.com/freebsd/freebsd-doc - ports: https://github.com/freebsd/freebsd-ports - src: https://github.com/freebsd/freebsd-src ==== GitLab - doc: https://gitlab.com/FreeBSD/freebsd-doc - ports: https://gitlab.com/FreeBSD/freebsd-ports - src: https://gitlab.com/FreeBSD/freebsd-src === Mailing lists -General usage and questions about git in the FreeBSD project: https://lists.freebsd.org/mailman/listinfo/freebsd-git[freebsd-git] +General usage and questions about git in the FreeBSD project: https://lists.freebsd.org/subscription/freebsd-git[freebsd-git] Commit messages will be sent to the following mailing lists: -- https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all[dev-commits-doc-all]: All changes to the doc repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all[dev-commits-ports-all]: All changes to the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-main[dev-commits-ports-main]: All changes to the "main" branch of the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-branches[dev-commits-ports-branches]: All changes to the quarterly branches of the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all[dev-commits-src-all]: All changes to the src repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main[dev-commits-src-main]: All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-branches[dev-commits-src-branches]: All changes to all stable branches of the src repository +- https://lists.freebsd.org/subscription/dev-commits-doc-all[dev-commits-doc-all]: All changes to the doc repository +- https://lists.freebsd.org/subscription/dev-commits-ports-all[dev-commits-ports-all]: All changes to the ports repository +- https://lists.freebsd.org/subscription/dev-commits-ports-main[dev-commits-ports-main]: All changes to the "main" branch of the ports repository +- https://lists.freebsd.org/subscription/dev-commits-ports-branches[dev-commits-ports-branches]: All changes to the quarterly branches of the ports repository +- https://lists.freebsd.org/subscription/dev-commits-src-all[dev-commits-src-all]: All changes to the src repository +- https://lists.freebsd.org/subscription/dev-commits-src-main[dev-commits-src-main]: All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) +- https://lists.freebsd.org/subscription/dev-commits-src-branches[dev-commits-src-branches]: All changes to all stable branches of the src repository For more information, please refer to the "Commit message lists" section of C.2. "Mailing Lists" in handbook: https://docs.freebsd.org/en/books/handbook/eresources/#eresources-mail [[svn]] == Using Subversion [[svn-intro]] === Introduction As of December 2020, FreeBSD uses git as the primary version control system for storing all of FreeBSD's source code and documentation. Changes from the git repo on the `stable/11`, `stable/12` and related releng branches are exported to the subversion repository. This export will continue through the life of these branches. From July 2012 to March 2021, FreeBSD used Subversion as the only version control system for storing all of FreeBSD's Ports Collection. As of April 2021, FreeBSD uses git as the only version control system for storing all of FreeBSD's Ports Collection. [NOTE] ==== Subversion is generally a developer tool. Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `portsnap` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection. After March 2021, subversion use is only for legacy branches (`stable/11` and `stable/12`). ==== This section demonstrates how to install Subversion on a FreeBSD system and use it to create a local copy of a FreeBSD repository. Additional information on the use of Subversion is included. [[svn-ssl-certificates]] === Root SSL Certificates FreeBSD systems older than 12._x_ do not have proper root certificates. Those certificates allow Subversion to verify the identity of HTTPS repository servers. Installation instructions are described in <>. [[svn-svnlite]] === Svnlite A lightweight version of Subversion is already installed on FreeBSD as `svnlite`. The port or package version of Subversion is only needed if the Python or Perl API is needed, or if a later version of Subversion is desired. The only difference from normal Subversion use is that the command name is `svnlite`. [[svn-install]] === Installation If `svnlite` is unavailable or the full version of Subversion is needed, then it must be installed. Subversion can be installed from the Ports Collection: [source,shell] .... # cd /usr/ports/devel/subversion # make install clean .... Subversion can also be installed as a package: [source,shell] .... # pkg install subversion .... [[svn-usage]] === Running Subversion To fetch a clean copy of the sources into a local directory, use `svn`. The files in this directory are called a _local working copy_. [WARNING] ==== Move or delete an existing destination directory before using `checkout` for the first time. Checkout over an existing non-`svn` directory can cause conflicts between the existing files and those brought in from the repository. ==== Subversion uses URLs to designate a repository, taking the form of _protocol://hostname/path_. The first component of the path is the FreeBSD repository to access. There are three different repositories, `base` for the FreeBSD base system source code, `ports` for the Ports Collection, and `doc` for documentation. For example, the URL `https://svn.FreeBSD.org/base/head/` specifies the main branch of the src repository, using the `https` protocol. A checkout from a given repository is performed with a command like this: [source,shell] .... # svn checkout https://svn.FreeBSD.org/repository/branch lwcdir .... where: * _repository_ is one of the Project repositories: `base`, `ports`, or `doc`. * _branch_ depends on the repository used. `ports` and `doc` are mostly updated in the `head` branch, while `base` maintains the latest version of -CURRENT under `head` and the respective latest versions of the -STABLE branches under `stable/11` (11._x_) and `stable/12` (12._x_). * _lwcdir_ is the target directory where the contents of the specified branch should be placed. This is usually [.filename]#/usr/ports# for `ports`, [.filename]#/usr/src# for `base`, and [.filename]#/usr/doc# for `doc`. This example checks out the Source Tree from the FreeBSD repository using the HTTPS protocol, placing the local working copy in [.filename]#/usr/src#. If [.filename]#/usr/src# is already present but was not created by `svn`, remember to rename or delete it before the checkout. [source,shell] .... # svn checkout https://svn.FreeBSD.org/base/head /usr/src .... Because the initial checkout must download the full branch of the remote repository, it can take a while. Please be patient. After the initial checkout, the local working copy can be updated by running: [source,shell] .... # svn update lwcdir .... To update [.filename]#/usr/src# created in the example above, use: [source,shell] .... # svn update /usr/src .... The update is much quicker than a checkout, only transferring files that have changed. An alternate way of updating the local working copy after checkout is provided by the [.filename]#Makefile# in the [.filename]#/usr/ports#, [.filename]#/usr/src#, and [.filename]#/usr/doc# directories. Set `SVN_UPDATE` and use the `update` target. For example, to update [.filename]#/usr/src#: [source,shell] .... # cd /usr/src # make update SVN_UPDATE=yes .... [[svn-mirrors]] === Subversion Mirror Sites The FreeBSD Subversion repository is: [.programlisting] .... svn.FreeBSD.org .... This is a publicly accessible mirror network that uses GeoDNS to select an appropriate back end server. To view the FreeBSD Subversion repositories through a browser, use https://svnweb.FreeBSD.org/[https://svnweb.FreeBSD.org/]. HTTPS is the preferred protocol, but the [.filename]#security/ca_root_nss# package will need to be installed in order to automatically validate certificates. === For More Information For other information about using Subversion, please see the "Subversion Book", titled http://svnbook.red-bean.com/[Version Control with Subversion], or the http://subversion.apache.org/docs/[Subversion Documentation]. [[mirrors-rsync]] == Using rsync These sites make FreeBSD available through the rsync protocol. The rsync utility transfers only the differences between two sets of files. This is useful for mirror sites of the FreeBSD FTP server. The rsync suite is available for many operating systems, on FreeBSD, see the package:net/rsync[] port or use the package. Czech Republic:: rsync://ftp.cz.FreeBSD.org/ + Available collections: ** ftp: A partial mirror of the FreeBSD FTP server. ** FreeBSD: A full mirror of the FreeBSD FTP server. Netherlands:: rsync://ftp.nl.FreeBSD.org/ + Available collections: ** FreeBSD: A full mirror of the FreeBSD FTP server. Russia:: rsync://ftp.mtu.ru/ + Available collections: ** FreeBSD: A full mirror of the FreeBSD FTP server. ** FreeBSD-Archive: The mirror of FreeBSD Archive FTP server. Sweden:: rsync://ftp4.se.freebsd.org/ + Available collections: ** FreeBSD: A full mirror of the FreeBSD FTP server. Taiwan:: rsync://ftp.tw.FreeBSD.org/ + rsync://ftp2.tw.FreeBSD.org/ + rsync://ftp6.tw.FreeBSD.org/ + Available collections: ** FreeBSD: A full mirror of the FreeBSD FTP server. United Kingdom:: rsync://rsync.mirrorservice.org/ + Available collections: ** ftp.freebsd.org: A full mirror of the FreeBSD FTP server. United States of America:: rsync://ftp-master.FreeBSD.org/ + This server may only be used by FreeBSD primary mirror sites. + Available collections: + -- ** FreeBSD: The master archive of the FreeBSD FTP server. ** acl: The FreeBSD master ACL list. -- + rsync://ftp13.FreeBSD.org/ + Available collections: ** FreeBSD: A full mirror of the FreeBSD FTP server. diff --git a/shared/da/mailing-lists.adoc b/shared/da/mailing-lists.adoc index 8072df6921..76e3bc8b8a 100644 --- a/shared/da/mailing-lists.adoc +++ b/shared/da/mailing-lists.adoc @@ -1,272 +1,272 @@ // // Navne på FreeBSD mailing lister og relateret software. // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :advocacy-desc: FreeBSD fremmelses mailing liste :advocacy-email: freebsd-advocacy@FreeBSD.org :advocacy: {advocacy-email}[{advocacy-desc}] :afs-desc: FreeBSD AFS porterings mailing liste :afs-email: freebsd-afs@FreeBSD.org :afs: {afs-email}[{afs-desc}] :aic7xxx-desc: FreeBSD Adaptec AIC7xxx diskussions mailing liste :aic7xxx-email: freebsd-aic7xxx@FreeBSD.org :aic7xxx: {aic7xxx-email}[{aic7xxx-desc}] :alpha-desc: FreeBSD Alpha porterings mailing liste :alpha-email: freebsd-alpha@FreeBSD.org :alpha: {alpha-email}[{alpha-desc}] :announce-desc: FreeBSD annoncerings mailing liste :announce-email: freebsd-announce@FreeBSD.org :announce: {announce-email}[{announce-desc}] :arch-desc: FreeBSD arkitektur og design mailing liste :arch-email: freebsd-arch@FreeBSD.org :arch: {arch-email}[{arch-desc}] :arm-desc: FreeBSD ARM porterings mailing liste :arm-email: freebsd-arm@FreeBSD.org :arm: {arm-email}[{arm-desc}] :atm-desc: FreeBSD ATM netværks mailing liste :atm-email: freebsd-atm@FreeBSD.org :atm: {atm-email}[{atm-desc}] :audit-desc: FreeBSD kildekode auditerings mailing liste :audit-email: freebsd-audit@FreeBSD.org :audit: {audit-email}[{audit-desc}] :binup-desc: FreeBSD binær opdaterings system mailing liste :binup-email: freebsd-binup@FreeBSD.org :binup: {binup-email}[{binup-desc}] :bugbusters-desc: FreeBSD bugbusters mailing liste :bugbusters-email: freebsd-bugbusters@FreeBSD.org :bugbusters: {bugbusters-email}[{bugbusters-desc}] :bugs-desc: FreeBSD problem rapports mailing liste :bugs-email: freebsd-bugs@FreeBSD.org :bugs: {bugs-email}[{bugs-desc}] :chat-desc: FreeBSD snak mailing liste :chat-email: freebsd-chat@FreeBSD.org :chat: {chat-email}[{chat-desc}] :cluster-desc: FreeBSD clustering mailing liste :cluster-email: freebsd-cluster@FreeBSD.org :cluster: {cluster-email}[{cluster-desc}] :committers-desc: FreeBSD committer mailing liste :committers-email: cvs-committers@FreeBSD.org :committers: {committers-email}[{committers-desc}] :config-desc: FreeBSD installation og konfigurations værktøjs mailing liste :config-email: freebsd-config@FreeBSD.org :config: {config-email}[{config-desc}] :core-desc: FreeBSD core team :core-email: freebsd-core@FreeBSD.org :core: {core-email}[{core-desc}] :current-desc: FreeBSD-CURRENT mailing liste :current-email: freebsd-current@FreeBSD.org :current: {current-email}[{current-desc}] :cvsall-desc: FreeBSD CVS commit beskeds mailing liste :cvsall-email: cvs-all@FreeBSD.org :cvsall: {cvsall-email}[{cvsall-desc}] :database-desc: FreeBSD baserede Databaser mailing liste :database-email: freebsd-database@FreeBSD.org :database: {database-email}[{database-desc}] :developers-desc: FreeBSD developers mailing liste :developers-email: freebsd-developers@FreeBSD.org :developers: {developers-email}[{developers-desc}] :doc-desc: FreeBSD dokumentations projekt mailing liste :doc-email: freebsd-doc@FreeBSD.org :doc: {doc-email}[{doc-desc}] :emulation-desc: FreeBSD-emulation mailing liste :emulation-email: freebsd-emulation@FreeBSD.org :emulation: {emulation-email}[{emulation-desc}] :firewire-desc: FreeBSD FireWire (IEEE 1394) diskussions mailing liste :firewire-email: freebsd-firewire@FreeBSD.org :firewire: {firewire-email}[{firewire-desc}] :fs-desc: FreeBSD filsystem projekt mailing liste :fs-email: freebsd-fs@FreeBSD.org :fs: {fs-email}[{fs-desc}] :gnome-desc: FreeBSD GNOME og GNOME programmer mailing liste :gnome-email: freebsd-gnome@FreeBSD.org :gnome: {gnome-email}[{gnome-desc}] :hackers-desc: FreeBSD teknisk diskussions mailing liste :hackers-email: freebsd-hackers@FreeBSD.org :hackers: {hackers-email}[{hackers-desc}] :hardware-desc: FreeBSD hardware og udstyrs mailing liste :hardware-email: freebsd-hardware@FreeBSD.org :hardware: {hardware-email}[{hardware-desc}] :hubs-desc: FreeBSD mirror sites mailing liste :hubs-email: freebsd-hubs@FreeBSD.org :hubs: {hubs-email}[{hubs-desc}] :i18n-desc: FreeBSD internationaliserings mailing liste :i18n-email: freebsd-i18n@FreeBSD.org :i18n: {i18n-email}[{i18n-desc}] :ia64-desc: FreeBSD IA64 porterings mailing liste :ia64-email: freebsd-ia64@FreeBSD.org :ia64: {ia64-email}[{ia64-desc}] :install-desc: FreeBSD installation udviklings mailing liste :install-email: freebsd-install@FreeBSD.org :install: {install-email}[{install-desc}] :ipfw-desc: FreeBSD IPFW kode mailing liste :ipfw-email: freebsd-ipfw@FreeBSD.org :ipfw: {ipfw-email}[{ipfw-desc}] :isdn-desc: FreeBSD ISDN mailing liste :isdn-email: freebsd-isdn@FreeBSD.org :isdn: {isdn-email}[{isdn-desc}] :isp-desc: FreeBSD Internet service provider's mailing liste :isp-email: freebsd-isp@FreeBSD.org :isp: {isp-email}[{isp-desc}] :java-desc: FreeBSD Java sprog mailing liste :java-email: freebsd-java@FreeBSD.org :java: {java-email}[{java-desc}] :jobs-desc: FreeBSD relateret beskæftigelse mailing liste :jobs-email: freebsd-jobs@FreeBSD.org :jobs: {jobs-email}[{jobs-desc}] :lfs-desc: FreeBSD LFS porterings mailing liste :lfs-email: freebsd-lfs@FreeBSD.org :lfs: {lfs-email}[{lfs-desc}] :libh-desc: FreeBSD libh installation og pakke system mailing liste :libh-email: freebsd-libh@FreeBSD.org :libh: {libh-email}[{libh-desc}] :mips-desc: FreeBSD MIPS porterings mailing liste :mips-email: freebsd-mips@FreeBSD.org :mips: {mips-email}[{mips-desc}] :mobile-desc: FreeBSD laptop computer mailing liste :mobile-email: freebsd-mobile@FreeBSD.org :mobile: {mobile-email}[{mobile-desc}] :mozilla-desc: FreeBSD port af Mozilla browseren mailing liste :mozilla-email: freebsd-mozilla@FreeBSD.org :mozilla: {mozilla-email}[{mozilla-desc}] :multimedia-desc: FreeBSD multimedia mailing liste :multimedia-email: freebsd-multimedia@FreeBSD.org :multimedia: {multimedia-email}[{multimedia-desc}] :net-desc: FreeBSD netværks mailing liste :net-email: freebsd-net@FreeBSD.org :net: {net-email}[{net-desc}] :newbies-desc: FreeBSD nye brugere mailing liste :newbies-email: freebsd-newbies@FreeBSD.org :newbies: {newbies-email}[{newbies-desc}] :newbus-desc: Ny Bus Arkitektur mailing liste :newbus-email: new-bus-arch@bostonradio.org :newbus: {newbus-email}[{newbus-desc}] :platforms-desc: FreeBSD non-Intel platforms porterings mailing liste :platforms-email: freebsd-platforms@FreeBSD.org :platforms: {platforms-email}[{platforms-desc}] :policy-desc: FreeBSD core team politisk beslutnings mailing liste :policy-email: freebsd-policy@FreeBSD.org :policy: {policy-email}[{policy-desc}] :ports-desc: FreeBSD ports mailing liste :ports-email: freebsd-ports@FreeBSD.org :ports: {ports-email}[{ports-desc}] :ppc-desc: FreeBSD PowerPC portering mailing liste :ppc-email: freebsd-ppc@FreeBSD.org :ppc: {ppc-email}[{ppc-desc}] :qa-desc: FreeBSD Kvalitets assurance mailing liste :qa-email: freebsd-qa@FreeBSD.org :qa: {qa-email}[{qa-desc}] :questions-desc: FreeBSD generelle spørgsmåls mailing liste :questions-email: freebsd-questions@FreeBSD.org :questions: {questions-email}[{questions-desc}] :realtime-desc: FreeBSD realtime extensions mailing liste :realtime-email: freebsd-realtime@FreeBSD.org :realtime: {realtime-email}[{realtime-desc}] :scsi-desc: FreeBSD SCSI subsystem mailing liste :scsi-email: freebsd-scsi@FreeBSD.org :scsi: {scsi-email}[{scsi-desc}] :security-desc: FreeBSD sikkerheds mailing liste :security-email: freebsd-security@FreeBSD.org :security: {security-email}[{security-desc}] :security-notifications-desc: FreeBSD sikkerheds notifikationer mailing liste :security-notifications-email: freebsd-security-notifications@FreeBSD.org :security-notifications: {security-notifications-email}[{security-notifications-desc}] :small-desc: FreeBSD-small mailing liste :small-email: freebsd-small@FreeBSD.org :small: {small-email}[{small-desc}] :smp-desc: FreeBSD symmetrisk multiprocessing mailing liste :smp-email: freebsd-smp@FreeBSD.org :smp: {smp-email}[{smp-desc}] :sparc-desc: FreeBSD SPARC porterings mailing liste :sparc-email: freebsd-sparc@FreeBSD.org :sparc: {sparc-email}[{sparc-desc}] :stable-desc: FreeBSD-STABLE mailing liste :stable-email: freebsd-stable@FreeBSD.org :stable: {stable-email}[{stable-desc}] :standards-desc: FreeBSD C99 og POSIX compliance mailing liste :standards-email: freebsd-standards@FreeBSD.org :standards: {standards-email}[{standards-desc}] :test-desc: FreeBSD test mailing liste :test-email: freebsd-test@FreeBSD.org :test: {test-email}[{test-desc}] :tokenring-desc: FreeBSD tokenring mailing liste :tokenring-email: freebsd-tokenring@FreeBSD.org :tokenring: {tokenring-email}[{tokenring-desc}] :usergroups-desc: FreeBSD bruger gruppe koordinations mailing liste :usergroups-email: freebsd-user-groups@FreeBSD.org :usergroups: {usergroups-email}[{usergroups-desc}] :vendors-desc: FreeBSD leverandør pre-release koordinations mailing liste :vendors-email: freebsd-vendors@FreeBSD.org :vendors: {vendors-email}[{vendors-desc}] :www-desc: FreeBSD Webmaster mailing liste :www-email: freebsd-www@FreeBSD.org :www: {www-email}[{www-desc}] diff --git a/shared/de/mailing-lists.adoc b/shared/de/mailing-lists.adoc index 4edd5e941a..5ddfe949cb 100644 --- a/shared/de/mailing-lists.adoc +++ b/shared/de/mailing-lists.adoc @@ -1,693 +1,693 @@ // // Namen der FreeBSD Mailinglisten und verwandter Software // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] // Deutsche Mailinglisten :de-doc-desc: FreeBSD German Documentation Project :de-doc-email: de-bsd-translators@de.FreeBSD.org :de-doc: {de-doc-desc} <{de-doc-email}> :de-questions-desc: Fragen und Antworten zu FreeBSD :de-questions-email: de-bsd-questions@de.FreeBSD.org :de-questions: {de-questions-desc} <{de-questions-email}> // Die Originale :freebsd-acpi-desc: FreeBSD ACPI -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adapteci AIC7xxx discussions -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailing list -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: FreeBSD als Desktop verwenden und verbessern -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: Automated reports of build and test results from FreeBSD's continuous integration tools. -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-reviews-desc: Automated notifications of work in progress for review in FreeBSD's review tools,including patches. -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-doc-desc: FreeBSD documentation project -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse EDI, tools, rich client apps and ports. -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD specific ElasticSearch mailing list -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailing list -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol mailing list -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang mailing list -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD filesystem project -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-haskell-desc: FreeBSD-specific Haskell issues and discussions -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hubs-desc: FreeBSD mirror sites -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia64-desc: FreeBSD IA64 porting -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service providers -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailing list -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: New Bus Architecture -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD-specific OCaml discussions -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter mailing list -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: Packaging the FreeBSD base system -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailing list -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-quarterly-calls-desc: Calls for quarterly FreeBSD status reports -:freebsd-quarterly-calls-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-quarterly-calls +:freebsd-quarterly-calls-url: https://lists.FreeBSD.org/subscription/freebsd-quarterly-calls :freebsd-quarterly-calls: {freebsd-quarterly-calls-url}[{freebsd-quarterly-calls-desc}] :freebsd-questions-desc: FreeBSD general questions -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailing list -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-riscv-desc: FreeBSD RISC-V porting mailing list -:freebsd-riscv-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-riscv +:freebsd-riscv-url: https://lists.FreeBSD.org/subscription/freebsd-riscv :freebsd-riscv: {freebsd-riscv-url}[{riscv-riscv-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailing list -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for "user" and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src stable-8: {svn-src stable-8-url}[{svn-src stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: SVN commit messages for only the 11-stable src tree -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: SVN commit messages for only the 12-stable src tree -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD teaching mailing list -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testing on FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD transport mailing list -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Diskussion über die Infrastruktur von VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD advocacy for women -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailing list -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's mailing list :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: FreeBSD developers mailing list :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's mailing list :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers mailing list :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's mailing list :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers mailing list :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's mailing list :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers mailing list :src-developers: {src-developers-name} // Keine echten Mailinglisten, nur technische Vereinfachungen :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // Die folgenden Liste wurden deaktiviert. Entities hier belassen, bis alle // Referenzen in der Doku entfernt wurden. :freebsd-alpha-desc: FreeBSD Alpha porting -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/el/mailing-lists.adoc b/shared/el/mailing-lists.adoc index 0823cc8b52..44f59593b9 100644 --- a/shared/el/mailing-lists.adoc +++ b/shared/el/mailing-lists.adoc @@ -1,598 +1,598 @@ // // // Ονόματα από τις λίστες ηλεκτρονικού ταχυδρομείου του FreeBSD, μεταφρασμένα στην Ελληνική γλώσσα. // // The FreeBSD Greek Documentation Project // // $FreeBSD$ // :mailman-lists-desc: εξυπηρετητής για ηλεκτρονικές λίστες του FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: ηλεκτρονική λίστα για ACPI του FreeBSD -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: ηλεκτρονική λίστα διαφήμισης και προώθησης του FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: ηλεκτρονική λίστα υλοποίησης του AFS στο FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: ηλεκτρονική λίστα του FreeBSD για ελεγκτές Adaptec AIC7xxx -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: ηλεκτρονική λίστα ανακοινώσεων του FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: ηλεκτρονική λίστα του FreeBSD για το Apache -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: ηλεκτρονική λίστα αρχιτεκτονικής και σχεδιασμού του FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: ηλεκτρονική λίστα του FreeBSD για δίκτυα ATM -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-binup-desc: ηλεκτρονική λίστα αναβάθμισης του FreeBSD με εκτελέσιμα αρχεία -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: ηλεκτρονική λίστα του FreeBSD για Bluetooth -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: ηλεκτρονική λίστα της ομάδας bugbusters του FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: ηλεκτρονική λίστα αναφορών προβλημάτων του FreeBSD -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: ηλεκτρονική λίστα γενικών συζητήσεων του FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: ηλεκτρονική λίστα παράλληλων συστημάτων του FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: ηλεκτρονική λίστα της έκδοσης FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: ανακοινώσεις CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: διανομή μέσω CTM των αρχείων του CVS -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: ηλεκτρονική λίστα διανομής του 4-STABLE μέσω CTM -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: ηλεκτρονική λίστα διανομής του 5-STABLE μέσω CTM -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: ηλεκτρονική λίστα διανομής του 6-STABLE μέσω CTM -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: ηλεκτρονική λίστα διανομής του 7-STABLE μέσω CTM -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: ηλεκτρονική λίστα διανομής του 8-STABLE μέσω CTM -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: ηλεκτρονική λίστα διανομής του 9-STABLE μέσω CTM -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: ηλεκτρονική λίστα διανομής του -CURRENT μέσω CTM -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: ηλεκτρονική λίστα γενικών συζητήσεων των χρηστών του CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: ηλεκτρονική λίστα μηνυμάτων CVS commit του FreeBSD CVS -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: ηλεκτρονική λίστα μηνυμάτων CVS commit τεκμηρίωσης του FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: ηλεκτρονική λίστα μηνυμάτων CVS commit των FreeBSD ports -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: ηλεκτρονική λίστα μηνυμάτων CVS commit των projects του FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: ηλεκτρονική λίστα μηνυμάτων CVS commit πηγαίου κώδικα του FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: ηλεκτρονική λίστα συντήρησης του CVSweb του FreeBSD -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: ηλεκτρονική λίστα βάσεων δεδομένων βασισμένων στο FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: χρήση και βελτίωση του FreeBSD ως desktop -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: ηλεκτρονική λίστα ομάδας τεκμηρίωσης του FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: ηλεκτρονική λίστα για την ανάπτυξη οδηγών συσκευών του FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: ηλεκτρονική λίστα του FreeBSD για τους χρήστες του Eclipse IDE -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: ηλεκτρονική λίστα του FreeBSD για τις embedded πλατφόρμες -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: ηλεκτρονική λίστα του FreeBSD για εξομοίωση-εξομοιωτές -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: ηλεκτρονική λίστα FreeBSD-eol -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: ηλεκτρονική λίστα συζητήσεων για FireWire (IEEE 1394) του FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: ηλεκτρονική λίστα του FreeBSD για συστήματα αρχείων -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: ηλεκτρονική λίστα του FreeBSD για εφαρμογές gecko -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: ηλεκτρονική λίστα του FreeBSD για το GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: ηλεκτρονική λίστα του FreeBSD για το GNOME και τις εφαρμογές του -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: ηλεκτρονική λίστα τεχνικών συζητήσεων του FreeBSD -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: ηλεκτρονική λίστα του FreeBSD για υλικό κι εξαρτήματα υπολογιστών -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: ηλεκτρονική λίστα των mirror sites του FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: ηλεκτρονική λίστα διεθνοποίησης του FreeBSD -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα i386 -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα IA32 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα IA64 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: ηλεκτρονική λίστα του FreeBSD για το IPFW -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: ηλεκτρονική λίστα του FreeBSD για το υποσύστημα ISDN -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: ηλεκτρονική λίστα του FreeBSD για τους παροχείς υπηρεσιών Internet -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: ηλεκτρονική λίστα του FreeBSD για τα jails -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: ηλεκτρονική λίστα του FreeBSD για τη γλώσσα Java -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: ηλεκτρονική λίστα του FreeBSD σχετικά με εργασίες-επαγγέλματα -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: ηλεκτρονική λίστα του FreeBSD για το KDE/Qt και τις εφαρμογές του :freebsd-kde-url: http://freebsd.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: ηλεκτρονική λίστα του FreeBSD για το υποσύστημα LFS -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα MIPS -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: διαχειριστές των mirror sites του FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: ηλεκτρονική λίστα του FreeBSD για φορητούς υπολογιστές -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: Εφαρμογές Mono και C# στο FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: ηλεκτρονική λίστα του FreeBSD για τον φυλλομετρητή Mozilla -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: ηλεκτρονική λίστα του FreeBSD για τα πολυμέσα -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: ηλεκτρονική λίστα του FreeBSD για την υποστήριξη δικτύου -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: ηλεκτρονική λίστα του FreeBSD για τους νέους χρήστες -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: ηλεκτρονική λίστα του FreeBSD για το υποσύστημα new-bus -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Συζητήσεις υλοποίησης των συναρτήσεων της libm σε υψηλή ποιότητα -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: ηλεκτρονική λίστα του FreeBSD για εφαρμογές γραφείου -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-performance-desc: ηλεκτρονική λίστα του FreeBSD για υψηλές αποδόσεις -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: ηλεκτρονική λίστα του FreeBSD για τη γλώσσα Perl -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: ηλεκτρονική λίστα του FreeBSD για το packet filter firewall -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: ηλεκτρονική λίστα του FreeBSD για τις μη-Intel πλατφόρμες -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: ηλεκτρονική λίστα των FreeBSD ports -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: ηλεκτρονική λίστα ανακοινώσεων των FreeBSD ports -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: ηλεκτρονική λίστα αναφορών προβλημάτων των FreeBSD ports -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: ηλεκτρονική λίστα του FreeBSD για τις πλατφόρμες εξυπηρετητών HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: ηλεκτρονική λίστα του FreeBSD για τη γλώσσα Python -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: ηλεκτρονική λίστα γενικών ερωτήσεων του FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: ηλεκτρονική λίστα του FreeBSD για το σύστημα των boot script -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: ηλεκτρονική λίστα επεκτάσεων πραγματικού χρόνου του FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: ηλεκτρονική λίστα του FreeBSD για τη γλώσσα Ruby -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: ηλεκτρονική λίστα του FreeBSD για το υποσύστημα SCSI -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: ηλεκτρονική λίστα του FreeBSD για θέματα ασφάλειας -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: ηλεκτρονική λίστα Ανακοινώσεων για Θέματα Ασφάλειας του FreeBSD -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: ηλεκτρονική λίστα του FreeBSD για μικρά συστήματα -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-sparc64-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: ηλεκτρονική λίστα του FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: ηλεκτρονική λίστα του FreeBSD για τη συμβατότητα με τα πρότυπα C99 και POSIX -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: ηλεκτρονική λίστα του FreeBSD για την πλατφόρμα sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: μυνήματα SVN commit για όλο το δεντρο doc (εκτός από τις περιοχές "user", "projects" και "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: μυνήματα SVN commit για το δεντρο doc, κλάδος head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: μυνήματα SVN commit για το δεντρο doc "projects" -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: μυνήματα SVN commit για το δεντρο doc διαχείρισης και ρυθμίσεων -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: μυνήματα SVN commit για όλο το δεντρο ports -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: μυνήματα SVN commit για το δεντρο ports, κλάδος head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: μυνήματα SVN commit για το δεντρο ports διαχείρισης και ρυθμίσεων -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit πηγαίου κώδικα του FreeBSD (εξαιρούνται τα δέντρα "user" και "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit πηγαίου κώδικα για τον κλάδο head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για τον πηγαίο κώδικα του δέντρου "projects" -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για εκδόσεις (releases) πηγαίου κώδικα -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για διορθώσεις ασφάλειας της ομάδας release engineering στο δέντρο πηγαίου κώδικα -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για όλους τους κλάδους -stable του δέντρου πηγαίου κώδικα -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit μόνο για το δέντρο πηγαίου κώδικα 6-stable -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit μόνο για το δέντρο πηγαίου κώδικα 7-stable -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit μόνο για το δέντρο πηγαίου κώδικα 8-stable -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit μόνο για το δέντρο πηγαίου κώδικα 9-stable -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-other-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για τα παλιά stable δέντρα πηγαίου κώδικα -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για το δέντρο admin / configuration -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για το πειραματικό δέντρο πηγαίου κώδικα "user" -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: ηλεκτρονική λίστα μηνυμάτων SVN commit για το δέντρο εργασίας vendor -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: ηλεκτρονική λίστα για την ανάπτυξη του sysinstall -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-test-desc: ηλεκτρονική λίστα του FreeBSD για δοκιμαστικά μηνύματα -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-threads-desc: ηλεκτρονική λίστα του FreeBSD για την πολυνηματική επεξεργασία -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: ηλεκτρονική λίστα για την μεταφορά του FreeBSD στην οικογένεια CPU tilera -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: ηλεκτρονική λίστα του FreeBSD για το υποσύστημα tokenring -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: ηλεκτρονική λίστα του FreeBSD για τα ενσωματωμένα εργαλεία μεταγλώττισης -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: ηλεκτρονική λίστα του FreeBSD για τη διασύνδεση με συσκευές USB -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: ηλεκτρονική λίστα οργάνωσης των ομάδων χρηστών του FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: ηλεκτρονική λίστα προσυνεννόησης των προμηθευτών του FreeBSD -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: ηλεκτρονική λίστα του FreeBSD για τεχνικές virtualization -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: ηλεκτρονική λίστα για την πλατφόρμα VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: ηλεκτρονική λίστα για τις Αναφορές Προόδου του FreeBSD -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: ηλεκτρονική λίστα για την ανάπτυξη προγραμμάτων οδήγησης και εργαλείων στο 802.11 -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: ηλεκτρονική λίστα του Webmaster του FreeBSD -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: ηλεκτρονική λίστα του FreeBSD για το γραφικό περιβάλλον X11 -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: ηλεκτρονική λίστα συζητήσεων για τη μεταφορά του FreeBSD στο Xen -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: ηλεκτρονική λίστα συζητήσεων για τη μεταφορά του XFCE στο FreeBSD -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: ηλεκτρονική λίστα συζητήσεων για τη μεταφορά του Zope στο FreeBSD -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: ηλεκτρονική λίστα των committers του FreeBSD :committers: {committers-name} :core-name: ομάδα core του FreeBSD :core: {core-name} :developers-name: ηλεκτρονική λίστα ομάδας ανάπτυξης του FreeBSD :developers: {committers-developers} :doc-committers-name: ηλεκτρονική λίστα των doc/ committers του FreeBSD :doc-committers: {doc-committers-name} :doc-developers-name: ηλεκτρονική λίστα της ομάδας τεκμηρίωσης του FreeBSD :doc-developers: {doc-developers-name} :ports-committers-name: ηλεκτρονική λίστα των ports/ committers του FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: ηλεκτρονική λίστα της ομάδας ανάπτυξης των FreeBSD ports :ports-developers: {ports-developers-name} :src-committers-name: ηλεκτρονική λίστα των src/ committers του FreeBSD :src-committers: {src-committers-name} :src-developers-name: ηλεκτρονική λίστα της ομάδας ανάπτυξης src/ του FreeBSD :src-developers: {src-developers-name} // Τα παρακάτω entities δεν είναι πραγματικές mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :alpha-desc: lista de discussão sobre o port do FreeBSD para a plataforma Alpha -:alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :alpha: {alpha-url}[{alpha-desc}] :qa-desc: lista de discussão sobre a garantia de qualidade do FreeBSD -:qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :qa: {qa-url}[{qa-desc}] :smp-desc: lista de discussão sobre multi processamento simétrico no FreeBSD -:smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :smp: {smp-url}[{smp-desc}] diff --git a/shared/en/mailing-lists.adoc b/shared/en/mailing-lists.adoc index 8a1ae5dd8f..b7fb7cc40b 100644 --- a/shared/en/mailing-lists.adoc +++ b/shared/en/mailing-lists.adoc @@ -1,710 +1,710 @@ // // Names of FreeBSD mailing lists and related software. // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy mailing list -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussions mailing list -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements mailing list -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache mailing list -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design mailing list -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting mailing list -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking mailing list -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailing list -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters mailing list -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports mailing list -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat mailing list -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering mailing list -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT mailing list -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion mailing list -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message mailing list -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases mailing list -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: Using and improving FreeBSD on the desktop -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: Automated reports of build and test results from FreeBSD's continuous integration tools -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-commits-doc-all-desc: Commit messages for all branches of the doc repository -:dev-commits-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-doc-all +:dev-commits-doc-all-url: https://lists.FreeBSD.org/subscription/dev-commits-doc-all :dev-commits-doc-all: {dev-commits-doc-all-url}[{dev-commits-doc-all-desc}] :dev-commits-ports-all-desc: Commit messages for all branches of the ports repository -:dev-commits-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-all +:dev-commits-ports-all-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-all :dev-commits-ports-all: {dev-commits-ports-all-url}[{dev-commits-ports-all-desc}] :dev-commits-ports-branches-desc: Commit messages for the quarterly branches of the ports repository -:dev-commits-ports-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-branches +:dev-commits-ports-branches-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-branches :dev-commits-ports-branches: {dev-commits-ports-branches-url}[{dev-commits-ports-branches-desc}] :dev-commits-ports-main-desc: Commit messages for the main branch of the ports repository -:dev-commits-ports-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-main +:dev-commits-ports-main-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-main :dev-commits-ports-main: {dev-commits-ports-main-url}[{dev-commits-ports-main-desc}] :dev-commits-src-all-desc: Commit messages for all branches of the src repository -:dev-commits-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-all +:dev-commits-src-all-url: https://lists.FreeBSD.org/subscription/dev-commits-src-all :dev-commits-src-all: {dev-commits-src-all-url}[{dev-commits-src-all-desc}] :dev-commits-src-branches-desc: Commit messages for the stable branches of the src repository -:dev-commits-src-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-branches +:dev-commits-src-branches-url: https://lists.FreeBSD.org/subscription/dev-commits-src-branches :dev-commits-src-branches: {dev-commits-src-branches-url}[{dev-commits-src-branches-desc}] :dev-commits-src-main-desc: Commit messages for the main branch of the src repository -:dev-commits-src-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-main +:dev-commits-src-main-url: https://lists.FreeBSD.org/subscription/dev-commits-src-main :dev-commits-src-main: {dev-commits-src-main-url}[{dev-commits-src-main-desc}] :dev-reviews-desc: Automated notifications of work in progress for review in FreeBSD's review tools, including patches -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-doc-desc: FreeBSD documentation project mailing list -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse IDE, tools, rich client applications and ports -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD specific ElasticSearch mailing list -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailing list -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation mailing list -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol mailing list -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang mailing list -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion mailing list -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD file system project mailing list -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM mailing list -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications mailing list -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions mailing list -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment mailing list -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-haskell-desc: FreeBSD-specific Haskell issues and discussions -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hubs-desc: FreeBSD mirror sites mailing lists -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization mailing list -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues mailing list -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code mailing list -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN mailing list -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's mailing list -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailing list -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language mailing list -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment mailing list -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications mailing list :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting mailing list -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting mailing list -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia mailing list -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking mailing list -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users mailing list -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus mailing list -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD-specific OCaml discussions -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance mailing list -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl mailing list -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter mailing list -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: Packaging the FreeBSD base system -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting mailing list -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports mailing list -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs mailing list -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting mailing list -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailing list -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-quarterly-calls-desc: Calls for quarterly FreeBSD status reports -:freebsd-quarterly-calls-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-quarterly-calls +:freebsd-quarterly-calls-url: https://lists.FreeBSD.org/subscription/freebsd-quarterly-calls :freebsd-quarterly-calls: {freebsd-quarterly-calls-url}[{freebsd-quarterly-calls-desc}] :freebsd-questions-desc: FreeBSD general questions mailing list -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailing list -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions mailing list -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-riscv-desc: FreeBSD RISC-V porting mailing list -:freebsd-riscv-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-riscv +:freebsd-riscv-url: https://lists.FreeBSD.org/subscription/freebsd-riscv :freebsd-riscv: {freebsd-riscv-url}[{riscv-riscv-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem mailing list -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security mailing list -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications mailing list -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting mailing list -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE mailing list -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance mailing list -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailing list -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for user and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: SVN commit messages for only the 11-stable src tree -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: SVN commit messages for only the 12-stable src tree -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD teaching mailing list -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test mailing list -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testing on FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads mailing list -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring mailing list -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain mailing list -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD transport mailing list -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB mailing list -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination mailing list -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination mailing list -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussion on the VuXML infrastructure -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD advocacy for women -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster mailing list -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailing list -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's mailing list :committers: {committers-name} :core-email: core@FreeBSD.org :core-name: freebsd-core :developers-name: FreeBSD developers mailing list :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's mailing list :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers mailing list :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's mailing list :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers mailing list :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's mailing list :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers mailing list :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha porting mailing list -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance mailing list -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing mailing list -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/es/mailing-lists.adoc b/shared/es/mailing-lists.adoc index 9aa1186325..36dd5e30ec 100644 --- a/shared/es/mailing-lists.adoc +++ b/shared/es/mailing-lists.adoc @@ -1,447 +1,447 @@ // // Nombres de las listas de correo de FreeBSD y software relacionado. // // $FreeBSD$ // :mailman-lists-desc: servidor de listas de FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: lista de correo sobre ACPI en FreeBSD -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: lista de promoción de FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: lista del port de AFS a FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: lista sobre Adaptec AIC7xxx en FreeBSD -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-alpha-desc: lista de correo del port de FreeBSD para Alpha -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-amd64-desc: lista del port de FreeBSD a sistemas AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: lista de anuncios importantes del Proyecto FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: lista sobre Apache en FreeBSD -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: lista sobre arquitectura y diseño de FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: lista del port de FreeBSD para ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: lista de networking ATM en FreeBSD -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-audit-desc: lista para la auditoría de código fuente de FreeBSD -:freebsd-audit-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-audit +:freebsd-audit-url: https://lists.FreeBSD.org/subscription/freebsd-audit :freebsd-audit: {freebsd-audit-url}[{freebsd-audit-desc}] :freebsd-binup-desc: lista del sistema de actualización binaria de FreeBSD -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: lista de correo sobre Bluetooth en FreeBSD -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: lista de correo de los bugbusters de FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: lista de 'problem reports' de FreeBSD -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: lista de charla de FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-cluster-desc: lista de 'clustering' en FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT lista de correo -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: avisos CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: distribución CTM de ficheros CVS -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: lista de correo para la distribución CTM de src de la rama 4-STABLE -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-cur-desc: lista de correo para la distribución CTM de src de la rama -CURRENT -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: lista de correo para usuarios de CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: lista de correo de mensajes de committs del CVS de FreeBSD -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: lista de correo de mensajes de committs del CVS de la documentación de FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: lista de correo de mensajes de committs del CVS de los ports de FreeBSD -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: lista de correo de committs del árbol de proyectos del CVS de FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: lista de correo de mensajes de committs del árbol src del CVS de FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: lista de correo de gestión del CVSweb de FreeBSD -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: lista de correo sobre el uso de desarrollo de bases de datos en FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-doc-desc: lista de correo del proyecto de documentación de FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: lista de correo sobre controladores para FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: lista de correo para usuarios de Eclipse en FreeBSD -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: lista de correo sobre sistemas empotrados y FreeBSD -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: lista de correo sobre emulación en FreeBSD -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: lista de correo de fechas de fin de soporte -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: lista de correo sobre FireWire (IEEE 1394) en FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: lista de correo sobre sistemas de ficheros en FreeBSD -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-geom-desc: lista de correo sobre GEOM en FreeBSD -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: lista de correo sobre GNOME y aplicaciones GNOME en FreeBSD -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: lista de correo de discusiones técnicas en FreeBSD -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: lista de correo sobre hardware en FreeBSD -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: lista de correo de correo de las réplicas de FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: lista de correo sobre internacionalización de FreeBSD -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: lista de correo específica sobre i386 y FreeBSD -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: lista de correo del port de IA32 para FreeBSD -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: lista de correo del port de IA64 para FreeBSD -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: lista de correo sobre el código de IPFW de FreeBSD -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: lista de correo sobre RDSI/ISDN en FreeBSD -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: lista de correo de Proveedores de Servicios de Internet en FreeBSD -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-java-desc: lista de correo sobre el Lenguaje Java en FreeBSD -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: lista de correo sobre empleos relacionados con FreeBSD -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: lista de correo sobre KDE/Qt y aplicaciones KDE en FreeBSD :freebsd-kde-url: http://freebsd.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: lista de correo sobre el port de LFS a FreeBSD -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-libh-desc: lista de correo sobre el sistema de instalación y empaquetado libh en FreeBSD -:freebsd-libh-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-libh +:freebsd-libh-url: https://lists.FreeBSD.org/subscription/freebsd-libh :freebsd-libh: {freebsd-libh-url}[{freebsd-libh-desc}] :freebsd-mips-desc: lista de correo del port de FreeBSD para MIPS -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: lista de correo de avisos para administradores de réplicas de FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: lista de correo sobre FreeBSD y portátiles -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mozilla-desc: lista de correo del port del navegador Mozilla a FreeBSD -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: lista de correo sobre multimedia en FreeBSD -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: lista de correo sobre networking en FreeBSD -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: lista de correo para recién llegados a FreeBSD -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: lista de correo sobre new-bus en FreeBSD -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-openoffice-desc: lista de correo sobre OpenOffice.org en FreeBSD -:freebsd-openoffice-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-openoffice +:freebsd-openoffice-url: https://lists.FreeBSD.org/subscription/freebsd-openoffice :freebsd-openoffice: {freebsd-openoffice-url}[{freebsd-openoffice-desc}] :freebsd-performance-desc: lista de correo sobre rendimiento de FreeBSD -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: lista de correo sobre Perl en FreeBSD -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: lista de correo sobre pf en FreeBSD -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: lista de correo sobre FreeBSD en plataformas no Intel -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-policy-desc: lista de correo del Core Team para las discusiones sobre líneas maestras de FreeBSD -:freebsd-policy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-policy +:freebsd-policy-url: https://lists.FreeBSD.org/subscription/freebsd-policy :freebsd-policy: {freebsd-policy-url}[{freebsd-policy-desc}] :freebsd-ports-desc: lista de correo sobre los ports de FreeBSD -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-bugs-desc: lista de correo sobre errores en los ports de FreeBSD -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: lista de correo del port de FreeBSD a PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: lista de correo de FreeBSD en servidores HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: lista de correo sobre Python en FreeBSD -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-qa-desc: lista de correo sobre 'Quality Assurance' en FreeBSD -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-questions-desc: lista de correo para preguntas generales sobre FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: lista de correo sobre los scripts de arranque de FreeBSD -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: lista de correo sobre extensiones en tiempo real en FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-scsi-desc: lista de correo sobre el subsistema SCSI de FreeBSD -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: lista de correo sobre seguridad en FreeBSD -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: lista de correo para anuncios de seguridad que afectan a FreeBSD -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: lista de correo sobre sistemas empotrados y FreeBSD -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-smp-desc: lista de correo sobre multiproceso simétrico en FreeBSD -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] :freebsd-sparc64-desc: lista de correo del port de FreeBSD a SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: lista de correo sobre FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: lista de correo sobre la conformidad de FreeBSD con los estándares C99 y POSIX -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: lista de correo del port de FreeBSD a sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :freebsd-test-desc: lista de correo de pruebas del servidor de listas de FreeBSD -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: lista de correo sobre pruebas de rendimiento y estabilidad de FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-threads-desc: lista de correo sobre hilos -'threads'- en FreeBSD -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tokenring-desc: lista de correo sobre tokenring en FreeBSD -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-usb-desc: lista de correo sobre USB en FreeBSD -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: lista de correo para la coordinación de grupos de usuarios de FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: lista de correo para la coordinación de pre-releases de los distribuidores de FreeBSD -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-vuxml-desc: lista de correo sobre VuXML en FreeBSD :freebsd-vuxml-url: lista de correo sobre VuXML en FreeBSD :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-www-desc: lista de correo de los Webmasters de FreeBSD -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: lista de correo sobre X11 en FreeBSD -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :committers-name: lista de correo para 'committers' de FreeBSD :committers: {committers-name} :core-email: core@FreeBSD.org :core-name: FreeBSD core team :core: {core-name} :developers-name: lista de correo de desarrolladores de FreeBSD :developers: {committers-developers} :doc-committers-name: lista de correo del FreeBSD Documentation Project :doc-committers: {doc-committers-name} :doc-developers-name: lista de correo para desarrolladores de documentación de FreeBSD :doc-developers: {doc-developers-name} :ports-committers-name: lista de correo de los 'ports committers' de FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: lista de correo de los 'ports developers' de FreeBSD :ports-developers: {ports-developers-name} :src-committers-name: lista de correo de los 'src/ committers' de FreeBSD :src-committers: {src-committers-name} :src-developers-name: lista de correo de los 'src/ developers' de FreeBSD :src-developers: {src-developers-name} // Listas de correo oficiales de FreeBSD en castellano. :es-doc-desc: lista de correo sobre la documentación de FreeBSD en castellano :es-doc-url: https://listas.es.FreeBSD.org/mailman/listinfo/doc :es-doc: {es-doc-url}[{es-doc-desc}] :es-freebsd-desc: lista de correo en castellano sobre FreeBSD :es-freebsd-url: https://listas.es.FreeBSD.org/mailman/freebsd :es-freebsd: {es-freebsd-url}[{es-freebsd-desc}] // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org diff --git a/shared/fr/mailing-lists.adoc b/shared/fr/mailing-lists.adoc index f1591c978b..406f951aae 100644 --- a/shared/fr/mailing-lists.adoc +++ b/shared/fr/mailing-lists.adoc @@ -1,558 +1,558 @@ // // The FreeBSD Documentation Project // The FreeBSD French Documentation Project // // Noms des listes de diffusion sur FreeBSD et les logiciels associes. // // $FreeBSD$ // :mailman-lists-desc: serveur des listes de diffusion FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: liste de diffusion concernant ACPI sous FreeBSD -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: liste de diffusion de propagande sur FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: liste de diffusion sur le portage d'AFS sous FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: liste de diffusion sur les contrôleurs Adaptec AIC7xxx sous FreeBSD -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: liste de diffusion sur le portage de FreeBSD sur les systèmes AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: liste de diffusion pour les annonces relatives à FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: liste de diffusion realtive à Apache sous FreeBSD -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: liste de diffusion sur l'architecture et l'implémentation de FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: liste de diffusion sur le portage de FreeBSD sur les systèmes ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: liste de diffusion sur les réseaux ATM sous FreeBSD -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-audit-desc: liste de diffusion pour l'audit du code source de FreeBSD -:freebsd-audit-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-audit +:freebsd-audit-url: https://lists.FreeBSD.org/subscription/freebsd-audit :freebsd-audit: {freebsd-audit-url}[{freebsd-audit-desc}] :freebsd-binup-desc: liste de diffusion pour la mise à jour binaire du système FreeBSD -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: liste de diffusion sur relative à la technologie Bluetooth sous FreeBSD -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: liste de diffusion pour la recherche de bogue sous FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: liste de diffusion des rapports de bogue de FreeBSD -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: liste de diffusion pour la discussion de sujets non-techniques en rapport avec FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: problèmes avec Chromium et relatifs à FreeBSD -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: liste de diffusion sur l'utilisation de grappes de machines sous FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: liste de diffusion à propos de la branche FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: annonces CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: distribution des fichiers CVS via CTM -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: liste de diffusion des sources de la branche 4-STABLE via CTM -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: liste de diffusion des sources de la branche 5-STABLE via CTM -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: liste de diffusion des sources de la branche 6-STABLE via CTM -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: liste de diffusion des sources de la branche 7-STABLE via CTM -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: liste de diffusion des sources de la branche 8-STABLE via CTM -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-cur-desc: liste de diffusion des sources de la branche -CURRENT via CTM -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: liste de diffusion des utilisateurs de CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: liste de diffusion des messages de modification CVS de FreeBSD -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: liste de diffusion des messages de modification CVS concernant la documentation de FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: liste de diffusion des messages de modification CVS concernant les logiciels portés de FreeBSD -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: liste de diffusion des messages de modification CVS concernant les projets FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: liste de diffusion des messages de modification CVS concernant les sources de FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: liste de diffusion à propos de la maintenance CVSweb de FreeBSD -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: liste de diffusion à propos de l'utilisation et du développement de bases de données sous FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-doc-desc: liste de diffusion du groupe de documentation de FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Ecrire des pilotes de périphériques pour FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: liste de diffusion pour les utilisateurs FreeBSD de l'EDI Eclipse, des utilitaires, des applications et logiciels utilisant Eclipse -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: liste de diffusion sur l'utilisation de FreeBSD dans les systèmes embarqués -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: liste de diffusion à propos de l'émulation d'autres systèmes d'exploitation sous FreeBSD -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: liste de diffusion concernant la fin du support des anciennes versions de FreeBSD -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: liste de diffusion à propos du FireWire (IEEE 1394) sous FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: liste de diffusion sur les systèmes de fichiers -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: liste de diffusion gecko FreeBSD -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: liste de diffusion concernant FreeBSD GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: liste de diffusion concernant le Project FreeBSD GNOME et les applications GNOME -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: liste de diffusion pour les discussions techniques sur FreeBSD -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: liste de diffusion pour les discussions générales sur le matériel utilisable avec FreeBSD -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: liste de diffusion pour les sites miroirs de FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: liste de diffusion pour les discussions sur l'internationalisation de FreeBSD -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: liste de diffusion pour les problèmes spécifiques à l'architecture i386 sous FreeBSD -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: liste de diffusion sur le portage de FreeBSD sur l'architecture IA32 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: liste de diffusion sur le portage de FreeBSD sur l'architecture IA64 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: liste de diffusion sur le code d'IPFW -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: liste de diffusion concernant l'ISDN sous FreeBSD -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: liste de diffusion pour les fournisseurs d'accès Internet utilisant FreeBSD -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: liste de diffusion concernant les environnements jail sous FreeBSD -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: liste de diffusion sur le langage Java sous FreeBSD -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: liste de diffusion sur les emplois en rapport avec FreeBSD -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: liste de diffusion concernant le Project FreeBSD KDE/Qt et les applications KDE :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: liste de diffusion sur le portage de LFS sous FreeBSD -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-libh-desc: liste de diffusion sur le système d'installation et de distribution de logiciels libh -:freebsd-libh-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-libh +:freebsd-libh-url: https://lists.FreeBSD.org/subscription/freebsd-libh :freebsd-libh: {freebsd-libh-url}[{freebsd-libh-desc}] :freebsd-mips-desc: liste de diffusion sur le portage de FreeBSD sur l'architecture MIPS -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: liste de diffusion des administrateurs de miroirs FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: liste de diffusion pour les discussions concernant les ordinateurs portables sous FreeBSD -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: applications Mono et C# sous FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: liste de diffusion à propos du portage FreeBSD du navigateur Mozilla -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: liste de diffusion pour les discussions concernant le multimédia sous FreeBSD -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: liste de diffusion pour les discussions sur les réseaux sous FreeBSD -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: liste de diffusion pour les discussions entre nouveaux utilisateurs de FreeBSD -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: liste de diffusion concernant l'architecture New Bus -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-openoffice-desc: liste de diffusion à propos du portage FreeBSD d'OpenOffice -:freebsd-openoffice-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-openoffice +:freebsd-openoffice-url: https://lists.FreeBSD.org/subscription/freebsd-openoffice :freebsd-openoffice: {freebsd-openoffice-url}[{freebsd-openoffice-desc}] :freebsd-performance-desc: liste de diffusion à propos de l'amélioration des performances sous FreeBSD -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: liste de diffusion à propose de perl sous FreeBSD -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: liste de diffusion relative au programme packet filter sous FreeBSD -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: liste de diffusion à propos des portages sur les plates-formes non-Intel -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-policy-desc: liste de diffusion pour les décisions de la politique de l'équipe de base de FreeBSD -:freebsd-policy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-policy +:freebsd-policy-url: https://lists.FreeBSD.org/subscription/freebsd-policy :freebsd-policy: {freebsd-policy-url}[{freebsd-policy-desc}] :freebsd-ports-desc: liste de diffusion à propos du catalogue des logiciels portés de FreeBSD -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-bugs-desc: liste de diffusion à propos des rapports de bogue concernant le catalogue des logiciels portés de FreeBSD -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: liste de diffusion sur le portage de FreeBSD sur les systèmes PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: liste de diffusion pour les discussions techniques à propos de l'utilisation de FreeBSD sur les serveurs HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: liste de diffusion relative à Python sous FreeBSD -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: liste de diffusion pour les questions d'ordre général à propos de FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: liste de diffusion sur le système de procédures de démarrage de FreeBSD -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: liste de diffusion sur les extensions temps réel de FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: liste de diffusion sur l'utilisation de ruby sous FreeBSD -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: liste de diffusion sur le sous-système SCSI de FreeBSD -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: liste de diffusion pour les questions concernant la sécurité -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: liste de diffusion des avis de sécurité pour FreeBSD -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: liste de diffusion pour les systèmes FreeBSD embarqués -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-sparc64-desc: liste de diffusion sur le portage de FreeBSD sur les systèmes SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: liste de diffusion à propos de la branche FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: liste de diffusion concernant la conformité de FreeBSD aux normes C99 et POSIX -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: liste de diffusion concernant le portage de FreeBSD par l'architecture sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-src-all-desc: messages SVN de modification concernant l'intégrélité de l'arbre src (en dehors des arbres "user" et "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: messages SVN de modification pour l'arbre pour head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: messages SVN de modification pour l'arbre src "projects" -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: messages SVN de modification de l'arbre src pour les versions publiées -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: messages SVN pour les modifications sur l'arbre src relatives à la sécurité ou à la fabrication des versions -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: messages SVN de modification de l'arbre src pour toutes les branches -stable -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: messages SVN de modification uniquement pour la branche 6-stable de l'arbre src -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: messages SVN de modification uniquement pour la branche 7-stable de l'arbre src -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: messages SVN de modification uniquement pour la branche 8-stable de l'arbre src -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-other-desc: messages SVN de modification des arbres src des anciennes branches stable -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: messages SVN de modification pour l'admin / et l'arbre de configuration -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: messages SVN de modification pour l'arbre expérimental "user" -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: messages SVN de modification concernant la partie relative aux fournisseurs -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: liste de diffusion relative au développement de Sysinstall -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-test-desc: liste de diffusion de test -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: list de diffusion à propos des tests de stabilité et de performance de FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-threads-desc: liste de diffusion à propos des threads sous FreeBSD -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: portage de FreeBSD sur la famille de CPUs Tilera -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: liste de diffusion sur le support des réseaux d'anneaux à jetons sous FreeBSD -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: liste de diffusion sur la chaîne intégrée de compilation FreeBSD -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: liste de diffusion sur le support USB sous FreeBSD -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: liste de diffusion de coordination des groupes d'utilisateurs FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: liste de diffusion concernant la coordination des fournisseurs de pré-versions de FreeBSD -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion sur les différentes techniques de virtualisation supportées par FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: discussion sur l'infrastructure VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: liste de diffusion sur l'état des travaux en cours relatifs à FreeBSD -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions sur la pile 802.11, le développement de pilotes de périphérique -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: liste de diffusion des Webmestres FreeBSD -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: liste de diffusion concernant X11 sous FreeBSD -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :fr-doc-desc: liste de diffusion du groupe d'utilisateurs francophones de FreeBSD :fr-doc-email: freebsd-questions@FreeBSD-fr.org :fr-doc: {fr-doc-email}[{fr-doc-desc}] :committers-name: liste de diffusion pour les committers de FreeBSD :committers: {committers-name} :core-name: liste de diffusion de l'équipe de base de FreeBSD :core: {core-name} :developers-name: liste de diffusion des développeurs de FreeBSD :developers: {committers-developers} :doc-committers-name: liste de diffusion pour les committers de la documentation de FreeBSD :doc-committers: {doc-committers-name} :doc-developers-name: liste de diffusion pour les développeurs de l'arborescence doc/ de FreeBSD :doc-developers: {doc-developers-name} :ports-committers-name: liste de diffusion pour les committers du catalogue des logiciels portés de FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: liste de diffusion pour les développeurs de l'arborescence ports/ de FreeBSD :ports-developers: {ports-developers-name} :src-committers-name: liste de diffusion pour les committers des sources de FreeBSD :src-committers: {src-committers-name} :src-developers-name: liste de diffusion pour les développeurs de l'arborescence src/ de FreeBSD :src-developers: {src-developers-name} // Ce ne sont pas des listes de diffusions :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :alpha-desc: liste de diffusion sur le portage de FreeBSD sur les systèmes Alpha -:alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :alpha: {alpha-url}[{alpha-desc}] :qa-desc: liste de diffusion sur la qualité de FreeBSD -:qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :qa: {qa-url}[{qa-desc}] :smp-desc: iste de diffusion concernant le traitement symétrique multiprocesseurs (SMP) sous FreeBSD -:smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :smp: {smp-url}[{smp-desc}] diff --git a/shared/hu/mailing-lists.adoc b/shared/hu/mailing-lists.adoc index da6b5ca952..8cd2b6686f 100644 --- a/shared/hu/mailing-lists.adoc +++ b/shared/hu/mailing-lists.adoc @@ -1,527 +1,527 @@ // // Names of FreeBSD mailing lists and related software. // $FreeBSD$ // :mailman-lists-desc: FreeBSD lista szerver -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI levelezési lista -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy levelezési lista -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: FreeBSD AFS levelezési lista -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx levelezési lista -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-alpha-desc: FreeBSD Alpha levelezési lista -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-amd64-desc: FreeBSD AMD64 levelezési lista -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements levelezési lista -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache levelezési lista -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design levelezési lista -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM levelezési lista -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking levelezési lista -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-audit-desc: FreeBSD source code audit levelezési lista -:freebsd-audit-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-audit +:freebsd-audit-url: https://lists.FreeBSD.org/subscription/freebsd-audit :freebsd-audit: {freebsd-audit-url}[{freebsd-audit-desc}] :freebsd-binup-desc: FreeBSD binary update levelezési lista -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth levelezési lista -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters levelezési lista -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports levelezési lista -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat levelezési lista -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-cluster-desc: FreeBSD clustering levelezési lista -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT levelezési lista -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements levelezési lista -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: CTM distribution of CVS files levelezési lista -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution levelezési lista -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution levelezési lista -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion levelezési lista -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message levelezési lista -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit lista -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit lista -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit lista -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit lista -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: FreeBSD CVSweb maintenance levelezési lista -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: FreeBSD based Databases levelezési lista -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-doc-desc: FreeBSD Dokumentációs Projekt levelezési lista -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: FreeBSD device drivers levelezési lista -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse IDE levelezési lista -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: FreeBSD-embedded levelezési lista -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation levelezési lista -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: FreeBSD-eol levelezési lista -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) levelezési lista -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: FreeBSD file system project levelezési lista -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: FreeBSD Gecko levelezési lista -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM levelezési lista -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications levelezési lista -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions levelezési lista -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment levelezési lista -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites levelezési lista -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization levelezési lista -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386 levelezési lista -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: FreeBSD IA32 levelezési lista -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: FreeBSD IA64 levelezési lista -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: FreeBSD IPFW levelezési lista -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN levelezési lista -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's levelezési lista -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails levelezési lista -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language levelezési lista -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment levelezési lista -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications levelezési lista :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting levelezési lista -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-libh-desc: FreeBSD libh installation and packaging system levelezési lista -:freebsd-libh-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-libh +:freebsd-libh-url: https://lists.FreeBSD.org/subscription/freebsd-libh :freebsd-libh: {freebsd-libh-url}[{freebsd-libh-desc}] :freebsd-mips-desc: FreeBSD MIPS levelezési lista -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site adminisztrátorok -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: FreeBSD laptop computer levelezési lista -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: FreeBSD Mono és C# alkalmazások levelezési lista -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: FreeBSD port of the Mozilla browser levelezési lista -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: FreeBSD multimedia levelezési lista -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking levelezési lista -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users levelezési lista -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus levelezési lista -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-openoffice-desc: FreeBSD OpenOffice levelezési lista -:freebsd-openoffice-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-openoffice +:freebsd-openoffice-url: https://lists.FreeBSD.org/subscription/freebsd-openoffice :freebsd-openoffice: {freebsd-openoffice-url}[{freebsd-openoffice-desc}] :freebsd-performance-desc: FreeBSD performance levelezési lista -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl levelezési lista -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter levelezési lista -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms levelezési lista -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-policy-desc: FreeBSD core team policy decisions levelezési lista -:freebsd-policy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-policy +:freebsd-policy-url: https://lists.FreeBSD.org/subscription/freebsd-policy :freebsd-policy: {freebsd-policy-url}[{freebsd-policy-desc}] :freebsd-ports-desc: FreeBSD ports levelezési lista -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs levelezési lista -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC levelezési lista -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: FreeBSD on HP ProLiant server levelezési lista -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python levelezési lista -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance levelezési lista -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-questions-desc: FreeBSD general questions levelezési lista -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system levelezési lista -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions levelezési lista -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby levelezési lista -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem levelezési lista -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security levelezési lista -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications levelezési lista -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: FreeBSD-small levelezési lista -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing levelezési lista -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] :freebsd-sparc64-desc: FreeBSD SPARC levelezési lista -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; levelezési lista -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance levelezési lista -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v levelezési lista -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-src-all-desc: A teljes src fa SVN commit üzenetei (kivéve "user" és "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: Az src fa head/-current ágának SVN commit üzenetei -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: Az src "projects" fa SVN commit üzenetei -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: Az src fa kiadásokat tartalmazó ágainak SVN commit üzenetei -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: Az src fa kiadásokkal és biztonsági javításokkal kapcsolatos SVN commit üzenetei -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: Az src fa -stable ágainak SVN commit üzenetei -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: Az src fa 6-stable ágának SVN commit üzenetei -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: Az src fa 7-stable ágának SVN commit üzenetei -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: Az src fa 8-stable ágának SVN commit üzenetei -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-other-desc: Az src fa régebbi -stable ágainak SVN commit üzenetei -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: A repository szkriptjeihez és beállításaihoz tartozó SVN commit üzenetek -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: Az src fa kísérleti jellegû "user" részének SVN commit üzenetei -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: Az src fa vendor könyvtárának SVN commit üzenetei -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: FreeBSD sysinstall levelezési lista -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-test-desc: FreeBSD test levelezési lista -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: FreeBSD performance and stability testing levelezési lista -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-threads-desc: FreeBSD threads levelezési lista -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: FreeBSD Tilera levelezési lista -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring levelezési lista -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD segédprogramok levelezési lista -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: FreeBSD USB levelezési lista -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination levelezési lista -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination levelezési lista -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD levelezési lista -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: FreeBSD VuXML levelezési lista -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status levelezési lista -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-www-desc: FreeBSD Webmaster levelezési lista -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 levelezési lista -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD Xen port levelezési lista -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :committers-name: FreeBSD committer's mailing list :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: FreeBSD developers levelezési lista :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's levelezési lista :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers levelezési lista :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's levelezési lista :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers levelezési lista :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's levelezési lista :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers levelezési lista :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org diff --git a/shared/it/mailing-lists.adoc b/shared/it/mailing-lists.adoc index 819d584e9a..f6a88dbf22 100644 --- a/shared/it/mailing-lists.adoc +++ b/shared/it/mailing-lists.adoc @@ -1,443 +1,443 @@ // // // The FreeBSD Italian Documentation Project // // Nomi delle mailing list FreeBSD e relativo software. // // $FreeBSD$ // :mailman-lists-desc: server delle liste di FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: mailing list su ACPI in FreeBSD -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: mailing list sull'avvocatura di FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: mailing list sul porting di AFS su FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: mailing list di discussione sugli Adaptec AIC7xxx in FreeBSD -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-alpha-desc: mailing list sul porting di FreeBSD sui sistemi Alpha -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-amd64-desc: mailing list sul porting di FreeBSD sui sistemi AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: mailing list di annunci su FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: mailing list di FreeBSD su Apache -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: mailing list sull'architettura e la progettazione di FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: mailing list sul porting di FreeBSD sui processori ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: mailing list sulle reti ATM con FreeBSD -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-audit-desc: mailing list di controllo del codice sorgente di FreeBSD -:freebsd-audit-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-audit +:freebsd-audit-url: https://lists.FreeBSD.org/subscription/freebsd-audit :freebsd-audit: {freebsd-audit-url}[{freebsd-audit-desc}] :freebsd-binup-desc: mailing list sul sistema di update tramite binari di FreeBSD -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: mailing list su Bluetooth in FreeBSD -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: mailing list sul sistema di segnalazione dei bug di FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: mailing list di segnalazione dei problemi con FreeBSD -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: mailing list di chiacchiere su FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-cluster-desc: mailing list sul clustering con FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: mailing list su FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: Annunci CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: Distribuzione CTM di file CVS -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: mailing list di distribuzione CTM del ramo src 4-STABLE -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-cur-desc: mailing list di distribuzione CTM del ramo src -CURRENT -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: mailing list per gli utenti di CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: mailing list con i messaggi di commit sul CVS di FreeBSD -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: lista dei commit sul ramo doc del CVS di FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: lista dei commit sul ramo ports del CVS di FreeBSD -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: lista dei commit sul ramo projects del CVS di FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: lista dei commit sul ramo src del CVS di FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: mailing list sul mantenimento di CVSweb di FreeBSD -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: mailing list sui database sotto FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-doc-desc: mailing list sul progetto di documentazione di FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Scrivere driver di dispositivi per FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: Utenti FreeBSD di Eclipse IDE, strumenti, applicazioni client e port -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: mailing liste per FreeBSD-embedded -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: mailing list sull'emulazione FreeBSD -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: mailing list FreeBSD-eol -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: mailing list di discussione su FireWire (IEEE 1394) in FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: mailing list sul progetto di file system di FreeBSD -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-geom-desc: mailing list di FreeBSD su GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: mailing list su GNOME e sulle applicazioni GNOME con FreeBSD -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: mailing list di discussioni tecniche su FreeBSD -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: mailing list sull'hardware e le apparecchiature per FreeBSD -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: mailing list sui siti mirror di FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: mailing list sull'internazionalizzazione di FreeBSD -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: mailing list sulle questioni specifiche all'architettura i386 di FreeBSD -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: mailing list sul porting di FreeBSD su IA32 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: mailing list sul porting di FreeBSD su IA64 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: mailing list sul codice IPFW di FreeBSD -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: mailing list sulle reti ISDN con FreeBSD -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: mailing list degli Internet Service Provider che usano FreeBSD -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: mailing list sulle jail di FreeBSD -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: mailing list sul linguaggio Java in FreeBSD -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: mailing list sugli impieghi relativi a FreeBSD -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: mailing list su KDE/Qt e le applicazioni KDE di FreeBSD :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: mailing list sul porting di LFS su FreeBSD -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-libh-desc: mailing list sul sistema libh di FreeBSD di installazione e creazione dei package -:freebsd-libh-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-libh +:freebsd-libh-url: https://lists.FreeBSD.org/subscription/freebsd-libh :freebsd-libh: {freebsd-libh-url}[{freebsd-libh-desc}] :freebsd-mips-desc: mailing list sul porting di FreeBSD su MIPS -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: mailing list degli amministratori di un sito mirror di FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: mailing list sui computer portatili con FreeBSD -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mozilla-desc: mailing list sul port per FreeBSD del browser Mozilla -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: mailing list sulle applicazioni multimediali con FreeBSD -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: mailing list sulle reti in FreeBSD -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: mailing list per i nuovi utenti di FreeBSD -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: mailing list sulla nuova architettura del bus di FreeBSD -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-openoffice-desc: mailing list su OpenOffice sotto FreeBSD -:freebsd-openoffice-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-openoffice +:freebsd-openoffice-url: https://lists.FreeBSD.org/subscription/freebsd-openoffice :freebsd-openoffice: {freebsd-openoffice-url}[{freebsd-openoffice-desc}] :freebsd-performance-desc: mailing list sulle prestazioni di FreeBSD -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: mailing list sul Perl sotto FreeBSD -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: mailing list su packet filter in FreeBSD -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: mailing list sul porting di FreeBSD su piattaforme non Intel -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-policy-desc: mailing list sulle decisioni del core team sulle politiche di FreeBSD -:freebsd-policy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-policy +:freebsd-policy-url: https://lists.FreeBSD.org/subscription/freebsd-policy :freebsd-policy: {freebsd-policy-url}[{freebsd-policy-desc}] :freebsd-ports-desc: mailing list sui port di FreeBSD -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-bugs-desc: mailing list sui bug dei port di FreeBSD -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: mailing list sul porting di FreeBSD su PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Discussioni tecniche di FreeBSD su piattaforme server HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: mailing list su Python sotto FreeBSD -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-qa-desc: mailing list sulla Garanzia di Qualità di FreeBSD -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-questions-desc: mailing list per le domande generiche su FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: mailing list sugli script di boot di FreeBSD -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: mailing list sulle estensioni realtime di FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-scsi-desc: mailing list sul sottosistema SCSI di FreeBSD -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: mailing list sulla sicurezza in FreeBSD -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: mailing list sugli avvisi di sicurezza su FreeBSD -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: mailing list su FreeBSD-small -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-smp-desc: mailing list sul supporto multiprocessore di FreeBSD -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] :freebsd-sparc64-desc: mailing list sul porting di FreeBSD su SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: mailing list su FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: mailing list sulla conformità C99 e POSIX di FreeBSD -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: mailing list sul porting di FreeBSD su sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :freebsd-test-desc: mailing list di prova di FreeBSD -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: mailing list sui test di prestazioni e stabilità di FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-threads-desc: mailing list sui thread in FreeBSD -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tokenring-desc: mailing list sulle reti tokenring in FreeBSD -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-usb-desc: mailing list su USB in FreeBSD -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: mailing list di coordinamento dei gruppi utente di FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: mailing list di coordinamento dei distributori delle release di FreeBSD -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-vuxml-desc: mailing list di discussione sull'infrastruttura VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-www-desc: mailing list del Webmaster di FreeBSD -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: mailing list di X11 per FreeBSD -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :committers-name: mailing list dei committer di FreeBSD :committers: {committers-name} :core-name: core team di FreeBSD :core: {core-name} :developers-name: mailing list degli sviluppatori di FreeBSD :developers: {committers-developers} :doc-committers-name: mailing list del doc/ committer di FreeBSD :doc-committers: {doc-committers-name} :doc-developers-name: mailing list degli sviluppatori del doc/ di FreeBSD :doc-developers: {doc-developers-name} :ports-committers-name: mailing list del ports/ committer di FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: mailing list degli sviluppatori del ports/ di FreeBSD :ports-developers: {ports-developers-name} :src-committers-name: mailing list del src/ committer di FreeBSD :src-committers: {src-committers-name} :src-developers-name: mailing list degli sviluppatori del src/ di FreeBSD :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org diff --git a/shared/ja/mailing-lists.adoc b/shared/ja/mailing-lists.adoc index 9335561c35..6e03d15cc8 100644 --- a/shared/ja/mailing-lists.adoc +++ b/shared/ja/mailing-lists.adoc @@ -1,713 +1,713 @@ // // The FreeBSD Documentation Project // // The FreeBSD Japanese Documentation Project // // $FreeBSD$ // :mailman-lists-desc: FreeBSD リストサーバ -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI メーリングリスト -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy メーリングリスト -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussions メーリングリスト -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements メーリングリスト -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache メーリングリスト -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design メーリングリスト -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting メーリングリスト -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking メーリングリスト -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth メーリングリスト -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters メーリングリスト -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports メーリングリスト -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat メーリングリスト -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: クラウドプラットフォーム (EC2, GCE, Azure など) での FreeBSD -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering メーリングリスト -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT メーリングリスト -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution メーリングリスト -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution メーリングリスト -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution メーリングリスト -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution メーリングリスト -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution メーリングリスト -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution メーリングリスト -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution メーリングリスト -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution メーリングリスト -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion メーリングリスト -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message メーリングリスト -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases メーリングリスト -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: デスクトップでの FreeBSD の利用と改良 -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: ビルドおよび試験結果に関する FreeBSD の継続的インテグレーションの自動レポート -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-commits-doc-all-desc: Commit messages for all branches of the doc repository -:dev-commits-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-doc-all +:dev-commits-doc-all-url: https://lists.FreeBSD.org/subscription/dev-commits-doc-all :dev-commits-doc-all: {dev-commits-doc-all-url}[{dev-commits-doc-all-desc}] :dev-commits-ports-all-desc: Commit messages for all branches of the ports repository -:dev-commits-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-all +:dev-commits-ports-all-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-all :dev-commits-ports-all: {dev-commits-ports-all-url}[{dev-commits-ports-all-desc}] :dev-commits-ports-branches-desc: Commit messages for the quarterly branches of the ports repository -:dev-commits-ports-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-branches +:dev-commits-ports-branches-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-branches :dev-commits-ports-branches: {dev-commits-ports-branches-url}[{dev-commits-ports-branches-desc}] :dev-commits-ports-main-desc: Commit messages for the main branch of the ports repository -:dev-commits-ports-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-ports-main +:dev-commits-ports-main-url: https://lists.FreeBSD.org/subscription/dev-commits-ports-main :dev-commits-ports-main: {dev-commits-ports-main-url}[{dev-commits-ports-main-desc}] :dev-commits-src-all-desc: Commit messages for all branches of the src repository -:dev-commits-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-all +:dev-commits-src-all-url: https://lists.FreeBSD.org/subscription/dev-commits-src-all :dev-commits-src-all: {dev-commits-src-all-url}[{dev-commits-src-all-desc}] :dev-commits-src-branches-desc: Commit messages for the stable branches of the src repository -:dev-commits-src-branches-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-branches +:dev-commits-src-branches-url: https://lists.FreeBSD.org/subscription/dev-commits-src-branches :dev-commits-src-branches: {dev-commits-src-branches-url}[{dev-commits-src-branches-desc}] :dev-commits-src-main-desc: Commit messages for the main branch of the src repository -:dev-commits-src-main-url: http://lists.FreeBSD.org/mailman/listinfo/dev-commits-src-main +:dev-commits-src-main-url: https://lists.FreeBSD.org/subscription/dev-commits-src-main :dev-commits-src-main: {dev-commits-src-main-url}[{dev-commits-src-main-desc}] :dev-reviews-desc: パッチを含む FreeBSD レビューツールにより進行中のレビュー作業の自動通知 -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-doc-desc: FreeBSD documentation project メーリングリスト -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: FreeBSD のデバイスドライバの作成 -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: FreeBSD における Dtrace の利用と開発 -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD 上の Eclipse IDE, ツール、リッチクライアントアプリケーション、および ports のユーザメーリングリスト -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD 固有の ElasticSearch に関するメーリングリスト -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded メーリングリスト -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation メーリングリスト -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment メーリングリスト -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol メーリングリスト -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang メーリングリスト -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion メーリングリスト -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: FreeBSD での Fortran メーリングリスト -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD file system project メーリングリスト -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: FreeBSD でのゲームに関するメーリングリスト -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko メーリングリスト -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM メーリングリスト -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: FreeBSD プロジェクトでの git の使用に関する議論 -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications メーリングリスト -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions メーリングリスト -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-haskell-desc: FreeBSD 固有の Haskell に関する議論 -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment メーリングリスト -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites メーリングリストs -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization メーリングリスト -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues メーリングリスト -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-infiniband-desc: FreeBSD での Infiniband の使用 -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code メーリングリスト -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN メーリングリスト -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's メーリングリスト -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails メーリングリスト -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language メーリングリスト -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment メーリングリスト -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications メーリングリスト :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting メーリングリスト -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting メーリングリスト -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD ミラーサイト管理者 -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia メーリングリスト -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking メーリングリスト -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users メーリングリスト -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus メーリングリスト -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: 高品質な libm 機能の実装に関する議論 -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD 固有の OCaml に関する議論 -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: FreeBSD でのオフィスアプリケーション -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: プロジェクトのインフラストラクチャに関するアナウンス -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance メーリングリスト -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl メーリングリスト -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD パケットフィルタメーリングリスト -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: バイナリ package 管理および package ツールについての議論 -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: package 構築に失敗したログ -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: FreeBSD ベースシステムの pkg 化 -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting メーリングリスト -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports メーリングリスト -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce メーリングリスト -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs メーリングリスト -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting メーリングリスト -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: HP ProLiant サーバプラットフォーム上の FreeBSD に関する議論 -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python メーリングリスト -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: FreeBSD general questions メーリングリスト -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD 起動スクリプトシステムメーリングリスト -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions メーリングリスト -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-riscv-desc: FreeBSD RISC-V porting メーリングリスト -:freebsd-riscv-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-riscv +:freebsd-riscv-url: https://lists.FreeBSD.org/subscription/freebsd-riscv :freebsd-riscv: {freebsd-riscv-url}[{riscv-riscv-desc}] :freebsd-ruby-desc: FreeBSD Ruby メーリングリスト -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem メーリングリスト -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security メーリングリスト -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications メーリングリスト -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD 開発スナップショットのアナウンス -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting メーリングリスト -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; メーリングリスト -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance メーリングリスト -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting メーリングリスト -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for "user" and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: 9-stable ソースツリーの SVN コミットメッセージ -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: 10-stable ソースツリーの SVN コミットメッセージ -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: 11-stable ソースツリーの SVN コミットメッセージ -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: 12-stable ソースツリーの SVN コミットメッセージ -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development メーリングリスト -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD 固有の Tcl/Tk に関する議論 -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD 教育のメーリングリスト -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test メーリングリスト -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: FreeBSD における試験 -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: FreeBSD への TeX および関連アプリケーションの移植 -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads メーリングリスト -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring メーリングリスト -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD の統合されたツールチェインメーリングリスト -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD 翻訳者メーリングリスト -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD トランスポートメーリングリスト -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB メーリングリスト -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination メーリングリスト -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination メーリングリスト -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussion on the VuXML infrastructure -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD の女性支援 -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster メーリングリスト -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 メーリングリスト -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen メーリングリスト -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD メーリングリスト -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD メーリングリスト -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :users-jp-desc: FreeBSD users-jp メーリングリスト :users-jp-mail: FreeBSD-users-jp@jp.FreeBSD.org :users-jp: {users-jp-desc} <{users-jp-mail}> :committers-name: FreeBSD committer's メーリングリスト :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: FreeBSD developers メーリングリスト :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's メーリングリスト :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers メーリングリスト :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's メーリングリスト :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers メーリングリスト :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's メーリングリスト :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers メーリングリスト :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha porting メーリングリスト -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance メーリングリスト -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing メーリングリスト -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/mn/mailing-lists.adoc b/shared/mn/mailing-lists.adoc index 72d3c5fa84..bc1b8a34a9 100644 --- a/shared/mn/mailing-lists.adoc +++ b/shared/mn/mailing-lists.adoc @@ -1,613 +1,613 @@ // // The FreeBSD Mongolian Documentation Project // // Names of FreeBSD mailing lists and related software. // // $FreeBSD$ // :mailman-lists-desc: FreeBSD жагсаалтын сервер -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI захидлын жагсаалт -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy захидлын жагсаалт -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: FreeBSD AFS порт хийх захидлын жагсаалт -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx хэлэлцүүлгүүдийн захидлын жагсаалт -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: FreeBSD-г AMD64 системүүд уруу порт хийх -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD зарлалын захидлын жагсаалт -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache захидлын жагсаалт -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD архитектур ба дизайны захидлын жагсаалт -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM порт хийх захидлын жагсаалт -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM сүлжээний захидлын жагсаалт -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth захидлын жагсаалт -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters захидлын жагсаалт -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD асуудлын тайлангуудын захидлын жагсаалт -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat захидлын жагсаалт -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-тэй холбоотой Chromium-ийн жагсаалт -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: FreeBSD кластерийн захидлын жагсаалт -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT захидлын жагсаалт -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM зарлалууд -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: CVS файлуудын CTM түгээлт -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: CTM 4-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src салбар түгээлтийн захидлын жагсаалт -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: CTM -CURRENT src салбар түгээлтийн захидлын жагсаалт -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM хэрэглэгчийн хэлэлцүүлэг захидлын жагсаалт -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS-ийн нийлүүлсэн мэдэгдлийн захидлын жагсаалт -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc нийлүүлэх жагсаалт -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports нийлүүлэх жагсаалт -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects нийлүүлэх жагсаалт -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src нийлүүлэх жагсаалт -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: FreeBSD CVSweb арчилгааны захидлын жагсаалт -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: FreeBSD дээр суурилсан мэдээллийн баазууд захидлын жагсаалт -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: FreeBSD-г десктоп дээр ашиглах ба сайжруулах захидлын жагсаалт -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: FreeBSD баримтжуулах төслийн захидлын жагсаалт -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: FreeBSD-д зориулж төхөөрөмжийн драйвер бичих нь -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: Eclipse IDE, хэрэгслүүд, баян клиент програмууд болон портуудын FreeBSD хэрэглэгчид -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: FreeBSD-embedded захидлын жагсаалт -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation захидлын жагсаалт -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: FreeBSD-eol захидлын жагсаалт -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) хэлэлцүүлгийн захидлын жагсаалт -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: FreeBSD файлын системийн төслийн захидлын жагсаалт -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: FreeBSD gecko захидлын жагсаалт -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM захидлын жагсаалт -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: FreeBSD GNOME болон GNOME програмуудын захидлын жагсаалт -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD техникийн хэлэлцүүлгүүдийн захидлын жагсаалт -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD техник хангамж ба тоног төхөөрөмжийн захидлын жагсаалт -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD толин тусгал сайтуудын захидлын жагсаалт -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD интернационалчлалын захидлын жагсаалт -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-тай холбоотой асуудлуудын захидлын жагсаалт -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: FreeBSD IA32 порт хийх захидлын жагсаалт -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: FreeBSD IA64 порт хийх захидлын жагсаалт -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: FreeBSD дээрх Infiniband -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW кодын захидлын жагсаалт -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN захидлын жагсаалт -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Интернетийн үйлчилгээ үзүүлэгчийн захидлын жагсаалт -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD шоронгийн захидлын жагсаалт -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java хэлний захидлын жагсаалт -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD-тэй холбоотой ажлын захидлын жагсаалт -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt ба KDE програмуудын захидлын жагсаалт :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS порт хийх захидлын жагсаалт -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS порт хийх захидлын жагсаалт -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD толин тусгал сайтын администраторууд -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: FreeBSD зөөврийн компьютерийн захидлын жагсаалт -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: Mozilla хөтлөгчийн FreeBSD портын захидлын жагсаалт -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: FreeBSD мультимедиа захидлын жагсаалт -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD сүлжээний захидлын жагсаалт -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD шинэ хэрэглэгчдийн захидлын жагсаалт -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus захидлын жагсаалт -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: libm функцуудын өндөр чанартай шийдлийн хэлэлцүүлгүүд -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: FreeBSD дээрх Оффисын програмууд -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Төслийн Дэд бүтцийн талаарх мэдээлэл -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD ажиллагааны захидлын жагсаалт -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl захидлын жагсаалт -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD пакет шүүгчийн захидлын жагсаалт -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Бинар багц удирдлага ба багцын хэрэгслүүдийн хэлэлцүүлэг -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-platforms-desc: FreeBSD Интел бус тавцангууд уруу порт хийх захидлын жагсаалт -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD портын захидлын жагсаалт -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD портын зарлалын захидлын жагсаалт -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD портын алдааны захидлын жагсаалт -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC порт хийх захидлын жагсаалт -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: HP Proliant сервер тавцангууд дээрх FreeBSD-ийн техникийн хэлэлцүүлэг -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python захидлын жагсаалт -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: FreeBSD ерөнхий асуултууд захидлын жагсаалт -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD ачаалах скрипт системийн захидлын жагсаалт -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime өргөтгөлүүд захидлын жагсаалт -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby захидлын жагсаалт -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI дэд системийн захидлын жагсаалт -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD аюулгүй байдлын захидлын жагсаалт -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD аюулгүй байдлын мэдэгдлүүд захидлын жагсаалт -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: FreeBSD-small захидлын жагсаалт -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-snapshots-desc: FreeBSD хөгжүүлэлтийн хормын хувилбарын зарууд -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC порт хийх захидлын жагсаалт -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; захидлын жагсаалт -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 болон POSIX-той нийцтэй байдлын захидлын жагсаалт -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v порт хийх захидлын жагсаалт -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: doc модны бүх SVN нийлүүлэлтийн зурвасууд ("user", "projects" ба "translations"-с бусад) -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: head/-д зориулсан doc модны SVN нийлүүлэлтийн зурвасууд -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: doc "projects" модонд зориулсан SVN нийлүүлэлтийн зурвасууд -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: doc admin / тохиргооны модонд зориулсан SVN нийлүүлэлтийн зурвасууд -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: ports модны бүх SVN нийлүүлэлтийн зурвасууд -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: head/-д зориулсан ports модны SVN нийлүүлэлтийн зурвасууд -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: ports admin / тохиргооны модны SVN нийлүүлэлтийн зурвасууд -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: Бүх src модны SVN нийлүүлэлтийн зурвасууд("user" ба "projects"-с бусад) -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: head/-current src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: src "projects" модны SVN нийлүүлэлтийн зурвасууд -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: src мод дахь хувилбаруудын SVN нийлүүлэлтийн зурвасууд -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: src модны хувилбар инженерчлэл / аюулгүй байдлын SVN нийлүүлэлтийн зурвасууд -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: src модны бүх -stable салбаруудын SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: Зөвхөн 6-stable src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: Зөвхөн 7-stable src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: Зөвхөн 8-stable src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: Зөвхөн 9-stable src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-other-desc: Хуучин src моднуудын SVN нийлүүлэлтийн зурвасууд -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: Админ / тохиргооны модны SVN нийлүүлэлтийн зурвасууд -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: Туршилтын "user" src модны SVN нийлүүлэлтийн зурвасууд -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: Үйлдвэрлэгчийн ажлын талбар модны SVN нийлүүлэлтийн зурвасууд -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall хөгжүүлэлтийн захидлын жагсаалт -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-ийн Tcl/Tk захидлын жагсаалт -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-test-desc: FreeBSD тест захидлын жагсаалт -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-threads-desc: FreeBSD урсгалуудын захидлын жагсаалт -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Tilera төрлийн CPU-ууд руу FreeBSD-г порт хийх талаар хэлэлцэх захидлын жагсаалт -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring захидлын жагсаалт -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD-д багтдаг хэрэгслүүдийн захидлын жагсаалт -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: FreeBSD USB захидлын жагсаалт -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD хэрэглэгчийн бүлгийн зохицуулалт захидлын жагсаалт -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD үйлдвэрлэгчдийн урьдчилсан хувилбар зохицуулалт захидлын жагсаалт -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: FreeBSD-ийн дэмждэг төрөл бүрийн виртуалчлалын техникүүдийн талаарх хэлэлцүүлэг -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: VuXML дэд бүтцийн тухай хэлэлцүүлэг -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: 802.11 стек, хэрэгслүүд, драйверын хөгжүүлэлтийн талаарх хэлэлцүүлэг -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: FreeBSD вэб мастер захидлын жагсаалт -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 захидлын жагсаалт -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD-ийн Xen портын захидлын жагсаалт -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: FreeBSD-ийн XFCE-н захидлын жагсаалт -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: FreeBSD-ийн Zope-н захидлын жагсаалт -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD итгэмжлэн оруулагчдын захидлын жагсаалт :committers: {committers-name} :core-name: FreeBSD гол баг :core: {core-name} :developers-name: FreeBSD хөгжүүлэгчдийн захидлын жагсаалт :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ нийлүүлэгчдийн захидлын жагсаалт :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ хөгжүүлэгчдийн захидлын жагсаалт :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ нийлүүлэгчдийн захидлын жагсаалт :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ хөгжүүлэгчдийн захидлын жагсаалт :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ нийлүүлэгчдийн захидлын жагсаалт :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ хөгжүүлэгчдийн захидлын жагсаалт :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha порт хийх захидлын жагсаалт -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Чанарын Батламжийн захидлын жагсаалт -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD тэгш хэмт олон боловсруулалт захидлын жагсаалт -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/nl/mailing-lists.adoc b/shared/nl/mailing-lists.adoc index 74a8fab95f..d61aaff779 100644 --- a/shared/nl/mailing-lists.adoc +++ b/shared/nl/mailing-lists.adoc @@ -1,619 +1,619 @@ // // Namen van FreeBSD mailinglijsten en gerelateerde software. // // $FreeBSD$ // :mailman-lists-desc: FreeBSD nlijstserver -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailinglijst -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD steun mailinglijst -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: FreeBSD AFS porting mailinglijst -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussies mailinglijst -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: FreeBSD porten naar AMD64 systemen -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD aankondigingen mailinglijst -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache mailinglijst -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architectuur en ontwerp mailinglijst -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting mailinglijst -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM netwerken mailinglijst -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailinglijst -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters mailinglijst -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports mailinglijst -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD babbel mailinglijst -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD specifieke Chromium problemen -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: FreeBSD clustering mailinglijst -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT mailinglijst -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM aankondigingen -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src tak distributie mailinglijst -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src tak distributie mailinglijst -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src tak distributie mailinglist -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src tak distributie mailinglist -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src tak distributie mailinglist -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src tak distributie mailinglist -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: CTM -CURRENT src tak distributie mailinglijst -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM gebruikersdiscussie mailinglijst -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commitberichten mailinglijst -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commitlijst -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commitlijst -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projecten commitlijst -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commitlijst -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: FreeBSD CVSweb beheer mailinglijst -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: FreeBSD gebaseerde Databases mailinglijst -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: FreeBSD gebruiken op en verbeteren voor bureaubladen -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: FreeBSD documentatieproject mailinglijst -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Apparaatstuurprogramma's schrijven voor FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: DTrace op FreeBSD gebruiken en ontwikkelen -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD gebruikers van Eclipse IDE, hulpprogramma's, clientapplicaties en ports -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailinglijst -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulatie mailinglijst -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: FreeBSD-eol mailinglijst -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion mailinglijst -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: FreeBSD bestandssysteem project mailinglijst -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: FreeBSD gecko mailinglijst -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM mailinglijst -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications mailinglijst -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technische discussie mailinglijst -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and apparatuur mailinglijst -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites mailinglijsts -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalisatie mailinglijst -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specifieke onderwerpen mailinglijst -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: FreeBSD IA32 porting mailinglijst -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: FreeBSD IA64 porting mailinglijst -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: Infiniband op FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code mailinglijst -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN mailinglijst -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider mailinglijst -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailinglijst -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language mailinglijst -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD gerelateerd werk mailinglijst -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt en KDE applicaties mailinglijst :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting mailinglijst -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting mailinglijst -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirrorsite beheerders -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: FreeBSD laptop computer mailinglijst -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: Mono en C# applicaties op FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: FreeBSD port van de Mozilla browser mailinglijst -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: FreeBSD multimedia mailinglijst -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD netwerken mailinglijst -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD nieuwe gebruikers mailinglijst -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus mailinglijst -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussies over implementaties van hoge kwaliteit van functies in libm -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: Kantoortoepassingen op FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Aankondigingen over de projectinfrastructuur -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD prestaties mailinglijst -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl mailinglijst -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD pakketfilter mailinglijst -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Discussies over het beheer van en de gereedschappen voor binaire pakketten -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-platforms-desc: FreeBSD niet-Intel platformen porting mailinglijst -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports mailinglijst -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailinglijst -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs mailinglijst -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting mailinglijst -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technische discussie over FreeBSD op HP ProLiant serverplatforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailinglijst -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: FreeBSD algemene vragen mailinglijst -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailinglijst -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions mailinglijst -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailinglijst -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsysteem mailinglijst -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD beveiliging mailinglijst -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD beveiligingswaarschuwingen mailinglijst -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: FreeBSD-small mailinglijst -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-snapshots-desc: Aankondigingen van ontwikkel-snapshots van FreeBSD -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting mailinglijst -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; mailinglijst -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 en POSIX compliance mailinglijst -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailinglijst -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN-commitberichten voor de gehele doc-structuur (behalve voor "user", "projects" en "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN-commitberichten voor de doc-structuur voor head -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN-commitberichten voor de doc-"projects"-structuur -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN-commitberichten voor de administratie/configuratie van de doc-structuur -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN-commitberichten voor de gehele ports-structuur -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN-commitberichten voor de ports-structuur voor head -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN-commitberichten voor de administratie/configuratie van de ports-structuur -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN-commitberichten voor de gehele src-structuur (behalve voor "user" en "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN-commitberichten voor de src-structuur voor head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN-commitberichten voor de src-"projects"-structuur -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN-commitberichten voor de uitgaven in de src-structuur -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN-commitberichten voor de uitgave- / beveiligingscommits naar de src-structuur -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN-commitberichten voor alle -stable-takken van de src-structuur -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN-commitberichten voor alleen de 6-stable-src-structuur -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN-commitberichten voor alleen de 7-stable-src-structuur -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN-commitberichten voor alleen de 8-stable-src-structuur -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN-commitberichten voor alleen de 9-stable-src-structuur -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-other-desc: SVN-commitberichten van de oude stable-src-structuren -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN-commitberichten voor de administratie/configuratie van de src-structuur -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN-commitberichten voor de experimentele "user"-src-structuur -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN-commitberichten voor de structuur van het verkoperswerkgebied -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall-ontwikkeling mailinglijst -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specifieke discussies over Tcl/Tk -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-test-desc: FreeBSD test mailinglijst -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testen op FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Tex en haar toepassingen op FreeBSD overzetten -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads mailinglijst -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Mailinglijst over het porteren van FreeBSD naar de Tilera CPU-familie -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring mailinglijst -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD geïntegreerde toolchain mailinglijst -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: FreeBSD USB mailinglijst -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD gebruikersgroep coördinatie mailinglijst -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD wederverkopers pre-release coördinatie mailinglijst -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussies over verscheidene virtualizatietechnieken ondersteund door FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussies over de VuXML infrastructuur -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Werk-In-Uitvoering Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussies over de ontwikkeling van de 802.11-stack, gereedschappen en stuurprogramma's -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: FreeBSD Webmaster mailinglijst -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailinglijst -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port naar Xen mailinglijst -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE voor FreeBSD mailinglijst -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope voor FreeBSD mailinglijst -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's mailinglijst :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: FreeBSD developers mailinglijst :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committers mailinglijst :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ ontwikkelaars mailinglijst :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer mailinglijst :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers mailinglijst :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer mailinglijst :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ ontwikkelaars mailinglijst :src-developers: {src-developers-name} // Geen echte mailinglijsten :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // De volgende lijsten moeten nog even bewaard worden totdat alle // referenties in de documentatie verwijderd zijn. :freebsd-alpha-desc: FreeBSD Alpha porting mailinglijst -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance mailinglijst -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing mailinglijst -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/pl/mailing-lists.adoc b/shared/pl/mailing-lists.adoc index 5f41a8169f..1277f5572f 100644 --- a/shared/pl/mailing-lists.adoc +++ b/shared/pl/mailing-lists.adoc @@ -1,678 +1,678 @@ // // Names of FreeBSD mailing lists and related software. // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy mailing list -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussions mailing list -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements mailing list -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache mailing list -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design mailing list -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting mailing list -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking mailing list -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailing list -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters mailing list -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports mailing list -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat mailing list -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering mailing list -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT mailing list -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion mailing list -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message mailing list -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases mailing list -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: Using and improving FreeBSD on the desktop -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: Automated reports of build and test results from FreeBSD's continuous integration tools. -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-reviews-desc: Automated notifications of work in progress for review in FreeBSD's review tools, including patches.. -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-doc-desc: FreeBSD documentation project mailing list -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse IDE, tools, rich client applications and ports -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD specific ElasticSearch mailing list -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailing list -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation mailing list -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol mailing list -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang mailing list -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion mailing list -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD file system project mailing list -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM mailing list -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications mailing list -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions mailing list -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-haskell-desc: FreeBSD-specific Haskell issues and discussions -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment mailing list -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites mailing lists -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization mailing list -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues mailing list -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code mailing list -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN mailing list -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's mailing list -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailing list -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language mailing list -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment mailing list -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications mailing list :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting mailing list -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting mailing list -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia mailing list -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking mailing list -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users mailing list -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus mailing list -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD-specific OCaml discussions -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance mailing list -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl mailing list -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter mailing list -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: Packaging the FreeBSD base system -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting mailing list -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports mailing list -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs mailing list -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting mailing list -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailing list -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-quarterly-calls-desc: Calls for quarterly FreeBSD status reports -:freebsd-quarterly-calls-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-quarterly-calls +:freebsd-quarterly-calls-url: https://lists.FreeBSD.org/subscription/freebsd-quarterly-calls :freebsd-quarterly-calls: {freebsd-quarterly-calls-url}[{freebsd-quarterly-calls-desc}] :freebsd-questions-desc: FreeBSD general questions mailing list -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailing list -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions mailing list -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem mailing list -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security mailing list -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications mailing list -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting mailing list -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; mailing list -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance mailing list -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailing list -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for user and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: SVN commit messages for only the 11-stable src tree -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: SVN commit messages for only the 12-stable src tree -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD teaching mailing list -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test mailing list -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testing on FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads mailing list -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring mailing list -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain mailing list -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD transport mailing list -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB mailing list -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination mailing list -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination mailing list -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussion on the VuXML infrastructure -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD advocacy for women -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster mailing list -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailing list -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's mailing list :committers: {committers-name} :core-email: core@FreeBSD.org :core-name: freebsd-core :developers-name: FreeBSD developers mailing list :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's mailing list :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers mailing list :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's mailing list :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers mailing list :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's mailing list :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers mailing list :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha porting mailing list -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance mailing list -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing mailing list -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/pt-br/mailing-lists.adoc b/shared/pt-br/mailing-lists.adoc index abc8513e30..22aea515c8 100644 --- a/shared/pt-br/mailing-lists.adoc +++ b/shared/pt-br/mailing-lists.adoc @@ -1,600 +1,600 @@ // // // Nomes das listas de discussão do FreeBSD e dos softwares // relacionados // // The FreeBSD Documentation Project // The FreeBSD Brazilian Portuguese Documentation Project // // $FreeBSD$ // :mailman-lists-desc: servidor de listas do FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: lista de discussão sobre ACPI no FreeBSD -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: lista de discussão sobre como promover o FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: lista de discussão sobre o port do AFS no FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: lista de discussão sobre Adaptec AIC7xxx no FreeBSD -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: lista de discussão sobre o port do FreeBSD para sistemas AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: lista de distribuição de comunicados oficiais do projeto FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: lista de discussão sobre o uso do Apache no FreeBSD -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: lista de discussão sobre o design e arquitetura do FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: lista de discussão sobre o port do FreeBSD para sistemas ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: lista de discussão sobre redes ATM no FreeBSD -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-binup-desc: lista de discussão sobre o sistema de atualização binária do FreeBSD -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: lista de discussão sobre o suporte à Bluetooth no FreeBSD -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: lista de discussão destinada aos Bugbusters do FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: lista de discussão para reportar erros no FreeBSD -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: lista de discussão para assuntos gerais e não relacionados ao FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: lista de discussão sobre problemas do Chromium específicos do FreeBSD -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: lista de discussão sobre a criação de clusters com o FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: lista de discussão do FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: anúncios CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-cvs-cur-desc: distribuição CTM dos arquivos do CVS -:ctm-cvs-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-cvs-cur +:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur :ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] :ctm-src-4-desc: lista de distribuição CTM do branch 4-STABLE do src -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: lista de distribuição CTM do branch 5-STABLE do src -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: lista de distribuição CTM do branch 6-STABLE do src -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: lista de distribuição CTM do branch 7-STABLE do src -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: lista de distribuição CTM do branch 8-STABLE do src -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: lista de distribuição CTM do branch 9-STABLE do src -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: lista de distribuição CTM do branch -CURRENT do src -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: lista de discussão dos usuários do CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: lista de distribuição de todas as mensagens de commit no CVS do FreeBSD -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: lista de distribuição das mensagens de commit do doc no CVS do FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: lista de distribuição das mensagens de commit do ports no CVS do FreeBSD -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: lista de distribuição das mensagens de commit do projects no CVS do FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: lista de distribução das mensagens de commit do src no CVS do FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: lista de discussão sobre o CVSweb -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: lista de discussão sobre o uso e desenvolvimento de bancos de dados no FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: lista de discussão sobre o uso do FreeBSD no desktop -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: lista de discussão do projeto de documentação do FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: lista de discussão sobre a criação de drivers de dispositivo para o FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: lista de discussão para usuários FreeBSD que utilizam o IDE Eclipse -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: lista de discussão sobre o uso do FreeBSD em sistemas embarcados -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: lista de discussão sobre a emulação de outros sistemas operacionais no FreeBSD -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: lista de discussão FreeBSD-eol -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: lista de discussão sobre o uso de FireWire (IEEE 1394) no FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: lista de discussão sobre os sistemas de arquivos suportados pelo FreeBSD -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: lista de discussão sobre o uso de aplicações gecko no FreeBSD -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: lista de discussão sobre o framework GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: lista de discussão sobre o port do gnome para o FreeBSD -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: lista de discussão de assuntos técnicos relacionados ao FreeBSD -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: lista de discussão sobre hardware para o FreeBSD -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: lista de discussão sobre sites espelhos do FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: lista de discussão sobre a internacionalização do FReeBSD. -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: lista de discussão de temas específicos ao uso do FreeBSD na plataforma i386 -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: lista de discussão sobre o port do FreeBSD para a plataforma IA32 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: lista de discussão sobre o port do FreeBSD para a plataforma IA64 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: lista de discussão sobre o código do IPFW no FreeBSD -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: lista de discussão sobre o uso de ISDN no FreeBSD -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: lista de discussão sobre o uso do FreeBSD em Provedores de Serviço Internet (ISPs) -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: lista de discussão sobre o uso de jails no FreeBSD -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: lista de discussão sobre o uso da linguagem Java na criação de aplicativos para o FreeBSD -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: lista de discussão sobre empregos relacionados ao FreeBSD -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: lista de discussão sobre o uso do KDE/Qt e demais aplicativos do KDE no FreeBSD :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: lista de discussão sobre o port do LFS para o FreeBSD -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: lista de discussão sobre o port do MIPS para o FreeBSD -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: lista de discussão dos administradores dos sites espelhos do FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: lista de discussão de temas específicos ao uso do FreeBSD em notebooks e demais equipamentos móveis. -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: lista de discussão sobre o port de aplicações Mono C# para o FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: lista de discussão sobre o port do navegador Mozilla para o FreeBSD -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: lista de discussão sobre o uso de aplicativos multimídia no FreeBSD -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: lista de discussão sobre redes e TCP/IP no FreeBSD -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: lista de discussão para usuários novatos do FreeBSD -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: lista de discussão sobre a arquitetura New Bus no FreeBSD -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: lista de discussão sobre a implementação de alta qualidade das funções libm -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: lista de discussão sobre o uso de aplicações de escritório no FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-performance-desc: lista de discussão sobre performance de sistemas FreeBSD -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: lista de discussão sobre ports relacionados ao perl -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: lista de discussão sobre o uso do packet filter (pf) no FreeBSD -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: lista de discussão sobre o port do FreeBSD para plataformas que não sejam Intel -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: lista de discussão sobre a coleção de ports do FreeBSD -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: lista de distribuição de comunicados oficiais sobre a coleção de ports do FreeBSD -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: lista de discussão para relatar erros na coleção de ports do FreeBSD -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: lista de discussão sobre o port do FreeBSD para PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: lista de discussão técnica sobre o uso do FreeBSD em servidores HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: lista de discussão sobre o port do Python para o FreeBSD -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: lista de discussão para perguntas gerais sobre o FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: lista de discussão sobre o sistema de scripts de boot do FreeBSD -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: lista de discussão sobre extensões de tempo real no FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: lista de discussão sobre o suporte à linguagem Ruby no FreeBSD -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: lista de discussão sobre o subsistema SCSI do FreeBSD -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: lista de discussão sobre temas relacionados a segurança do FreeBSD -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: lista de distribuição de alertas de segurança do FreeBSD -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: lista de discussão sobre sistemas embarcados baseados no FreeBSD -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-sparc64-desc: lista de discussão sobre o port do FreeBSD para a plataforma SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: lista de discussão sobre o FreeBSD-STABLE -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: lista de discussão sobre a conformidade do FreeBSD aos padrões C99 e POSIX -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: lista de discussão sobre o port do FreeBSD para a plataforma sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: mensagens de commit no repositório SVN para toda a árvore doc (exceto "user", "projects" e "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: mensagens de commit no repositório SVN para o head/ da árvore doc -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: mensagens de commit no repositório SVN para o "projects" da árvore doc -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: mensagens de commit no repositório SVN para o "svnadmin" da árvore doc -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: mensagens de commit no repositório SVN para toda a árvore ports -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: mensagens de commit no repositório SVN para o head/ da árvore ports -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: mensagens de commit no repositório SVN para o "svnadmin" da árvore ports -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: mensagens de commit no repositório SVN para toda a árvore src (exceto para "user" e "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: mensagens de commit no repositório SVN para o head/-current do src -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: mensagens de commit no repositório SVN para o "projects" da árvore src -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: mensagens de commit no repositório SVN para o "release" da árvore src -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: mensagens de commit no repositório SVN pelas equipes de engenharia de lançamento e de segurança na árvore do src -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: mensagens de commit no repositório SVN para todos os ramos -STABLE da árvore src -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: mensagens de commit no repositório SVN apenas para o ramo 6-stable da árvore src -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: mensagens de commit no repositório SVN apenas para o ramo 7-stable da árvore src -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: mensagens de commit no repositório SVN apenas para o ramo 8-stable da árvore src -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: mensagens de commit no repositório SVN apenas para o ramo 9-stable da árvore src -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-other-desc: mensagens de commit no repositório SVN para os ramos stable mais antigos da árvore src -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: mensagens de commit no repositório SVN para o "svnadmin" da árvore src -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: mensagens de commit no repositório SVN para a área experimental "user" da árvore src -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: mensagens de commit no repositório SVN para a área de trabalho dos vendors -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: lista de discussão sobre o desenvolvimento do Sysinstall -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-test-desc: lista de discussão para testes de envio de emails -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-threads-desc: lista de discussão sobre o design e implementação de threads no FreeBSD -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: lista de discussão sobre o port do FreeBSD para a família de CPUs Tilera -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: lista de discussão sobre o uso de tokenring no FreeBSD -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: lista de discussão sobre a manutenção do toolchain distribuído com o FreeBSD -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: lista de discussão sobre o suporte USB do FreeBSD -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: lista de discussão destinada a coordenação dos grupos de usuários do FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: lista de discussão destinada a coordenar com os vendors as pré-releases -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: lista de discussão das várias técnicas de virtualização suportadas pelo FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: lista de discussão sobre a infraestrutura VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: Status dos trabalhos em andamento no FreeBSD -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: lista de discussão sobre o stack 802.11, suas ferramentas, e o desenvolvimento de drivers de dispositivo. -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: lista de discussão dos webmasters do FreeBSD -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: lista de discussão sobre a manutenção dos ports relacionados com o X11 -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: lista de discussão sobre o port do FreeBSD para o Xen -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: lista de discussão sobre o uso do XFCE no FreeBSD -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: lista de discussão sobre o uso do Zope no FreeBSD -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: lista de discussão dos committers do FreeBSD :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: lista de discussão dos desenvolvedores do FreeBSD :developers: {committers-developers} :doc-committers-name: lista de discussão dos committers do doc/ :doc-committers: {doc-committers-name} :doc-developers-name: lista de discussão dos desenvolvedores do doc/ :doc-developers: {doc-developers-name} :ports-committers-name: lista de discussão dos commiters da coleção de ports do FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: lista de discussão dos desenvolvedores da coleção de ports do FreeBSD :ports-developers: {ports-developers-name} :src-committers-name: lista de discussão dos committers do src/ do FreeBSD :src-committers: {src-committers-name} :src-developers-name: lista de discussão dos desenvolvedores do src/ do FreeBSD :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: lista de discussão sobre o port do FreeBSD para a plataforma Alpha -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: lista de discussão sobre a garantia de qualidade do FreeBSD -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: lista de discussão sobre multi processamento simétrico no FreeBSD -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/ru/mailing-lists.adoc b/shared/ru/mailing-lists.adoc index df6c5d2ede..c18a74dd48 100644 --- a/shared/ru/mailing-lists.adoc +++ b/shared/ru/mailing-lists.adoc @@ -1,578 +1,578 @@ // // The FreeBSD Russian Documentation Project // // Названия списков рассылки FreeBSD и смежных областей интересов // // $FreeBSD$ // :mailman-lists-desc: Сервер списков рассылки FreeBSD -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: Список рассылки FreeBSD ACPI -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: Список рассылки, посвящённый популяризации FreeBSD -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: Список рассылки, посвящённый портированию AFS на FreeBSD -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: Список рассылки, посвящённый поддержке контроллеров Adaptec AIC7xxx в FreeBSD -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру AMD64 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: Список рассылки анонсов FreeBSD -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: Поддержка веб-сервера Apache под FreeBSD -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: Список рассылки, посвящённый архитектуре и внутреннему устройству FreeBSD -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру ARM -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: Список рассылки, посвящённый работе ATM сетей под FreeBSD -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-audit-desc: Список рассылки, посвящённый аудиту кода FreeBSD -:freebsd-audit-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-audit +:freebsd-audit-url: https://lists.FreeBSD.org/subscription/freebsd-audit :freebsd-audit: {freebsd-audit-url}[{freebsd-audit-desc}] :freebsd-binup-desc: Список рассылки, посвящённый системе бинарного обновления FreeBSD -:freebsd-binup-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-binup +:freebsd-binup-url: https://lists.FreeBSD.org/subscription/freebsd-binup :freebsd-binup: {freebsd-binup-url}[{freebsd-binup-desc}] :freebsd-bluetooth-desc: Список рассылки, посвящённый поддержке BlueTooth во FreeBSD -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: Список рассылки охотников за ошибками FreeBSD -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: Список рассылки FreeBSD, посвящённый сообщениям о проблемах -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: Список рассылки, посвящённый неформальным беседам о FreeBSD -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: Список рассылки, посвященный вопросам разработки и установки Chromium во FreeBSD -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: Список рассылки, посвящённый кластерам под управлением FreeBSD -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: Список рассылки, посвящённый обсуждению FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: Анонсы CTM -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 4-STABLE с использованием CTM -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 5-STABLE с использованием CTM -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 6-STABLE с использованием CTM -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 7-STABLE с использованием CTM -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 8-STABLE с использованием CTM -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 9-STABLE с использованием CTM -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки 10-STABLE с использованием CTM -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: Список рассылки, посвящённый распространению файлов исходных текстов ветки -CURRENT с использованием CTM -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: Список рассылки, посвящённый CTM -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: Список рассылки сообщений об изменениях в главном дереве исходных текстов FreeBSD -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: Список рассылки сообщений об изменениях в дереве документации FreeBSD -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: Список рассылки сообщений об изменениях в дереве портов FreeBSD -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: Список рассылки сообщений об изменениях в дереве проектов FreeBSD -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: Список рассылки сообщений об изменениях в дереве исходных текстов FreeBSD -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: Список рассылки, посвящённый поддержке FreeBSD CVSweb -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: Список рассылки, посвящённый базам данных, работающим под управлением FreeBSD -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-doc-desc: Список рассылки Проекта Документации FreeBSD -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Список рассылки, посвященный написанию драйверов устройств для FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-eclipse-desc: Список рассылки FreeBSD, посвященный системам электронного документооборота Eclipse -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: Список рассылки, посвящённый работе FreeBSD во встроенных системах -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: Список рассылки, посвящённый эмуляции во FreeBSD -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: Список рассылки FreeBSD-eol -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: Список рассылки, посвящённый поддержке FireWire (IEEE 1394) в FreeBSD -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fs-desc: Список рассылки, посвящённый обсуждению файловых систем во FreeBSD -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: Список рассылки, посвящённый FreeBSD gecko -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: Список рассылки, посвящённый FreeBSD GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: Список рассылки, посвящённый использованию GNOME и GNOME-приложений под FreeBSD -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: Список рассылки FreeBSD, посвящённый техническим дискуссиям -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: Список рассылки FreeBSD, посвящённый оборудованию -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: Список рассылки, посвящённый зеркалированию FreeBSD -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: Список рассылки, посвящённый интернационализации FreeBSD -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: Список рассылки, посвящённый проблемам специфичным для процессоров i386 под FreeBSD -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру IA32 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру IA64 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-ipfw-desc: Список рассылки, посвящённый обсуждению кода IPFW -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: Список рассылки FreeBSD, посвящённый поддержке ISDN -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: Список рассылки, посвящённый использованию FreeBSD у провайдеров Интернет услуг (ISP) -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: Список рассылки FreeBSD jail -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: Список рассылки, посвящённый поддержке Java во FreeBSD -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: Список рассылки FreeBSD, посвящённый найму на работу -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: Список рассылки, посвящённый поддержке KDE/Qt and KDE приложений в FreeBSD :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: Список рассылки, посвящённый портированию LFS на FreeBSD -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-libh-desc: Список рассылки, посвящённый системе установки и управления пакетами во FreeBSD -:freebsd-libh-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-libh +:freebsd-libh-url: https://lists.FreeBSD.org/subscription/freebsd-libh :freebsd-libh: {freebsd-libh-url}[{freebsd-libh-desc}] :freebsd-mips-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру MIPS -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: Администраторы зеркальных сайтов FreeBSD -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: Список рассылки FreeBSD, посвящённый переносным компьютерам -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: Mono and C# приложения на FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-mozilla-desc: Список рассылки, посвящённый портированию Mozilla под FreeBSD -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: Список рассылки, посвящённый поддержке средств мультимедиа под FreeBSD -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: Список рассылки, посвящённый сетевым возможностям FreeBSD -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: Список рассылки для общения новичков -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: Список рассылки, посвящённый архитектуре New Bus во FreeBSD -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-office-desc: Офисные приложения во FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-performance-desc: Список рассылки, посвящённый оптимизации FreeBSD -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: Список рассылки, посвящённый FreeBSD Perl -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: Список рассылки, посвящённый FreeBSD packet filter -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-platforms-desc: Список рассылки, посвящённый портированию FreeBSD на не-Intel платформы -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-policy-desc: Список рассылки, посвящённый политике и принимаемым решениям Core -:freebsd-policy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-policy +:freebsd-policy-url: https://lists.FreeBSD.org/subscription/freebsd-policy :freebsd-policy: {freebsd-policy-url}[{freebsd-policy-desc}] :freebsd-ports-desc: Список рассылки, посвящённый Портам FreeBSD -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: Список рассылки анонсов FreeBSD Ports -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: Список рассылки, посвящённый ошибкам в портах FreeBSD -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру PowerPC -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Обсуждение работы FreeBSD на серверной платформе HP ProLiant -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: Список рассылки, посвящённый улучшению поддержки языка Python во FreeBSD -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: Список рассылки, посвящённый вопросам и ответам пользователей FreeBSD -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: Список рассылки, посвящённый загрузочным скриптам во FreeBSD -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: Список рассылки, посвящённый realtime-расширениям FreeBSD -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: Список рассылки, посвящённый FreeBSD Ruby -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: Список рассылки, посвящённый обсуждению подсистемы SCSI во FreeBSD -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: Список рассылки FreeBSD, посвящённый информационной безопасности -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: Список рассылки FreeBSD, посвящённый срочным сообщениям, связанным с безопасностью -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: Список рассылки, посвящённый малым и встроенным системам, созданным на базе FreeBSD -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-sparc64-desc: Список рассылки, посвящённый портированию FreeBSD на архитектуру SPARC -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: Список рассылки, посвящённый обсуждению FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: Список рассылки, посвящённый поддержке стандартов C99 и POSIX во FreeBSD -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: Список рассылки, посвящённый портированию FreeBSD на sun4v -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-src-all-desc: Список рассылки сообщений об изменениях в репозитории SVN для всего дерева исходных текстов (за исключением user и projects) -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки head/-current дерева исходных текстов -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: Список рассылки сообщений об изменениях в репозитории SVN в части projects дерева исходных текстов -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: Список рассылки сообщений об изменениях в репозитории SVN в части release дерева исходных текстов -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: Список рассылки сообщений об изменениях в репозитории SVN в части releng / security дерева исходных текстов -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: Список рассылки сообщений об изменениях в репозитории SVN для всех веток -stable дерева исходных текстов -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки 6-stable дерева исходных текстов -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки 7-stable дерева исходных текстов -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки 8-stable дерева исходных текстов -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки 9-stable дерева исходных текстов -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: Список рассылки сообщений об изменениях в репозитории SVN для ветки 10-stable дерева исходных текстов -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-other-desc: Список рассылки сообщений об изменениях в репозитории SVN для предыдущих stable веток дерева исходных текстов -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: Список рассылки сообщений об изменениях в репозитории SVN для части admin / configuration -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: Список рассылки сообщений об изменениях в репозитории SVN для экспериментальной части user дерева исходных текстов -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: Список рассылки сообщений об изменениях в репозитории SVN для части дерева, выделенного для работы поставщиков (vendor work area) -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Список рассылки, посвященный разработке sysinstall -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-test-desc: Тестовый список рассылки FreeBSD -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Список рассылки, посвящённый оптимизации и тестированию FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-threads-desc: Список рассылки, посвящённый поддержке многопоточности в FreeBSD -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Список рассылки, посвящённый вопросам портирования FreeBSD на процессоры Tilera -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: Список рассылки, посвящённый поддержке TokenRing во FreeBSD -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: Список рассылки, посвящённый поддержке встроенных инструментальных средств FreeBSD -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: Список рассылки, посвященный поддержке USB в FreeBSD -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: Список рассылки, посвящённый координированию пользовательских групп FreeBSD -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: Список рассылки FreeBSD, посвящённый координированию работы сторонних производителей -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Список рассылки, посвящённый обсуждению различных техник виртуализации, поддерживаемых FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Обсуждение инфраструктуры VuXML :freebsd-vuxml-url: Обсуждение инфраструктуры VuXML :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: Список рассылки, предназначенный для анонсов статуса начатых работ над FreeBSD (Work-In-Progress Status) -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Обсуждение разработки стека 802.11, утилит, драйверов устройств -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: Вебмастеры сайта www.FreeBSD.org -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: Список рассылки FreeBSD, посвящённый X11 -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: Список рассылки, посвящённый вопросам портирования FreeBSD на Xen -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :committers-name: Список рассылки коммиттеров FreeBSD :committers: {committers-name} :core-name: FreeBSD Core :core: {core-name} :developers-name: Список рассылки разработчиков FreeBSD :developers: {committers-developers} :doc-committers-name: Список рассылки коммиттеров документации FreeBSD :doc-committers: {doc-committers-name} :doc-developers-name: Список рассылки разработчиков документации FreeBSD :doc-developers: {doc-developers-name} :ports-committers-name: Список рассылки коммиттеров портов FreeBSD :ports-committers: {ports-committers-name} :ports-developers-name: Список рассылки разработчиков портов FreeBSD :ports-developers: {ports-developers-name} :src-committers-name: Список рассылки коммиттеров исходных текстов FreeBSD :src-committers: {src-committers-name} :src-developers-name: Список рассылки разработчиков FreeBSD :src-developers: {src-developers-name} // Не списки рассылки :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // FRDP related mailing lists :ru-doc-desc: Список рассылки Проекта Русской Документации FreeBSD :ru-doc-email: frdp@FreeBSD.org.ua :ru-doc: {ru-doc-email}[{ru-doc-desc}] // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: Список рассылки, посвящённый поддержке FreeBSD на архитектуре Alpha -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: Список рассылки, посвящённый контролю качества FreeBSD -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: Список рассылки, посвящённый поддержке многопроцессорности (SMP) во FreeBSD -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/tr/mailing-lists.adoc b/shared/tr/mailing-lists.adoc index 5f41a8169f..1c125ea9a2 100644 --- a/shared/tr/mailing-lists.adoc +++ b/shared/tr/mailing-lists.adoc @@ -1,678 +1,678 @@ // // Names of FreeBSD mailing lists and related software. // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy mailing list -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussions mailing list -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements mailing list -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache mailing list -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design mailing list -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting mailing list -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking mailing list -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailing list -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters mailing list -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports mailing list -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat mailing list -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering mailing list -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT mailing list -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion mailing list -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message mailing list -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases mailing list -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: Using and improving FreeBSD on the desktop -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: Automated reports of build and test results from FreeBSD's continuous integration tools. -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-reviews-desc: Automated notifications of work in progress for review in FreeBSD's review tools, including patches.. -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-doc-desc: FreeBSD documentation project mailing list -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse IDE, tools, rich client applications and ports -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD specific ElasticSearch mailing list -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailing list -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation mailing list -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol mailing list -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang mailing list -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion mailing list -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD file system project mailing list -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM mailing list -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications mailing list -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions mailing list -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-haskell-desc: FreeBSD-specific Haskell issues and discussions -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment mailing list -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites mailing lists -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization mailing list -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues mailing list -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code mailing list -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN mailing list -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's mailing list -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailing list -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language mailing list -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment mailing list -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications mailing list :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting mailing list -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting mailing list -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia mailing list -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking mailing list -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users mailing list -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus mailing list -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD-specific OCaml discussions -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance mailing list -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl mailing list -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter mailing list -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: Packaging the FreeBSD base system -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting mailing list -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports mailing list -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs mailing list -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting mailing list -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailing list -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-quarterly-calls-desc: Calls for quarterly FreeBSD status reports -:freebsd-quarterly-calls-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-quarterly-calls +:freebsd-quarterly-calls-url: https://lists.FreeBSD.org/subscription/freebsd-quarterly-calls :freebsd-quarterly-calls: {freebsd-quarterly-calls-url}[{freebsd-quarterly-calls-desc}] :freebsd-questions-desc: FreeBSD general questions mailing list -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailing list -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions mailing list -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem mailing list -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security mailing list -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications mailing list -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting mailing list -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; mailing list -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance mailing list -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailing list -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for user and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: SVN commit messages for only the 11-stable src tree -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: SVN commit messages for only the 12-stable src tree -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD teaching mailing list -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test mailing list -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testing on FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads mailing list -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring mailing list -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain mailing list -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD transport mailing list -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB mailing list -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination mailing list -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination mailing list -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussion on the VuXML infrastructure -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD advocacy for women -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster mailing list -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailing list -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's mailing list :committers: {committers-name} :core-email: core@FreeBSD.org :core-name: freebsd-core :developers-name: FreeBSD developers mailing list :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's mailing list :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers mailing list :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's mailing list :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers mailing list :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's mailing list :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers mailing list :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha porting mailing list -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD Quality Assurance mailing list -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD symmetric multiprocessing mailing list -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/zh-cn/mailing-lists.adoc b/shared/zh-cn/mailing-lists.adoc index 6903a99653..fea2a74dcb 100644 --- a/shared/zh-cn/mailing-lists.adoc +++ b/shared/zh-cn/mailing-lists.adoc @@ -1,632 +1,632 @@ // // Names of FreeBSD mailing lists and related software. // The FreeBSD Chinese Documentation Project // // $FreeBSD$ // :mailman-lists-desc: FreeBSD 邮件列表服务器 -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI 邮件列表 -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy 邮件列表 -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: FreeBSD AFS 移植邮件列表 -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx 相关讨论邮件列表 -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: 将 FreeBSD 移植到 AMD64 系统上 -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD 公告邮件列表 -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache 邮件列表 -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD 架构与设计邮件列表 -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM 移植邮件列表 -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM 网络邮件列表 -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth 邮件列表 -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters 邮件列表 -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD 问题报告邮件列表 -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD 闲聊邮件列表 -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD Chromium 邮件列表 -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: FreeBSD 集群邮件列表 -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT 邮件列表 -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM 公告 -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution 邮件列表 -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution 邮件列表 -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution 邮件列表 -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution 邮件列表 -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution 邮件列表 -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution 邮件列表 -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution 邮件列表 -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion 邮件列表 -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS 全部修订记录邮件列表 -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS 文档修订记录邮件列表 -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports 修订记录邮件列表 -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS 附属项目修订记录邮件列表 -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS 源代码修订记录邮件列表 -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-cvsweb-desc: FreeBSD CVSweb 维护邮件列表 -:freebsd-cvsweb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cvsweb +:freebsd-cvsweb-url: https://lists.FreeBSD.org/subscription/freebsd-cvsweb :freebsd-cvsweb: {freebsd-cvsweb-url}[{freebsd-cvsweb-desc}] :freebsd-database-desc: 在 FreeBSD 上运行的数据库邮件列表 -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: FreeBSD 桌面方面的使用与改进的邮件列表 -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: FreeBSD 文档计划邮件列表 -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: 为 FreeBSD 编写设备驱动程序 -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD 上的 Eclipse IDE、 工具、 富客户应用程序和 port 的用户 -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: FreeBSD-embedded 邮件列表 -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation 邮件列表 -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-eol-desc: FreeBSD-eol 邮件列表 -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: FreeBSD 火线技术 (IEEE 1394) 讨论邮件列表 -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD 邮件列表 -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD 文件系统项目邮件列表 -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-gecko-desc: FreeBSD gecko 邮件列表 -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM 邮件列表 -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-gnome-desc: FreeBSD GNOME 和 GNOME 应用程序邮件列表 -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD 技术讨论邮件列表 -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD 硬件和设备邮件列表 -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD 镜像站点邮件列表s -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD 国际化邮件列表 -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386 专有问题邮件列表 -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: FreeBSD IA32 移植邮件列表 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: FreeBSD IA64 移植邮件列表 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW 代码邮件列表 -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN 邮件列表 -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet 服务提供商的邮件列表 -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails 邮件列表 -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java 语言邮件列表 -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD 相关的工作机会邮件列表 -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt 和 KDE 应用程序邮件列表 :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS 移植邮件列表 -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS 移植邮件列表 -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD 镜像站点管理员 -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: FreeBSD 笔记本电脑邮件列表 -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mono-desc: FreeBSD 上的 Mono 和 C# 应用 -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD 多媒体应用邮件列表 -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD 网络邮件列表 -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD 新手上路邮件列表 -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus 邮件列表 -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: FreeBSD 办公套件应用 邮件列表 -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD 性能邮件列表 -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl 邮件列表 -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter 邮件列表 -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: 二进制包管理和打包工具的邮件列表 -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-platforms-desc: FreeBSD 非 Intel 平台移植邮件列表 -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports 邮件列表 -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports 公告的邮件列表 -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs 邮件列表 -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC 移植邮件列表 -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: 在 HP ProLiant 服务器平台上的 FreeBSD 技术讨论 -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python 邮件列表 -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: FreeBSD 一般问题邮件列表 -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD 启动脚本系统邮件列表 -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD 实时扩展邮件列表 -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby 邮件列表 -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI 子系统邮件列表 -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD 安全问题邮件列表 -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD 安全问题通知邮件列表 -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: FreeBSD-small 邮件列表 -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-snapshots-desc: FreeBSD 的开发快照公告 -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC 移植邮件列表 -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; 邮件列表 -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 和 POSIX 标准相容性邮件列表 -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v 移植邮件列表 -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN 整个 src 树的修订讯息 (除了 "user" 与 "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN src 树 head/-current 分支的修订讯息 -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN src 树 "projects" 分支的修订讯息 -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN src 树各种 releases 分支的修订讯息 -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN src 树 release 工程 / 安全有关的修订讯息 -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN src 树所有 -stable 分支的修订讯息 -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN src 树 6-stable 分支的修订讯息 -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN src 树 7-stable 分支的修订讯息 -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN src 树 8-stable 分支的修订讯息 -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-other-desc: SVN src 树以往 stable 分支的修订讯息 -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN 有关管理 / 配置的修订讯息 -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN src 树 "user" 试验性分支的修订讯息 -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN vendor 类相关工作树的修订讯息 -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall 开发邮件列表 -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-test-desc: FreeBSD 测试邮件列表 -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: FreeBSD 性能和稳定性测试邮件列表 -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD 线程邮件列表 -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: FreeBSD Tilera CPU 移植邮件列表 -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD 令牌环邮件列表 -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD 集成的联编工具集邮件列表 -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-usb-desc: FreeBSD USB 邮件列表 -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD 用户组召集邮件列表 -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD 发布前供应商召集邮件列表 -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: 关于 FreeBSD 所支持的各种虚拟化技术的讨论 -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: 关于 VuXML 的讨论 -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD 项目进展状态 -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: 关于 802.11 栈, 工具、 驱动开发的讨论 -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: FreeBSD Webmaster 邮件列表 -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 邮件列表 -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD 有关 Xen 移植的邮件列表 -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: FreeBSD 有关 XFCE 的邮件列表 -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer 的邮件列表 :committers: {committers-name} :core-name: FreeBSD 核心团队 :core: {core-name} :developers-name: FreeBSD 开发人员邮件列表 :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer 的邮件列表 :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ 的开发人员邮件列表 :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer 的邮件列表 :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ 开发人员邮件列表 :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer 的邮件列表 :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ 开发人员邮件列表 :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: FreeBSD Alpha 移植邮件列表 -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: FreeBSD 质量保障邮件列表 -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: FreeBSD 对称多处理 (SMP) 邮件列表 -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/shared/zh-tw/mailing-lists.adoc b/shared/zh-tw/mailing-lists.adoc index 199afef5c3..7bad3ec4f0 100644 --- a/shared/zh-tw/mailing-lists.adoc +++ b/shared/zh-tw/mailing-lists.adoc @@ -1,645 +1,645 @@ // // Names of FreeBSD 郵遞論壇s and related software. // // The FreeBSD Traditional-Chinese Documentation Project // // $FreeBSD$ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI 郵遞論壇 -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy 郵遞論壇 -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-afs-desc: FreeBSD AFS porting 郵遞論壇 -:freebsd-afs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-afs +:freebsd-afs-url: https://lists.FreeBSD.org/subscription/freebsd-afs :freebsd-afs: {freebsd-afs-url}[{freebsd-afs-desc}] :freebsd-aic7xxx-desc: FreeBSD Adaptec AIC7xxx discussions 郵遞論壇 -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements 郵遞論壇 -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache 郵遞論壇 -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design 郵遞論壇 -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting 郵遞論壇 -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking 郵遞論壇 -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth 郵遞論壇 -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters 郵遞論壇 -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports 郵遞論壇 -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat 郵遞論壇 -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cluster-desc: FreeBSD clustering 郵遞論壇 -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT 郵遞論壇 -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM 公告 -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution 郵遞論壇 -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-10 +:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 :ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution 郵遞論壇 -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion 郵遞論壇 -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message 郵遞論壇 -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases 郵遞論壇 -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: Using and improving FreeBSD on the desktop :freebsd-desktop-url: :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :freebsd-doc-desc: FreeBSD documentation project 郵遞論壇 -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse IDE, tools, rich client applications and ports -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-embedded-desc: FreeBSD-embedded 郵遞論壇 -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation 郵遞論壇 -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol 郵遞論壇 -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion 郵遞論壇 -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD file system project 郵遞論壇 -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM 郵遞論壇 -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications 郵遞論壇 -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions 郵遞論壇 -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment 郵遞論壇 -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-hubs-desc: FreeBSD mirror sites 郵遞論壇s -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization 郵遞論壇 -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues 郵遞論壇 -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia32-desc: FreeBSD IA32 porting 郵遞論壇 -:freebsd-ia32-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia32 +:freebsd-ia32-url: https://lists.FreeBSD.org/subscription/freebsd-ia32 :freebsd-ia32: {freebsd-ia32-url}[{freebsd-ia32-desc}] :freebsd-ia64-desc: FreeBSD IA64 porting 郵遞論壇 -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code 郵遞論壇 -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN 郵遞論壇 -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service provider's 郵遞論壇 -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails 郵遞論壇 -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language 郵遞論壇 -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment 郵遞論壇 -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications 郵遞論壇 :freebsd-kde-url: https://mail.kde.org/mailman/listinfo/kde-freebsd :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting 郵遞論壇 -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting 郵遞論壇 -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mobile-desc: FreeBSD laptop computer 郵遞論壇 -:freebsd-mobile-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile +:freebsd-mobile-url: https://lists.FreeBSD.org/subscription/freebsd-mobile :freebsd-mobile: {freebsd-mobile-url}[{freebsd-mobile-desc}] :freebsd-mozilla-desc: FreeBSD port of the Mozilla browser 郵遞論壇 -:freebsd-mozilla-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mozilla +:freebsd-mozilla-url: https://lists.FreeBSD.org/subscription/freebsd-mozilla :freebsd-mozilla: {freebsd-mozilla-url}[{freebsd-mozilla-desc}] :freebsd-multimedia-desc: FreeBSD multimedia 郵遞論壇 -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking 郵遞論壇 -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users 郵遞論壇 -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: FreeBSD new-bus 郵遞論壇 -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance 郵遞論壇 -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl 郵遞論壇 -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter 郵遞論壇 -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting 郵遞論壇 -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports 郵遞論壇 -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs 郵遞論壇 -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting 郵遞論壇 -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python 郵遞論壇 -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-questions-desc: FreeBSD general questions 郵遞論壇 -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system 郵遞論壇 -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions 郵遞論壇 -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem 郵遞論壇 -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security 郵遞論壇 -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications 郵遞論壇 -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-small-desc: FreeBSD-small 郵遞論壇 -:freebsd-small-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-small +:freebsd-small-url: https://lists.FreeBSD.org/subscription/freebsd-small :freebsd-small: {freebsd-small-url}[{freebsd-small-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting 郵遞論壇 -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; 郵遞論壇 -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance 郵遞論壇 -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting 郵遞論壇 -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head/ -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the doc admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head/ -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for "user" and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src-stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src-stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src-stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src-stable-8: {svn-src-stable-8-url}[{svn-src-stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-test-desc: FreeBSD test 郵遞論壇 -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: FreeBSD performance and stability testing 郵遞論壇 -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads 郵遞論壇 -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring 郵遞論壇 -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain mailing list -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-usb-desc: FreeBSD USB 郵遞論壇 -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination 郵遞論壇 -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination 郵遞論壇 -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Discussion on the VuXML infrastructure :freebsd-vuxml-url: Discussion on the VuXML infrastructure :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-www-desc: FreeBSD Webmaster 郵遞論壇 -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 郵遞論壇 -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: lista de discussão sobre o uso do Zope no FreeBSD -:freebsd-zope-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-zope +:freebsd-zope-url: https://lists.FreeBSD.org/subscription/freebsd-zope :freebsd-zope: {freebsd-zope-url}[{freebsd-zope-desc}] :committers-name: FreeBSD committer's 郵遞論壇 :committers: {committers-name} :core-name: FreeBSD core team :core: {core-name} :developers-name: FreeBSD developers mailing list :developers: {committers-developers} :doc-committers-name: FreeBSD doc/ committer's 郵遞論壇 :doc-committers: {doc-committers-name} :doc-developers-name: FreeBSD doc/ developers 郵遞論壇 :doc-developers: {doc-developers-name} :ports-committers-name: FreeBSD ports/ committer's 郵遞論壇 :ports-committers: {ports-committers-name} :ports-developers-name: FreeBSD ports/ developers 郵遞論壇 :ports-developers: {ports-developers-name} :src-committers-name: FreeBSD src/ committer's 郵遞論壇 :src-committers: {src-committers-name} :src-developers-name: FreeBSD src/ developers 郵遞論壇 :src-developers: {src-developers-name} // Not really proper mailing lists :bugfollowup: bug-followup@FreeBSD.org :bugsubmit: {bugfollowup} :majordomo: majordomo@FreeBSD.org // The following mailinglists are deactivated. Keep them until all references // in the documentation are gone. :freebsd-alpha-desc: lista de discussão sobre o port do FreeBSD para a plataforma Alpha -:freebsd-alpha-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-alpha +:freebsd-alpha-url: https://lists.FreeBSD.org/subscription/freebsd-alpha :freebsd-alpha: {freebsd-alpha-url}[{freebsd-alpha-desc}] :freebsd-qa-desc: lista de discussão sobre a garantia de qualidade do FreeBSD -:freebsd-qa-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-qa +:freebsd-qa-url: https://lists.FreeBSD.org/subscription/freebsd-qa :freebsd-qa: {freebsd-qa-url}[{freebsd-qa-desc}] :freebsd-smp-desc: lista de discussão sobre multi processamento simétrico no FreeBSD -:freebsd-smp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp +:freebsd-smp-url: https://lists.FreeBSD.org/subscription/freebsd-smp :freebsd-smp: {freebsd-smp-url}[{freebsd-smp-desc}] diff --git a/website/archetypes/new-release/readme.adoc b/website/archetypes/new-release/readme.adoc index 7427b09a88..737b86c00a 100644 --- a/website/archetypes/new-release/readme.adoc +++ b/website/archetypes/new-release/readme.adoc @@ -1,202 +1,202 @@ --- title: "FreeBSD X.0-RELEASE README" sidenav: download --- :releaseCurrent: X.0-RELEASE :releaseType: release :releaseBranch: X-STABLE :releasePrevStable: X.Y-RELEASE :releasePrev: X.Y-RELEASE include::shared/releases.adoc[] include::shared/en/urls.adoc[] include::shared/en/mailing-lists.adoc[] = FreeBSD {releaseCurrent} README == Abstract This document gives a brief introduction to FreeBSD {releaseCurrent}. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information. == Table of Contents * <> * <> * <> * <> * <> [[intro]] == Introduction This distribution is a {releaseType} of FreeBSD {releaseCurrent}, the latest point along the {releaseBranch} branch. [[about]] == About FreeBSD FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen x86 based PC hardware (i386), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision. This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works. A large collection of third-party ported software (the Ports Collection) is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each port consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over {numports} ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). Most ports are also available as pre-compiled packages, which can be quickly installed from the installation program. [[audience]] == Target Audience This {releaseType} is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each {releaseType} works as advertised, {releaseBranch} is very much a work-in-progress. The basic requirements for using this {releaseType} are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD {releaseBranch} (as discussed on the {freebsd-current}). For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as {releasePrevStable}) are frequently more appropriate. Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. This {releaseType} is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each {releaseType} works as advertised, {releaseBranch} is very much a work-in-progress. The basic requirements for using this {releaseType} are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD {releaseBranch} (as discussed on the {freebsd-current}). For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as {releasePrevStable}) are frequently more appropriate. Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. This {releaseType} of FreeBSD is suitable for all users. It has undergone a period of testing and quality assurance checking to ensure the highest reliability and dependability. [[obtain]] == Obtaining FreeBSD FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation. [[cdromdvd]] === CDROM and DVD FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled packages from the FreeBSD Ports Collection, or other extra material. A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors[Obtaining FreeBSD] appendix to the Handbook. [[ftp]] === FTP You can use FTP to retrieve FreeBSD and any or all of its optional packages from `ftp://ftp.FreeBSD.org/`, which is the official FreeBSD release site, or any of its mirrors. Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. Additional mirror sites are always welcome. Contact `` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article. Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release. [[contacting]] == Contacting the FreeBSD Project [[emailmailinglists]] === Email and Mailing Lists For any questions or general technical support issues, please send mail to the {freebsd-questions}. If you're tracking the {releaseBranch} development efforts, you must join the {freebsd-current}, in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help-there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the {freebsd-hackers}. Please note that these mailing lists can experience significant amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the {freebsd-announce}. All of the mailing lists can be freely joined by anyone wishing to do so. -Visit the link:https://www.freebsd.org/mailman/listinfo[FreeBSD Mailman Info Page]. +Visit the link:https://lists.freebsd.org[FreeBSD Mailing Lists Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the link:../../../support/#mailing-list[mailing lists section] of the FreeBSD Web site. [IMPORTANT] ==== Do not send email to the lists asking to be subscribed. Use the Mailman interface instead. ==== [[pr]] === Submitting Problem Reports Suggestions, bug reports and contributions of code are always valued-please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome. The preferred method to submit bug reports from a machine with Internet connectivity is to use the Bugzilla bug tracker. Problem Reports (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. link:https://bugs.freebsd.org/search/[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered. Note that man:send-pr[1] is deprecated. For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. [[seealso]] == Further Reading There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. [[release-docs]] === Release Documentation A number of other files provide more specific information about this {releaseType} distribution. These files are provided in various formats. Most distributions will include both ASCII text ([.filename]`.TXT`) and HTML ([.filename]`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format ([.filename]`.PDF`). * [.filename]`README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. * [.filename]`RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD {releaseCurrent} compared to the previous release (FreeBSD {releasePrev}). * [.filename]`HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. * [.filename]`ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created. On platforms that support man:bsdinstall[8] (currently amd64, i386, and sparc64), these documents are generally available via the Documentation menu during installation. Once the system is installed, you can revisit this menu by re-running the man:bsdinstall[8] utility. [NOTE] ==== It is extremely important to read the errata for any given release before installing it, to learn about any late-breaking news or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the current errata for this release. These other copies of the errata are located at link:../../releases/[https://www.FreeBSD.org/releases] (as well as any sites which keep up-to-date mirrors of this location). ==== [[manpages]] === Manual Pages As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the {{< manpage man:[1] command or through the http://link:www.freebsd.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). [[booksarticles]] === Books and Articles Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ(Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the link:../../../doc[FreeBSD Documentation page] or its mirrors. If you install the [.filename]`doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD. A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the doc distribution set. A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography]of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. [[acknowledgements]] == Acknowledgments FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this {releaseType}. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this {releaseType} simply would not have been possible. diff --git a/website/content/en/advocacy/_index.adoc b/website/content/en/advocacy/_index.adoc index 88ce76bc3c..e089ebfa9a 100644 --- a/website/content/en/advocacy/_index.adoc +++ b/website/content/en/advocacy/_index.adoc @@ -1,46 +1,46 @@ --- title: "FreeBSD Advocacy Project" sidenav: about --- include::shared/en/urls.adoc[] = FreeBSD Advocacy Project Much of the success which surrounds FreeBSD is due to people advocating its use to their friends, colleagues, and employers. This page provides links to more information to help you do this. == Mailing lists -* https://lists.freebsd.org/mailman/listinfo/freebsd-advocacy[FreeBSD advocacy mailing list] +* https://lists.freebsd.org/subscription/freebsd-advocacy[FreeBSD advocacy mailing list] == Web resources * link:../status[FreeBSD quarterly status reports] + Quarterly status reports detailing activity within and surrounding FreeBSD. * link:whyusefreebsd[Why Use FreeBSD?] + Explanations given by existing users as to why FreeBSD should be used. * link:myths[*BSD Myths] + Describes and debunks some of the myths that surround the *BSD projects. * link:../press[FreeBSD in the Press] + Contains many links to articles that have appeared which mention FreeBSD. == Sites using FreeBSD * http://uptime.netcraft.com/perf/reports/Hosters[Hosting Providers Performance] by Netcraft is tracking the reliability of major webhosting services, many of them are using FreeBSD. * A brief list of sites using FreeBSD is maintained link:{handbook}#introduction-nutshell-users[in the Handbook]. == FreeBSD conferences * https://www.bsdcan.org/[BSDCan], the annual BSD Conference held in Ottawa, Canada. * https://www.eurobsdcon.org/[EuroBSDCon], the annual BSD Conference in Europe. * https://asiabsdcon.org/[AsiaBSDCon], the annual BSD Conference held in Asia. diff --git a/website/content/en/community/_index.adoc b/website/content/en/community/_index.adoc index bdd6e212a4..aa4bc2e861 100644 --- a/website/content/en/community/_index.adoc +++ b/website/content/en/community/_index.adoc @@ -1,33 +1,33 @@ --- title: "Community" sidenav: community --- include::shared/en/urls.adoc[] = Community FreeBSD's community is diverse and extensive, and can be found everywhere great conversations and activity takes place. You'll find our community and spaces intelligent, welcoming and approachable. The project maintains several official community spaces where developers, contributors and users can find help and support, stay up to date, coordinate and collaborate or just kick back, relax and socialise. -If you prefer asynchronous and long-lived communications channels, FreeBSD offers over one hundred https://lists.freebsd.org/mailman/listinfo[mailing lists] covering a vast range of topics, and provides web-based https://forums.freebsd.org/[forums] and several Usenet link:{handbook}eresources/#eresources-news[newsgroups]. +If you prefer asynchronous and long-lived communications channels, FreeBSD offers over one hundred https://lists.freebsd.org[mailing lists] covering a vast range of topics, and provides web-based https://forums.freebsd.org/[forums] and several Usenet link:{handbook}eresources/#eresources-news[newsgroups]. For more real-time collaboration, we run a number of https://wiki.freebsd.org/IRC/[FreeBSD IRC channels] and host a https://wiki.freebsd.org/Discord[Discord] server where you can find support, learn to contribute, watch live streams and a whole lot more. If you are interested in professional development and networking opportunities then follow us on https://www.linkedin.com/company/freebsd/[LinkedIn] and join our official https://www.linkedin.com/groups/47628[FreeBSD LinkedIn Group]. For regularly run in-person and online meets, you might like to look into our https://www.freebsd.org/events[FreeBSD Events] where we maintain a feed and calendar of upcoming events. Last year there were {{< get-event-last-year-info "events" >}} FreeBSD events in {{< get-event-last-year-info "countries" >}} different countries around the world. On twitter, you can follow https://twitter.com/freebsd[@freebsd], https://twitter.com/freebsdhelp[@freebsdhelp], or https://twitter.com/freebsdcore[@freebsdcore]. Beyond officially run community spaces, there are https://www.freebsd.org/usergroups/[User Groups] in {{< get-usergroups-info "countries" >}} countries, along with highly active FreeBSD communities on https://twitter.com/search?q=freebsd[Twitter], https://stackoverflow.com/questions/tagged/freebsd[StackOverflow], https://serverfault.com/questions/tagged/freebsd[ServerFault], and https://www.meetup.com/topics/freebsd/[MeetUp.com], among many other technology-related spaces. Developers and key contributors also maintain a https://wiki.freebsd.org/[wiki], which contains information about FreeBSD development and related projects. == Video Content On YouTube, we host an official link:https://www.youtube.com/FreeBSDProject[FreeBSD] channel with developer summits and "office hours" events, and a link:https://www.youtube.com/bsdconferences[BSD Conferences] channel with full taped presentations from FreeBSD technical conferences. diff --git a/website/content/en/community/mailinglists.adoc b/website/content/en/community/mailinglists.adoc index 7b97d90714..5fb4746874 100644 --- a/website/content/en/community/mailinglists.adoc +++ b/website/content/en/community/mailinglists.adoc @@ -1,30 +1,30 @@ --- title: "Mailing Lists" sidenav: community --- include::shared/en/urls.adoc[] = Mailing Lists Mailing lists are the primary communication channels for the FreeBSD community, and cover many topic areas. They are generally English language unless otherwise stated; a list is given link:{handbook}eresources/#eresources-mail[in the FreeBSD Handbook]. == Mailing list archives You can link:../../search/#mailinglists[search] or https://lists.FreeBSD.org/archives/[browse] the mailing list archives. At the current time, archives prior to May 2021 are in https://lists.freebsd.org/pipermail/[a separate archive]. == Non-English Mailing lists Several non-English mailing lists are also available: * *Brazilian Portuguese* -- freebsd-subscribe@fug.com.br or http://www.fug.com.br/[WWW]. * *Czech* -- users-l-request@FreeBSD.cz or http://www.cz.FreeBSD.org/listserv/listinfo/users-l/[WWW]. * *German* -- http://www.freebsd.de/mailinglists.html[Administration] or http://www.freebsd.de[Search]. * *Hungarian* -- bsd@lista.bsd.hu, http://lista.bsd.hu/[Administration] or http://datacast.hu/pipermail/bsd/[Search]. * *Italian* -- mailman-owner@gufi.org or http://liste.gufi.org/[WWW]. -* *Japanese* -- freebsd-users-jp@FreeBSD.org or https://lists.freebsd.org/mailman/listinfo/freebsd-users-jp[WWW]. +* *Japanese* -- freebsd-users-jp@FreeBSD.org or https://lists.freebsd.org/subscription/freebsd-users-jp[WWW]. * *Norwegian* -- bsd@nobug.no or http://www.nobug.no/[WWW]. * *Russian* -- https://groups.google.com/forum/#!forum/uafug[UAFUG]. * *Swedish* -- bus@stacken.kth.se or https://lists.stacken.kth.se/mailman/listinfo/bus[WWW]. If you create other FreeBSD mailing lists, please link:../../mailto/[let us know about them]. diff --git a/website/content/en/gnome/docs/develfaq.adoc b/website/content/en/gnome/docs/develfaq.adoc index 807e599570..f459683030 100644 --- a/website/content/en/gnome/docs/develfaq.adoc +++ b/website/content/en/gnome/docs/develfaq.adoc @@ -1,77 +1,77 @@ --- title: "FreeBSD GNOME Project: GNOME Development Branch FAQ" sidenav: gnome --- include::shared/releases.adoc[] = FreeBSD GNOME Project: GNOME Development Branch FAQ == Contents * <> * <> * <> * <> * <> * <> * <> == Full Text [[q1]] * *What are development versions of GNOME all about?* The development versions are the packages released by the GNOME project that will eventually become the stable (release) versions. There are three working branches of GNOME development: 1. *STABLE* - The applications and libraries in the stable branch are considered "release quality," and are the versions that appear in the FreeBSD ports tree. The current stable version is GNOME {gnomever}. 2. *DEVELOPMENT* - In between stable releases are development releases. Traditionally, GNOME development releases have odd minor numbers (e.g. 2.3, {gnomedevelver}, 3.(n*2)-1). Development releases will become stable releases, and move from alpha to beta quality during their lifecycle. The development releases need testing by FreeBSD users to minimize the number of surprises when the new stable versions are committed to the FreeBSD SVN tree. This document is about the development branch. At any time the development branch for FreeBSD might be based of a stable GNOME release. However it will be tagged "development" here if it is the version that is work in progress by the FreeBSD GNOME team. The current development branch for FreeBSD is GNOME {gnomedevelver}. 3. *GIT* - Often newer-than-new, the GIT master versions of GNOME applications and libraries are alpha quality, or often completely unbuildable. The FreeBSD GNOME project pays attention to, but does not track the alpha quality code. [[q2]] * *Should I track GNOME development versions?* If you are looking for a stable environment, absolutely not. Please only track the GNOME {gnomedevelver} branch if you wish to help identify bug and improve the FreeBSD GNOME project. You will find little sympathy if a development-quality GNOME application eats your homework. [[q3]] * *How do I obtain the development versions of GNOME stuff?* mailto:marcus@FreeBSD.org[Marcus] maintains a SVN repository where all the development versions of the GNOME components for FreeBSD are housed. Instructions for how to check out the development ports module and how to merge it into the FreeBSD ports tree reside on the entrance page to his SVN repository. Please read carefully the instructions at http://www.marcuscom.com/viewvc/viewvc.cgi/marcuscom/. -During the development cycle, FreeBSD-specific caveats and other useful information will be sent to marcuscom-devel@marcuscom.com. If you are tracking the GNOME development branch, you *must* http://www.marcuscom.com/mailman/listinfo/marcuscom-devel[subscribe] to this list. You should also consider https://lists.freebsd.org/mailman/listinfo/freebsd-gnome[subscribing] to freebsd-gnome@FreeBSD.org. +During the development cycle, FreeBSD-specific caveats and other useful information will be sent to marcuscom-devel@marcuscom.com. If you are tracking the GNOME development branch, you *must* http://www.marcuscom.com/mailman/listinfo/marcuscom-devel[subscribe] to this list. You should also consider https://lists.freebsd.org/subscription/freebsd-gnome[subscribing] to freebsd-gnome@FreeBSD.org. In order to help with bug reports, be sure to add the following to `/etc/make.conf` so that gdb back traces contain useful information: .... WITH_DEBUG="yes" .... GNOME has an excellent guide for getting https://wiki.gnome.org/GettingTraces[useful back traces]. [[q4]] * *How do I keep everything up-to-date and in sync?* The short answer is that you need to use the `marcusmerge` script to merge the development tree with the FreeBSD ports tree. The `marcusmerge` script is available http://www.marcuscom.com/downloads/marcusmerge[here], and a man page on using the script is available http://www.marcuscom.com/marcusmerge.8.html[here]. This script will merge the development ports tree into your main ports tree. From there, you can use `portupgrade` or `portmaster` to upgrade from {gnomever} to {gnomedevelver} and stay up-to-date afterwards. -The long answer is that keeping up-to-date with the GNOME development branch is complicated. Sometimes components change in a way that makes `portupgrade` or `portmaster` fail, or causes strange end results. If you plan to track the development branch, it is a good idea to join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome[freebsd-gnome] mailing list, as well as to join the _#freebsd-gnome_ IRC channel on FreeNode (`irc.freenode.net`). +The long answer is that keeping up-to-date with the GNOME development branch is complicated. Sometimes components change in a way that makes `portupgrade` or `portmaster` fail, or causes strange end results. If you plan to track the development branch, it is a good idea to join the https://lists.FreeBSD.org/subscription/freebsd-gnome[freebsd-gnome] mailing list, as well as to join the _#freebsd-gnome_ IRC channel on FreeNode (`irc.freenode.net`). If all of this sounds scary, or you need a desktop that "Just Works," you should stick with the {gnomever} version that is available in the FreeBSD ports tree. [[q5]] * *What should I do when something does not work?* It depends. If you think the problem is truly a bug with the GNOME component, you can report a bug using *bug-buddy* or the GNOME http://bugzilla.gnome.org[Bugzilla] interface. If you think the problem lies in a FreeBSD port, or is FreeBSD-specific, send email to freebsd-gnome@FreeBSD.org, or report the problem on the _#freebsd-gnome_ IRC channel on FreeNode. Please forward all relevant bug IDs to freebsd-gnome@FreeBSD.org so we can keep track of known issues. Thanks! [[q6]] * *How can I help with the development versions?* Now that work on {gnomedevelver} has started, we need people to install it, and test things. If you are compiling {gnomedevelver} by hand, be sure to build link:../bugging/[debugging symbols]. Package users will have these symbols already. [[q7]] * *What is the current state of development GNOME on FreeBSD?* {gnomever} is the latest version that was merged into the FreeBSD ports tree. Work is currently underway to make {gnomedevelver} stable. diff --git a/website/content/en/ipv6/w6d.adoc b/website/content/en/ipv6/w6d.adoc index 3dedaf87bf..09f9ebc314 100644 --- a/website/content/en/ipv6/w6d.adoc +++ b/website/content/en/ipv6/w6d.adoc @@ -1,100 +1,100 @@ --- title: "FreeBSD and World IPv6 Day" sidenav: developers --- include::shared/en/urls.adoc[] //// Copyright (c) 2011 The FreeBSD Foundation All rights reserved. This documentation was written by Bjoern Zeeb under sponsorship from the FreeBSD Foundation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //// = FreeBSD and World IPv6 Day [.right] image:../../gifs/ipv6/IPv6-badge-blue-256-trans.png[ISOC World IPv6 Day badge: blue] == Category Navigation * link:..[IPv6 in FreeBSD] * link:../w6l[World IPv6 Launch] * link:.[World IPv6 Day] ** link:../w6d-www-stats[www stats] == About World IPv6 Day While Internet Protocol version 6 is in fact more than 15 years old, World IPv6 Day, a 24 hour test flight day on *8 June 2011* has motivated a lot of different organizations to get ready for IPv6, or improve their already existent IPv6 support. Major content providers will enable IPv6 for their websites that day, network operators and hosting companies have been working to provide IPv6 to their customers and operating system vendors like FreeBSD have been improving IPv6 support. You can find more information about World IPv6 Day on The Internet Society's web page http://www.worldipv6day.org/[www.worldipv6day.org]. == You and FreeBSD on World IPv6 Day What is special about that day for FreeBSD you might wonder? Indeed, with the help of the community, FreeBSD has been serving releases on IPv6 since 2003. We have our major infrastructure like https://www.freebsd.org/[www.freebsd.org] IPv6 enabled since 2007. FreeBSD itself has been supporting IPv6 since the 4.0 Release for over a decade now, using the http://www.kame.net/[KAME] based reference implementation. Nonetheless there are things we can do during that day: * help promoting IPv6. During the day there might be a lot more IPv6 users suddenly, and some people are expecting significantly more traffic. A lot of FreeBSD servers are out there actively using IPv6, some people have put FreeBSD into their networking products, but only few tell us. We would love to hear about your FreeBSD IPv6 experiences on World IPv6 Day. * help you in case of problems. -Obviously if you will run into problems you might want help immediately for the one day test flight. We will more closely monitor the https://lists.freebsd.org/mailman/listinfo/freebsd-net[FreeBSD networking mailing list], as well as being around on IRC in #freebsd-w6d on EFNet to answer your questions. In case you will file an IPv6 related link:../../support/bugreports/[bug report], you may want to tag it with `[ip6]`. +Obviously if you will run into problems you might want help immediately for the one day test flight. We will more closely monitor the https://lists.freebsd.org/subscription/freebsd-net[FreeBSD networking mailing list], as well as being around on IRC in #freebsd-w6d on EFNet to answer your questions. In case you will file an IPv6 related link:../../support/bugreports/[bug report], you may want to tag it with `[ip6]`. * working on improving your IPv6 experience. As we get your questions and feedback we will take notes to further improve IPv6 support in FreeBSD. There might not be an immediate change but rest assured that your feedback will not be lost. Join us for World IPv6 Day, spread the word, to help improving IPv6 support in FreeBSD even further! == FAQ === What is this IPv6 thing? Please see the link:{handbook}#network-ipv6[chapter on IPv6] in the FreeBSD link:{handbook}[Handbook] for an explanation. === Do you provide IPv6 connectivity? FreeBSD is an operating system, not an Internet Service Provider. There are multiple ways to connect to an IPv6 network with FreeBSD however: * direct configuration on an (Ethernet) interface, * ppp and IPV6CP by user space ppp or some ports, and * various tunnel brokers we support out of base or ports to just name a few. + Please see the link:{handbook}#network-ipv6[chapter on IPv6] in the FreeBSD link:{handbook}[Handbook] for more information. === I have problems getting IPv6 to work on FreeBSD. Can you help? Most likely. If our documentation did not help you, contact us. See the previous section on how to best do that during World IPv6 Day. === Why is IPv6 not enabled by default? IPv6 has a mandatory link-local address. In times where many people are also using FreeBSD on their mobile computers and joining random networks the services they started would be accessible by other people on the same network. This may also happen if they only started the services for IPv4 and are not aware of IPv6 at all, do not have tcp-wrappers or a firewall in place. To not put people at risk, IPv6 is disabled by default on FreeBSD. + However we already provide support for you to configure it from our installer and it will automatically start to work as soon as you configure an interface for stateless address auto-configuration (SLAAC) or with a static IPv6 address as it has been available in all default configurations we have been shipping since 4.0 Release. === Do you have a desktop version as well? FreeBSD comes with a huge collections of link:../../ports/[ports] that allow you to install a graphical user interface and window manager of choice. FreeBSD however does not ship with a graphical desktop preconfigured. Other FreeBSD derived projects like http://www.pcbsd.org/[PC-BSD] however do an excellent job there. === I have reported a problem but it is not fixed yet. We are sorry that this is the case. If you have submitted a link:../../support/bugreports/[bug report] it is not lost. FreeBSD is developed and maintained by a link:{contributors}[large team of individuals] and there might have been other things we worked on to improve FreeBSD. diff --git a/website/content/en/news/newsflash.adoc b/website/content/en/news/newsflash.adoc index 7d731ab05f..4893085d41 100644 --- a/website/content/en/news/newsflash.adoc +++ b/website/content/en/news/newsflash.adoc @@ -1,21 +1,21 @@ --- title: "FreeBSD News Flash" sidenav: about loadNews: true --- = FreeBSD News Flash [.right] image:../../gifs/news.jpg[FreeBSD News] -FreeBSD is a rapidly developing operating system. Keeping up on the latest developments can be a chore! To keep on top of things, check this page periodically. News is also announced on the https://lists.freebsd.org/mailman/listinfo/freebsd-announce[freebsd-announce mailing] list and the link:../feed.xml[RSS feed]. +FreeBSD is a rapidly developing operating system. Keeping up on the latest developments can be a chore! To keep on top of things, check this page periodically. News is also announced on the https://lists.freebsd.org/subscription/freebsd-announce[freebsd-announce mailing] list and the link:../feed.xml[RSS feed]. The following projects have their own news pages, which should be checked for project specific updates. * https://freebsd.kde.org/[KDE on FreeBSD] * link:../../gnome[GNOME on FreeBSD] For a detailed description of past, present, and future releases, see the link:../../releases[Release Information page]. FreeBSD security information and a list of available Security Advisories are available on the link:../../security[Security Information page]. diff --git a/website/content/en/platforms/amd64.adoc b/website/content/en/platforms/amd64.adoc index fab97238f7..e056931bdb 100644 --- a/website/content/en/platforms/amd64.adoc +++ b/website/content/en/platforms/amd64.adoc @@ -1,47 +1,47 @@ --- title: "FreeBSD/amd64 Project" sidenav: developers --- include::shared/en/urls.adoc[] = FreeBSD/amd64 Project [.right] link:../../gifs/daemon_hammer.jpg[image:../../gifs/daemon_hammer-tn15.jpg[BSD Daemon swinging a sledge hammer]] This page contains information of the FreeBSD port to http://www.amd.com/[AMD's] AMD64 and http://www.intel.com/info/em64t[Intel(R) 64] architecture, often also known as "x86-64" or "x64". FreeBSD/amd64 is suitable for almost all recent AMD and Intel CPUs. The AMD64 architecture was previously known as "Hammer". The Intel 64 architecture was previously known as Yamhill, Clackamas Technology (CT), IA-32e, and EM64T (Extended Memory 64-bit Technology). Newer AMD Sempron(TM), the AMD Opteron(TM), AMD Athlon(TM) 64, AMD Turion(TM) and AMD Phenom(TM) processors, and processors with AMD "Bulldozer" and "Bobcat" cores all use the AMD64 architecture. The Intel vPro(TM), Intel Celeron D (some models since "Prescott"), Intel Centrino(R) Duo, Intel Centrino(R) Pro, Intel Viiv(TM), Intel Core(TM)2 Extreme, Intel Core(TM)2 Quad, Intel Core(TM)2 Duo, Intel Xeon (3000-sequence, 5000-sequence, and 7000-sequence), and the Intel Core(TM) i range of processors use the Intel(R) 64 architecture. == Status FreeBSD/amd64 runs in 64-bit multiuser mode, in both Uniprocessor and Multiprocessor mode. The AMD64 platform is a link:{committers-guide}#archs[Tier 1] FreeBSD platform. == FreeBSD/amd64 Specific Resources -* https://lists.freebsd.org/mailman/listinfo/freebsd-amd64[FreeBSD/amd64 mailing list] +* https://lists.freebsd.org/subscription/freebsd-amd64[FreeBSD/amd64 mailing list] == Other Links of Interest === AMD64 Documentation * http://support.amd.com/us/Processor_TechDocs/32200.pdf[AMD x86-64 Architecture Specification] * http://support.amd.com/us/Processor_TechDocs/24592_APM_v1.pdf[AMD64 Architecture Application Programmer's Manual] * http://support.amd.com/us/Processor_TechDocs/24593_APM_v2.pdf[AMD64 Architecture System Programmer's Manual] * http://www.x86-64.org/documentation/abi.pdf[AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification] === Software Tools * http://www.x86-64.org/downloads.html[Bochs and Simics Simulators and Tools] === Related Projects * http://www.amd64.org/[Linux/AMD64] * http://www.NetBSD.org/Ports/amd64/[NetBSD/amd64] diff --git a/website/content/en/platforms/arm.adoc b/website/content/en/platforms/arm.adoc index 1140e73c3f..1b5dadcae2 100644 --- a/website/content/en/platforms/arm.adoc +++ b/website/content/en/platforms/arm.adoc @@ -1,123 +1,123 @@ --- title: "FreeBSD/ARM Project" sidenav: developers --- include::shared/authors.adoc[] include::shared/en/urls.adoc[] = FreeBSD/ARM Project == Introduction This page contains information about the FreeBSD port to the 32- and 64-bit ARM architectures and hardware. Discussion of the ARM ports takes place on the https://lists.freebsd.org/archives/freebsd-arm[freebsd-arm] mailing list. == Table Of Contents * <> * <> * <> * <> * <> * <> [[status]] == Status 32-bit ARMv6 and ARMv7 is officially a link:{committers-guide}#archs[Tier 2] architecture, as the link:../../[FreeBSD] project does not provide official releases or pre-built packages for this platform due to it primarily targeting the embedded arena. However, FreeBSD/ARM is being actively developed and maintained, is well supported, and provides an excellent framework for building ARM-based systems. FreeBSD/arm supported ARMv4 and ARMv5 processors, and is deprecated as of 13.0. FreeBSD/armv7 includes SMP support. FreeBSD/arm64 supports 64-bit ARMv8 processors and is a link:{committers-guide}#archs[Tier 1] architecture as of 13.0. 64-bit ARM platforms follow a set of standard conventions, and a single FreeBSD build will work on hardware from multiple vendors. As a result, FreeBSD provides official releases for FreeBSD/arm64 and packages are available. [[hw]] == FreeBSD/ARM Hardware Notes FreeBSD/arm and FreeBSD/armv6 support a large range of ARM CPUs and development boards. Not every peripheral is supported on every CPU or board, though work continues towards this and contributions are always welcome. Conversely, many CPUs and boards not listed may work with only minimal changes needed. Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/arm[the FreeBSD/arm Wiki pages], and also from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[Kernel Configuration files] === Cores Supported * ARM9E * Most XScale * Marvel Feroceon * Marvel Sheeva * ARM10E * ARM11J * Cortex A5 * Cortex A7 * Cortex A8 * Cortex A9 * Cortex A12 * Cortex A15 === SoCs * Allwinner A10/A20 * Atmel AT91RM92 and AT91SAM9 families * Broadcom BCM2835 (used in Raspberry Pi) * Cavium CNS11xx * Freescale i.MX51, i.MX53, i.MX6 and Vybrid Family * Intel XSCALE * Marvell Orion, Kirkwood and Discovery Innovation families of systems-on-chip * Marvell Armada 500 (ARMv6) and Armada XP (ARMv7) * NXP LPC32x0 * Qualcomm Snapdragon * Rockchip RK3188 * Samsung Exynos5 and S3C24xxx * Texas Instruments DaVinci Digital Media SoC * TI OMAP * Xilinx Zynq7 family Note that not all peripherals are supported on all CPUs. === Boards * ArndaleBoard (Samsung Exynos5250) * Atmel AT91RM9200 * BeagleBoard and BeagleBoard-xM (TI OMAP3) * BeagleBone * Colibri VF50 Evaluation Board * Cubieboard(1,2) (Allwinner A10/A20) * Device Solutions Quartz * Gateworks Avila GW2348 and Cambria GW2358 * Genesi Efika MX Smarttop and Smartbook * Globalscale Technologies OpenRD platform * Google Chromebook * Kwikbyte KB9202B (as well as the older KB9202 and KB9202A) * Linksys NSLU2 * Marvell DB-88F5182, DB-88F5281, DB-88F6281, RD-88F6281, DB-78100 * Marvell DB-88F6781 (ARMv6) * Marvell DB-78460 (ARMv7) * Marvell Sheeva Plug and Dream Plug * Pandaboard (OMAP4) * Phytec Cosmic Board (Freescale Vybrid Family) * Raspberry Pi * Radxa Rock (Work in progress) * SBC6045 with Atmel at91sam9g45 * Technologic Systems TS-7200 and TS-7800 * Wandboard * Zedboard (Xilinx Zynq) Note that not all peripherals are supported on all boards. [[todo]] == What Needs To Be Done * SATA support needs to be added for boards currently missing it. * Other devices, such as watchdog, i2c and bus should be merged from NetBSD. [[links]] == FreeBSD/ARM Related Links * http://esd.et.ntust.edu.tw/downloads/2008_Embedded_Programming/2008_ESW/Embedded_3_ARM.pdf[Brief history of ARM] * http://www.netbsd.org/ports/#ports-by-cpu[NetBSD Arm projects] [[miniinst]] == Mini-Install guide {cognet} has written a mini-install guide for the current FreeBSD source. It is https://people.FreeBSD.org/~cognet/arm.html[available here]. [[list]] == FreeBSD/ARM mailing list -To subscribe to this list, send mail to `` or visit the http://lists.FreeBSD.org/subscription/freebsd-arm[web interface]. +To subscribe to this list, send mail to `` or visit the http://lists.FreeBSD.org/subscription/freebsd-arm[web interface]. diff --git a/website/content/en/platforms/mips.adoc b/website/content/en/platforms/mips.adoc index e70abddd0c..9398ed8551 100644 --- a/website/content/en/platforms/mips.adoc +++ b/website/content/en/platforms/mips.adoc @@ -1,78 +1,78 @@ --- title: "FreeBSD/MIPS Project" sidenav: developers --- include::shared/en/urls.adoc[] = FreeBSD/MIPS Project == Introduction -This page contains information about porting FreeBSD to the MIPS(R) platform. Discussion of the MIPS port takes place on the https://lists.freebsd.org/mailman/listinfo/freebsd-mips[freebsd-mips] mailing list. +This page contains information about porting FreeBSD to the MIPS(R) platform. Discussion of the MIPS port takes place on the https://lists.freebsd.org/subscription/freebsd-mips[freebsd-mips] mailing list. == Table Of Contents * <> * <> * <> [[status]] == Status MIPS is a link:{committers-guide}#archs[Tier 2] architecture, and as such is not fully supported by the link:../../[FreeBSD] project. [[hw]] == FreeBSD/MIPS Hardware Notes FreeBSD/MIPS is a port of the FreeBSD operating system to platforms based around MIPS processors. At the moment, several MIPS32 and MIPS64 development boards and embedded platforms are being targeted. Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/MIPS[the FreeBSD/MIPS Wiki pages], and also from the https://cgit.freebsd.org/src/tree/sys/mips/conf/[Kernel Configuration files] === CPUs The following non-exhaustive list of CPUs and CPU families are supported: * MIPS4Kc * MIPS24Kc * MIPS74Kc * Atheros AR71xx, AR724x, AR91xx, AR933x, AR934x * Cavium OCTEON * NetLogic XLR/XLS CPU family * SRI/Cambridge's BERI and CHERI open-source FPGA soft-cores Note that not all peripherals are supported on all CPUs. === Boards The following boards are supported: * Ubiquiti Networks Router-Station (AR7130) * Ubiquiti Networks Router-Station Pro (AR7161) * Ubiquiti Networks PicoStation M2HP (AR7241) * Ubiquiti Networks EdgeRouter Lite (OCTEON) * TP-Link TL-WR1043ND (AR9132) * Mikrotik RouterBoard RB450G * Alfa Networks Hornet UB (AR933x) * D-Link DIR-825 (AR7161) * Atheros PB44, PB47, AP94, AP96 reference designs (AR7161) * Atheros DB120 reference design (AR9344) * 8devices Carambola-2 (AR9330) * Engenius ENH-200 (AR7240+AR9285) * Buffalo Airstation WZR-300HP B0 A1 * MIPS Malta evaluation board * Lanner MR-320, MR-730, MR-995 (OCTEON) * Portwell CAM-0100 (OCTEON) * Radisys AMC-7211 / ATCA-7220 (OCTEON) * D-Link DSR-500, DSR-500N, DSR-1000 and DSR-1000N (OCTEON) * GE Intelligent Platforms WANIC 6354 (OCTEON) * Cavium development boards CN5860-EVB-NIC4, CN5650-EVB-NIC16, CN5200-EVB-MB4 Note that not all peripherals are supported on all boards. [[list]] == FreeBSD/MIPS mailing list Join the link:#list[FreeBSD/MIPS mailing list] to contribute code or learn about the status of the project. -To subscribe to this list, send an email to `` or visit the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips[mailman interface]. +To subscribe to this list, send an email to `` or visit the https://lists.FreeBSD.org/subscription/freebsd-mips[mlmmj interface]. diff --git a/website/content/en/platforms/ppc.adoc b/website/content/en/platforms/ppc.adoc index ebf6a87c1a..9ded6cd83d 100644 --- a/website/content/en/platforms/ppc.adoc +++ b/website/content/en/platforms/ppc.adoc @@ -1,144 +1,144 @@ --- title: "FreeBSD/ppc Project" sidenav: developers --- include::shared/releases.adoc[] include::shared/en/urls.adoc[] = FreeBSD/ppc Project == Introduction The FreeBSD/ppc project pages contain information about the FreeBSD port to the PowerPC(R) architecture. As with the port itself, these pages are still a work in progress. == Table Of Contents * <> * <> * <> * <> * <> * <> * <> * <> [[status]] == Status The FreeBSD/ppc port is still a link:{committers-guide}#archs[Tier 2] platform. That means it is not being fully supported by our security officer, release engineers and toolchain maintainers. However, it is supported by portmgr (package building). The most up-to-date information about supported hardware is currently being maintained https://wiki.freebsd.org/powerpc[on the wiki]. ''''' [[news]] == Latest News * *05 May, 2019*: FreeBSD has been tested and seems to work on the https://wiki.freebsd.org/powerpc/Raptor/Blackbird[Raptor Blackbird]. ''''' [[faq]] == Frequently Asked Questions . <> . <> . <> . <> [[install]] === How can I install FreeBSD/ppc? ISO images of FreeBSD {rel120-current} are available for download, for details on how to obtain these see the link:../../releases/{rel120-current}R/announce/[release announcement.] [[ports]] === How to use ports on FreeBSD/ppc? The easiest way to use ports on FreeBSD is to use portsnap. (if running FreeBSD {rel114-current} or {rel121-current}) or Subversion (if running FreeBSD-CURRENT). Refer to the Handbook if you need assistance to link:{handbook}#ports-using[use the Ports Collection]. [[ppcppc64]] === Should I install powerpc or powerpc64? The powerpc64 port provides a 64-bit kernel and userland, and is supported on all 64-bit CPUs. Users of 32-bit CPUs (Apple G3/G4) must use the 32-bit powerpc platform, users of 64-bit CPUs that support 32-bit operating systems (Apple G5) have a choice, and users of 64-bit CPUs that do not must use powerpc64. For those users with a choice, powerpc64 provides some additional features (the ability to use more than 2 GB of RAM and ZFS support). Like other 64-bit platforms, FreeBSD/powerpc64 supports running 32-bit binaries as well as 64-bit ones. [[contact]] === Who should I contact? The <> is the main resource. ''''' [[hardware]] == Supported Hardware The most up-to-date information about supported hardware is currently being maintained https://wiki.freebsd.org/powerpc[on the wiki]. The FreeBSD/ppc port should run on any New-World Apple machine (any Apple machine with a built-in USB port), as well as the Sony Playstation 3. People have previously reported that FreeBSD runs on the following machines: [.tblbasic] [cols=",,,",options="header",] |=== |Manufacturer |Model |Submitter (optional links) |Notes |Apple |iMac G3 350 MHz |mailto:diskiller@diskiller.net[Martin Minkus] |Rage 128VR |Apple |iMac G3 DV Special Edition |mailto:webmaster@machowto.com[David S. Besade] (https://people.FreeBSD.org/~flz/local/dmesg.ppc[dmesg]) |None |Apple |iMac G3 Revision B |mailto:grehan@FreeBSD.org[Peter Grehan] |Rage 3D Pro 215GP, accel disabled |Apple |eMac 700 MHz |mailto:grehan@FreeBSD.org[Peter Grehan] |Nvidia GeForce2 MX |Apple |Mac Mini G4 1.4 GHz |mailto:arved@FreeBSD.org[Tilman Linneweh] (https://people.FreeBSD.org/~arved/stuff/minimac[dmesg]) |None |Apple |Powerbook G4 1.33 GHz |mailto:grehan@FreeBSD.org[Peter Grehan] |Nvidia GeForce G5200 |Apple |Aluminium Powerbook G4 1.5 GHz |mailto:toa@pop.agri.ch[Andreas Tobler] |None |Apple |PowerMac G5 | |FreeBSD 8.0 |Apple |iMac G5 | |FreeBSD 8.0 |Apple |Xserve G5 | |FreeBSD 8.1 |Apple |PowerMac G5 (late 2005) | |FreeBSD 8.1 |=== ''''' [[list]] == FreeBSD/ppc mailing list -To subscribe to this list, send an email to `` or visit the http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc[mailman interface]. +To subscribe to this list, send an email to `` or visit the https://lists.FreeBSD.org/subscription/freebsd-ppc[mlmmj interface]. ''''' [[issues]] == Known Issues * On New-World Apples, there is a known bug in the boot-loader, that prevents you from loading an alternate kernel, so testing your kernel is a bit risky. When booting the loader from the Open Firmware prompt, give it a partition which is either non-existent, doesn't have a kernel to load, or isn't a UFS partition: + .... 0 > boot hd:loader hd:0 .... + At this point, you can set currdev and manually load a kernel: + .... OK set currdev="hd":14 OK load /boot/kernel/kernel.save .... ''''' [[doc]] == Documentation, White Papers, Utilities * http://www.freescale.com/files/product/doc/MPCFPE32B.pdf[PowerPC 32-bit chip documentation] * http://www.firmworks.com/QuickRef.html[Open Firmware Quick Reference] * https://developer.apple.com/legacy/library/technotes/tn/tn1061.html["TN1061: Fundamentals of Open Firmware, Part 1 - The User Interface"] * https://developer.apple.com/legacy/library/technotes/tn/tn1062.html["TN1062: Fundamentals of Open Firmware, Part 2 - The Device Tree"] * http://developer.apple.com/legacy/mac/library/navigation/[Apple hardware developer docs] * http://web.archive.org/web/20080514111646/http://developer.apple.com/technotes/tn/tn2004.html["TN2004: Debugging Open Firmware Using Telnet"] * http://web.archive.org/web/20080509173539/http://developer.apple.com/technotes/tn/tn2023.html["TN2023: Open Firmware Ethernet Debugging II - Telnet Downloading"] * https://developer.apple.com/legacy/library/technotes/tn/tn2001.html["TN2001: Running Files from a Hard Drive in Open Firmware"] [[links]] == Other Links of Interest * https://wiki.freebsd.org/powerpc[FreeBSD/ppc wiki page] * https://lists.freebsd.org/pipermail/freebsd-ppc/2005-January/000814.html[Garance A. Drosehn's description about FreeBSD on the Mac Mini] * http://www.NetBSD.org/Ports/macppc/[NetBSD/macppc] * http://www.OpenBSD.org/macppc.html[OpenBSD/macppc] diff --git a/website/content/en/platforms/sparc.adoc b/website/content/en/platforms/sparc.adoc index 492d781bb4..462a654c28 100644 --- a/website/content/en/platforms/sparc.adoc +++ b/website/content/en/platforms/sparc.adoc @@ -1,117 +1,117 @@ --- title: "FreeBSD/sparc64 Project" sidenav: developers --- include::shared/releases.adoc[] include::shared/en/urls.adoc[] = FreeBSD/sparc64 Project [[intro]] == Introduction -This page contains information about the FreeBSD port to Fujitsu's SPARC64(R) and Oracle's UltraSPARC(R) architectures. Discussion of this port takes place on the https://lists.freebsd.org/mailman/listinfo/freebsd-sparc64[freebsd-sparc] mailing list. +This page contains information about the FreeBSD port to Fujitsu's SPARC64(R) and Oracle's UltraSPARC(R) architectures. Discussion of this port takes place on the https://lists.freebsd.org/subscription/freebsd-sparc64[freebsd-sparc] mailing list. == Table Of Contents * <> * <> * <> * <> [[status]] == Status UltraSPARC is a link:{committers-guide}#archs[Tier 2] architecture through FreeBSD 12.x. It is no longer supported in FreeBSD 13.0 and later. [[hw]] == Hardware List A summary of supported systems follows. SMP is supported on all supported systems that contain more than 1 processor. For full details, please see the link:../../releases/{rel120-current}r/hardware/[hardware notes] of the link:../../releases/[release] you are using. * Naturetech GENIALstation 777S * Sun Blade 100 * Sun Blade 150 * Sun Enterprise 150 * Sun Enterprise 220R * Sun Enterprise 250 * Sun Enterprise 420R * Sun Enterprise 450 * Sun Fire B100s (support for the on-board NICs first appeared in 8.1-RELEASE) * Sun Fire V100 * Sun Fire V120 * Sun Netra(T) T1 100/105 * Sun Netra T1 AC200/DC200 * Sun Netra t 1100 * Sun Netra t 1120 * Sun Netra t 1125 * Sun Netra t 1400/1405 * Sun Netra 120 * Sun Netra X1 * Sun SPARCEngine(R) Ultra AX1105 * Sun SPARCEngine Ultra AXe * Sun SPARCEngine Ultra AXi * Sun SPARCEngine Ultra AXmp * Sun SPARCEngine CP1500 * Sun Ultra(T) 1 * Sun Ultra 1E * Sun Ultra 2 * Sun Ultra 5 * Sun Ultra 10 * Sun Ultra 30 * Sun Ultra 60 * Sun Ultra 80 * Sun Ultra 450 These systems are partially supported by FreeBSD. In particular, the fibre channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the esp(4) driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). * Sun Enterprise 3500 * Sun Enterprise 4500 Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC III and beyond are also supported by FreeBSD, which includes these known working systems: * Sun Blade 1000 * Sun Blade 1500 * Sun Blade 2000 * Sun Blade 2500 * Sun Fire 280R * Sun Fire V210 * Sun Fire V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) * Sun Fire V240 * Sun Fire V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) * Sun Fire V250 * Sun Fire V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) * Sun Fire V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) * Sun Fire V880 * Sun Fire V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed Ultrasparc IV/IV+ CPU-configurations only) * Sun Netra 20/Netra T4 These Sun UltraSPARC systems are not tested but are believed to also be supported by FreeBSD: * Sun Fire V125 * Sun Fire V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed Ultrasparc IV/IV+ CPU-configurations only) Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64 V are also supported by FreeBSD, which includes these known working systems: * Fujitsu PRIMEPOWER(R) 250 These Fujitsu SPARC64 systems have not been tested but are believed to also be supported by FreeBSD: * Fujitsu PRIMEPOWER 450 * Fujitsu PRIMEPOWER 650 * Fujitsu PRIMEPOWER 850 If you have a system that is not listed here, please try it and let mailto:freebsd-sparc@FreeBSD.org[us] know about it. [[list]] == FreeBSD/sparc64 mailing list -To subscribe to this list, send an email to `` or visit the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[mailman interface]. +To subscribe to this list, send an email to `` or visit the https://lists.FreeBSD.org/subscription/freebsd-sparc64[mlmmj interface]. [[links]] == Points Of Interest * http://www.sparc.org/technical-documents-test-2/[SPARC Standards and technical documents] * http://www.netbsd.org/Ports/sparc64/[NetBSD/sparc64] * http://www.openbsd.org/sparc64.html[OpenBSD/sparc64] diff --git a/website/content/en/projects/newbies.adoc b/website/content/en/projects/newbies.adoc index 855df76a89..86e85e4950 100644 --- a/website/content/en/projects/newbies.adoc +++ b/website/content/en/projects/newbies.adoc @@ -1,44 +1,44 @@ --- title: "Resources for Newbies" sidenav: docs --- include::shared/en/urls.adoc[] = Resources for Newbies == Getting FreeBSD The latest FreeBSD releases are available link:../../where/[here]. Before you begin, please carefully read the link:{handbook}bsdinstall[installation instructions] == Learning about FreeBSD * The link:{handbook}[FreeBSD Handbook] and link:{faq}[Frequently Asked Questions (FAQ)] are the main documents for FreeBSD. Essential reading, they contain a lot of material for newbies as well as advanced users. For users interested in installing a GUI, see the link:{handbook}x11[X Windows] chapter. * https://www.freebsd.org/cgi/man.cgi[Manual pages] are good for reference but not always the best introduction for a novice. They generally provide information on a specific command, driver or service. == Questions and Support -* Join the FreeBSD-Questions mailing list to see the questions you were too afraid to ask, and their answers. Subscribe by filling out the following form: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions. You can look up old questions and answers via the link:../../search/#mailinglists[search] page. +* Join the FreeBSD-Questions mailing list to see the questions you were too afraid to ask, and their answers. Subscribe by filling out the following form: https://lists.FreeBSD.org/subscription/freebsd-questions. You can look up old questions and answers via the link:../../search/#mailinglists[search] page. * The FreeBSD https://forums.freebsd.org[Forums] offer another support channel. Many users have written various tutorials and lots of new users receive help there. * You can link:../../search/[search] the Handbook and FAQ, the whole web site, or the FreeBSD mailing list archives. * The link:../../support/[Support] page contains a wealth of information about FreeBSD, including mailing lists, user groups, web and FTP sites, release information, and links to some sources of UNIX(R) information. == Learning about FreeBSD-derived projects FreeBSD is widely used as a building block for other commercial and open-source operating systems. Some of the most widely used and publicly available systems are listed below. * https://www.truenas.com/[TrueNAS] is a Network Attached Storage (NAS) software that shares and protects data from modern-day threats like ransomware and malware. TrueNAS makes it easy for users and client devices to access shared data through virtually any sharing protocol. * https://ghostbsd.org[GhostBSD] is derived from FreeBSD, GhostBSD uses the GTK environment to provide a beautiful looks and comfortable experience on the modern BSD platform offering a natural and native UNIX(R) work environment. * https://nomadbsd.org[NomadBSD] is a persistent live system for USB flash drives, based on FreeBSD. Together with automatic hardware detection and setup, it is configured to be used as a desktop system that works out of the box, but can also be used for data recovery, for educational purposes, or to test FreeBSD's hardware compatibility. * https://www.midnightbsd.org[MidnightBSD] is a BSD-derived operating system developed with desktop users in mind. It includes all the software you'd expect for your daily tasks: mail, web browsing, word processing, gaming, and much more. * http://www.pfsense.org[pfSense] is a FreeBSD based network security solution. pfSense software, with the help of the package system, is able to provide the same functionality or more of common commercial firewalls, without any of the artificial limitations. It has successfully replaced every big name commercial firewall you can imagine in numerous installations around the world. == How to Contribute Everyone has something to contribute to the FreeBSD community, even newbies! Some are busy working with the new advocacy group and some have become involved with the link:../../docproj/[Documentation Project] as reviewers. Other FreeBSD newbies might have particular skills and experiences to share, either computer related or not, or just want to meet new newbies and make them feel welcome. There are always people around who help others simply because they like to. Friends who run FreeBSD are a great resource. No book can replace chatting on the phone or across a pizza with someone who has the same interests, enjoys similar accomplishments, and faces the same challenges. If you do not have many friends who use FreeBSD, consider using your old FreeBSD CDs to create some more. link:../../usergroups/[User groups] are good places to meet other FreeBSD users. If there is no one nearby, you might consider starting one! For more information on getting involved in the community, see the link:{contributing}[Contributing to FreeBSD] article.