Source-Changes-HG archive

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

[src/netbsd-3]: src/doc Tickets 125 and 126.



details:   https://anonhg.NetBSD.org/src/rev/1b762345129a
branches:  netbsd-3
changeset: 575312:1b762345129a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Apr 08 13:41:48 2005 +0000

description:
Tickets 125 and 126.

diffstat:

 doc/CHANGES-3.0 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 2314c4803f99 -r 1b762345129a doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Fri Apr 08 13:40:24 2005 +0000
+++ b/doc/CHANGES-3.0   Fri Apr 08 13:41:48 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.45 2005/04/08 00:23:57 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.46 2005/04/08 13:41:48 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -7145,3 +7145,17 @@
        Use voff_t instead of vaddr_t to hold file offset passed to pgo_put.
        [dbj, ticket #123]
 
+lib/libc/gen/getmntinfo.c                      1.14
+lib/libc/sys/statfs.c                          1.3
+
+       PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function
+       getfsstat(). Fixed by defining an _getfsstat() internal function and
+       calling that instead.
+       [bouyer, ticket #125]
+
+distrib/utils/libhack/getpwent.c               1.9
+
+       Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()
+       functions in order to fix link-time conflicts with the C library.
+       [bouyer, ticket #126]
+



Home | Main Index | Thread Index | Old Index