Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30.16.2 / (download) - annotate - [select for diffs], Fri Jul 20 12:41:08 2007 UTC (5 years, 10 months ago) by yamt
Branch: matt-mips64
Changes since 1.30.16.1: +155 -0
lines
Diff to previous 1.30.16.1 (colored) to branchpoint 1.30 (colored)
add a comment.
Revision 1.30.16.1, Fri Jul 20 12:41:07 2007 UTC (5 years, 10 months ago) by yamt
Branch: matt-mips64
Changes since 1.30: +0 -155
lines
FILE REMOVED
file execvp.c was added on branch matt-mips64 on 2007-07-20 12:41:08 +0000
Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 20 12:41:07 2007 UTC (5 years, 10 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
christos-time_t-nbase,
christos-time_t-base,
christos-time_t,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver,
HEAD
Branch point for: matt-mips64
Changes since 1.29: +6 -2
lines
Diff to previous 1.29 (colored)
add a comment.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 9 03:57:26 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.28: +3 -18
lines
Diff to previous 1.28 (colored)
undo the previous; we need alloca here, otherwise the parent will leak on vfork.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Nov 9 02:51:52 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.27: +11 -7
lines
Diff to previous 1.27 (colored)
use mmap instead of malloc because we may have vforked. pointed out by yamt.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Nov 8 23:27:32 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.26: +14 -3
lines
Diff to previous 1.26 (colored)
if we are using ssp, use malloc instead of alloca.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Nov 29 03:11:59 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.25: +3 -4
lines
Diff to previous 1.25 (colored)
WARNS=4
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 1 04:40:46 2005 UTC (7 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
appease gcc -Wuninitialized
Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 7 16:42:47 2003 UTC (9 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.23: +3 -7
lines
Diff to previous 1.23 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22280, verified by myself.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 15 04:41:17 2003 UTC (10 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
PR/13242: John Heasley: ENOTDIR is not fatal
Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 4 19:44:10 2003 UTC (10 years, 2 months ago) by nathanw
Branch: MAIN
Changes since 1.21: +3 -10
lines
Diff to previous 1.21 (colored)
Don't acquire __environ_lock around exec*() calls; nothing requires that these calls be thread-safe with respect to the environment, and it causes serious problems for threaded applications which call vfork() and exec*() (including indirectly, via popen() or system()). Acquire and release __environ_lock in the parent in popen() and system() to play safe and provide the child with a stable environment. __environ_lock should also have an atfork() handler; still under development.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 18 11:23:53 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
Merge the nathanw_sa branch.
Revision 1.16.6.3 / (download) - annotate - [select for diffs], Mon Jan 28 20:50:31 2002 UTC (11 years, 3 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.16.6.2: +5 -5
lines
Diff to previous 1.16.6.2 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
Catch up to -current.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 8 00:30:59 2001 UTC (11 years, 5 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.19: +5 -5
lines
Diff to previous 1.19 (colored)
Use memcpy instead of memmove since no overlaps here (copy from somewhere outside of the funciton to our stack).
Revision 1.16.6.2 / (download) - annotate - [select for diffs], Mon Oct 8 20:18:50 2001 UTC (11 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.16.6.1: +21 -23
lines
Diff to previous 1.16.6.1 (colored) to branchpoint 1.16 (colored)
Catch up to -current.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 19 01:14:51 2001 UTC (11 years, 8 months ago) by enami
Branch: MAIN
Changes since 1.18: +9 -9
lines
Diff to previous 1.18 (colored)
Cosmetic changes (including ANSI'fy).
Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 19 01:07:19 2001 UTC (11 years, 8 months ago) by enami
Branch: MAIN
Changes since 1.17: +13 -15
lines
Diff to previous 1.17 (colored)
Remove unnecessary alloca, strcpy and strlen call.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 18 05:09:37 2001 UTC (11 years, 8 months ago) by simonb
Branch: MAIN
Changes since 1.16: +7 -7
lines
Diff to previous 1.16 (colored)
Use alloca() instead of malloc() and strdup(). Proper fix for the find problem posted to current-users@netbsd.org. Solution suggested by a couple of folks on that mailing list, and Art Grabowski who pointed me at a similar change in OpenBSD.
Revision 1.16.6.1 / (download) - annotate - [select for diffs], Wed Aug 8 16:27:43 2001 UTC (11 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
_REENT -> _REENTRANT
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 22 22:19:09 2000 UTC (13 years, 3 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: nathanw_sa
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Delint. Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 20 04:38:58 1999 UTC (13 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.14: +2 -9
lines
Diff to previous 1.14 (colored)
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DIAGASSERT() is still retained.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 16 11:44:56 1999 UTC (13 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.13: +12 -2
lines
Diff to previous 1.13 (colored)
* use _DIAGASSERT() to check pointer arguments against NULL and file
descriptors against -1 (as appropriate).
* add actual checks which to detect stuff that would trigger_DIAGASSERT(),
and attempt to return a sane error condition.
* knf some code
* remove some `register' decls.
the first two items result in the addition of code similar to the
following in various functions:
_DIAGASSERT(path != NULL)
#ifdef _DIAGNOSTIC
if (path == NULL) {
errno = EFAULT;
return (-1);
}
#endif
Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 16 11:36:19 1999 UTC (13 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
revert previous (as per klaus). will diagassert() name == NULL check instead...
Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 16 08:12:21 1999 UTC (13 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
check name != NULL before checking name[0] != '\0'
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 4 18:17:16 1999 UTC (14 years, 3 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Changes since 1.10: +10 -15
lines
Diff to previous 1.10 (colored)
Make argv construction code reentrant.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 12 16:09:46 1998 UTC (14 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.9: +7 -6
lines
Diff to previous 1.9 (colored)
fix lint const lossage.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 11 21:03:18 1998 UTC (14 years, 8 months ago) by kleink
Branch: MAIN
Changes since 1.8: +11 -3
lines
Diff to previous 1.8 (colored)
Add a multiple-reader/single-writer lock to protect environ.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 26 00:38:39 1998 UTC (14 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 10 02:43:09 1998 UTC (14 years, 9 months ago) by perry
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
bzero->memset, bcopy->memcpy, bcmp->memcmp
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 26 02:26:12 1998 UTC (15 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.5: +7 -5
lines
Diff to previous 1.5 (colored)
trivial changes to reduce lint complaints
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 3 18:23:42 1998 UTC (15 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
remove obsolete register declarations
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 21 14:06:57 1997 UTC (15 years, 10 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.3: +7 -2
lines
Diff to previous 1.3 (colored)
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>.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 13 18:57:04 1997 UTC (15 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (colored)
Fix RCSID's Initialize `path' in case of error. Fix gcc warnings.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 24 18:55:51 1997 UTC (16 years ago) by kleink
Branch: MAIN
Changes since 1.1: +7 -2
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Thu Sep 19 20:02:32 1996 UTC (16 years, 8 months ago) by jtc
Branch: ivory_soap2
Changes since 1.1: +7 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
snapshot namespace cleanup: gen
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 3 21:41:54 1996 UTC (16 years, 10 months ago) by jtc
Branch: MAIN
CVS Tags: nsswitch
Branch point for: ivory_soap2
Split all exec*() functions out of exec.c into their own files.