-*- Text -*- If you're ``just'' looking for something to work on, have a look at the * bug list, and * task list, . 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 . . Support for NORMA was removed on 2006-03-20. . 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.