History log of /netbsd-src/lib/libc/gen/execvp.c (Results 26 – 32 of 32)
Revision Date Author Comments
# a843f0f8 10-Aug-1998 perry <perry@NetBSD.org>

bzero->memset, bcopy->memcpy, bcmp->memcmp


# 597e2701 26-Feb-1998 perry <perry@NetBSD.org>

trivial changes to reduce lint complaints


# 4146d586 03-Feb-1998 perry <perry@NetBSD.org>

remove obsolete register declarations


# 43fa6fe3 21-Jul-1997 jtc <jtc@NetBSD.org>

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.

show more ...


# b8e9ff89 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's
Initialize `path' in case of error.
Fix gcc warnings.


# 44864185 24-Apr-1997 kleink <kleink@NetBSD.org>

POSIX.1/stopgap measure: if "" is to be executed, fail with ENOENT
immediately as there is no way for namei() to deal with this when
traversing $PATH.


# 61442025 03-Jul-1996 jtc <jtc@NetBSD.org>

Split all exec*() functions out of exec.c into their own files.


12