Home | History | Annotate | Line # | Download | only in doc
BRANCHES revision 1.357
      1  1.357   thorpej #	$NetBSD: BRANCHES,v 1.357 2021/04/03 21:36:03 thorpej Exp $
      2    1.1     lukem #
      3    1.1     lukem # This file contains a list of branches that exist in the NetBSD CVS
      4    1.1     lukem # tree and their current state.
      5    1.1     lukem #
      6    1.1     lukem # This list is necessarily incomplete.
      7    1.1     lukem # 
      8    1.1     lukem # Within reason, developers may create branch and version tags at any
      9    1.1     lukem # time for any purpose.  To avoid name collisions, private tags should
     10    1.1     lukem # have names which begin with the developer's NetBSD login name
     11    1.1     lukem # followed by a - or _ character (e.g., thorpej_scsipi,
     12    1.1     lukem # thorpej-signal)
     13    1.1     lukem # 
     14    1.1     lukem # Any branch or version tag not listed here should be assumed to be
     15    1.1     lukem # private to the developer who created it.  It is inappropriate for
     16    1.1     lukem # anyone other than that developer to commit, move tags, or otherwise
     17    1.1     lukem # modify the contents of the branch.
     18    1.1     lukem #
     19    1.1     lukem # Please update this file when a new branch is ready for consumption
     20    1.1     lukem # by folks other than the maintainer, or when the use or status of an
     21    1.1     lukem # existing branch changes significantly.
     22    1.1     lukem #
     23    1.1     lukem # Format:
     24    1.1     lukem #   Branch:	  name of branch
     25    1.1     lukem #   Description:  Purpose and intention of the branch
     26    1.1     lukem #   Status:	  Active/Terminated/Dormant
     27    1.1     lukem #   Start Date:	  date first instantiated
     28    1.1     lukem #   End Date:	  date it was Terminated/made_Dormant, if any
     29    1.1     lukem #   Base Tag:	  netbsd-1-5-base, etc.
     30    1.1     lukem #   Maintainer:	  Somebody to blame.
     31    1.1     lukem #   Scope:	  Portion of the tree covered.
     32    1.1     lukem #   Notes:	  Various other info, perhaps explanation of special tags,
     33    1.1     lukem #		  who-may-commit policies, etc.
     34   1.79    briggs #
     35   1.79    briggs # There are four sections to this file:
     36   1.79    briggs #   Release branches
     37   1.79    briggs #   Individual developers' branches (Active/Dormant)
     38   1.79    briggs #   Individual developers' branches (Terminated), and
     39   1.79    briggs #   other
     40   1.79    briggs #
     41   1.79    briggs # Entries within each section should be alphabetized.
     42   1.79    briggs #
     43    1.1     lukem 
     44    1.1     lukem 
     45    1.1     lukem # Release branches:
     46    1.1     lukem 
     47    1.1     lukem Branch:		comdex-fall-1999
     48    1.1     lukem Description:	Special release branch for pre-1.5 release at
     49    1.1     lukem 		Fall 1999 COMDEX.
     50    1.1     lukem Status:		Terminated
     51    1.1     lukem Start Date:
     52    1.1     lukem End Date:
     53    1.1     lukem Base Tag:	comdex-fall-1999-base
     54  1.290       mrg Maintainer:	mycroft
     55    1.1     lukem Scope:		Entire tree.
     56    1.1     lukem Notes:
     57    1.1     lukem 
     58    1.1     lukem Branch:		netbsd-0-9
     59    1.1     lukem Description:	The NetBSD 0.9 release branch
     60    1.1     lukem Status:		Terminated
     61    1.1     lukem Start Date:
     62    1.1     lukem End Date:
     63    1.1     lukem Base Tag:	netbsd-0-9-base
     64   1.10      salo Maintainer:	Release Engineering <releng (a] NetBSD.org>
     65    1.1     lukem Scope:		Entire tree.
     66    1.1     lukem Notes:		Subsidiary tags of: netbsd-0-9-ALPHA, netbsd-0-9-ALPHA2,
     67    1.1     lukem 		netbsd-0-9-BETA, netbsd-0-9-RELEASE.
     68    1.1     lukem 		Commits restricted to release engineering.
     69    1.1     lukem 
     70    1.1     lukem Branch:		netbsd-1-0
     71    1.1     lukem Description:	The NetBSD 1.0 release branch
     72    1.1     lukem Status:		Terminated
     73    1.1     lukem Start Date:
     74    1.1     lukem End Date:
     75    1.1     lukem Base Tag:	netbsd-1-0-base
     76   1.10      salo Maintainer:	Release Engineering <releng (a] NetBSD.org>
     77    1.1     lukem Scope:		Entire tree.
     78    1.1     lukem Notes:
     79    1.1     lukem 		Commits restricted to release engineering.
     80    1.1     lukem 
     81    1.1     lukem Branch:		netbsd-1-1
     82    1.1     lukem Description:	The NetBSD 1.1 release branch
     83    1.1     lukem Status:		Terminated
     84    1.1     lukem Start Date:
     85    1.1     lukem End Date:
     86    1.1     lukem Base Tag:	netbsd-1-1-base
     87   1.10      salo Maintainer:	Release Engineering <releng (a] NetBSD.org>
     88    1.1     lukem Scope:		Entire tree.
     89    1.1     lukem Notes:
     90    1.1     lukem 		Commits restricted to release engineering.
     91    1.1     lukem 
     92    1.1     lukem Branch:		netbsd-1-2
     93    1.1     lukem Description:	The NetBSD 1.2 release branch
     94    1.1     lukem Status:		Terminated
     95    1.1     lukem Start Date:
     96    1.1     lukem End Date:
     97    1.1     lukem Base Tag:	netbsd-1-2-base
     98   1.10      salo Maintainer:	Release Engineering <releng (a] NetBSD.org>
     99    1.1     lukem Scope:		Entire tree.
    100    1.1     lukem Notes:
    101    1.1     lukem 		Commits restricted to release engineering.
    102    1.1     lukem 
    103    1.1     lukem Branch:		netbsd-1-3
    104    1.1     lukem Description:	The NetBSD 1.3 release branch
    105    1.1     lukem Status:		Terminated
    106    1.1     lukem Start Date:
    107    1.1     lukem End Date:
    108    1.1     lukem Base Tag:	netbsd-1-3-base
    109   1.10      salo Maintainer:	Release Engineering <releng (a] NetBSD.org>
    110    1.1     lukem Scope:		Entire tree.
    111    1.1     lukem Notes:
    112    1.1     lukem 		Commits restricted to release engineering.
    113    1.1     lukem 
    114    1.1     lukem Branch:		netbsd-1-4
    115    1.1     lukem Description:	The NetBSD 1.4 release branch
    116   1.13       jmc Status:		Terminated
    117    1.1     lukem Start Date:	1 Apr 2000
    118    1.1     lukem End Date:
    119    1.1     lukem Base Tag:	netbsd-1-4-base
    120   1.10      salo Maintainer:	1.4 Release Engineering <releng-1-4 (a] NetBSD.org>
    121    1.1     lukem Scope:		Entire tree.
    122    1.1     lukem Notes:
    123    1.1     lukem 		Commits restricted to release engineering.
    124    1.1     lukem 
    125    1.1     lukem Branch:		netbsd-1-5
    126    1.1     lukem Description:	The NetBSD 1.5 release branch
    127   1.37       jmc Status:		Terminated
    128    1.1     lukem Start Date:	20 Jun 2000
    129   1.37       jmc End Date:	26 Jan 2005
    130    1.1     lukem Base Tag:	netbsd-1-5-base
    131   1.10      salo Maintainer:	1.5 Release Engineering <releng-1-5 (a] NetBSD.org>
    132    1.1     lukem Scope:		Entire tree.
    133    1.1     lukem Notes:
    134    1.1     lukem 		Commits restricted to release engineering.
    135    1.6     lukem 
    136    1.6     lukem Branch:		netbsd-1-6
    137    1.6     lukem Description:	The NetBSD 1.6 release branch
    138   1.91       wiz Status:		Terminated
    139    1.7     lukem Start Date:	22 May 2002
    140    1.6     lukem End Date:
    141    1.6     lukem Base Tag:	netbsd-1-6-base
    142   1.10      salo Maintainer:	1.6 Release Engineering <releng-1-6 (a] NetBSD.org>
    143    1.6     lukem Scope:		Entire tree.
    144    1.6     lukem Notes:
    145    1.6     lukem 		Commits restricted to Release Engineering.
    146    1.1     lukem 
    147   1.88       riz Branch:		netbsd-2
    148   1.88       riz Description:    The NetBSD 2 release branch
    149  1.271       snj Status:		Terminated
    150   1.88       riz Start Date:	23 Dec 2004
    151   1.88       riz End Date:
    152   1.88       riz Base Tag:	netbsd-2-base
    153   1.88       riz Maintainer:	2 Release Engineering <releng-2 (a] NetBSD.org>
    154   1.88       riz Scope:		Entire tree. (src + xsrc)
    155   1.88       riz Notes:
    156   1.88       riz 		Commits restricted to Release Engineering.
    157   1.88       riz 
    158   1.13       jmc Branch:		netbsd-2-0
    159   1.37       jmc Description:	Originally the NetBSD 2.0 release branch and now the branch 
    160   1.37       jmc 		tracking security/critical fixes for the NetBSD 2.0 series
    161  1.271       snj Status:		Terminated
    162   1.37       jmc Start Date:	28 Mar 2004 and changed for security/critical function on
    163   1.37       jmc        		23 Dec 2004
    164   1.13       jmc End Date:
    165   1.13       jmc Base Tag:	netbsd-2-0-base
    166   1.13       jmc Maintainer:	2.0 Release Engineering <releng-2-0 (a] NetBSD.org>
    167   1.13       jmc Scope:		Entire tree. (src + xsrc)
    168   1.37       jmc Notes:		Branch was re-purposed to security/critical change function
    169   1.37       jmc 		once 2.0 released. See netbsd-2 for current branch to track
    170   1.37       jmc 		NetBSD 2 tree.
    171   1.37       jmc 		Commits restricted to Release Engineering.
    172   1.37       jmc 
    173   1.88       riz Branch:		netbsd-2-1
    174   1.88       riz Description:	Tracking security/critical fixes for NetBSD 2.1
    175  1.271       snj Status:		Terminated
    176   1.88       riz Start Date:     26 Oct 2005 
    177   1.37       jmc End Date:
    178   1.88       riz Base Tag:	netbsd-2-1-RELEASE
    179   1.37       jmc Maintainer:	2 Release Engineering <releng-2 (a] NetBSD.org>
    180   1.37       jmc Scope:		Entire tree. (src + xsrc)
    181   1.88       riz Notes:		Branch contains only security/critical fixes to
    182   1.88       riz 		NetBSD 2.1.  For new features, use netbsd-2 branch.
    183   1.13       jmc 		Commits restricted to Release Engineering.
    184   1.13       jmc 
    185   1.36       jmc Branch:		netbsd-3
    186   1.36       jmc Description:	The NetBSD 3 release branch
    187  1.281       snj Status:		Terminated
    188   1.36       jmc Start Date:	16 Mar 2005
    189   1.36       jmc End Date:
    190   1.36       jmc Base Tag:	netbsd-3-base
    191   1.37       jmc Maintainer:	3 Release Engineering <releng-3 (a] NetBSD.org>
    192   1.36       jmc Scope:		Entire tree. (src + xsrc)
    193   1.36       jmc Notes:
    194   1.36       jmc 		Commits restricted to Release Engineering.
    195    1.1     lukem 
    196   1.88       riz Branch:		netbsd-4
    197   1.88       riz Description:	The NetBSD 4 release branch
    198  1.333       apb Status:		Terminated
    199   1.88       riz Start Date:	8 Aug 2006
    200   1.51       riz End Date:
    201   1.88       riz Base Tag:	netbsd-4-base
    202   1.88       riz Maintainer:	4 Release Engineering <releng-4 (a] NetBSD.org>
    203   1.51       riz Scope:		Entire tree. (src + xsrc)
    204   1.88       riz Notes:
    205   1.51       riz 		Commits restricted to Release Engineering.
    206   1.51       riz 
    207  1.271       snj Branch:		netbsd-5
    208  1.271       snj Description:	The NetBSD 5 release branch
    209  1.334       snj Status:		Terminated
    210  1.271       snj Start Date:	31 Oct 2008
    211  1.334       snj End Date:	9 Nov 2015
    212  1.271       snj Base Tag:	netbsd-5-base
    213  1.271       snj Maintainer:	5.0 Release Engineering <releng-5 (a] NetBSD.org>
    214  1.271       snj Scope:		Entire tree. (src + xsrc)
    215  1.271       snj Notes:
    216  1.271       snj 		Commits restricted to Release Engineering.
    217  1.271       snj 
    218  1.279       snj Branch:		netbsd-5-0
    219  1.279       snj Description:	Tracking security/critical fixes for NetBSD 5.0
    220  1.333       apb Status:		Terminated
    221  1.279       snj Start Date:	29 Apr 2009
    222  1.279       snj End Date:
    223  1.279       snj Base Tag:	netbsd-5-0-RELEASE
    224  1.279       snj Maintainer:	5.0 Release Engineering <releng-5 (a] NetBSD.org>
    225  1.279       snj Scope:		Entire tree. (src + xsrc)
    226  1.279       snj Notes:		Commits restricted to Release Engineering.
    227  1.279       snj 
    228  1.333       apb Branch:		netbsd-5-1
    229  1.333       apb Description:	Tracking security/critical fixes for NetBSD 5.1
    230  1.334       snj Status:		Terminated
    231  1.333       apb Start Date:
    232  1.334       snj End Date:	9 Nov 2015
    233  1.333       apb Base Tag:	netbsd-5-1-RELEASE
    234  1.333       apb Maintainer:	5.1 Release Engineering <releng-5 (a] NetBSD.org>
    235  1.333       apb Scope:		Entire tree. (src + xsrc)
    236  1.333       apb Notes:		Commits restricted to Release Engineering.
    237  1.333       apb 
    238  1.333       apb Branch:		netbsd-5-2
    239  1.333       apb Description:	Tracking security/critical fixes for NetBSD 5.2
    240  1.334       snj Status:		Terminated
    241  1.333       apb Start Date:
    242  1.334       snj End Date:	9 Nov 2015
    243  1.333       apb Base Tag:	netbsd-5-2-RELEASE
    244  1.333       apb Maintainer:	5.2 Release Engineering <releng-5 (a] NetBSD.org>
    245  1.333       apb Scope:		Entire tree. (src + xsrc)
    246  1.333       apb Notes:		Commits restricted to Release Engineering.
    247  1.333       apb 
    248  1.321       riz Branch:		netbsd-6
    249  1.321       riz Description:	The NetBSD 6 release branch
    250  1.346       snj Status:		Terminated
    251  1.321       riz Start Date:	15 Feb 2012
    252  1.321       riz End Date:
    253  1.321       riz Base Tag:	netbsd-6-base
    254  1.321       riz Maintainer:	6.0 Release Engineering <releng-6 (a] NetBSD.org>
    255  1.321       riz Scope:		Entire tree. (src + xsrc)
    256  1.321       riz Notes:
    257  1.321       riz 		Commits restricted to Release Engineering.
    258  1.321       riz 
    259  1.333       apb Branch:		netbsd-6-0
    260  1.333       apb Description:	Tracking security/critical fixes for NetBSD 6.0
    261  1.346       snj Status:		Terminated
    262  1.333       apb Start Date:	17 Oct 2012
    263  1.333       apb End Date:
    264  1.333       apb Base Tag:	netbsd-6-0-RELEASE
    265  1.333       apb Maintainer:	6.0 Release Engineering <releng-6 (a] NetBSD.org>
    266  1.333       apb Scope:		Entire tree. (src + xsrc)
    267  1.333       apb Notes:
    268  1.333       apb 		Commits restricted to Release Engineering.
    269  1.333       apb 
    270  1.333       apb Branch:		netbsd-6-1
    271  1.333       apb Description:	Tracking security/critical fixes for NetBSD 6.1
    272  1.346       snj Status:		Terminated
    273  1.333       apb Start Date:	01 Feb 2013
    274  1.333       apb End Date:
    275  1.333       apb Base Tag:	netbsd-6-1-RELEASE
    276  1.333       apb Maintainer:	6.1 Release Engineering <releng-6 (a] NetBSD.org>
    277  1.333       apb Scope:		Entire tree. (src + xsrc)
    278  1.333       apb Notes:
    279  1.333       apb 		Commits restricted to Release Engineering.
    280  1.333       apb 
    281  1.332       riz Branch:		netbsd-7
    282  1.332       riz Description:	The NetBSD 7 release branch
    283  1.332       riz Status:		Active
    284  1.332       riz Start Date:	11 Aug 2014
    285  1.332       riz End Date:
    286  1.332       riz Base Tag:	netbsd-7-base
    287  1.332       riz Maintainer:	7.0 Release Engineering <releng-7 (a] NetBSD.org>
    288  1.332       riz Scope:		Entire tree. (src + xsrc)
    289  1.332       riz Notes:
    290  1.332       riz 		Commits restricted to Release Engineering.
    291  1.332       riz 
    292  1.335       snj Branch:		netbsd-7-0
    293  1.335       snj Description:	Tracking security/critical fixes for NetBSD 7.0
    294  1.335       snj Status:		Active
    295  1.335       snj Start Date:	10 Oct 2015
    296  1.335       snj End Date:
    297  1.335       snj Base Tag:	netbsd-7-0-RELEASE
    298  1.335       snj Maintainer:	7.0 Release Engineering <releng-7 (a] NetBSD.org>
    299  1.335       snj Scope:		Entire tree. (src + xsrc)
    300  1.335       snj Notes:
    301  1.335       snj 		Commits restricted to Release Engineering.
    302  1.338       snj 
    303  1.338       snj Branch:		netbsd-7-1
    304  1.338       snj Description:	Tracking security/critical fixes for NetBSD 7.1
    305  1.338       snj Status:		Active
    306  1.338       snj Start Date:	15 Mar 2017
    307  1.338       snj End Date:
    308  1.338       snj Base Tag:	netbsd-7-1-RELEASE
    309  1.338       snj Maintainer:	NetBSD 7 Release Engineering <releng-7 (a] NetBSD.org>
    310  1.338       snj Scope:		Entire tree. (src + xsrc)
    311  1.338       snj Notes:
    312  1.338       snj 		Commits restricted to Release Engineering.
    313  1.342       snj 
    314  1.342       snj Branch:		netbsd-8
    315  1.342       snj Description:	The NetBSD 8 release branch
    316  1.342       snj Status:		Active
    317  1.342       snj Start Date:	2017-06-04
    318  1.342       snj End Date:
    319  1.342       snj Base Tag:	netbsd-8-base
    320  1.342       snj Maintainer:	Release Engineering <releng (a] NetBSD.org>
    321  1.342       snj Scope:		Entire tree. (src + xsrc)
    322  1.342       snj Notes:
    323  1.342       snj 		Commits restricted to Release Engineering.
    324  1.342       snj 
    325  1.351    martin Branch:		netbsd-9
    326  1.351    martin Description:	The NetBSD 9 release branch
    327  1.351    martin Status:		Active
    328  1.351    martin Start Date:	2019-07-30
    329  1.351    martin End Date:
    330  1.351    martin Base Tag:	netbsd-9-base
    331  1.351    martin Maintainer:	Release Engineering <releng (a] NetBSD.org>
    332  1.351    martin Scope:		Entire tree. (src + xsrc)
    333  1.351    martin Notes:
    334  1.351    martin 		Commits restricted to Release Engineering.
    335  1.351    martin 
    336   1.79    briggs ########################################################################
    337   1.79    briggs # Individual developers' branches (Active/Dormant):
    338   1.79    briggs ########################################################################
    339    1.4     bjh21 
    340  1.158      yamt Branch:		ad-audiomp
    341  1.158      yamt Description:	Add MP locking to the audio drivers
    342  1.270        ad Status:		Terminated
    343  1.225       wiz Start Date:	28 February 2007
    344  1.270        ad End Date:	7 December 2008
    345  1.158      yamt Base Tag:	ad-audiomp-base
    346  1.158      yamt Maintainer:	Andrew Doran <ad (a] NetBSD.org>
    347  1.158      yamt Scope:		kernel
    348  1.158      yamt Notes:		Making the audio drivers MP safe is necessary before efforts
    349  1.158      yamt 		can be made to make the VM system MP safe. About 1/2 of the
    350  1.158      yamt 		drivers are converted, the remaining 1/2 need more changes.
    351  1.158      yamt 
    352  1.158      yamt 		As of import this is snapshot of work in progress and so
    353  1.158      yamt 		may not compile; in particular the midi changes are very
    354  1.158      yamt 		much "in progress". The audio component has been tested
    355  1.158      yamt 		and verified to work with emuxki and auvia. There may
    356  1.158      yamt 		be a locking issue in the ac97 code at boot.
    357  1.158      yamt 
    358  1.158      yamt 		The are two locks per device instance, an ISR lock and
    359  1.158      yamt 		a character device lock. The ISR lock replaces calls to
    360  1.158      yamt 		splaudio()/splx(), and will be held across calls to device
    361  1.158      yamt 		methods which were called at splaudio() before (e.g.
    362  1.158      yamt 		trigger_output). The character device lock is held across
    363  1.158      yamt 		calls to nearly all of the methods, excluding some only
    364  1.225       wiz 		used for initialization, e.g. get_locks. This needs to be
    365  1.158      yamt 		documented at merge time.
    366  1.158      yamt 
    367  1.158      yamt 		To test on a multi way x86 system, search for "mpsafe" in
    368  1.158      yamt 		x86/x86/intr.c and change IPL_SCHED to IPL_AUDIO. Run a job
    369  1.158      yamt 		that will acquire the ISR lock (depends on the hardware, but
    370  1.158      yamt 		"while true; do mixerctl -a > /dev/null; done" may suffice).
    371  1.158      yamt 		Play audio, run lockstat and verify that that there is
    372  1.158      yamt 		contention on the ISR lock.
    373  1.158      yamt 
    374  1.270        ad Branch:		ad-audiomp2
    375  1.270        ad Description:	Add MP locking to the audio drivers
    376  1.312  jmcneill Status:		Terminated
    377  1.270        ad Start Date:	7 December 2008
    378  1.312  jmcneill End Date:	19 November 2011
    379  1.270        ad Base Tag:	ad-audiomp2-base
    380  1.270        ad Maintainer:	Andrew Doran <ad (a] NetBSD.org>
    381  1.270        ad Scope:		kernel
    382  1.270        ad Notes:		Ressurect ad-audiomp, make the audio drivers MP safe.
    383  1.270        ad 
    384  1.352        ad Branch:		ad-namecache
    385  1.352        ad Description:	Redo the namecache
    386  1.352        ad Status:		Active
    387  1.352        ad Start Date:	8 January 2020
    388  1.352        ad End Date:
    389  1.352        ad Base Tag:	ad-namecache-base
    390  1.352        ad Maintainer:	Andrew Doran <ad (a] NetBSD.org>
    391  1.352        ad Scope:		src/sys src/common
    392  1.352        ad Notes:		1) Redo the namecache to focus on per-directory data
    393  1.352        ad 		structures, removing the huge hashtable and nasty locking
    394  1.352        ad 		scheme.
    395  1.352        ad 
    396  1.352        ad 		Initially this uses rbtrees (because that's what's there). 
    397  1.352        ad 		The intent is that ultimately some other data structure
    398  1.352        ad 		will be used.
    399  1.352        ad 
    400  1.352        ad 		2) Experiment with having namei() traverse the cache and
    401  1.352        ad 		avoid vnode locks except for the leaf in the totally
    402  1.352        ad 		in-cache case.
    403  1.352        ad 
    404  1.323       agc Branch:		agc-netpgp-standalone
    405  1.323       agc Description:	Remove dependency on openssl libraries in netpgp
    406  1.323       agc Status:		Active
    407  1.323       agc Start Date:	5 May 2012
    408  1.323       agc End Date:
    409  1.323       agc Base Tag:	agc-netpgp-standalone-base
    410  1.323       agc Maintainer:	Alistair Crooks <agc (a] NetBSD.org>
    411  1.323       agc Scope:		src/crypto/external/bsd/netpgp
    412  1.323       agc Notes:		This branch is used to develop the version of netpgp
    413  1.323       agc 		which has its own version of bignum, ciphers, and signatures
    414  1.323       agc 		libraries, so that it is able to operate without openssl
    415  1.323       agc 		being in place.
    416  1.323       agc 
    417  1.328       agc Branch:		agc-symver
    418  1.328       agc Description:	Add library symbol versioning information
    419  1.328       agc Status:		Active
    420  1.328       agc Start Date:	24 March 2013
    421  1.328       agc End Date:
    422  1.328       agc Base Tag:	agc-symver-base
    423  1.328       agc Maintainer:	Alistair Crooks <agc (a] NetBSD.org>
    424  1.328       agc Scope:		src
    425  1.328       agc Notes:		This branch is used to develop DSO symbol versioning, allowing
    426  1.328       agc 		symbols to be added, modified and removed from shared libraries.
    427  1.328       agc 
    428    1.4     bjh21 Branch:		bjh21-hydra
    429    1.4     bjh21 Description:	Simtec Hydra support and ARM SMP in general
    430   1.90     bjh21 Status:		Dormant
    431    1.4     bjh21 Start Date:	18 Oct 2002
    432    1.4     bjh21 End Date:
    433    1.4     bjh21 Base Tag:	bjh21-hydra-base
    434   1.10      salo Maintainer:	Ben Harris <bjh21 (a] NetBSD.org>
    435    1.4     bjh21 Scope:		sys/arch/arm sys/arch/acorn32
    436   1.90     bjh21 Notes:		This code was on a branch because it involves changes to
    437    1.4     bjh21 		cpuswitch.S which would otherwise make merging the
    438   1.90     bjh21 		nathanw_sa branch difficult.
    439    1.1     lukem 
    440  1.337    bouyer Branch:		bouyer-socketcan
    441  1.337    bouyer Description:	Implement a CAN socket layer compatible with linux SocketCAN
    442  1.341    bouyer Status:		Terminated
    443  1.337    bouyer Start Date:	Sun Jan 15 2017
    444  1.341    bouyer End Date:	May 27 2017
    445  1.337    bouyer Base Tag:	bouyer-socketcan-base
    446  1.337    bouyer Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
    447  1.337    bouyer Scope:		src/
    448  1.337    bouyer Notes:		Some documentation on SocketCAN is there:
    449  1.337    bouyer 		https://www.kernel.org/doc/Documentation/networking/can.txt
    450  1.337    bouyer 
    451  1.308    cherry Branch:		cherry-xenmp
    452  1.308    cherry Description:	Port i386 and amd64 Xen kernels to run MP
    453  1.319    cherry Status:		Terminated
    454  1.308    cherry Start Date:	1st June 2011
    455  1.319    cherry End Date:	13th January 2012
    456  1.308    cherry Base Tag:	cherry-xenmp-base
    457  1.308    cherry Maintainer:	Cherry G. Mathew <cherry (a] NetBSD.org>
    458  1.308    cherry Scope:		kernel
    459  1.319    cherry Notes:		None
    460  1.308    cherry 
    461  1.201     chris Branch:		chris-arm-intr-rework
    462  1.201     chris Description:	Rework arm interrupt handling code
    463  1.291       wiz Status:		Dormant
    464  1.201     chris Start Date:	11 Aug 2007
    465  1.201     chris End Date:
    466  1.201     chris Base Tag:	chris-arm-intr-rework-base
    467  1.225       wiz Maintainer:	Chris Gilbert <chris (a] NetBSD.org>
    468  1.201     chris Scope:		sys/arch/arm sys/arch/cats (other arm archs to follow)
    469  1.201     chris Notes:		Rework arm interrupt code to provide a shared set of interrupt
    470  1.201     chris 		routines, and allow improvements to be shared across all arm
    471  1.201     chris 		based hardware.
    472  1.201     chris 
    473   1.79    briggs Branch:		gmcgarry_ucred
    474   1.79    briggs Description:	Integrate and encapsulate user credentials
    475   1.79    briggs Status:		Dormant
    476   1.79    briggs Start Date:	18 December 2002
    477   1.79    briggs End Date:
    478   1.79    briggs Base Tag:	gmcgarry_ucred_base
    479   1.79    briggs Maintainer:	Gregory McGarry <gmcgarry (a] NetBSD.org>
    480   1.79    briggs Scope:		kernel
    481   1.79    briggs Notes:		merge pcred and ucred and poolify
    482   1.79    briggs 
    483  1.199       rjs Branch:		hpcarm-cleanup
    484  1.199       rjs Description:	Fix build problems for hpcarm
    485  1.199       rjs Status:		Active
    486  1.199       rjs Start Date:	31 July 2007
    487  1.199       rjs End Date:
    488  1.199       rjs Base Tag:	hpcarm-cleanup-base
    489  1.199       rjs Maintainer:	Robert Swindells <rjs (a] NetBSD.org>
    490  1.199       rjs Scope:		kernel
    491  1.199       rjs Notes:		Modify SA11x0 interrupt code to match PXA2x0 equivalent.
    492  1.199       rjs 
    493  1.194     itohy Branch:		itohy-usb1
    494  1.194     itohy Description:	USB stack overhaul, mostly DMA related
    495  1.305     itohy Status:		Terminated
    496  1.194     itohy Start Date:	22 May 2007
    497  1.194     itohy End Date:
    498  1.194     itohy Base Tag:	itohy-usb1-base
    499  1.194     itohy Maintainer:	ITOH Yasufumi <itohy (a] NetBSD.org>
    500  1.194     itohy Scope:		kernel
    501  1.194     itohy Notes:		To check out the kernel source tree,
    502  1.194     itohy 		1. check out checkout script
    503  1.194     itohy 			cvs checkout -ritohy-usb1 src/sys/dev/usb/filelist
    504  1.194     itohy 		2. update files in the branch
    505  1.194     itohy 			sh -e src/sys/dev/usb/filelist
    506  1.194     itohy 
    507  1.303    jruoho Branch:		jruoho-x86intr
    508  1.303    jruoho Description:	Cleanup and rework the x86 APIC and PIC subsystems
    509  1.303    jruoho Status:		Active
    510  1.303    jruoho Start Date:	17 January 2011
    511  1.303    jruoho End Date:
    512  1.303    jruoho Base Tag:	jruoho-x86intr-base
    513  1.303    jruoho Maintainer:	Jukka Ruohonen <jruoho (a] NetBSD.org>
    514  1.303    jruoho Scope:		kernel
    515  1.303    jruoho Notes:		This branch aims to cleanup the x86 interrupt routing code.
    516  1.303    jruoho 		In particular, a new implementation is provided for all
    517  1.303    jruoho 		elements of the APIC that involve ACPI. In addition, better
    518  1.303    jruoho 		abstractions are provided for the whole PIC layer. The main
    519  1.303    jruoho 		work areas are sys/arch/x86 and sys/dev/acpi.
    520  1.303    jruoho 
    521  1.276       jym Branch:		jym-xensuspend
    522  1.276       jym Description:	Implement xm save/restore/migrate for NetBSD domU
    523  1.310       jym Status:		Terminated
    524  1.276       jym Start Date:	2009-02-08
    525  1.310       jym End Date:	2011-09-20
    526  1.276       jym Base Tag:	jym-xensuspend-base
    527  1.276       jym Maintainer:	Jean-Yves Migeon <jym (a] NetBSD.org>
    528  1.276       jym Scope:		kernel
    529  1.276       jym Notes:		This branch contains the code required to support the Xen
    530  1.276       jym 		save/restore/migrate facilities. It affects domU frontend
    531  1.276       jym 		drivers (xbd, xennet, xencons, hypervisor), autoconf(9)
    532  1.276       jym 		machinery, as well as MD code (mostly pmap(9)).
    533  1.276       jym 
    534   1.79    briggs Branch:		kame
    535   1.79    briggs Description:	KAME Project
    536   1.79    briggs Status:		Dormant
    537   1.79    briggs Start Date:	28 Jun 1999
    538   1.79    briggs End Date:
    539   1.79    briggs Base Tag:
    540   1.79    briggs Maintainer:	Jun-ichiro itojun Hagino <itojun (a] NetBSD.org>
    541   1.79    briggs Scope:		kernel
    542   1.79    briggs Notes:		http://www.kame.net
    543   1.79    briggs 		Used for "reference" purposes for early part of KAME
    544   1.79    briggs 		integration effort.  The branch is not actively used, as I
    545   1.79    briggs 		(itojun) use patch(1) and diff(1) for the KAME syncs.
    546   1.79    briggs 
    547  1.240   keiichi Branch:		keiichi-mipv6
    548  1.240   keiichi Description:	Developing Mobile IPv6 function
    549  1.240   keiichi Status:		Active
    550  1.240   keiichi Start Date:	21 Feb 2008
    551  1.240   keiichi End Date:	
    552  1.240   keiichi Base Tag:	keiichi-mipv6-base
    553  1.240   keiichi Maintainer:	Keiichi Shima <keiichi (a] netbsd.org>
    554  1.240   keiichi Scope:		sys, sbin, libc/net, distrib/sets, share/man/
    555  1.240   keiichi Notes:		http://www.mobileip.jp/
    556  1.240   keiichi 		Work on developing Mobile IPv6/NEMO BS functions and
    557  1.240   keiichi 		related MIPv6 based advanced functions on NetBSD.
    558  1.240   keiichi 		Please consult keiichi for joining this activity.
    559  1.240   keiichi 
    560   1.79    briggs Branch:		kent-audio2
    561   1.79    briggs Description:	In-kernel audio mixer
    562   1.79    briggs Status:		Active
    563   1.79    briggs Start Date:	Sun Jan 16 2005
    564   1.79    briggs End Date:	
    565   1.79    briggs Base Tag:	kent-audio2-base
    566   1.79    briggs Maintainer:	TAMURA Kent <kent (a] NetBSD.org>
    567   1.79    briggs Scope:		kernel (audio device drivers)
    568   1.79    briggs Notes:		http://mail-index.netbsd.org/tech-kern/2004/12/03/0007.html
    569   1.79    briggs 		Please consult with the maintainer before committing
    570   1.79    briggs 		to this branch.
    571   1.79    briggs 		This branch is not expected to be compilable yet.
    572   1.79    briggs 
    573  1.329   khorben Branch:		khorben-n900
    574  1.329   khorben Description:	Supporting the Nokia N900 smartphone
    575  1.329   khorben Status:		Active
    576  1.329   khorben Start Date:	2013-05-07
    577  1.329   khorben Maintainer:	Pierre Pronchery <khorben (a] netbsd.org>
    578  1.329   khorben Scope:		kernel (OMAP3 support, device drivers)
    579  1.329   khorben Notes:		Do not hesitate to communicate any change that would be welcome
    580  1.329   khorben 		in HEAD.
    581  1.329   khorben 
    582  1.197      matt Branch:		matt-mips64
    583  1.197      matt Description:	Rototill the mips code to support LP64 mips and N32/N64 ABIs
    584  1.284      matt Status:		Mostly dead
    585  1.197      matt Start Date:	2007-07-17
    586  1.197      matt End Date:
    587  1.206      matt Base Tag:	matt-mips64-base
    588  1.206      matt Maintainer:	Matt Thomas <matt (a] NetBSD.org>
    589  1.206      matt Scope:		kernel & userland
    590  1.284      matt Notes:		
    591  1.284      matt 
    592  1.284      matt Branch:		matt-nb5-mips64
    593  1.284      matt Description:	Rototill the mips code to support LP64 mips and N32/N64 ABIs
    594  1.291       wiz Status:		Active
    595  1.284      matt Start Date:	2009-08-01
    596  1.284      matt End Date:
    597  1.307      matt Base Tag:	netbsd-5-1-RELEASE
    598  1.284      matt Maintainer:	Matt Thomas <matt (a] NetBSD.org>
    599  1.284      matt Scope:		kernel & userland
    600  1.284      matt Notes:		
    601  1.206      matt 
    602  1.302      matt Branch:		matt-nb5-pq3
    603  1.302      matt Description:	Rototill the powerpc code to support mpc85xx
    604  1.344      matt Status:		Inactive
    605  1.302      matt Start Date:	2010-12-20
    606  1.302      matt End Date:
    607  1.302      matt Base Tag:	matt-nb5-pq3-base
    608  1.302      matt Maintainer:	Matt Thomas <matt (a] NetBSD.org>
    609  1.302      matt Scope:		kernel & userland
    610  1.302      matt Notes:		
    611  1.302      matt 
    612  1.344      matt Branch:		matt-nb8-mediatek
    613  1.344      matt Description:	Add support for various MediaTek SoCs
    614  1.344      matt Status:		Active
    615  1.344      matt Start Date:	2017-10-27
    616  1.344      matt End Date:
    617  1.344      matt Base Tag:	matt-nb8-mediatek-base
    618  1.344      matt Maintainer:	Matt Thomas <matt (a] NetBSD.org>
    619  1.344      matt Scope:		kernel & userland
    620  1.344      matt Notes:		
    621  1.344      matt 
    622  1.242       mjf Branch:		mjf-devfs2
    623  1.225       wiz Description:	device file system supporting dynamic device nodes
    624  1.224       mjf Status:		Active
    625  1.242       mjf Start Date:	21 February 2008
    626  1.224       mjf End Date:
    627  1.242       mjf Base Tag:	mjf-devfs2-base
    628  1.224       mjf Maintainer:	Matt Fleming <mjf (a] NetBSD.org>
    629  1.224       mjf Scope:		kernel and userland
    630  1.224       mjf Notes:		This branch will move away from the static device nodes that
    631  1.224       mjf 		are created with MAKEDEV scripts and allow nodes to be created
    632  1.224       mjf 		and removed dynamically as devices are attached and detached
    633  1.224       mjf 		from the machine.
    634  1.224       mjf 
    635  1.224       mjf Branch:		mjf-ufs-trans
    636  1.225       wiz Description:	file system transactions for ufs
    637  1.224       mjf Status:		Active
    638  1.224       mjf Start Date:	12 March 2007
    639  1.224       mjf End Date:
    640  1.224       mjf Base Tag:	mjf-ufs-trans-base
    641  1.224       mjf Maintainer:	Matt Fleming <mjf (a] NetBSD.org>
    642  1.224       mjf Scope:		kernel
    643  1.224       mjf Notes:
    644  1.224       mjf 
    645  1.241     skrll Branch:		nick-net80211-sync
    646  1.241     skrll Description:	sync of net80211 with FreeBSD
    647  1.315     skrll Status:		Dormant
    648  1.241     skrll Start Date:	21 February 2008
    649  1.241     skrll End Date:
    650  1.241     skrll Base Tag:	nick-net80211-base
    651  1.241     skrll Maintainer:	Nick Hudson <skrll (a] NetBSD.org>
    652  1.241     skrll Scope:		sys/
    653  1.241     skrll Notes:		Sync'ing net80211 with FreeBSD and drivers update. The branch is
    654  1.241     skrll 		currently only the kernel, but will likely extend to some userland
    655  1.241     skrll 		areas.
    656  1.241     skrll 
    657   1.79    briggs Branch:	  	pkgviews
    658   1.79    briggs Description:  	package views, enabling multiple conflicting packages to co-exist
    659   1.79    briggs Status:		Active
    660   1.79    briggs Start Date:	22 July 2002
    661   1.79    briggs End Date:
    662   1.79    briggs Base Tag:	pkgviews
    663   1.79    briggs Maintainer:	Alistair Crooks <agc (a] NetBSD.org>
    664   1.79    briggs Scope:		pkgsrc, basesrc/usr.sbin/pkg_install
    665   1.79    briggs Notes:		A more flexible infrastructure for third-party packages by
    666   1.79    briggs 		allowing multiple conflicting packages and versions to co-exist
    667   1.79    briggs 		within the same tree
    668   1.79    briggs 
    669  1.353    martin Branch:		phil-wifi
    670  1.353    martin Description:	Refresh WiFi code from FreeBSD
    671  1.354    martin Status:		Abandoned
    672  1.353    martin Start Date:	2018-06-28
    673  1.353    martin End Date:	-
    674  1.353    martin Base Tag:	phil-wifi-base
    675  1.353    martin Maintainer:	phil, martin
    676  1.353    martin Scope:		src
    677  1.354    martin Notes:		This branch has been superseeded by the topic 'wifi'
    678  1.354    martin 		in the src-draft mercurial repository.
    679  1.354    martin 		See https://wiki.netbsd.org/Wifi_renewal_on_hg/
    680  1.353    martin 
    681  1.330     rmind Branch:		rmind-smpnet
    682  1.330     rmind Description:	MP safe network stack (milestone 1): IPv4, UDP and ICMP
    683  1.330     rmind Status:		Active
    684  1.330     rmind Start Date:	17 July 2013
    685  1.330     rmind End Date:	
    686  1.330     rmind Base Tag:	rmind-smpnet-base
    687  1.330     rmind Maintainer:	Mindaugas Rasiukevicius <rmind (a] netbsd.org>
    688  1.330     rmind Scope:		Kernel: src/sys (src/common is tagged but not branched)
    689  1.330     rmind Notes:		Goals:
    690  1.330     rmind 
    691  1.330     rmind 		- Improve the abstraction of PCB and other interfaces.
    692  1.330     rmind 		- Add PCB and route cache locking, adjust socket locking.
    693  1.330     rmind 		- Rework IPv4, UDP and ICMP paths to be MP safe.
    694  1.330     rmind 		- Switch UDP sockets to a separate lock, test and benchmark.
    695  1.330     rmind 
    696   1.79    briggs Branch:		rpaulo-netinet-merge-pcb
    697   1.79    briggs Description:	merge in6pcb with inpcb
    698  1.133    rpaulo Status:		Dormant
    699   1.79    briggs Start Date:	Wed Feb 01 2006
    700   1.79    briggs End Date:	
    701   1.79    briggs Base Tag:	rpaulo-netinet-merge-pcb-base
    702   1.79    briggs Maintainer:	Rui Paulo <rpaulo (a] NetBSD.org>
    703   1.79    briggs Scope:		src/sys
    704  1.135    rpaulo Notes:		No longer active due to the lack of time. If you plan to
    705  1.135    rpaulo 		continue this branch, sys/netinet/in_pcb.h already contains
    706  1.135    rpaulo 		the proposed structure layout (which was roughly discussed
    707  1.135    rpaulo 		in the tech-net mailing list).
    708  1.135    rpaulo 		I also defined INP_*() macros to mimicate FreeBSD's inpcb
    709  1.135    rpaulo 		locking style, but currently they do nothing and are not
    710  1.135    rpaulo 		yet called at the correct places (needs discussion about
    711  1.135    rpaulo 		kernel fine-grained locking).
    712  1.135    rpaulo 		To continue this branch, one needs to read all the relevant
    713  1.135    rpaulo 		inpcb/in6pcb source files and change the function names,
    714  1.225       wiz 		structure names, structure fields according to the new
    715  1.135    rpaulo 		layout (in6pcb is gone).
    716  1.135    rpaulo 		Don't try to build a kernel from this branch because it won't
    717  1.135    rpaulo 		work. The missing pieces required to do a complete build
    718  1.135    rpaulo 		were not committed because they were incomplete and generated
    719  1.135    rpaulo 		panics.
    720  1.135    rpaulo 		You shouldn't need to worry about KAME syncs because
    721  1.135    rpaulo 		they did most of them by now.
    722  1.135    rpaulo 		After the work is done, you are required to test the branch
    723  1.135    rpaulo 		(before the merge to -current) with an interop IPv6 test.
    724  1.135    rpaulo 		More info at: http://www.tahi.org/
    725   1.79    briggs 
    726  1.357   thorpej Branch:		thorpej-cfargs
    727  1.357   thorpej Description:	Clean up hwo arguments are passed to various autoconfiguration
    728  1.357   thorpej 		routines.
    729  1.357   thorpej Status:		Active
    730  1.357   thorpej Start Date:	Sat March 20 2021
    731  1.357   thorpej End Date:
    732  1.357   thorpej Base Tag:	thorpej-cfargs-base
    733  1.357   thorpej Maintainer:	Jason Thorpe <thorpej (a] netbsd.org>
    734  1.357   thorpej Scope:		src/sys
    735  1.357   thorpej Notes:
    736  1.357   thorpej 
    737  1.355   thorpej Branch:		thorpej-futex
    738  1.355   thorpej Description:	Overhaul of futex operations to fix thread priority issues
    739  1.355   thorpej Status:		Active
    740  1.355   thorpej Start Date:	Sun Nov 1 2020
    741  1.355   thorpej End Date:
    742  1.355   thorpej Base Tag:	thorpej-futex-base
    743  1.355   thorpej Maintainer:	Jason Thorpe <thorpej (a] netbsd.org>
    744  1.356   thorpej Scope:		src/sys src/tests/lib/libc/sys src/distrib/sets/lists
    745  1.357   thorpej Notes:		Normal futex operataions pass the test suite, but there are
    746  1.355   thorpej 		issues with Linux compatibility currently, that need to be
    747  1.355   thorpej 		addressed before merging.  Also includes new NetBSD extensions
    748  1.355   thorpej 		to the futex interface to support reader/writer locks.  Those
    749  1.355   thorpej 		changes can be discounted in favor of fixing the standard
    750  1.355   thorpej 		futex operations with respect to Linux compatibility.
    751  1.356   thorpej 		Also includes implementations of eventfd and timerfd, as
    752  1.356   thorpej 		well as some additional improvements to COMPAT_LINUX{,32}.
    753  1.355   thorpej 
    754  1.191  wrstuden Branch:  	wrstuden-fixsa
    755  1.191  wrstuden Description:	Fix a number of issues present with Scheduler Activations.
    756  1.191  wrstuden Status: 	Active
    757  1.191  wrstuden Start Date:	15 May 2007
    758  1.191  wrstuden End Date:
    759  1.191  wrstuden Base Tag:	wrstuden-fixsa-base
    760  1.191  wrstuden Maintainer:	Bill Stouder-Studenmund <wrstuden (a] NetBSD.org>
    761  1.191  wrstuden Scope:		src, though all the interesting stuff is in the kernel
    762  1.191  wrstuden 		or lib/libpthread or maybe gdb.
    763  1.191  wrstuden Notes:		This branch is based off of the netbsd-4 branch!
    764  1.191  wrstuden 		This branch is intended to stage improvements for the
    765  1.191  wrstuden 		Scheduler Activations system for NetBSD 4. Improvements
    766  1.191  wrstuden 		include not allocating memory while preparing to tsleep(),
    767  1.191  wrstuden 		reducing inappropriate upcall delivery (hopefully also
    768  1.191  wrstuden 		eliminating the need to mlock stacks), and being
    769  1.253  wrstuden 		able to pthread_kill() running threads. At this date,
    770  1.253  wrstuden 		most goals have been achieved. This branch also includes
    771  1.253  wrstuden 		fixes to gdb to support working with threaded apps.
    772  1.253  wrstuden 
    773  1.253  wrstuden Branch:  	wrstuden-revivesa
    774  1.253  wrstuden Description:	Fix a number of issues present with Scheduler Activations.
    775  1.253  wrstuden Status: 	Active
    776  1.253  wrstuden Start Date:	10 May 2008
    777  1.253  wrstuden End Date:
    778  1.253  wrstuden Base Tag:	wrstuden-revivesa-base
    779  1.253  wrstuden Maintainer:	Bill Stouder-Studenmund <wrstuden (a] NetBSD.org>
    780  1.253  wrstuden Scope:		src, though all the interesting stuff is in the kernel
    781  1.253  wrstuden Notes:		This branch is intended to revive Scheduler Activations
    782  1.253  wrstuden 		in -current in the 5.0 era. This branch's main goal is
    783  1.253  wrstuden 		to re-add syscall compatability so that SA-based libpthread
    784  1.253  wrstuden 		programs can run with a -current kernel. 1:1 threading will
    785  1.253  wrstuden 		remain the NetBSD-default. This branch will re-add necessary
    786  1.253  wrstuden 		upcall support, and will also serve as a chance to clean
    787  1.253  wrstuden 		out cruft that had accumulated in the implementation over
    788  1.253  wrstuden 		time.
    789  1.191  wrstuden 
    790  1.227      yamt Branch:		yamt-kmem
    791  1.227      yamt Description:	
    792  1.227      yamt 		- separate kernel va allocation from kernel fault handling.
    793  1.227      yamt 		- make kmem_alloc interrupt-safe.
    794  1.227      yamt Status:		Active
    795  1.227      yamt Start Date:	Sun Dec  9 2007
    796  1.227      yamt End Date:	
    797  1.231      yamt Base Tag:	yamt-kmem-base3
    798  1.227      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
    799  1.227      yamt Scope:		src/sys  (src/common is tagged but not branched)
    800  1.227      yamt Notes:		
    801  1.234      yamt 		todo:
    802  1.234      yamt 		- investigate if PMAP_PREFER equivalent can be done
    803  1.234      yamt 		  with vmem_xalloc.  find a tester with hardware for it.
    804  1.234      yamt 		- g/c replaced code, including kmapent and malloc.
    805  1.234      yamt 		- consider to remove other submaps.  eg. mb_map
    806  1.227      yamt 
    807  1.250      yamt Branch:		yamt-nfs-mp
    808  1.250      yamt Description:	make nfs client mp-safe
    809  1.250      yamt Status:		Active
    810  1.250      yamt Start Date:	Sun Apr 27 2008
    811  1.250      yamt End Date:	
    812  1.294      yamt Base Tag:	yamt-nfs-mp-base11
    813  1.250      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
    814  1.250      yamt Scope:		src/sys  (src/common is tagged but not branched)
    815  1.250      yamt Notes:		
    816  1.250      yamt 
    817  1.311      yamt Branch:		yamt-pagecache
    818  1.311      yamt Description:	page cache related changes
    819  1.311      yamt Status:		Active
    820  1.311      yamt Start Date:	Wed Nov 2 2011
    821  1.311      yamt End Date:	
    822  1.327      yamt Base Tag:	yamt-pagecache-base8
    823  1.311      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
    824  1.311      yamt Scope:		src
    825  1.311      yamt Notes:		- maintain object pages in radix tree rather than rb tree.
    826  1.320      yamt 		- shrink the size of vm_page.
    827  1.311      yamt 		- reduce unnecessary page scan in putpages.  esp. when an
    828  1.311      yamt 		  object has a ton of pages cached but only a few of them
    829  1.311      yamt 		  are dirty.
    830  1.311      yamt 		- reduce the number of pmap operations by tracking page
    831  1.316      yamt 		  dirtiness more precisely in uvm layer.
    832  1.311      yamt 		- fix nfs commit range tracking.
    833  1.311      yamt 		- fix nfs write clustering.  XXX hack
    834  1.324      yamt 		- fix A->O loaning
    835  1.325      yamt 		- write radixtree(9) man page
    836  1.311      yamt 
    837  1.317      yamt 		TODO:
    838  1.317      yamt 			- benchmark
    839  1.317      yamt 			- test
    840  1.318      yamt 			- make the write clustering fix less kludgy
    841  1.320      yamt 			- fix or disable the ad-hoc per-cpu statistic
    842  1.324      yamt 			- disable A->O loan as its benefit is unclear at best
    843  1.317      yamt 
    844  1.314      yamt 		tested: i386, amd64, nfs, ffs
    845  1.314      yamt 
    846  1.317      yamt 		have good chances to be broken: lfs, sparc64, hp700
    847  1.314      yamt 
    848  1.318      yamt 		the following is kernel build test results.
    849  1.318      yamt 		most of NG seem unrelated to the changes in the branch.
    850  1.318      yamt 
    851  1.318      yamt 			acorn26  GENERIC    OK      
    852  1.318      yamt 			acorn32  GENERIC    OK      
    853  1.318      yamt 			algor    P6032      NG      
    854  1.318      yamt 			alpha    GENERIC    OK      
    855  1.318      yamt 			alpha    GENERIC.MP OK      
    856  1.318      yamt 			amd64    GENERIC    OK      
    857  1.318      yamt 			amd64    XEN3_DOM0  OK      
    858  1.318      yamt 			amd64    XEN3_DOMU  OK      
    859  1.318      yamt 			amiga    GENERIC    OK      
    860  1.318      yamt 			amigappc GENERIC    OK      
    861  1.318      yamt 			arc      GENERIC    OK      
    862  1.318      yamt 			atari    MILAN-PCIIDE OK      
    863  1.318      yamt 			bebox    GENERIC    OK      
    864  1.318      yamt 			cats     GENERIC    OK      
    865  1.318      yamt 			cesfic   GENERIC    OK      
    866  1.318      yamt 			cobalt   GENERIC    OK      
    867  1.318      yamt 			dreamcast GENERIC    NG      
    868  1.318      yamt 			emips    GENERIC    OK      
    869  1.318      yamt 			evbarm   NSLU2      NG      
    870  1.318      yamt 			evbarm   TS7200     NG      
    871  1.318      yamt 			evbmips  P6032      NG      
    872  1.318      yamt 			evbmips  MALTA      NG      
    873  1.318      yamt 			evbppc   WALNUT     NG      
    874  1.318      yamt 			evbppc   EXPLORA451 NG      
    875  1.318      yamt 			evbppc   PMPPC      NG      
    876  1.318      yamt 			evbsh3   COMPUTEXEVB OK      
    877  1.318      yamt 			ews4800mips GENERIC    OK      
    878  1.318      yamt 			hp300    GENERIC    OK      
    879  1.318      yamt 			hp700    GENERIC    OK      
    880  1.318      yamt 			hpcarm   JORNADA720 OK      
    881  1.318      yamt 			hpcarm   JORNADA728 OK      
    882  1.318      yamt 			hpcmips  GENERIC    OK      
    883  1.318      yamt 			hpcsh    GENERIC    OK      
    884  1.318      yamt 			hpcsh    HPW650PA   OK      
    885  1.318      yamt 			i386     MONOLITHIC OK      
    886  1.318      yamt 			i386     GENERIC    OK      
    887  1.318      yamt 			i386     XEN3_DOM0  OK      
    888  1.318      yamt 			i386     XEN3_DOMU  OK      
    889  1.318      yamt 			i386     ALL        NG      
    890  1.318      yamt 			ia64     GENERIC    OK      
    891  1.318      yamt 			ia64     GENERIC.SKI NG      
    892  1.318      yamt 			ibmnws   GENERIC    OK      
    893  1.318      yamt 			iyonix   GENERIC    NG      
    894  1.318      yamt 			landisk  GENERIC    OK      
    895  1.318      yamt 			luna68k  GENERIC    OK      
    896  1.318      yamt 			mac68k   GENERIC    OK      
    897  1.318      yamt 			macppc   GENERIC    OK      
    898  1.318      yamt 			macppc   GENERIC.MP OK      
    899  1.318      yamt 			mipsco   GENERIC    OK      
    900  1.318      yamt 			mmeye    GENERIC    OK      
    901  1.318      yamt 			mvme68k  GENERIC    OK      
    902  1.318      yamt 			mvmeppc  GENERIC    OK      
    903  1.318      yamt 			netwinder GENERIC    NG      
    904  1.318      yamt 			news68k  GENERIC    OK      
    905  1.318      yamt 			newsmips GENERIC    OK      
    906  1.318      yamt 			next68k  GENERIC    OK      
    907  1.318      yamt 			ofppc    GENERIC    OK      
    908  1.318      yamt 			ofppc    GENERIC.MP NG      
    909  1.318      yamt 			pmax     GENERIC    OK      
    910  1.318      yamt 			prep     GENERIC    OK      
    911  1.318      yamt 			rs6000   GENERIC    NG      
    912  1.318      yamt 			sandpoint GENERIC    OK      
    913  1.318      yamt 			sbmips   GENERIC    NG      
    914  1.318      yamt 			sbmips   GENERIC.MP NG      
    915  1.318      yamt 			sgimips  GENERIC32_IP3x OK      
    916  1.318      yamt 			shark    GENERIC    NG      
    917  1.318      yamt 			sparc    GENERIC    OK      
    918  1.318      yamt 			sparc    GENERIC.MP OK      
    919  1.318      yamt 			sparc64  GENERIC    OK      
    920  1.318      yamt 			sun2     GENERIC    OK      
    921  1.318      yamt 			sun3     GENERIC    OK      
    922  1.318      yamt 			usermode GENERIC    NG      
    923  1.318      yamt 			vax      GENERIC    OK      
    924  1.318      yamt 			vax      GENERIC.MP OK      
    925  1.318      yamt 			x68k     GENERIC    OK      
    926  1.318      yamt 			zaurus   GENERIC    NG      
    927  1.318      yamt 
    928  1.163   reinoud Branch:		reinoud-bufcleanup
    929  1.164   reinoud Description:	implement and evaluate struct buf usage cleanup strategies.
    930  1.164   reinoud 		Ideas currently in mind (preference for b):
    931  1.164   reinoud 		a)
    932  1.163   reinoud 			1. use of bio_ops per buffer.
    933  1.163   reinoud 			2. allow chaining/overloading of functions in bio_ops
    934  1.163   reinoud 			   and provide some private context.
    935  1.225       wiz 			3. extend the bio_ops with commonly used functionality
    936  1.163   reinoud 			   like pending action counting, custom context passing,
    937  1.163   reinoud 			   last minute processing of buffer data, buffer cache
    938  1.163   reinoud 			   etc.
    939  1.163   reinoud 			4. investigate the use of the kcont()
    940  1.163   reinoud 			   continuation-passing framework for async io
    941  1.163   reinoud 			   completion notification for bufs
    942  1.164   reinoud 			...
    943  1.164   reinoud 		b)
    944  1.164   reinoud 			1. all sequencing use of B_CALL replaced by
    945  1.164   reinoud 			   device-threads, if possible generic code around BUFQ
    946  1.225       wiz 			2. possibly use kcont() for async IO finished signaling
    947  1.164   reinoud 			3. counter of pending and queued actions requestable
    948  1.164   reinoud 			   by IOCTL interface?
    949  1.164   reinoud 			4. implement `last minute buffer fixup' calls and maybe
    950  1.164   reinoud 			   even finished I/O calls as vnode operations
    951  1.164   reinoud 			...
    952  1.163   reinoud Status:		Active
    953  1.163   reinoud Start Date:	Thu Mar 15 2007
    954  1.163   reinoud End Date:
    955  1.163   reinoud Base Tag:	reinoud-bufcleanup-base
    956  1.163   reinoud Maintainer:	Reinoud Zandijk <reinoud (a] NetBSD.org>
    957  1.163   reinoud Scope:		src/sys and src/common
    958  1.225       wiz Notes:		Used as experiment sandbox and if successful hopefully one day
    959  1.225       wiz 		to be integrated.
    960  1.163   reinoud 
    961  1.347  pgoyette 
    962  1.347  pgoyette ########################################################################
    963  1.347  pgoyette # Individual developers' branches (Terminated):
    964  1.347  pgoyette ########################################################################
    965  1.347  pgoyette 
    966  1.345  pgoyette Branch:		pgoyette-compat
    967  1.345  pgoyette Description:	clean-up of compat module
    968  1.347  pgoyette Status:		Merged
    969  1.345  pgoyette Start Date:	Tues Mar 6, 2018
    970  1.347  pgoyette End Date:	Sun Jan 27, 2019
    971  1.345  pgoyette Base Tag:	pgoyette-compat-base
    972  1.345  pgoyette Maintainer:	pgoyette
    973  1.345  pgoyette Scope:		src/
    974  1.345  pgoyette Notes:
    975  1.345  pgoyette 
    976  1.340  pgoyette Branch:		prg-localcount2
    977  1.340  pgoyette Description:	Implement localcount reference counting as proposed by
    978  1.340  pgoyette 		riastradh@ - supersedes abandonded pgoyette-localcount
    979  1.345  pgoyette Status:		Suspended - core of the changes were merged to HEAD
    980  1.340  pgoyette Start Date:	Wed Apr 26 2017
    981  1.340  pgoyette End Date:	
    982  1.340  pgoyette Base Tag:	prg-localcount2-base
    983  1.340  pgoyette Maintainer:	pgoyette
    984  1.340  pgoyette Scope:		src/sys/
    985  1.340  pgoyette Notes:		
    986  1.340  pgoyette 
    987  1.336  pgoyette Branch:		pgoyette-localcount
    988  1.336  pgoyette Description:	Implement localcount reference counting as proposed by
    989  1.336  pgoyette 		riastradh@
    990  1.339  pgoyette Status:		Terminated
    991  1.336  pgoyette Start Date:	Fri Jul 15 2016
    992  1.339  pgoyette End Date:	Wed Apr 26 2017
    993  1.336  pgoyette Base Tag:	pgoyette-localcount-base
    994  1.336  pgoyette Maintainer:	pgoyette
    995  1.336  pgoyette Scope:		src/sys/
    996  1.339  pgoyette Notes:		Abandoned - there seems to have been some CVS "pilot
    997  1.339  pgoyette 		error during one of the sync-with-head and now there
    998  1.339  pgoyette 		are an unknown number of commits missing from an
    999  1.339  pgoyette 		unknown number of files from an unknown time period.
   1000  1.339  pgoyette 		The work will be salvaged as much as possible, and
   1001  1.339  pgoyette 		applied to a new clean branch.
   1002  1.336  pgoyette 
   1003    1.1     lukem Branch:		bouyer-scsipi
   1004    1.1     lukem Description:	Integration of atapi support
   1005    1.1     lukem Status:		Terminated
   1006    1.1     lukem Start Date:
   1007    1.1     lukem End Date:
   1008    1.1     lukem Base Tag:
   1009   1.10      salo Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
   1010    1.1     lukem Scope:		kernel
   1011    1.1     lukem Notes:		Superseded by thorpej_scsipi
   1012    1.1     lukem 
   1013   1.79    briggs Branch:		bouyer-xen2
   1014   1.79    briggs Description:	update xen port to xen 2.0, with support for domain0 operations
   1015   1.79    briggs Status:		Terminated
   1016   1.79    briggs Start Date:	Dec 13 2004
   1017   1.79    briggs End Date:	Mar 10 2005
   1018   1.79    briggs Base Tag:	netbsd-2-base
   1019   1.79    briggs Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
   1020   1.79    briggs Scope:		src/sys/arch/xen
   1021   1.79    briggs Notes:
   1022   1.79    briggs 
   1023  1.220    bouyer Branch:		bouyer-xenamd64
   1024  1.220    bouyer Description:	add amd64 support to Xen and rework some parts to share more code between Xen and others
   1025  1.220    bouyer Status:		Terminated
   1026  1.220    bouyer Start Date:	18 Oct 2007
   1027  1.220    bouyer End Date:	22 Nov 2007
   1028  1.220    bouyer Base Tag:	bouyer-xenamd64-base
   1029  1.220    bouyer Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
   1030  1.220    bouyer Scope:		kernel
   1031  1.220    bouyer Notes:		
   1032  1.220    bouyer 
   1033  1.238    bouyer Branch:		bouyer-xeni386
   1034  1.238    bouyer Description:	switch xen on i386 to the x86 pmap and the xen/x86/x86_xpmap.c bootstrap, and add i386 PAE support
   1035  1.243      yamt Status:		Terminated
   1036  1.238    bouyer Start Date:	10 Dec 2007
   1037  1.238    bouyer End Date:	23 Jan 2008
   1038  1.238    bouyer Base Tag:	bouyer-xeni386-base
   1039  1.238    bouyer Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
   1040  1.238    bouyer Scope:		kernel
   1041  1.238    bouyer Notes:		
   1042  1.238    bouyer 
   1043  1.337    bouyer Branch:		bouyer-quota2
   1044  1.337    bouyer Description:	modernise disk quotas
   1045  1.337    bouyer Status:		Terminated
   1046  1.337    bouyer Start Date:	Thu Jan 20 2011
   1047  1.337    bouyer End Date:	March 06 2011
   1048  1.337    bouyer Base Tag:	bouyer-quota2-base
   1049  1.337    bouyer Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>
   1050  1.337    bouyer Scope:		src/
   1051  1.337    bouyer Notes:
   1052  1.337    bouyer 
   1053   1.87      chap Branch: 	chap-midi
   1054   1.87      chap Description:	Renovation of MIDI support
   1055   1.87      chap Status: 	Terminated; merged to -current
   1056   1.87      chap Start Date:	19 May 2006
   1057   1.87      chap End Date:	30 Jun 2006
   1058   1.87      chap Base Tag:	chap-midi-base
   1059   1.87      chap Maintainer:	Chapman Flack <chap (a] NetBSD.org>
   1060   1.87      chap Scope:		sys, share/man, usr.bin
   1061   1.87      chap Notes:
   1062   1.87      chap 
   1063    1.1     lukem Branch:		chs-ubc
   1064   1.44       chs Description:	Unified Buffer Cache
   1065   1.44       chs Status:		Terminated
   1066    1.1     lukem Start Date:
   1067    1.1     lukem End Date:
   1068    1.1     lukem Base Tag:	chs-ubc-base
   1069   1.10      salo Maintainer:	Chuck Silvers <chs (a] NetBSD.org>
   1070    1.1     lukem Scope:		kernel
   1071    1.1     lukem Notes:
   1072    1.1     lukem 
   1073    1.1     lukem Branch:		chs-ubc2
   1074   1.44       chs Description:	 Unified Buffer Cache
   1075   1.44       chs Status:		Terminated; merged to -current
   1076    1.1     lukem Start Date:
   1077    1.1     lukem End Date:
   1078    1.1     lukem Base Tag:	chs-ubc2-base, chs-ubc2-newbase
   1079   1.10      salo Maintainer:	Chuck Silvers <chs (a] NetBSD.org>
   1080    1.1     lukem Scope:		kernel
   1081    1.1     lukem Notes:
   1082    1.1     lukem 
   1083    1.1     lukem Branch:		cjs-build-against-obj-dir
   1084    1.1     lukem Description:	?
   1085    1.1     lukem Status:		?
   1086    1.1     lukem Start Date:
   1087    1.1     lukem End Date:
   1088    1.1     lukem Base Tag:
   1089   1.10      salo Maintainer:	Curt Sampson <cjs (a] NetBSD.org>
   1090    1.1     lukem Scope:		Entire tree.
   1091    1.1     lukem Notes:
   1092    1.1     lukem 
   1093  1.285      cube Branch:		cube-autoconf
   1094  1.285      cube Description:	Renovate autoconf(9) API
   1095  1.285      cube Status:		Terminated; abandoned
   1096  1.285      cube Start Date:	11 Dec 2007
   1097  1.285      cube End Date:
   1098  1.285      cube Base Tag:	cube-autoconf-base
   1099  1.285      cube Maintainer:	Quentin Garnier <cube (a] NetBSD.org>
   1100  1.285      cube Scope:		kernel usr.bin/config (and some other userland bits)
   1101  1.285      cube Notes:		Address a number of issues the current autoconf(9) API has.
   1102  1.285      cube 
   1103    1.1     lukem Branch:		eeh-paddr_t
   1104   1.44       chs Description:	use separate types for virtual vs. physical addresses
   1105   1.44       chs Status:		Terminated; merged to -current
   1106    1.1     lukem Start Date:
   1107    1.1     lukem End Date:
   1108    1.1     lukem Base Tag:	eeh-paddr_t-base
   1109   1.10      salo Maintainer:	Eduardo Horvath <eeh (a] NetBSD.org>
   1110    1.1     lukem Scope:		kernel
   1111   1.44       chs Notes:		This is needed to support 32-bit kernels on sparc64.
   1112    1.1     lukem 
   1113   1.79    briggs Branch:		elad-kernelauth
   1114   1.79    briggs Description:	Native NetBSD implementation of Apple's kernel authorization
   1115   1.79    briggs 		based on TN2127. This is a "clean-room" implementation to
   1116   1.79    briggs 		avoid any licensing issues.
   1117   1.79    briggs Status:		Terminated; merged to -current
   1118   1.79    briggs Start Date:	Tue Mar	 7 2006
   1119   1.79    briggs End Date:	Mon May 15 2006
   1120   1.79    briggs Base Tag:	elad-kernelauth-base
   1121   1.79    briggs Maintainer:	Elad Efrat <elad (a] NetBSD.org>
   1122   1.79    briggs Scope:		src/sys, src/share/man/man9/Makefile,
   1123   1.79    briggs 		src/share/man/man9/kauth.h, src/distrib/sets/lists/comp/mi
   1124   1.79    briggs Notes:
   1125   1.79    briggs 
   1126    1.1     lukem Branch:		fvdl-softdep
   1127    1.1     lukem Description:	FFS soft dependencies
   1128   1.44       chs Status:		Terminated; merged to -current
   1129    1.1     lukem Start Date:
   1130    1.1     lukem End Date:
   1131    1.1     lukem Base Tag:	fvdl-softdep-base
   1132   1.10      salo Maintainer:	Frank van der Linden <fvdl (a] NetBSD.org>
   1133    1.1     lukem Scope:		kernel
   1134    1.1     lukem Notes:
   1135    1.1     lukem 
   1136    1.1     lukem Branch:		gehenna-devsw
   1137    1.1     lukem Description:	auto-generation of devsw table
   1138    1.1     lukem Status:		Terminated
   1139    1.1     lukem Start Date:	16 May 2002
   1140    1.1     lukem End Date:	6 Sep 2002
   1141    1.1     lukem Base Tag:	gehenna-devsw-base
   1142   1.10      salo Maintainer:	MAEKAWA Masahide <gehenna (a] NetBSD.org>
   1143    1.1     lukem Scope:		syssrc
   1144    1.1     lukem Notes:		The goal is to get rid of the existing device switch tables in
   1145    1.1     lukem 		port-dependent conf.c and to generate them dynamically by
   1146    1.1     lukem 		config(8).
   1147    1.8  gmcgarry 
   1148  1.272      haad Branch:         haad-dm
   1149  1.272      haad Description:    Add support for LVM to NetBSD
   1150  1.272      haad Status:         Terminated; merged with -current
   1151  1.272      haad Start Date:     7 July 2008
   1152  1.272      haad End Date:	19 December 2008
   1153  1.272      haad Base Tag:       haad-dm-base
   1154  1.272      haad Maintainer:     Adam Hamsik <haad (a] NetBSD.org>
   1155  1.272      haad Scope:          kernel
   1156  1.272      haad Notes:          LVM support is based on Linux lvm2tools, 
   1157  1.272      haad                 libdevmapper library and NetBSD device-mapper
   1158  1.272      haad                 driver. 
   1159  1.272      haad 
   1160    1.1     lukem Branch:		is-newarp
   1161   1.23        is Description:	ARP for non-Ethernet
   1162   1.23        is Status:		Terminated; merged before NetBSD 1.3
   1163   1.23        is Start Date:	1996/10/13
   1164   1.23        is End Date:	1997/03/15
   1165    1.1     lukem Base Tag:	is-newarp-base
   1166   1.10      salo Maintainer:	Ignatios Souvatzis <is (a] NetBSD.org>
   1167    1.1     lukem Scope:		kernel
   1168    1.1     lukem Notes:
   1169    1.1     lukem 
   1170  1.350     isaki Branch:		isaki-audio2
   1171  1.350     isaki Description:	Overhaul audio subsystem
   1172  1.350     isaki Status:		Terminated; merged to -current
   1173  1.350     isaki Start Date:	21 Apr 2019
   1174  1.350     isaki End Date:	08 May 2019
   1175  1.350     isaki Base Tag:	isaki-audio2-base
   1176  1.350     isaki Maintainer:	Tetsuya Isaki <isaki (a] NetBSD.org>
   1177  1.350     isaki Scope:		src/sys
   1178  1.350     isaki Notes:		Rework audio subsystem, including multiple streaming,
   1179  1.350     isaki 		filter pipeline.
   1180  1.350     isaki 
   1181  1.226  jmcneill Branch:		jmcneill-pm
   1182  1.226  jmcneill Description:	Power management framework overhaul, ACPI improvements
   1183  1.226  jmcneill Status:		Terminated; merged before NetBSD 5.0
   1184  1.226  jmcneill Start Date:	3 Aug 2007
   1185  1.226  jmcneill End Date:	9 Dec 2007
   1186  1.226  jmcneill Base Tag:	jmcneill-pm-base
   1187  1.226  jmcneill Maintainer:	Jared D. McNeill <jmcneill (a] NetBSD.org>
   1188  1.226  jmcneill Scope:		kernel
   1189  1.226  jmcneill Notes:		
   1190  1.226  jmcneill 
   1191  1.312  jmcneill Branch:		jmcneill-audiomp3
   1192  1.312  jmcneill Description:	Add MP locking to the audio drivers
   1193  1.313  jmcneill Status:		Terminated; merged before NetBSD 6.0
   1194  1.312  jmcneill Start Date:	19 Nov 2011
   1195  1.313  jmcneill End Date:	23 Nov 2011
   1196  1.312  jmcneill Base Tag:	jmcneill-audiomp3-base
   1197  1.312  jmcneill Maintainer:	Jared D. McNeill <jmcneill (a] NetBSD.org>
   1198  1.312  jmcneill Scope:		kernel
   1199  1.312  jmcneill Notes:		Resurrect ad-audiomp2, make the audio drivers MP safe.
   1200  1.312  jmcneill 
   1201    1.1     lukem Branch:		kenh-if-detach
   1202    1.1     lukem Description:	Interface detach support.
   1203    1.1     lukem Status:		?
   1204    1.1     lukem Start Date:
   1205    1.1     lukem End Date:
   1206    1.1     lukem Base Tag:	kenh-if-detach-base
   1207   1.10      salo Maintainer:	Ken Hornstein <kenh (a] NetBSD.org>
   1208    1.1     lukem Scope:		kernel
   1209    1.1     lukem Notes:
   1210    1.1     lukem 
   1211   1.16      kent Branch:		kent-audio1
   1212   1.16      kent Description:	Audio converter pipeline
   1213   1.18      kent Status:		Terminated; merged to -current
   1214   1.16      kent Start Date:	Tue Dec  7 2004
   1215   1.17      kent End Date:	Tue Jan 11 2005
   1216   1.17      kent Base Tag:	kent-audio1-base
   1217   1.17      kent Maintainer:	TAMURA Kent <kent (a] NetBSD.org>
   1218   1.17      kent Scope:		kernel (audio device drivers)
   1219   1.17      kent Notes:		http://mail-index.netbsd.org/tech-kern/2004/12/03/0007.html
   1220   1.17      kent 		Please consult with the maintainer before committing
   1221   1.17      kent 		to this branch.
   1222   1.17      kent 
   1223    1.1     lukem Branch:		kqueue
   1224    1.1     lukem Description:	kqueue kernel event notification mechanism (from FreeBSD)
   1225    1.5  jdolecek Status:		Terminated; merged to -current
   1226    1.1     lukem Start Date:	Tue Jul 10 23:08:38 EST 2001
   1227    1.5  jdolecek End Date:	Tue Oct 24 09:14:14 GMT 2002
   1228    1.1     lukem Base Tag:	kqueue-base
   1229    1.1     lukem Maintainer:	Jaromir Dolecek <jdolecek (a] NetBSD.org>
   1230    1.1     lukem Scope:		kernel, libc/sys, share/man/man9, usr.bin/fstat
   1231    1.1     lukem Notes:		Integration of FreeBSD's kqueue(2) mechanism, with various
   1232    1.1     lukem 		local internal changes to better suit NetBSD, and
   1233    1.1     lukem 		enhancements such as looking up filters by name or
   1234    1.1     lukem 		number, and dynamic registration of "user" filters.
   1235   1.11     skrll 
   1236   1.11     skrll Branch:		ktrace-lwp
   1237   1.11     skrll Description:	ktrace support for lwp ids.
   1238   1.59     skrll Status:		Terminated; merged to -current
   1239   1.11     skrll Start Date:	Wed Jul  2 15:27:30 UTC 2003
   1240   1.59     skrll End Date:	Sun Dec 11 12:25:29 UTC 2005
   1241   1.11     skrll Base Tag:	ktrace-lwp-base
   1242   1.12     grant Maintainer:	Darren Reed <darrenr (a] NetBSD.org>
   1243   1.11     skrll Scope:		sys
   1244   1.11     skrll Notes:		
   1245    1.1     lukem 
   1246    1.1     lukem Branch:		marc-pcmcia
   1247    1.1     lukem Description:	PCMCIA support
   1248    1.1     lukem Status:		Terminated; merged to -current
   1249    1.1     lukem Start Date:
   1250    1.1     lukem End Date:
   1251    1.1     lukem Base Tag:	marc-pcmcia-base, marc-pcmcia-bp
   1252   1.10      salo Maintainer:	Marc Horowitz <marc (a] NetBSD.org>
   1253    1.1     lukem Scope:		kernel
   1254    1.1     lukem Notes:
   1255    1.1     lukem 
   1256  1.268   tsutsui Branch:		matt-armv6
   1257  1.268   tsutsui Description:	Rototill the arm code to support features present in the
   1258  1.268   tsutsui 		v6 of the ARM Architecture.  Additionally, clean up things
   1259  1.268   tsutsui 		along the way to use common practices.
   1260  1.268   tsutsui Status:		Terminated; merged to -current
   1261  1.268   tsutsui Start Date:	2007-08-27
   1262  1.268   tsutsui End Date:	2008-04-27
   1263  1.268   tsutsui Base Tag:	matt-armv6-base
   1264  1.268   tsutsui Maintainer:	Matt Thomas <matt (a] NetBSD.org>
   1265  1.268   tsutsui Scope:		kernel & userland
   1266  1.268   tsutsui Notes:	
   1267  1.268   tsutsui 
   1268    1.1     lukem Branch:		minoura_x68k_bus_h
   1269    1.1     lukem Description:	bus_space(9) and bus_dma(9) implementation for x68k
   1270    1.1     lukem Status:		Terminated; merged to -current
   1271    1.1     lukem Start Date:	23 Dec 1998
   1272    1.1     lukem End Date:	16 Mar 1999
   1273    1.1     lukem Base Tag:	minoura_x68k_bus_h-base
   1274   1.10      salo Maintainer:	Minoura Makoto <minoura (a] NetBSD.org>
   1275    1.1     lukem Scope:		sys/arch/x68k
   1276    1.1     lukem Notes:
   1277    1.1     lukem 
   1278    1.1     lukem Branch:		minoura-xpg4dl
   1279    1.1     lukem Description:	Citrus Project locale subsystem
   1280    1.1     lukem Status:		Terminated; (partly) merged to -current
   1281    1.1     lukem Start Date:	28 March 2000
   1282    1.1     lukem End Date:
   1283    1.1     lukem Base Tag:	minoura-xpg4dl-base
   1284   1.10      salo Maintainer:	Minoura Makoto <minoura (a] NetBSD.org>
   1285    1.1     lukem Scope:		basesrc, syssrc, sharesrc
   1286    1.1     lukem Notes:		Citrus Project is developing dynamically-loadable, codeset-
   1287    1.1     lukem 		independent locale subsystem.  Part of the implementation
   1288    1.1     lukem 		(LC_CTYPE) called XPG4DL is now integrated to -current.
   1289    1.1     lukem 
   1290  1.242       mjf Branch:		mjf-devfs
   1291  1.242       mjf Description:	device file system supporting dynamic device nodes
   1292  1.242       mjf Status:		Terminated
   1293  1.242       mjf Start Date:	12 November 2007
   1294  1.242       mjf End Date:	21 February 2008
   1295  1.242       mjf Base Tag:	mjf-devfs-base
   1296  1.242       mjf Maintainer:	Matt Fleming <mjf (a] NetBSD.org>
   1297  1.242       mjf Scope:		kernel and userland
   1298  1.242       mjf Notes:		This branch will move away from the static device nodes that
   1299  1.242       mjf 		are created with MAKEDEV scripts and allow nodes to be created
   1300  1.242       mjf 		and removed dynamically as devices are attached and detached
   1301  1.242       mjf 		from the machine.
   1302  1.242       mjf 
   1303    1.1     lukem Branch:		mrg-vm-swap
   1304   1.49       mrg Description:	dynamic swap allocation, swap-to-files support
   1305  1.225       wiz Status:		Terminated; abandoned for mrg-vm-swap2
   1306   1.49       mrg Start Date:	12 February 1997
   1307   1.49       mrg End Date:	15 March 1997
   1308   1.49       mrg Base Tag:	[none]
   1309   1.49       mrg Maintainer:	Matthew R. Green <mrg (a] NetBSD.org>
   1310   1.49       mrg Scope:		kernel
   1311   1.49       mrg Notes:
   1312   1.49       mrg 
   1313   1.49       mrg Branch:		mrg-vm-swap2
   1314   1.49       mrg Description:	dynamic swap allocation, swap-to-files support
   1315   1.49       mrg Status:		Terminated; merged to -current
   1316   1.49       mrg Start Date:	4 May 1997
   1317   1.49       mrg End Date:	12 June 1997
   1318   1.49       mrg Base Tag:	mrg-vm-swap2-base
   1319   1.10      salo Maintainer:	Matthew R. Green <mrg (a] NetBSD.org>
   1320    1.1     lukem Scope:		kernel
   1321    1.1     lukem Notes:
   1322    1.1     lukem 
   1323    1.1     lukem Branch:		nathanw_sa
   1324    1.1     lukem Description:	Scheduler activations
   1325   1.44       chs Status:		Terminated; merged to -current
   1326    1.1     lukem Start Date:	5 March 2001
   1327    1.9   thorpej End Date:	18 January 2003
   1328    1.1     lukem Base Tag:	nathanw_sa_base
   1329   1.10      salo Maintainer:	Nathan Williams <nathanw (a] NetBSD.org>
   1330    1.1     lukem Scope:		kernel, libc, libkvm, libpthread, libpthread_dbg, include, 
   1331    1.1     lukem 		bin/ps usr.bin/systat usr.bin/top usr.bin/w
   1332    1.1     lukem 		gnu/dist/toolchain/gdb gnu/usr.bin/gdb
   1333    1.1     lukem Notes:		The idea of scheduler activations is described in the
   1334    1.1     lukem 		classic paper by Anderson et al., in ACM Transactions
   1335    1.1     lukem 		a on Computer Systems volume 10 issue 1 (1992),which
   1336    1.1     lukem 		can be found at
   1337    1.1     lukem 		http://www.acm.org/pubs/citations/journals/tocs/1992-10-1/p53-anderson/
   1338    1.1     lukem 		Many ideas in the implementation are based on the
   1339    1.1     lukem 		implementation of scheduler activations added to Mach
   1340    1.1     lukem 		3.0 and described by Davis et al. in the University of
   1341    1.1     lukem 		Washington CS tech report 92-08-93, which can be found
   1342    1.1     lukem 		at
   1343    1.1     lukem 		ftp://ftp.cs.washington.edu/tr/1992/08/UW-CSE-92-08-03.PS.Z
   1344    1.1     lukem 
   1345    1.1     lukem 		My USENIX paper on the subject can be found at
   1346    1.1     lukem 		http://web.mit.edu/nathanw/www/usenix/
   1347    1.1     lukem 
   1348    1.1     lukem 		Please consult with the maintainer before committing
   1349    1.1     lukem 		to this branch.
   1350    1.1     lukem 		Other tags starting with nathanw_sa reserved for
   1351    1.1     lukem 		branch management and are not guaranteed to be stable.
   1352    1.9   thorpej 
   1353    1.9   thorpej 		Trunk tagged with "nathanw_sa_before_merge" prior to
   1354    1.9   thorpej 		merging branch down to trunk.  Branch tagged with
   1355    1.9   thorpej 		"nathanw_sa_end" to indicate the ending revision of
   1356    1.9   thorpej 		the branch.
   1357    1.1     lukem 
   1358  1.217     joerg Branch:		newlock
   1359  1.217     joerg Description:	New locking primitives, based on Solaris's
   1360  1.217     joerg Status:		Terminated
   1361  1.217     joerg Start Date:	March 9, 2002
   1362  1.225       wiz End Date:	February 12, 2007
   1363  1.217     joerg Base Tag:	newlock-base
   1364  1.217     joerg Maintainer:	Jason R. Thorpe <thorpej (a] NetBSD.org>
   1365  1.217     joerg Scope:		Kernel
   1366  1.217     joerg Notes:		The goal is to replace the existing lockmgr() and
   1367  1.217     joerg 		simple_lock() based locking mechanisms with the
   1368  1.217     joerg 		primitives found in Solaris: mutexes and rwlocks.
   1369  1.225       wiz 		Superseded by the newlock2 branch.
   1370  1.217     joerg 
   1371  1.217     joerg Branch:		newlock2
   1372  1.217     joerg Description:	New locking primitives, based on Solaris's
   1373  1.217     joerg Status:		Terminated
   1374  1.217     joerg Start Date:	September 9, 2006
   1375  1.225       wiz End Date:	February 12, 2007
   1376  1.217     joerg Base Tag:	newlock2-base
   1377  1.217     joerg Maintainer:	Andrew Doran <ad (a] NetBSD.org>
   1378  1.217     joerg Scope:		Kernel
   1379  1.217     joerg Notes:		As per the newlock branch, however given the amount of time
   1380  1.217     joerg 		the original branch has lain dormant, a new one has been
   1381  1.217     joerg 		created.  Goals:
   1382  1.217     joerg 		- Implement new locking primitives on most-used ports.
   1383  1.217     joerg 		- Minor locking improvements.
   1384  1.217     joerg 		- Remove spinlockmgr().
   1385  1.217     joerg 
   1386  1.217     joerg Branch:		nick-csl-alignment
   1387  1.217     joerg Description:	Provide correctly aligned __cpu_simple_lock_t for hppa
   1388  1.278     skrll Status: 	Terminated; merged to -current
   1389  1.217     joerg Start Date:	2007-07-18
   1390  1.217     joerg End Date:
   1391  1.217     joerg Base Tag:	nick-csl-alignment-base5
   1392  1.217     joerg Maintainer:	Nick Hudson <skrll (a] NetBSD.org>
   1393  1.217     joerg Scope:		sys, lib/libpthread, lib/libpthread_dbg
   1394  1.217     joerg Notes:	
   1395  1.217     joerg 
   1396    1.1     lukem Branch:		perseant-lfsv2
   1397    1.1     lukem Description:	LFS incompatible on-disk data structure changes
   1398    1.1     lukem Status:		Terminated
   1399    1.1     lukem Start Date:	27 June 2001
   1400    1.1     lukem End Date:	16 July 2001
   1401    1.1     lukem Base Tag:	perseant-lfsv2-base
   1402   1.10      salo Maintainer:	Konrad Schroder <perseant (a] NetBSD.org>
   1403    1.1     lukem Scope:		basesrc/{sbin/*lfs,libexec/lfs_cleanerd,usr.sbin/dumplfs}, syssrc/sys/ufs
   1404    1.1     lukem Notes:		This branch should be short-lived, I expect to merge as soon
   1405    1.1     lukem 		as the data structures required for unremove are in and tested.
   1406    1.1     lukem 
   1407  1.217     joerg Branch:		ppcoea-renovation
   1408  1.217     joerg Description:	General renovation and cleanup of all OEA PowerPC ports.
   1409  1.217     joerg Status:		Terminated; merged to -current
   1410  1.217     joerg Start Date:	30 April 2007
   1411  1.217     joerg End Date:	15 October 2007
   1412  1.217     joerg Base Tag:	ppcoea-renovation-base
   1413  1.217     joerg Maintainer:	Tim Rightnour <garbled (a] netbsd.org>
   1414  1.217     joerg Scope:		src/sys/arch
   1415  1.217     joerg Notes:		This branch is for a general cleanup of all OEA-based PowerPC
   1416  1.217     joerg 		ports. OEA (Operating Environment Architecture) PowerPC refers
   1417  1.217     joerg 		to the 601, 603, 604, and similar chips.  Specifically, not the
   1418  1.217     joerg 		403/401 and other embedded chips. The general concept is to get
   1419  1.217     joerg 		them all compiling, and sharing as much code as possible.  All
   1420  1.217     joerg 		developers are welcome to commit to this branch.
   1421  1.217     joerg 
   1422  1.174   thorpej Branch:		thorpej-devvp
   1423  1.174   thorpej Description:	replace dev_t with struct vnode * in devsw entry points
   1424  1.174   thorpej Status:		Terminated
   1425  1.174   thorpej Start Date:	Sep 6 2001
   1426  1.174   thorpej End Date:	???
   1427  1.174   thorpej Base Tag:	thorpej-devvp-base
   1428  1.174   thorpej Maintainer:	Jason Thorpe <thorpej (a] NetBSD.org>
   1429  1.174   thorpej Scope:		syssrc
   1430  1.174   thorpej Notes:		Kernels built from this branch are not expected
   1431  1.174   thorpej 		to function correctly at this time.
   1432  1.174   thorpej 
   1433  1.174   thorpej 		Ports known to compile on this branch:
   1434  1.174   thorpej 			alpha
   1435  1.174   thorpej 			i386
   1436  1.174   thorpej 
   1437  1.118     peter Branch:		peter-altq
   1438  1.118     peter Description:	New ALTQ framework:
   1439  1.118     peter 		- sync with KAME sources
   1440  1.118     peter 		- share mtag/name mapping functions
   1441  1.118     peter 		- separate altq + pf attachment
   1442  1.118     peter Status:		Terminated; merged to -current
   1443  1.118     peter Start Date:	March 16, 2006
   1444  1.118     peter End Date:	October 12, 2006
   1445  1.118     peter Base Tag:	peter-altq-base
   1446  1.118     peter Maintainer:	Peter Postma <peter (a] NetBSD.org>,
   1447  1.118     peter 		Martin Husemann <martin (a] NetBSD.org>,
   1448  1.118     peter 		Matthias Scheler <tron (a] NetBSD.org>
   1449  1.118     peter Scope:		dist/pf dist/ipf distrib/sets/lists sys usr.sbin/altq
   1450  1.118     peter Notes:		Only the first item in the description was finished
   1451  1.118     peter 		in this branch.
   1452  1.118     peter 
   1453  1.309     rmind Branch:		rmind-uvmplock
   1454  1.309     rmind Description:	Reorganize locking in UVM and improve x86 pmap(9)
   1455  1.309     rmind Status:		Terminated; merged to -current
   1456  1.309     rmind Start Date:	15 March 2010
   1457  1.309     rmind End Date:	12 June 2011
   1458  1.309     rmind Base Tag:	rmind-uvmplock-base
   1459  1.309     rmind Maintainer:	Mindaugas Rasiukevicius <rmind (a] netbsd.org>
   1460  1.309     rmind Scope:		Kernel
   1461  1.309     rmind Notes:		Goals:
   1462  1.309     rmind 
   1463  1.309     rmind 		- Reorganize locking in UVM and serialize pmap(9) operations
   1464  1.309     rmind 		  on same page(s).  New lock order: [vmpage-lock] -> pmap-lock.
   1465  1.309     rmind 		  Based on the patch from ad@.
   1466  1.309     rmind 		- Simplify locking in pmap(9) modules by removing P->V locking.
   1467  1.309     rmind 		- Use mutex_obj(9) on vmobjlock (and thus vnode_t::v_interlock)
   1468  1.309     rmind 		  to share locks among UVM objects where necessary.
   1469  1.309     rmind 		- Rewrite and optimize x86 TLB shootdown code.
   1470  1.309     rmind 		- Unify /dev/mem et al in MI code and provide required locking.
   1471  1.309     rmind 
   1472  1.309     rmind 		Future work:
   1473  1.309     rmind 
   1474  1.309     rmind 		- Optimize pmap_remove() with tracking in struct vm_map_entry.
   1475  1.309     rmind 
   1476    1.1     lukem Branch:		sommerfeld_i386mp_1
   1477    1.1     lukem Description:	Multiprocessor support for i386 using Intel MP BIOS.
   1478    1.3  sommerfe Status:		Terminated; merged to -current
   1479    1.1     lukem Start Date:	21 Feb 2000
   1480    1.2      fvdl End Date:	01 Oct 2002
   1481    1.1     lukem Base Tag:	sommerfeld_i386mpbase_1
   1482   1.10      salo Maintainer:	Bill Sommerfeld <sommerfeld (a] NetBSD.org>
   1483    1.1     lukem Scope:		sys/arch/i386
   1484    1.1     lukem Notes:
   1485    1.1     lukem 		Code committed to the branch has booted to multiuser 
   1486    1.1     lukem 		on at least one system.
   1487    1.1     lukem 
   1488    1.1     lukem 		Not guaranteed to compile against mainline since -current
   1489    1.1     lukem 		may have changed incompatibly with the last branch update;
   1490    1.1     lukem 		use "cvs update -D" to roll-back the rest of the tree to match.
   1491    1.1     lukem 
   1492    1.1     lukem 		Please get explicit permission from the maintainer 
   1493    1.1     lukem 		before each commit, or your changes will be backed out.
   1494    1.1     lukem 		Other tags starting with sommerfeld_ are private to 
   1495    1.1     lukem 		the developer and are guaranteed to be unstable.
   1496    1.1     lukem 		Only the maintainer should move tags.
   1497    1.1     lukem 
   1498    1.1     lukem 		Note that this branch uses a DIFFERENT scheme for 
   1499  1.225       wiz 		syncing with the mainline.  the maintainer uses some private
   1500  1.225       wiz 		scripts for keeping them in sync; if you make commits 
   1501    1.1     lukem 		to the branch to "resynchronize" things, you'll
   1502    1.1     lukem 		probably do it wrong; instead, ask the maintainer to
   1503    1.1     lukem 		resynchronize things.
   1504    1.1     lukem 
   1505    1.1     lukem 		See sys/arch/i386/TODO on the branch for a list of known
   1506    1.1     lukem 		issues with the branch.
   1507    1.1     lukem 
   1508    1.1     lukem Branch:		thorpej-mips-cache
   1509    1.1     lukem Description:	overhaul MIPS cache support code
   1510    1.1     lukem Status:		Terminated; merged to -current
   1511    1.1     lukem Start Date:	Oct 23 2001
   1512    1.1     lukem End Date:	Nov 14 2001
   1513    1.1     lukem Base Tag:	thorpej-mips-cache-base
   1514    1.1     lukem Scope:		syssrc
   1515    1.1     lukem Notes:		This branch needs more debugging, testing, and more
   1516    1.1     lukem 		ports need to be converted to the new world order.
   1517    1.1     lukem 
   1518    1.1     lukem 		The following processors have had cache ops
   1519    1.1     lukem 		written:
   1520    1.1     lukem 
   1521    1.1     lukem 			* R2000/R3000 (cache_r3k) -- light testing,
   1522    1.1     lukem 			  needs to be beat on a lot more to make
   1523    1.1     lukem 			  sure it's working.
   1524    1.1     lukem 
   1525   1.10      salo 			* R4000/R4400 (cache_r4k) -- mhitch (a] NetBSD.org
   1526    1.1     lukem 			  tracked down a bug, which has been fixed.
   1527    1.1     lukem 
   1528    1.1     lukem 			  Confirmed working on R4000-with-L2.
   1529    1.1     lukem 
   1530    1.1     lukem 			  Confirmed working on R4400-no-L2 and
   1531    1.1     lukem 			  R4400-with-L2.
   1532    1.1     lukem 
   1533   1.10      salo 			* R4600/R5000 (cache_r5k) -- shin (a] NetBSD.org
   1534    1.1     lukem 			  has committed fixes to this code.
   1535    1.1     lukem 
   1536    1.1     lukem 			  Confirmed working on R4600 v2 (SGI IP-22 with
   1537    1.1     lukem 			  no SysAD L2 cache).
   1538    1.1     lukem 
   1539    1.1     lukem 			  Confirmed working on RM5260 (Algorithmics P-5064).
   1540    1.1     lukem 
   1541   1.10      salo 			* TX39 (cache_tx39) -- uch (a] NetBSD.org has
   1542    1.1     lukem 			  committed fixes to this code.  Awaiting
   1543    1.1     lukem 			  confirmation that it is working properly.
   1544    1.1     lukem 
   1545   1.10      salo 			* R5900 (cache_r5900) -- uch (a] NetBSD.org has
   1546    1.1     lukem 			  written this code and tested it on a
   1547    1.1     lukem 			  PlayStation 2.
   1548    1.1     lukem 
   1549    1.1     lukem 		The following ports have been updated to compile (and
   1550    1.1     lukem 		use optimized-for-processor bus_dma routines).  Those
   1551    1.1     lukem 		that have been tested and work are marked with [WORKING].
   1552    1.1     lukem 
   1553    1.1     lukem 			* algor		[WORKING]
   1554    1.1     lukem 
   1555    1.1     lukem 			* arc		[WORKING]
   1556    1.1     lukem 
   1557    1.1     lukem 			* pmax		[WORKING]
   1558    1.1     lukem 
   1559    1.1     lukem 			* playstation2	[WORKING]
   1560    1.1     lukem 					Needs optimized bus_dmamap_sync().
   1561    1.1     lukem 
   1562    1.1     lukem 			* hpcmips	[need verification that this is working]
   1563    1.1     lukem 					Needs optimized bus_dmamap_sync().
   1564    1.1     lukem 
   1565    1.1     lukem 			* sgimips	[WORKING]
   1566    1.1     lukem 					Needs optimized bus_dmamap_sync().
   1567    1.1     lukem 
   1568    1.1     lukem 			* cobalt	[need testing]
   1569    1.1     lukem 
   1570    1.1     lukem 			* mipsco	[need testing]
   1571    1.1     lukem 
   1572    1.1     lukem 			* newsmips	[need testing]
   1573    1.1     lukem 
   1574    1.1     lukem Branch:		thorpej_scsipi
   1575    1.1     lukem Description:	SCSI/ATAPI midlayer rewrite.
   1576    1.1     lukem Status:		Terminated; merged to -current
   1577    1.1     lukem Start Date:
   1578    1.1     lukem End Date:	Apr 25 2001
   1579    1.1     lukem Base Tag:	thorpej_scsipi_base, thorpej_scsipi_nbase
   1580   1.10      salo Maintainer:	Manuel Bouyer <bouyer (a] NetBSD.org>,
   1581   1.10      salo 		Jason Thorpe <thorpej (a] NetBSD.org>
   1582    1.1     lukem Scope:		syssrc
   1583    1.1     lukem Notes:		When a change from -current is pulled up please move the
   1584    1.1     lukem 		thorpej_scsipi_base tag to the revision you're syncing with.
   1585    1.1     lukem 		thorpej_scsipi_nbase is private to maintainer (only
   1586    1.1     lukem 		used when syncing the whole branch with HEAD).
   1587    1.1     lukem 		Just before the merge, syssrc has been tagged with
   1588    1.1     lukem 		thorpej_scsipi_beforemerge
   1589    1.1     lukem 
   1590    1.1     lukem Branch:		thorpej-signal
   1591    1.1     lukem Description:	?
   1592    1.1     lukem Status:		?
   1593    1.1     lukem Start Date:
   1594    1.1     lukem End Date:
   1595    1.1     lukem Base Tag:	thorpej-signal-base
   1596   1.10      salo Maintainer:	Jason Thorpe <thorpej (a] NetBSD.org>
   1597    1.1     lukem Scope:		kernel
   1598    1.1     lukem Notes:
   1599    1.1     lukem 
   1600    1.1     lukem Branch:		thorpej-setroot
   1601    1.1     lukem Description:	?
   1602    1.1     lukem Status:		Terminated; merged to -current
   1603    1.1     lukem Start Date:
   1604    1.1     lukem End Date:
   1605    1.1     lukem Base Tag:
   1606   1.10      salo Maintainer:	Jason Thorpe <thorpej (a] NetBSD.org>
   1607    1.1     lukem Scope:		kernel
   1608    1.1     lukem Notes:
   1609    1.1     lukem 
   1610   1.84    kardel Branch:		simonb-timecounters
   1611   1.84    kardel Description:	Port FreeBSD timecounters to NetBSD
   1612   1.85    kardel Status:		Terminated
   1613   1.84    kardel Start Date:	Sat Feb 04 2006
   1614   1.84    kardel End Date:	Wed Jun 07 2006
   1615   1.84    kardel Base Tag:	simonb-timecounters-base
   1616   1.84    kardel Maintainer:	Simon Burge <simonb (a] NetBSD.org>,
   1617   1.84    kardel 		Frank Kardel <kardel (a] NetBSD.org>
   1618   1.84    kardel Scope:		sys, sbin/savecore, usr.bin/vmstat, usr.sbin/ntp
   1619   1.84    kardel Notes:		early (partial conversion) commit to -current
   1620   1.84    kardel 		ok'ed by core@ on 20060605 for testing and further
   1621   1.84    kardel 		simplified conversion
   1622   1.84    kardel 
   1623  1.268   tsutsui Branch:		simonb-wapbl
   1624  1.268   tsutsui Description:	Wasabi's journaling filesystem support
   1625  1.268   tsutsui Status:		Terminated; merged to -current
   1626  1.268   tsutsui Start Date:	Tue Jun 10 2008
   1627  1.268   tsutsui End Date:	Thu Jul 31 2008
   1628  1.268   tsutsui Base Tag:	simonb-wapbl-base
   1629  1.268   tsutsui Maintainer:	Simon Burge <simonb (a] NetBSD.org>
   1630  1.268   tsutsui Scope:		src/distrib/sets/lists/comp src/distrib/utils/sysinst
   1631  1.268   tsutsui 		src/include
   1632  1.268   tsutsui 		src/sbin/fsck_ffs src/sbin/fsdb src/sbin/mount_ffs
   1633  1.268   tsutsui 		src/sbin/tunefs src/usr.sbin/dumpfs src/sys
   1634  1.268   tsutsui Notes:		Still has a number of issues:
   1635  1.268   tsutsui 		 - Some heavy workload performance issues on SMP machines.
   1636  1.268   tsutsui 		   Work around this issue by turning on WAPBL_DEBUG_SERIALIZE
   1637  1.268   tsutsui 		   in rev 1.1.2.11 of vfs_wapbl.c.
   1638  1.268   tsutsui 		 - Removing large files (sparse only?) takes a long time.
   1639  1.268   tsutsui 		   Eg, a file created with
   1640  1.268   tsutsui 		      dd if=/dev/zero of=foox bs=1 count=1 seek=11261748520550
   1641  1.268   tsutsui 		   takes 0:00.00 to remove on my test box without logging and
   1642  1.268   tsutsui 		   0:22.25 to remove with logging.  No disk IO during this...
   1643  1.268   tsutsui 		 - sysinst should use in-fs logs now, not end-of-partition logs.
   1644  1.268   tsutsui 
   1645  1.286  uebayasi Branch:		uebayasi-xip
   1646  1.286  uebayasi Description:	Support eXecute-In-Place (XIP)
   1647  1.286  uebayasi Status:		Active
   1648  1.286  uebayasi Start Date:	8 February 2010
   1649  1.286  uebayasi End Date:	
   1650  1.300  uebayasi Base Tag:	uebayasi-xip-base6 (2010-11-15 UTC)
   1651  1.286  uebayasi Maintainer:	Masao Uebayashi <uebayasi (a] NetBSD.org>
   1652  1.299  uebayasi Scope:		src/external/gpl3/binutils/usr.sbin/mdsetimage/mdsetimage.8
   1653  1.299  uebayasi 		src/include
   1654  1.299  uebayasi 		src/sbin/mount
   1655  1.299  uebayasi 		src/sbin/mount_ffs
   1656  1.299  uebayasi 		src/share/man/man4
   1657  1.295  uebayasi 		src/share/man/man5/statvfs.5
   1658  1.299  uebayasi 		src/share/man/man9
   1659  1.299  uebayasi 		src/sys/arch
   1660  1.299  uebayasi 		src/sys/common/pmap
   1661  1.299  uebayasi 		src/sys/conf
   1662  1.299  uebayasi 		src/sys/dev/flash.c
   1663  1.299  uebayasi 		src/sys/dev/flashvar.h
   1664  1.301  uebayasi 		src/sys/dev/md.c
   1665  1.301  uebayasi 		src/sys/dev/md.h
   1666  1.301  uebayasi 		src/sys/dev/md_root.c
   1667  1.299  uebayasi 		src/sys/dev/xmd.c
   1668  1.299  uebayasi 		src/sys/kern/vfs_syscalls.c
   1669  1.299  uebayasi 		src/sys/miscfs/genfs/genfs_io.c
   1670  1.299  uebayasi 		src/sys/miscfs/specfs/specdev.h
   1671  1.299  uebayasi 		src/sys/sys
   1672  1.299  uebayasi 		src/sys/ufs/ffs/ffs_vfsops.c
   1673  1.299  uebayasi 		src/sys/uvm
   1674  1.299  uebayasi 		src/usr.sbin/mdsetimage/mdsetimage.8
   1675  1.286  uebayasi Notes:		Goals:
   1676  1.286  uebayasi 		- Clean up oddities in fault handler
   1677  1.286  uebayasi 		- Add a notion of device page
   1678  1.286  uebayasi 		- Teach XIP vnode VOP_GETPAGES
   1679  1.286  uebayasi 		- Hook XIP mount option
   1680  1.286  uebayasi 		- Teach some pmaps to handle device page
   1681  1.286  uebayasi 
   1682  1.236        ad Branch:		vmlocking
   1683  1.236        ad Description:	Make VM and file system framework MP safe
   1684  1.236        ad Status:		Terminated
   1685  1.236        ad Start Date:	13 March 2007
   1686  1.236        ad End Date:	4 December 2007
   1687  1.236        ad Base Tag:	vmlocking-base
   1688  1.236        ad Maintainer:	Andrew Doran <ad (a] NetBSD.org>
   1689  1.236        ad Scope:		kernel
   1690  1.236        ad Notes:		Superseded by vmlocking2 branch.
   1691  1.236        ad 
   1692  1.236        ad Branch:		vmlocking2
   1693  1.236        ad Description:	Make VM and file system framework MP safe
   1694  1.236        ad Status:		Terminated
   1695  1.236        ad Start Date:	4 December 2007
   1696  1.236        ad End Date:	2 January 2008
   1697  1.236        ad Base Tag:	vmlocking2-base3
   1698  1.236        ad Maintainer:	Andrew Doran <ad (a] NetBSD.org>
   1699  1.236        ad Scope:		kernel
   1700  1.236        ad Notes:		Goals:
   1701  1.236        ad 
   1702  1.236        ad 		- Make VM system / trap handling MP safe.
   1703  1.236        ad 		- Replace simplelocks with mutexes.
   1704  1.236        ad 		- Make file system framework MP safe.
   1705  1.236        ad 
   1706  1.236        ad 		Status by architecture:
   1707  1.236        ad 
   1708  1.236        ad 		  alpha		done
   1709  1.236        ad 		  i386		done
   1710  1.236        ad 		  amd64		done
   1711  1.236        ad 		  mips		done
   1712  1.236        ad 		  sparc		need pmap/trap locking changes	
   1713  1.236        ad 		  sparc64	done
   1714  1.236        ad 		  arm		done
   1715  1.236        ad 		  powerpc	done
   1716  1.236        ad 		  hppa		done
   1717  1.236        ad 		  sh3		done
   1718  1.236        ad 		  m68k		done
   1719  1.236        ad 		  xen		need pmap/trap locking changes
   1720  1.236        ad 
   1721  1.236        ad 		Remaining MI work to do:
   1722  1.236        ad 
   1723  1.236        ad 		- Check aliased vnode handling. There may be problems.
   1724  1.236        ad 
   1725  1.236        ad 		Remaining problems:
   1726  1.236        ad 
   1727  1.236        ad 		- LFS stalls due to v_numoutput leak.
   1728  1.236        ad 
   1729    1.1     lukem Branch:		wrstuden-devbsize
   1730    1.1     lukem Description:	Modify buffer cache to deal with different devices having
   1731    1.1     lukem 		different block sizes. Also DEV_BSIZE would go away.
   1732    1.1     lukem Status:		Terminated
   1733    1.1     lukem Start Date:	Aug or Sept 1999
   1734    1.1     lukem End Date:	1 Apr 2000
   1735    1.1     lukem Base tag:	wrstuden-devbsize-base
   1736   1.10      salo Maintainer:	Bill Studenmund <wrstuden (a] NetBSD.org>
   1737    1.1     lukem Scope:		kernel
   1738    1.1     lukem Notes:		No longer active due to lack of time, and introduction
   1739    1.1     lukem 		of UBC. In terms of UBC, the primary cache for
   1740    1.1     lukem 		file data is the VM cache, which needs to operate
   1741    1.1     lukem 		in terms of VM pages. As no existing device has native
   1742    1.1     lukem 		pages the same size as our VM pages, there already is
   1743    1.1     lukem 		a mapping going on between the VM system and the
   1744    1.1     lukem 		underlying blocks. So it would be easier and cleaner
   1745    1.1     lukem 		to adjust that to deal w/ different block sizes.
   1746    1.1     lukem 		Also with UBC, all i/o is in terms of bytes at an offset
   1747    1.1     lukem 		with a certain length, so the exact block size isn't a big
   1748    1.1     lukem 		deal.
   1749    1.1     lukem 
   1750    1.1     lukem 		Any other wrstuden-devbsize tag may (and should) go away.
   1751    1.1     lukem 
   1752  1.193      yamt Branch:		yamt-idlelwp
   1753  1.193      yamt Description:	idle lwp, and some changes depending on it.
   1754  1.193      yamt 
   1755  1.193      yamt 		1. separate context switching and thread scheduling.
   1756  1.193      yamt 		   (cf. gmcgarry_ctxsw)
   1757  1.193      yamt 		2. implement idle lwp.
   1758  1.193      yamt 		3. clean up related MD/MI interfaces.
   1759  1.193      yamt 		4. make scheduler(s) modular.
   1760  1.193      yamt 
   1761  1.193      yamt Status:		Terminated; merged to -current
   1762  1.193      yamt Start Date:	Fri Feb 17 2007
   1763  1.193      yamt End Date:	Thu May 17 2007
   1764  1.193      yamt Base Tag:	yamt-idlelwp-base8
   1765  1.193      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1766  1.193      yamt Scope:		src/sys  (src/common is tagged but not branched)
   1767  1.193      yamt Notes:		
   1768  1.193      yamt 		Status of ports:
   1769  1.193      yamt 		  alpha			[ Done, UP tested, MP not tested ]
   1770  1.193      yamt 		  i386			[ Done, tested ]
   1771  1.193      yamt 		  amd64			[ Done, tested ]
   1772  1.204   tsutsui 		  mips			[ Done, both MIPS1 and MIPS3 tested]
   1773  1.204   tsutsui 		  sparc			[ Done, UP tested, MP might have
   1774  1.204   tsutsui 					  some problem after newlock2 merge ]
   1775  1.204   tsutsui 		  sparc64		[ Done, tested ]
   1776  1.205     skrll 		  arm			[ Done, SA1 tested. See PR 36548 ]
   1777  1.193      yamt 		  macppc/powerpc	[ Done, OEA tested ]
   1778  1.205     skrll 		  hppa			[ Done, tested ]
   1779  1.193      yamt 		  sh3			[ Done, tested ]
   1780  1.193      yamt 		  vax			[ Done, UP tested, MP untested ]
   1781  1.204   tsutsui 		  m68k			[ Done, tested on several ports ]
   1782  1.193      yamt 		  ns32k			[ broken ]
   1783  1.193      yamt 		  ia64			[ broken ]
   1784  1.193      yamt 		  pdp10			[ broken ]
   1785  1.193      yamt 
   1786  1.193      yamt 		How to adapt a port?
   1787  1.193      yamt 
   1788  1.193      yamt 		- unify cpu_switch, cpu_exit, cpu_switchto into
   1789  1.193      yamt 		  a single cpu_switchto.  see cpu_switchto.9.
   1790  1.193      yamt 
   1791  1.193      yamt 		- implement cpu_idle.  see cpu_idle.9.
   1792  1.193      yamt 
   1793  1.193      yamt 		- add a flag argument to cpu_need_resched.
   1794  1.193      yamt 		  handle RESCHED_IMMED flag, which means "cause a preemption
   1795  1.193      yamt 		  as soon as possible."  eg. in the case of MULTIPROCESSOR,
   1796  1.193      yamt 		  send an IPI to the target cpu.
   1797  1.193      yamt 
   1798  1.193      yamt 		- "curlwp == NULL" is not a valid check for idle state anymore.
   1799  1.193      yamt 		  use "(curlwp->l_flag & LW_IDLE) != 0" instead.  curlwp is
   1800  1.193      yamt 		  almost always non-NULL, with exceptions like early on boot.
   1801  1.193      yamt 
   1802  1.193      yamt 		- remove idle pcbs.
   1803  1.193      yamt 
   1804  1.193      yamt 		- (if MULTIPROCESSOR) tweak processor trampoline code.
   1805  1.193      yamt 
   1806  1.193      yamt 		- (if MULTIPROCESSOR) call mi_cpu_attach when attaching
   1807  1.193      yamt 		  secondary processors.
   1808  1.193      yamt 
   1809  1.193      yamt 		- (if schedhz!=0) call schedclock regardless of the value of
   1810  1.193      yamt 		  curlwp.
   1811  1.193      yamt 
   1812  1.193      yamt 		- of course, update MD users of scheduler/switching API.
   1813  1.193      yamt 
   1814  1.248      yamt Branch:		yamt-lazymbuf
   1815  1.248      yamt Description:	change the way to share mbuf external storage so that
   1816  1.248      yamt 		it can work without kernel_lock.
   1817  1.248      yamt Status:		Terminated; merged to -current
   1818  1.248      yamt Start Date:	Wed Jul  6 2005
   1819  1.248      yamt End Date:	Mon Mar 24 2008
   1820  1.248      yamt Base Tag:	yamt-lazymbuf-base14
   1821  1.248      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1822  1.248      yamt Scope:		src/sys  (src/common is tagged but not branched)
   1823  1.248      yamt Notes:		
   1824  1.248      yamt 
   1825   1.25      yamt Branch:		yamt-km, yamt-km-doc
   1826   1.19      yamt Description:	simplify/improve kernel memory management and bootstrap
   1827   1.46      yamt Status:		Terminated; merged to -current
   1828   1.19      yamt Start Date:	Tue Jan 25 2005
   1829   1.46      yamt End Date:	Fri Apr  1 2005
   1830   1.45      yamt Base Tag:	yamt-km-base{,2,3,4}, yamt-km-doc-base
   1831   1.19      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1832   1.25      yamt Scope:		yamt-km: src/sys
   1833   1.25      yamt 		yamt-km-doc: src/share/man/man9/uvm.9
   1834   1.19      yamt Notes:		http://mail-index.NetBSD.org/tech-kern/2004/12/25/0005.html
   1835   1.19      yamt 
   1836   1.24      yamt 		the followings are per-port status.
   1837   1.24      yamt 		(account names mean "tested by".)
   1838   1.24      yamt 
   1839   1.20      yamt 		works enough to go to multiuser:
   1840   1.45      yamt 			alpha, i386, xen (yamt@)
   1841   1.24      yamt 			pc532 (simonb@)
   1842   1.28      yamt 			alpha, i386, mac68k, macppc, pmax, shark,
   1843   1.34      yamt 			    sparc, sparc64, sun3, x68k (chs@)
   1844   1.39      yamt 			cobalt, dreamcast, hp300, news68k, newsmips,
   1845   1.39      yamt 			    sun3x (tsutsui@)
   1846   1.31      yamt 			amiga (mhitch@)
   1847   1.32      yamt 			cats, hp700 (skrll@)
   1848   1.45      yamt 			xen (bouyer@)
   1849   1.28      yamt 
   1850   1.28      yamt 		known to have the same problem as trunk:
   1851   1.28      yamt 			vax (chs@, stuck while running kvm_mkdb)
   1852   1.24      yamt 
   1853   1.24      yamt 		known to have a problem:
   1854   1.35      yamt 			luna68k (and, if any, other m68k ports which use TTR)
   1855   1.35      yamt 			needs to be revisited.
   1856   1.39      yamt 			-> for luna68k, although not tested,
   1857   1.39      yamt 			   Sysmap has been moved to avoid kva conflict with
   1858   1.39      yamt 			   I/O ranges.
   1859   1.20      yamt 
   1860   1.20      yamt 		buildable:
   1861   1.20      yamt 			src/sys/arch/acorn26/conf/GENERIC
   1862   1.20      yamt 			src/sys/arch/acorn32/conf/GENERIC
   1863   1.20      yamt 			src/sys/arch/algor/conf/P6032
   1864   1.20      yamt 			src/sys/arch/alpha/conf/GENERIC
   1865   1.20      yamt 			src/sys/arch/alpha/conf/GENERIC.MP
   1866   1.20      yamt 			src/sys/arch/amd64/conf/GENERIC
   1867   1.20      yamt 			src/sys/arch/amd64/conf/GENERIC.MP
   1868   1.20      yamt 			src/sys/arch/amiga/conf/GENERIC
   1869   1.20      yamt 			src/sys/arch/arc/conf/GENERIC
   1870   1.20      yamt 			src/sys/arch/atari/conf/MILAN-PCIIDE
   1871   1.20      yamt 			src/sys/arch/bebox/conf/GENERIC
   1872   1.20      yamt 			src/sys/arch/cats/conf/GENERIC
   1873   1.20      yamt 			src/sys/arch/cesfic/conf/GENERIC
   1874   1.20      yamt 			src/sys/arch/cobalt/conf/GENERIC
   1875   1.20      yamt 			src/sys/arch/dreamcast/conf/GENERIC
   1876   1.20      yamt 			src/sys/arch/evbarm/conf/TS7200
   1877   1.20      yamt 			src/sys/arch/evbppc/conf/WALNUT
   1878   1.20      yamt 			src/sys/arch/evbsh3/conf/COMPUTEXEVB
   1879   1.20      yamt 			src/sys/arch/evbsh5/conf/CAYMAN64
   1880   1.20      yamt 			src/sys/arch/hp300/conf/GENERIC
   1881   1.20      yamt 			src/sys/arch/hp700/conf/GENERIC
   1882   1.20      yamt 			src/sys/arch/hpcarm/conf/JORNADA728
   1883   1.20      yamt 			src/sys/arch/hpcmips/conf/GENERIC
   1884   1.20      yamt 			src/sys/arch/hpcsh/conf/GENERIC
   1885   1.20      yamt 			src/sys/arch/hpcsh/conf/HPW650PA
   1886   1.20      yamt 			src/sys/arch/i386/conf/GENERIC
   1887   1.20      yamt 			src/sys/arch/i386/conf/GENERIC.MP
   1888   1.40      yamt 			src/sys/arch/i386/conf/XEN0
   1889   1.40      yamt 			src/sys/arch/i386/conf/XENU
   1890   1.20      yamt 			src/sys/arch/ibmnws/conf/GENERIC
   1891   1.20      yamt 			src/sys/arch/iyonix/conf/GENERIC
   1892   1.20      yamt 			src/sys/arch/luna68k/conf/GENERIC
   1893   1.20      yamt 			src/sys/arch/mac68k/conf/GENERIC
   1894   1.20      yamt 			src/sys/arch/macppc/conf/GENERIC
   1895   1.20      yamt 			src/sys/arch/macppc/conf/GENERIC.MP
   1896   1.20      yamt 			src/sys/arch/mipsco/conf/GENERIC
   1897   1.40      yamt 			src/sys/arch/mmeye/conf/GENERIC
   1898   1.20      yamt 			src/sys/arch/mvme68k/conf/GENERIC
   1899   1.20      yamt 			src/sys/arch/netwinder/conf/GENERIC
   1900   1.20      yamt 			src/sys/arch/news68k/conf/GENERIC
   1901   1.20      yamt 			src/sys/arch/newsmips/conf/GENERIC
   1902   1.20      yamt 			src/sys/arch/next68k/conf/GENERIC
   1903   1.20      yamt 			src/sys/arch/ofppc/conf/GENERIC
   1904   1.20      yamt 			src/sys/arch/pc532/conf/GENERIC
   1905   1.20      yamt 			src/sys/arch/pmax/conf/GENERIC
   1906   1.20      yamt 			src/sys/arch/prep/conf/GENERIC
   1907   1.20      yamt 			src/sys/arch/sandpoint/conf/GENERIC
   1908   1.20      yamt 			src/sys/arch/sbmips/conf/GENERIC
   1909   1.20      yamt 			src/sys/arch/sgimips/conf/GENERIC32_IP3x
   1910   1.20      yamt 			src/sys/arch/shark/conf/GENERIC
   1911   1.20      yamt 			src/sys/arch/sparc/conf/GENERIC
   1912   1.20      yamt 			src/sys/arch/sparc/conf/GENERIC.MP
   1913   1.20      yamt 			src/sys/arch/sparc64/conf/GENERIC
   1914   1.20      yamt 			src/sys/arch/sparc64/conf/GENERIC.MP
   1915   1.20      yamt 			src/sys/arch/sun2/conf/GENERIC
   1916   1.20      yamt 			src/sys/arch/sun3/conf/GENERIC
   1917   1.20      yamt 			src/sys/arch/vax/conf/GENERIC
   1918   1.20      yamt 			src/sys/arch/vax/conf/GENERIC.MP
   1919   1.20      yamt 			src/sys/arch/x68k/conf/GENERIC
   1920   1.20      yamt 
   1921   1.42      yamt 			src/sys/arch/playstation2/conf/GENERIC
   1922   1.42      yamt 
   1923   1.97      yamt Branch:		yamt-pdpolicy
   1924   1.97      yamt Description:	play with page replacement policy
   1925   1.97      yamt 		- separate page replacement policy from the rest of kernel
   1926   1.97      yamt 		- implement alternative replacement policy
   1927   1.97      yamt 		- related read-ahead adjustment?
   1928   1.97      yamt Status:		Terminated; merged to -current
   1929   1.97      yamt Start Date:	Sun Mar  5 2006
   1930   1.97      yamt End Date:	Sat Sep 16 2006
   1931   1.97      yamt Base Tag:	yamt-pdpolicy-base9
   1932   1.97      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1933   1.97      yamt Scope:		src/sys  (src/common is tagged but not branched)
   1934   1.97      yamt Notes:		
   1935   1.97      yamt 
   1936  1.261      yamt Branch:		yamt-pf42
   1937  1.261      yamt Description:	import newer pf from OpenBSD 4.2
   1938  1.261      yamt Status:		Terminated; merged to -current
   1939  1.261      yamt Start Date:	Sat Apr 19 2008
   1940  1.261      yamt End Date:	Wed Jun 18 2008
   1941  1.261      yamt Base Tag:	yamt-pf42-base4
   1942  1.261      yamt Maintainer:	Peter Postma <peter (a] NetBSD.org>,
   1943  1.261      yamt 		YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1944  1.261      yamt Scope:		src
   1945  1.261      yamt Notes:		see sys/dist/pf/net/TODO
   1946  1.261      yamt 
   1947   1.54      yamt Branch:		yamt-readahead
   1948   1.54      yamt Description:	play with file readahead
   1949   1.58      yamt Status:		Terminated; merged to -current
   1950   1.54      yamt Start Date:	Mon Nov 14 2005
   1951   1.58      yamt End Date:	Wed Nov 30 2005
   1952   1.57      yamt Base Tag:	yamt-readahead-base3
   1953   1.54      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1954   1.54      yamt Scope:		src/sys
   1955   1.54      yamt Notes:		
   1956   1.54      yamt 
   1957   1.60      yamt Branch:		yamt-uio_vmspace
   1958   1.60      yamt Description:	uio_lwp/uio_segflg -> uio_vmspace
   1959   1.67      yamt Status:		Terminated; merged to -current
   1960   1.60      yamt Start Date:	Mon Dec 31 2005
   1961   1.67      yamt End Date:	Wed Mar  1 2006
   1962   1.66      yamt Base Tag:	yamt-uio_vmspace-base5
   1963   1.60      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1964   1.60      yamt Scope:		src/sys
   1965   1.60      yamt Notes:		
   1966   1.60      yamt 
   1967  1.151      yamt Branch:		yamt-splraiseipl
   1968  1.151      yamt Description:	finish implementing splraiseipl (and makeiplcookie).
   1969  1.151      yamt 		http://mail-index.NetBSD.org/tech-kern/2006/07/01/0000.html
   1970  1.151      yamt 
   1971  1.151      yamt 		- completes workqueue(9) and netbt.
   1972  1.151      yamt 		- fix PR/33218.
   1973  1.151      yamt 
   1974  1.151      yamt Status:		Terminated; merged to -current
   1975  1.151      yamt Start Date:	Mon Sep 18 2006
   1976  1.151      yamt End Date:	Fri Dec 22 2006
   1977  1.151      yamt Base Tag:	yamt-splraiseipl-base5
   1978  1.151      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   1979  1.151      yamt Scope:		src/sys  (src/common is tagged but not branched)
   1980  1.151      yamt Notes:		
   1981  1.151      yamt 		tested (by who):
   1982  1.151      yamt 			alpha		(yamt)
   1983  1.151      yamt 			alpha		(pavel)
   1984  1.151      yamt 			amd64		(reported privately)
   1985  1.151      yamt 			cobalt		(tsutsui)
   1986  1.151      yamt 			ews4800mips	(tsutsui)
   1987  1.151      yamt 			hp300		(tsutsui)
   1988  1.151      yamt 			hpcarm		(reported privately)
   1989  1.151      yamt 			i386		(yamt)
   1990  1.151      yamt 			macppc		(tsutsui)
   1991  1.151      yamt 			news68k		(tsutsui)
   1992  1.151      yamt 			sgimips(IP32)	(tsutsui)
   1993  1.151      yamt 			sparc(sun4c)	(tsutsui)
   1994  1.151      yamt 			sun2		(tsutsui)
   1995  1.151      yamt 			sun3		(tsutsui)
   1996  1.151      yamt 			sun3x		(tsutsui)
   1997  1.151      yamt 			xen		(yamt)
   1998  1.151      yamt 
   1999  1.151      yamt 		compile-tested:
   2000  1.151      yamt 			acorn26
   2001  1.151      yamt 			acorn32
   2002  1.151      yamt 			algor
   2003  1.151      yamt 			amiga
   2004  1.151      yamt 			arc
   2005  1.151      yamt 			atari
   2006  1.151      yamt 			bebox
   2007  1.151      yamt 			cats
   2008  1.151      yamt 			cesfic
   2009  1.151      yamt 			dreamcast
   2010  1.151      yamt 			evbarm
   2011  1.151      yamt 			evbmips
   2012  1.151      yamt 			evbppc(marvell)
   2013  1.151      yamt 			evbppc(ibm4xx)
   2014  1.151      yamt 			evbsh3
   2015  1.151      yamt 			hp700
   2016  1.151      yamt 			hpcmips
   2017  1.151      yamt 			hpcsh
   2018  1.151      yamt 			ia64
   2019  1.151      yamt 			ibmnws
   2020  1.151      yamt 			iyonix
   2021  1.151      yamt 			landisk
   2022  1.151      yamt 			luna68k
   2023  1.151      yamt 			mac68k
   2024  1.151      yamt 			mmeye
   2025  1.151      yamt 			mvme68k
   2026  1.151      yamt 			mvmeppc
   2027  1.151      yamt 			mipsco
   2028  1.151      yamt 			netwinder
   2029  1.151      yamt 			newsmips
   2030  1.151      yamt 			next68k
   2031  1.151      yamt 			ofppc
   2032  1.151      yamt 			pc532
   2033  1.151      yamt 			pmax
   2034  1.151      yamt 			pmppc
   2035  1.151      yamt 			prep
   2036  1.151      yamt 			sandpoint
   2037  1.151      yamt 			sbmips
   2038  1.151      yamt 			shark
   2039  1.151      yamt 			sparc
   2040  1.151      yamt 			sparc64
   2041  1.151      yamt 			vax
   2042  1.151      yamt 			x68k
   2043  1.151      yamt 			zaurus
   2044  1.151      yamt 
   2045  1.151      yamt 		not tested:
   2046  1.151      yamt 			pdp10 (i don't know how to build)
   2047  1.151      yamt 			sh5 (not buildable with an unrelated problem.)
   2048  1.151      yamt 
   2049  1.151      yamt     compile  CAYMAN64/netbsd32_sa.o
   2050  1.151      yamt     cc1: warnings being treated as errors
   2051  1.151      yamt     /exports/nbsd/src/sys/compat/netbsd32/netbsd32_sa.c: In function 'netbsd32_sa_ucsp':
   2052  1.151      yamt     /exports/nbsd/src/sys/compat/netbsd32/netbsd32_sa.c:126: warning: implicit declaration of function '_UC_MACHINE32_SP'
   2053  1.151      yamt     --- netbsd32_sa.o ---
   2054  1.151      yamt     *** [netbsd32_sa.o] Error code 1
   2055  1.151      yamt     1 error
   2056  1.151      yamt 
   2057  1.151      yamt 		notyet:
   2058  1.151      yamt 			amigappc
   2059  1.151      yamt 			playstation2
   2060  1.151      yamt 
   2061   1.79    briggs Branch:		yamt-vop
   2062   1.79    briggs Description:	remove several VOPs
   2063   1.79    briggs Status:		Terminated; merged to -current
   2064   1.79    briggs Start Date:	Wed Oct 19 2005
   2065   1.79    briggs End Date:	Wed Nov  2 2005
   2066   1.79    briggs Base Tag:	yamt-vop-base3
   2067   1.68      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   2068   1.68      yamt Scope:		src/sys
   2069   1.79    briggs Notes:		http://mail-index.NetBSD.org/tech-kern/2005/09/27/0000.html
   2070   1.71     peter 
   2071  1.214      yamt Branch:		yamt-x86pmap
   2072  1.214      yamt Description:	merge i386 and amd64 pmap
   2073  1.214      yamt Status:		Terminated; merged to -current
   2074  1.214      yamt Start Date:	Mon Sep 24 2007
   2075  1.214      yamt End Date:	Fri Oct 19 2007
   2076  1.214      yamt Base Tag:	yamt-x86pmap-base4
   2077  1.214      yamt Maintainer:	YAMAMOTO Takashi <yamt (a] NetBSD.org>
   2078  1.214      yamt Scope:		src/sys  (src/common is tagged but not branched)
   2079  1.214      yamt Notes:		
   2080  1.214      yamt 
   2081   1.98   gdamore Branch:		gdamore-uart
   2082   1.98   gdamore Description:	Add register table support to com driver.
   2083   1.98   gdamore Status:		Active
   2084   1.98   gdamore Start Date:	14 June 2006
   2085   1.98   gdamore End Date:	13 July 2006
   2086   1.98   gdamore Base Tag:	gdamore-uart-base
   2087   1.98   gdamore Maintainer:	Garrett D'Amore <gdamore (a] NetBSD.org>
   2088   1.98   gdamore Scope:		kernel
   2089   1.98   gdamore Notes:		Results in consolidation of Alchemy (mips/dev/alchemy/aucom.c)
   2090   1.98   gdamore 		com support, and also removes a nasty hack from Atheros com.
   2091   1.98   gdamore 
   2092  1.273  christos Branch:		christos-time_t
   2093  1.273  christos Description:	Change time_t and dev_t to 64 bit quantities; fix timeval
   2094  1.273  christos 		and timespec.
   2095  1.273  christos Status:		merged
   2096  1.273  christos Start Date:	29 March 2008
   2097  1.274  christos End Date:	10 January 2009
   2098  1.275  christos Base Tag:	christos-time_t-base
   2099  1.275  christos Maintainer:	Christos Zoulas <christos (a] NetBSD.org>
   2100  1.273  christos Scope:		kernel, libc, libutil, userland
   2101  1.273  christos Notes:		Requires a major bump of all libraries except libc, libutil.
   2102  1.290       mrg 
   2103  1.290       mrg Branch:		rtr-xorg-branch
   2104  1.290       mrg Description:	xorg & static build alterations to src/x11
   2105  1.290       mrg Status:		Dead; replaced by src/external/mit/xorg
   2106  1.290       mrg Start Date:	Nov 15 2004
   2107  1.290       mrg End Date:	?
   2108  1.290       mrg Base tag:	rtr-xorg-branch-base
   2109  1.290       mrg Maintainer:	Tyler R. Retzlaff <rtr (a] NetBSD.org>
   2110  1.290       mrg Scope:		x11
   2111  1.290       mrg 		distrib/sets/lists
   2112  1.290       mrg 		share/mk/bsd.x11.mk
   2113  1.290       mrg 		share/mk/bsd.own.mk
   2114  1.290       mrg 		etc/mtree/NetBSD.dist
   2115  1.290       mrg Notes:		Requires parts of xsrc/xfree (HEAD)
   2116  1.290       mrg 		xsrc/local, xsrc/xfree/xc/programs/Xserver/hw/netbsd
   2117  1.290       mrg 		Requires xorg (XORG-6_8_1)
   2118  1.290       mrg 
   2119  1.290       mrg Branch:		gmcgarry_ctxsw
   2120  1.290       mrg Description:	Separate scheduler from context-switch code
   2121  1.290       mrg Status:		Dead; replaced by cpu_switchto / yamt-idlelwp branch
   2122  1.290       mrg Start Date:	18 December 2002
   2123  1.290       mrg End Date:
   2124  1.290       mrg Base Tag:	gmcgarry_ctxsw_base
   2125  1.290       mrg Maintainer:	Gregory McGarry <gmcgarry (a] NetBSD.org>
   2126  1.290       mrg Scope:		kernel
   2127  1.290       mrg Notes:		Removing knowledge of the scheduler and its run queues
   2128  1.290       mrg 		from the machine-dependent context switch code is the
   2129  1.290       mrg 		first step in cleaning up the scheduler.  It is necessary
   2130  1.290       mrg 		for the newlock branch, making the scheduler SMP friendly,
   2131  1.290       mrg 		adding real-time scheduler extensions, and reducing the
   2132  1.290       mrg 		number of code paths for LWP and proc switching.
   2133  1.290       mrg 
   2134  1.290       mrg Branch:		nick-hppapmap
   2135  1.290       mrg Description:	Update of hppa pmap with OpenBSD code.
   2136  1.290       mrg Status: 	Terminated; merged to -current
   2137  1.290       mrg Start Date:	27 October 2008
   2138  1.290       mrg End Date:	30 April 2009
   2139  1.290       mrg Base Tag:	nick-hppapmap-base3
   2140  1.290       mrg Maintainer:	Nick Hudson <skrll (a] NetBSD.org>
   2141  1.290       mrg Scope:		sys/
   2142  1.290       mrg Notes:		Port of the OpenBSD pmap including support for PA2.0 CPUs in
   2143  1.290       mrg 		32-bit mode.
   2144  1.290       mrg 
   2145  1.290       mrg Branch:		thorpej-atomic
   2146  1.290       mrg Description:	Implementation of an atomic memory operations API modeled
   2147  1.290       mrg 		after the one in Solaris 10.
   2148  1.290       mrg Status:		Terminated; merged to -current
   2149  1.290       mrg Start Date:	Apr 11 2007
   2150  1.290       mrg End Date:	Nov 18 2007
   2151  1.290       mrg Base tag:	thorpej-atomic-base
   2152  1.290       mrg Maintainer:	Jason Thorpe <thorpej (a] netbsd.org>
   2153  1.290       mrg Scope:		src/common
   2154  1.290       mrg 		src/sys
   2155  1.290       mrg Notes:		Base atomic primitives need to be implemented for
   2156  1.290       mrg 		all of the supported architectures:
   2157  1.290       mrg 
   2158  1.290       mrg 		alpha		DONE
   2159  1.290       mrg 		arm		DONE
   2160  1.290       mrg 		hppa
   2161  1.290       mrg 		i386		DONE
   2162  1.290       mrg 		ia64
   2163  1.290       mrg 		m68k		DONE (except for 68010)
   2164  1.290       mrg 		mips
   2165  1.290       mrg 		ns32k
   2166  1.290       mrg 		powerpc		DONE except for membar_*()
   2167  1.290       mrg 		powerpc64	DONE except for membar_*()
   2168  1.290       mrg 		sh3
   2169  1.290       mrg 		sparc		DONE except for membar_*()
   2170  1.290       mrg 		sparc64		DONE except for membar_*()
   2171  1.290       mrg 		vax
   2172  1.290       mrg 		x86_64		DONE
   2173  1.290       mrg 
   2174  1.290       mrg 		Tested:
   2175  1.290       mrg 
   2176  1.290       mrg 		alpha		NO
   2177  1.290       mrg 		arm		NO
   2178  1.290       mrg 		hppa		NO
   2179  1.290       mrg 		i386		NO
   2180  1.290       mrg 		ia64		NO
   2181  1.290       mrg 		m68k		NO
   2182  1.290       mrg 		mips		NO
   2183  1.290       mrg 		ns32k		NO
   2184  1.290       mrg 		powerpc		NO
   2185  1.290       mrg 		powerpc64	NO
   2186  1.290       mrg 		sh3		NO
   2187  1.290       mrg 		sparc		NO
   2188  1.290       mrg 		sparc64		NO
   2189  1.290       mrg 		vax		NO
   2190  1.290       mrg 		x86_64		NO
   2191  1.290       mrg 
   2192  1.290       mrg 		TODO:
   2193  1.290       mrg 
   2194  1.290       mrg 		all		- Need to replace mb_*() with membar_*().
   2195  1.290       mrg 
   2196  1.290       mrg 				- Audit MUTEX_CAS() and RWLOCK_CAS() uses
   2197  1.290       mrg 				  to see of membar_enter() is required here.
   2198  1.290       mrg 
   2199  1.290       mrg 				- Talk to ad@ -- figure out of non-atomic
   2200  1.290       mrg 				  mutex / rwlock release is actually safe.
   2201  1.290       mrg 
   2202  1.290       mrg 		arm		- Consider using a RAS technique like
   2203  1.290       mrg 				  MIPS uses for _lock_cas() and the mutex
   2204  1.290       mrg 				  stubs.  Possibly do more than one atomic
   2205  1.290       mrg 				  op as a RAS.  Possibly implement mutex
   2206  1.290       mrg 				  stubs using the technique.
   2207  1.290       mrg 
   2208  1.290       mrg 		m68k		- Need to do 68010 support.
   2209  1.290       mrg 		
   2210  1.290       mrg 		i386		- Need to change when x86_patch() is called
   2211  1.290       mrg 				  so we can test ncpus.
   2212  1.290       mrg 
   2213  1.290       mrg 		powerpc		- Figure out if we need barriers in the
   2214  1.290       mrg 				  atomic ops themselves (hopefully not!)
   2215  1.290       mrg 
   2216  1.290       mrg 		x86_64		- Need to change when x86_patch() is called
   2217  1.290       mrg 				  so we can test ncpus.
   2218  1.290       mrg 
   2219   1.79    briggs ########################################################################
   2220    1.1     lukem # Other:
   2221   1.79    briggs ########################################################################
   2222    1.1     lukem 
   2223    1.1     lukem Branch:		magnum
   2224    1.1     lukem Description:	?
   2225    1.1     lukem Status:		?
   2226    1.1     lukem Start Date:
   2227    1.1     lukem End Date:
   2228    1.1     lukem Base Tag:	magnum-base
   2229    1.1     lukem Maintainer:	?
   2230    1.1     lukem Scope:		kernel
   2231    1.1     lukem Notes:
   2232   1.69      elad 
   2233