/[rtmk]/rtmk/README-HACKING
ViewVC logotype

Diff of /rtmk/README-HACKING

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:05:47 2001 UTC revision 1.2 by jrydberg, Fri Dec 7 03:01:36 2001 UTC
# Line 1  Line 1 
1  Types  This file describes some of the required procedures for contributors working
2  =====  on rtmk.  Please read and understand this before checking anything in.  Post
3    proposed diffs to this file on rtmk-discuss@mail.freesoftware.fsf.org, the
4    project's public mailing list.
5    
6     For system calls (both by exception and RPC) argument types should  
7    * Types
8    
9    For system calls (both by exception and RPC) argument types should
10  be typedefed.  These types should have a "_t"-suffix, for example;  be typedefed.  These types should have a "_t"-suffix, for example;
11  "vm_size_t" or "kern_return_t".  "vm_size_t" or "kern_return_t".
12    
13    
14    * Check-in checklist
15    
16    - Add standard ChangeLog entries for source files.  Incidentally
17      regenerated files need not have ChangeLog entries.
18    - By default, insert a copy of the new ChangeLog entries in the CVS
19      check-in comments.
20    - For large systemic changes, make CVS tags before and after the checkin.
21    - Good reading: http://gcc.gnu.org/cvswrite.html#example

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26