index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
getcwd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Just by allocating size*2 bytes we can't be sure that new size will be enough,
ache
2005-09-18
1
-2
/
+2
*
Cosmetic fixes to prev. commit.
ache
2005-09-15
1
-4
/
+4
*
Remove any hardcoded assumptions about malloc's way of allocating,
ache
2005-09-14
1
-4
/
+4
*
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
tjr
2003-10-29
1
-2
/
+0
*
Avoid a memory leak by using reallocf() instead of realloc().
tjr
2003-01-10
1
-1
/
+1
*
Prototype __getcwd() to avoid a warning.
tjr
2003-01-10
1
-0
/
+2
*
s/trailing NULL/trailing NUL/
jmallett
2002-08-19
1
-1
/
+1
*
* Remove 'register'. (some functions had 7+ register functions...)
obrien
2002-02-01
1
-8
/
+8
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-1
/
+3
*
Remove the SIGSYS handler and wrapper around the __getcwd() syscall.
peter
2000-09-05
1
-39
/
+10
*
Explicitly use sigemptyset to clear a sigset_t. Explicit
marcel
1999-09-28
1
-1
/
+4
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-1
/
+1
*
NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'
jb
1998-05-15
1
-0
/
+4
*
Return the correct errno from getcwd() even if free() or closedir()
mckay
1998-01-15
1
-0
/
+4
*
Put a system call not present checking wrapper around the call to
peter
1997-09-16
1
-9
/
+35
*
Fix yet a minor stylistic nit from Bruce (Doesn't he have more
phk
1997-09-15
1
-7
/
+9
*
Fix a buglet and a couple of stylistic nits from Bruce.
phk
1997-09-15
1
-3
/
+2
*
Add __getcwd() syscall, and have getcwd() take a shot at it.
phk
1997-09-14
1
-0
/
+11
*
Fixed file descriptor leak that occurs after certain types of failures.
dg
1997-08-15
1
-2
/
+5
*
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
peter
1997-03-13
1
-153
/
+0
*
merge from Lite2 - realpath() now shares a lot of code with getcwd()
peter
1997-03-11
1
-4
/
+158
*
Corrently null-terminate the path being passed to the opendir() calls,
peter
1996-10-17
1
-0
/
+1
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-1
/
+1
*
Don't cast void functions to void.
hsu
1995-06-20
1
-2
/
+2
*
Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to break
dg
1995-02-07
1
-24
/
+5
*
A cute hack to speed up things by Keith: if getenv("PWD") is the same
phk
1995-02-04
1
-5
/
+24
*
Obtained from: 1.1.5
bde
1994-12-12
1
-1
/
+5
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+230