Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Some updates:



details:   https://anonhg.NetBSD.org/src/rev/117551ad7811
branches:  trunk
changeset: 782997:117551ad7811
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Dec 01 03:09:55 2012 +0000

description:
Some updates:
   - add a vfs section and some vfs subareas
   - list all filesystems (some with "?", please fill in)
   - note that npf is rmind's and that christos knows about lint
   - note that I know about a few other things, e.g. quotas

(Remember that this is chiefly a list of who knows about what; being
listed for something here does not make you responsible for its bug
list or anything.)

diffstat:

 doc/RESPONSIBLE |  45 +++++++++++++++++++++++++++++++++++++++------
 1 files changed, 39 insertions(+), 6 deletions(-)

diffs (116 lines):

diff -r be55fcfaae28 -r 117551ad7811 doc/RESPONSIBLE
--- a/doc/RESPONSIBLE   Fri Nov 30 23:24:21 2012 +0000
+++ b/doc/RESPONSIBLE   Sat Dec 01 03:09:55 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RESPONSIBLE,v 1.101 2012/11/30 16:22:53 mbalmer Exp $
+#      $NetBSD: RESPONSIBLE,v 1.102 2012/12/01 03:09:55 dholland Exp $
 
 List of sections of the system, and who is responsible for them (or at
 least considered an expert on them).
@@ -20,6 +20,7 @@
 csh            christos
 cvs            christos, wiz
 dhcp           mellon
+edquota                dholland
 etcupdate      martti
 expr           jdolecek
 file           christos, pooka
@@ -32,6 +33,7 @@
 installboot(mi)        core
 kerberos       lha, joda
 less/more      mrg
+lint           christos
 lua/luac       mbalmer
 make           christos, sjg, dholland
 named(bind)    christos
@@ -51,6 +53,7 @@
 sh             christos, dsl
 sort           jdolecek
 sysctl         atatat
+talk/talkd     dholland
 tcpdump                core
 texinfo                wiz
 toolchain      thorpej, mrg
@@ -59,6 +62,7 @@
 vi             aymeric
 wakeonlan      mbalmer
 wpa_supplicant scw
+ypbind         dholland
 
 Userland Libraries:
 
@@ -70,6 +74,7 @@
 openssl                thorpej, christos
 pcap           core
 pthread                nathanw
+quota          dholland
 resolver(bind) christos
 softfloat      bjh21
 tz             kleink
@@ -170,18 +175,46 @@
 
 file systems:
 
+adosfs         ?
+cd9660         ?
+chfs           ttoth
 coda           gdt
 efs            rumble
+ext2fs         [nobody in particular]
+ffs            ?
+ffs+wapbl      ?
 hfs            dillo
-lfs            dholland
+kernfs         ?
+lfs            dholland, perseant
+mfs            [nobody in particular]
 msdosfs                jdolecek
 nilfs          reinoud
-nfs            fvdl
+nfs            [nobody really]
 ntfs           jdolecek
+nullfs/layerfs dholland, pooka
+overlay                [nobody]
+procfs         ?
+ptyfs          ?
+puffs          pooka
 smbfs          jdolecek
+sysvbfs                ?
+tmpfs          rmind
 udf            reinoud
-ufs            fvdl
-ufs2           fvdl
+ufs            ?
+union          [nobody]
+umapfs         [nobody]
+v7fs           uch
+
+kern/vfs:
+
+buffercache    [nobody]
+fstrans                hannken
+genfs_io       yamt
+mount          ?
+namei          dholland
+rename         dholland, riastradh
+vnode-lifecycle        hannken
+misc           dholland, pooka
 
 kern/general:
 
@@ -194,7 +227,6 @@
 pipes          jdolecek
 splash         jmcneill
 uvm            chuck, chs, mrg, atatat
-vfs            pooka, dholland
 
 kern/compat:
 
@@ -214,6 +246,7 @@
 general net    thorpej, matt
 ipf            darrenr, martti
 kame/ipv6      core
+npf            rmind
 pf             peter, yamt
 ppp(async)     christos
 ppp(sync)      martin



Home | Main Index | Thread Index | Old Index