| Age | Commit message (Collapse) | Author |
|
symbols around.
|
|
that we try to link in objects from libc.a where we also provide our
own replacements here, leading to multiple definitions during linking.
OK'ed by christos@
|
|
fixes PR 40003
|
|
functions in order to fix link-time conflicts with the C library.
|
|
|
|
Patches provided by Joel Baker in PR 22268, verified by myself.
|
|
strictly necessary for the install floppy, but it enables one to
build a rescue floppy with ssh(1) on it. ssh dereferences pw->pw_class
and will therefore core dump if it is not set to something.
Reviewed By: simonb@NetBSD.ORG
|
|
to libc/gen/getpwent.c. this version reads from master.passwd instead
of passwd (thus removing the need to keep both in the mini file system
and having to run pwd_mkdb to generate the latter)
|
|
are actually linked instead of libc ones on ELF systems.
Fixes install/13050 and install/13153.
|
|
Add reduced version of getcap routines, so sysinst need not drag in
the database goop via libtermcap.
|
|
|
|
|