summaryrefslogtreecommitdiff
path: root/DEVELOPMENT
blob: e01dead9fad153dabdd9e38e80cfed7b38b886bd (plain)
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
-*- Text -*-

If you're ``just'' looking for something to work on, have a look at the
  * bug list, <http://savannah.gnu.org/bugs/?group=hurd> and
  * task list, <http://savannah.gnu.org/task/?group=hurd>.

HOW TO CONTRIBUTE LARGER CHUNKS
===============================

If you want to help the maintainers to be quickly able to evaluate and
check in your contribution, please try to follow these suggestions:

Try to mark in the code stuff (i.e. whole functions, parts of header
files) that you've just copied (and then perhaps modified; also note that
briefly) from somewhere else and stuff that you've actually written
yourself.  Either do that by simply writing a ChangeLog in parallel (an
informal one is fine as well) or put notes in the modified / imported
files.  The one who will be checking in your patches will then probably
remove most of these notes, as soon as everything is written down in the
real ChangeLog.  Logging your changes right from the beginning makes it
much easier for the maintainers to track down where which chunk is coming
from, so that they can be handled appropriately.

HISTORY
=======

`gnumach-1-branch-before_removing_unused_and_unsupported_code' was tagged
on 2006-02-20.  After creating that tag, code for unused and unsupported
device driver for ISA cards and a good deal of i386 dependent, also
unused and unsupported code was removed.

On 2006-03-19, support was removed for FIPC, which only ever was used
within the native Mach NE2000 NIC device driver, see
<http://www.cs.utah.edu/flux/mach4-i386/html/mach4-UK22.html#FIPC>.
<http://lists.gnu.org/archive/html/bug-hurd/2006-01/msg00162.html>.

Support for NORMA was removed on 2006-03-20.
<http://lists.gnu.org/archive/html/bug-hurd/2006-03/msg00007.html>.

Be sure to check the ChangeLog and have a look at the repository at that
tag's state if you want to work on those parts of GNU Mach.