Source-Changes archive

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

CVS commit: [netbsd-3] src/lib/libc/gen



Module Name:    src
Committed By:   ghen
Date:           Thu Jul 13 09:29:40 UTC 2006

Modified Files:
        src/lib/libc/gen [netbsd-3]: getpwent.c

Log Message:
Pull up following revision(s) (requested by ginsbach in ticket #1399):
        lib/libc/gen/getpwent.c: revision 1.72
Fix YP lookup latency reported by Stephen M. Jones on tech-net.  This is a
performance regression between 2.0 and 3.0.  The passwd compat method was
incorrectly querying the NIS server with yp_first()/yp_next() rather than
using yp_match() with the correct key.


To generate a diff of this commit:
cvs rdiff -r1.66.2.2 -r1.66.2.3 src/lib/libc/gen/getpwent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index