aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/news/status/status.xml
blob: 2187d80903c22836b39dab10cd57de3be8b81a87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD Status Reports">
]>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.about">

  <h2>Next Quarterly Status Report submissions (January &ndash;
    March) due: April 30th, 2019</h2>

  <p>Submit your entries as Pull Requests from your fork of
    <a href="https://github.com/freebsd/freebsd-quarterly">FreeBSD
    Quarterly Status Reports GitHub repo</a> or submit them via e-mail to
    <a href="mailto:quarterly@FreeBSD.org">quarterly@FreeBSD.org</a>,
    using the <a href="report-sample.md">Markdown template</a>.</p>
  <hr/>

  <p>One of the benefits of the FreeBSD development model is a focus on
    centralized design and implementation, in which the operating system is
    maintained in a central repository, and discussed on centrally maintained
    lists.  This allows for a high level of coordination between authors of
    various components of the system, and allows policies to be enforced over
    the entire system, covering issues ranging from architecture to style.
    However, as the FreeBSD developer community has grown, and the rate of
    both mailing list traffic and tree modifications has increased, making it
    difficult even for the most dedicated developer to remain on top of all
    the work going on in the tree.</p>

  <p>The &os; Development Status Report attempts to address this
    problem by providing a vehicle that allows developers to make the broader
    community aware of their on-going work on FreeBSD, both in and out of the
    central source repository.  For each project and sub-project, a one
    paragraph summary is included, indicating progress since the last summary.
    If it is a new project, or if a project has not submitted any prior status
    reports, a short description may precede the status information.</p>

  <p>For more exact guidelines on how to write good status reports,
    please consult <a href="howto.html">our recommendations</a>.</p>

  <p>Periodically, special status reports are prepared and
    published.  One of those are the developer summit reports.
    Developer summits are places where developers meet in person to
    discuss issues related to the project.  They are definitely worth
    attending if one is interested in making significant contributions
    to the Project and they are open to anybody!</p>

  <p>These status reports may be reproduced in whole or in part, as long as the
    source is clearly identified and appropriate credit given.</p>

  <h2>2018</h2>

  <ul>
    <li><a href="report-2018-09-2018-12.html">October, 2018 -
      December, 2018</a></li>
    <li><a href="report-2018-01-2018-09.html">January, 2018 -
      September, 2018</a></li>
   </ul>

  <h2>2017</h2>

  <ul>
    <li><a href="report-2017-07-2017-09.html">July, 2017 -
      September, 2017</a></li>
    <li><a href="report-2017-04-2017-06.html">April, 2017 -
      June, 2017</a></li>
    <li><a href="report-2017-01-2017-03.html">January, 2017 -
      March, 2017</a></li>
  </ul>

  <h2>2016</h2>

  <ul>
    <li><a href="report-2016-10-2016-12.html">October, 2016 -
      December, 2016</a></li>
    <li><a href="report-2016-07-2016-09.html">July, 2016 -
      September, 2016</a></li>
    <li><a href="report-2016-04-2016-06.html">April, 2016 -
      June, 2016</a></li>
    <li><a href="report-2016-01-2016-03.html">January, 2016 -
      March, 2016</a></li>
  </ul>

  <h2>2015</h2>

  <ul>
    <li><a href="report-2015-10-2015-12.html">October, 2015 -
      December, 2015</a></li>
    <li><a href="report-2015-07-2015-09.html">July, 2015 -
      September, 2015</a></li>
    <li><a href="report-2015-04-2015-06.html">April, 2015 -
      June, 2015</a></li>
    <li><a href="report-2015-01-2015-03.html">January, 2015 -
      March, 2015</a></li>
  </ul>

  <h2>2014</h2>

  <ul>
    <li><a href="report-2014-10-2014-12.html">October, 2014 -
      December, 2014</a></li>
    <li><a href="report-2014-07-2014-09.html">July, 2014 -
      September, 2014</a></li>
    <li><a href="report-2014-04-2014-06.html">April, 2014 -
      June, 2014</a></li>
    <li><a href="report-2014-01-2014-03.html">January, 2014 -
      March, 2014</a></li>
  </ul>

  <h2>2013</h2>

  <ul>
    <li><a href="report-2013-10-2013-12.html">October, 2013 -
      December, 2013</a></li>
    <li><a href="report-2013-09-devsummit.html">EuroBSDcon 2013 Developer
      Summit Special</a></li>
    <li><a href="report-2013-07-2013-09.html">July, 2013 -
      September, 2013</a></li>
    <li><a href="report-2013-04-2013-06.html">April, 2013 -
      June, 2013</a></li>
    <li><a href="report-2013-05-devsummit.html">BSDCan 2013 Developer
      Summit Special</a></li>
    <li><a href="report-2013-01-2013-03.html">January, 2013 -
      March, 2013</a></li>
  </ul>

  <h2>2012</h2>

  <ul>
    <li><a href="report-2012-10-2012-12.html">October, 2012 -
      December, 2012</a></li>
    <li><a href="report-2012-07-2012-09.html">July, 2012 -
      September, 2012</a></li>
    <li><a href="report-2012-04-2012-06.html">April, 2012 -
      June, 2012</a></li>
    <li><a href="report-2012-01-2012-03.html">January, 2012 -
      March, 2012</a></li>
  </ul>

  <h2>2011</h2>

  <ul>
    <li><a href="report-2011-10-2011-12.html">October, 2011 -
      December, 2011</a></li>
    <li><a href="report-2011-07-2011-09.html">July, 2011 -
      September, 2011</a></li>
    <li><a href="report-2011-04-2011-06.html">April, 2011 -
      June, 2011</a></li>
    <li><a href="report-2011-01-2011-03.html">January, 2011 -
      March, 2011</a></li>
  </ul>

  <h2>2010</h2>

  <ul>
    <li><a href="report-2010-10-2010-12.html">October, 2010 -
      December, 2010</a></li>
    <li><a href="report-2010-07-2010-09.html">July, 2010 -
      September, 2010</a></li>
    <li><a href="report-2010-04-2010-06.html">April, 2010 -
      June, 2010</a></li>
    <li><a href="report-2010-01-2010-03.html">January, 2010 -
      March, 2010</a></li>
  </ul>

  <h2>2009</h2>

  <ul>
    <li><a href="report-2009-10-2009-12.html">October, 2009 -
      December, 2009</a></li>
    <li><a href="report-2009-04-2009-09.html">April, 2009 -
      September, 2009</a></li>
    <li><a href="report-2009-01-2009-03.html">January, 2009 -
      March, 2009</a></li>
  </ul>

  <h2>2008</h2>

  <ul>
    <li><a href="report-2008-10-2008-12.html">October, 2008 -
      December, 2008</a></li>
    <li><a href="report-2008-07-2008-09.html">July, 2008 -
      September, 2008</a></li>
    <li><a href="report-2008-04-2008-06.html">April, 2008 -
      June, 2008</a></li>
    <li><a href="report-2008-01-2008-03.html">January, 2008 -
      March, 2008</a></li>
  </ul>

  <h2>2007</h2>

  <ul>
    <li><a href="report-2007-10-2007-12.html">October, 2007 -
      December, 2007</a></li>
    <li><a href="report-2007-07-2007-10.html">July, 2007 -
      October, 2007</a></li>
    <li><a href="report-2007-04-2007-06.html">April, 2007 -
      June, 2007</a></li>
    <li><a href="report-2007-01-2007-03.html">January, 2007 -
      March, 2007</a></li>
  </ul>

  <h2>2006</h2>

  <ul>
    <li><a href="report-2006-10-2006-12.html">October, 2006 -
      December, 2006</a></li>
    <li><a href="report-2006-06-2006-10.html">June, 2006 -
      October, 2006</a></li>
    <li><a href="report-2006-04-2006-06.html">April, 2006 -
      June, 2006</a></li>
    <li><a href="report-2006-01-2006-03.html">January, 2006 -
      March, 2006</a></li>
    </ul>

  <h2>2005</h2>

  <ul>
    <li><a href="report-2005-10-2005-12.html">October, 2005 -
      December, 2005</a></li>
    <li><a href="report-2005-07-2005-10.html">July, 2005 -
      October, 2005</a></li>
    <li><a href="report-2005-03-2005-06.html">March, 2005 -
      June, 2005</a></li>
    <li><a href="report-2005-01-2005-03.html">January, 2005 -
      March, 2005</a></li>
    </ul>

  <h2>2004</h2>

  <ul>
    <li><a href="report-2004-07-2004-12.html">July, 2004 -
      December, 2004</a></li>
    <li><a href="report-2004-05-2004-06.html">May, 2004 -
      June, 2004</a></li>
    <li><a href="report-2004-03-2004-04.html">March, 2004 -
      April, 2004</a></li>
    <li><a href="report-2004-01-2004-02.html">January, 2004 -
      February, 2004 </a></li>
  </ul>

  <h2>2003</h2>

  <ul>
    <li><a href="report-2003-10-2003-12.html">October, 2003 -
      December, 2003 </a></li>
    <li><a href="report-2003-03-2003-09.html">March, 2003 -
      September, 2003 </a></li>
    <li><a href="report-2003-01-2003-02.html">January, 2003 -
      February, 2003 </a></li>
   </ul>

  <h2>2002</h2>

  <ul>
    <li><a href="report-2002-11-2002-12.html">November, 2002 -
      December, 2002 </a></li>
    <li><a href="report-2002-09-2002-10.html">September, 2002 -
      October, 2002 </a></li>
    <li><a href="report-2002-07-2002-08.html">July, 2002 - August, 2002
      </a></li>
    <li><a href="report-2002-05-2002-06.html">May, 2002 - June, 2002
      </a></li>
    <li><a href="report-2002-02-2002-04.html">February, 2002 - April,
      2002</a></li>
    <li><a href="report-2001-12-2002-01.html">December, 2001 - January,
      2002</a></li>
  </ul>

  <h2>2001</h2>

  <ul>
    <li><a href="report-2001-11.html">November, 2001</a></li>
    <li><a href="report-2001-09.html">September, 2001</a></li>
    <li><a href="report-2001-08.html">August, 2001</a></li>
    <li><a href="report-2001-07.html">July, 2001</a></li>
    <li><a href="report-2001-06.html">June, 2001</a></li>
  </ul>

  </body>
</html>