mention christos-time_t
This commit is contained in:
parent
6c9e472741
commit
15c99043a1
12
doc/BRANCHES
12
doc/BRANCHES
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BRANCHES,v 1.272 2008/12/22 02:07:39 haad Exp $
|
||||
# $NetBSD: BRANCHES,v 1.273 2009/01/11 03:23:38 christos Exp $
|
||||
#
|
||||
# This file contains a list of branches that exist in the NetBSD CVS
|
||||
# tree and their current state.
|
||||
|
@ -1674,6 +1674,16 @@ Scope: kernel
|
|||
Notes: Results in consolidation of Alchemy (mips/dev/alchemy/aucom.c)
|
||||
com support, and also removes a nasty hack from Atheros com.
|
||||
|
||||
Branch: christos-time_t
|
||||
Description: Change time_t and dev_t to 64 bit quantities; fix timeval
|
||||
and timespec.
|
||||
Status: merged
|
||||
Start Date: 29 March 2008
|
||||
End Date: 8 January 2009
|
||||
Base Tag: gdamore-uart-base
|
||||
Maintainer: Garrett D'Amore <gdamore@NetBSD.org>
|
||||
Scope: kernel, libc, libutil, userland
|
||||
Notes: Requires a major bump of all libraries except libc, libutil.
|
||||
########################################################################
|
||||
# Other:
|
||||
########################################################################
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1162 $>
|
||||
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1163 $>
|
||||
#
|
||||
#
|
||||
# [Note: This file does not mention every change made to the NetBSD source tree.
|
||||
|
@ -91,3 +91,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
|
|||
[macallan 20090109]
|
||||
rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
|
||||
rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
|
||||
time_t,dev_t: changed time_t and dev_t to be 64 bit quantities. Fixed
|
||||
POSIX issues in timeval and timespec [christos 20090109]
|
||||
|
|
Loading…
Reference in New Issue