freebsd-dev/lib/libc
Bill Paul d454389cc2 getpwent.c: turn the code that checks the override caches into a
seperate function to avoid duplication. Also fix getpwent() a
small bit to properly handle the case where the magic NIS '+'
entry appears before the end of the password file.

getgrent.c: be a little more SunOS-ish. Make it look like the NIS
group map is 'inserted' at the the point(s) where the magic NIS '+'
entry/entries appear.

getgrent: fix a file descriptor leak: remember to close the netgroup
file after we determine that we're using NIS-only innetgr() lookups.
1995-09-02 04:08:55 +00:00
..
amd64 First round of changes to clean up the RCSID mess in libc: 1995-01-23 01:30:24 +00:00
compat-43 Remove setre*id*. 1995-04-25 10:00:04 +00:00
db Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
gen getpwent.c: turn the code that checks the override caches into a 1995-09-02 04:08:55 +00:00
gmon Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
i386 Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
locale Forget to close file 1995-08-11 08:44:31 +00:00
net Remove the CFLAGS+=-I${CURDIR}/net that I previously added. 1995-08-21 17:50:01 +00:00
nls Add /usr/local/share/nls to default search path 1995-06-17 03:02:21 +00:00
quad Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
regex Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
rpc Reviewed by: David Greenman 1995-08-02 09:14:23 +00:00
stdio fgetline does not exist.. fgetln is in it's place. Correct the X-Ref. 1995-08-18 14:22:00 +00:00
stdlib Make strtod conforms manpage, use isspace to skip initial whitespaces 1995-08-01 22:20:16 +00:00
stdtime Fix manpage to reflect current sources 1995-08-07 23:36:08 +00:00
string Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
sys There is no such file as /usr/include/ufs/quota.h. There is a file 1995-08-15 19:38:00 +00:00
xdr Confirmed to work by: rcarter@geli.com (Russell Carter) 1995-07-22 23:32:13 +00:00
yp The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM. 1995-07-05 06:04:20 +00:00
Makefile Bump shlib minor because xdr_* functions have been enabled. Do NOT 1995-08-09 06:50:52 +00:00