index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
getcwd.c
Age
Commit message (
Expand
)
Author
2013-09-30
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
Todd C. Miller
2013-04-17
add some prototypes, casts, includes, parenthesis, and whatnot to
Ted Unangst
2006-05-27
System calls return -1 upon failure, so check for -1
Pedro Martelletto
2006-05-27
Don't leak memory if getcwd() was passed NULL and __getcwd() fails
Pedro Martelletto
2006-05-27
Make libc's getcwd() use the new __getcwd() system call
Pedro Martelletto
2005-08-08
zap remaining rcsid.
Marc Espie
2005-06-01
Save errno from clobbering by clsoedir() in the err case.
Todd C. Miller
2005-03-25
deregister (and deauto!). ok millert@ marco@
Otto Moerbeek
2005-01-06
Replace bcopy() with memcpy() and memmove() so it is obvious what
Todd C. Miller
2005-01-05
Fix handling of memory allocation. Both the initial value of eup
Otto Moerbeek
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-11-24
Fix comment: s/trailing NULL/trailing NUL/, no code changes.
Chad Loder
2000-07-19
off-by-one calculation error; getcwd() would return NULL if the buffer was
Theo de Raadt
1998-08-14
realloc repair
Theo de Raadt
1997-07-09
Clean up some -Wall complaints.
Todd C. Miller
1996-11-27
Fix file descriptor leak on error. Noticed by bitblt.
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt