NetBSD/lib/libc
veego b6257e9e67 iruserok fails to open a ~/.rhosts file if you have a directory
above the home dir which is only group acessable:

directroy       owner   group   permission
/a              root    wheel   755
/a/b            root    b       750       <
/a/b/c          c       b       700
/a/b/c/.rhosts  c       b       600

add getegid and initgroups before and setegid behind fopen to fix this.
add <netgroup.h> for the prototype of innetgr.
1996-12-28 18:48:31 +00:00
..
arch File which provides lint stubs for the functions defined by 1996-12-22 11:44:55 +00:00
compat-43 eliminate incorrect self-reference. 1996-12-26 02:32:22 +00:00
db Rename the errno field in struct htab to err, as the former name 1996-11-07 06:48:01 +00:00
gen ifdef YP, needs rpcsvc/ypclnt.h for protos 1996-12-20 20:46:19 +00:00
gmon use __inline and __asm, rather than inline and asm. By default (without -g) 1996-12-19 07:56:32 +00:00
include clean up Id 1995-02-27 13:02:12 +00:00
locale Fix embarassing typo 1996-02-14 19:21:54 +00:00
net iruserok fails to open a ~/.rhosts file if you have a directory 1996-12-28 18:48:31 +00:00
nls merge in 1.2 branch 1996-10-09 01:46:13 +00:00
quad don't include lshrdi3.c in MI sources, since they're already in MD sources 1996-12-20 19:44:12 +00:00
regex fix a slight bogon (found by lint) introduced in rev 1.5 (by me, no less!). 1996-12-19 06:35:52 +00:00
rpc fix previous booboo that broke all rpc services... 1996-12-24 21:49:55 +00:00
stdio pull in local.h for prototypes. first arg to __sflags() is const char * 1996-12-20 20:26:00 +00:00
stdlib const poisoning: __findenv()'s first arg should be const char * (lint) 1996-12-20 20:32:54 +00:00
string add rules to build .ln files (memmove.ln, memcpy.ln, strchr.ln, strrchr.ln) 1996-12-22 11:34:21 +00:00
sys Fix quad_t __syscall() return goofs. Now these should work on big-endian 1996-12-23 03:00:25 +00:00
termios Strip out unneeded header files 1995-06-26 23:04:45 +00:00
time set HAVE_STRERROR 1996-09-13 17:46:49 +00:00
yp Report yp errors every _yplib_nerrs like the other routines. 1996-12-24 15:08:39 +00:00
Makefile set LLIBS to nothing, so we don't try to lint the C libarary against 1996-12-19 07:52:52 +00:00
shlib_version bump minor number to 8 (addition of clock_* and ntp_*) 1996-11-19 02:52:11 +00:00