Module Name: src Committed By: khorben Date: Mon May 6 23:27:06 UTC 2013
Modified Files: src/doc: BRANCHES Log Message: Announcing the khorben-n900 branch, aiming at fully supporting the Nokia N900 smartphone. It is expected to affect the kernel (OMAP3 support, device drivers), and little else (possibly input handling and power management). Do not hesitate to communicate any change that would be welcome in HEAD. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329 src/doc/BRANCHES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/BRANCHES diff -u src/doc/BRANCHES:1.328 src/doc/BRANCHES:1.329 --- src/doc/BRANCHES:1.328 Tue Mar 26 02:05:48 2013 +++ src/doc/BRANCHES Mon May 6 23:27:06 2013 @@ -1,4 +1,4 @@ -# $NetBSD: BRANCHES,v 1.328 2013/03/26 02:05:48 agc Exp $ +# $NetBSD: BRANCHES,v 1.329 2013/05/06 23:27:06 khorben Exp $ # # This file contains a list of branches that exist in the NetBSD CVS # tree and their current state. @@ -442,6 +442,15 @@ Notes: http://mail-index.netbsd.org/tec to this branch. This branch is not expected to be compilable yet. +Branch: khorben-n900 +Description: Supporting the Nokia N900 smartphone +Status: Active +Start Date: 2013-05-07 +Maintainer: Pierre Pronchery <khor...@netbsd.org> +Scope: kernel (OMAP3 support, device drivers) +Notes: Do not hesitate to communicate any change that would be welcome + in HEAD. + Branch: matt-timespec Description: Convert the kernel to struct timespec as its primary time storage mechanism.