Bernhard Reutner-Fischer
|
e48bd60ce9
getcwd: Fix memory-leak in error path
|
13 роки тому |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 роки тому |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 роки тому |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 роки тому |
Bernhard Reutner-Fischer
|
694525ec2e
- tidy up inline:
|
16 роки тому |
Bernhard Reutner-Fischer
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 роки тому |
Denis Vlasenko
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 роки тому |
Mike Frysinger
|
434de2bfe0
michael_d in #1849 writes: The getcwd() implementation in the absence of a getcwd syscall has an off-by-one allocation bug. As a result, sometimes the returned string has garbage at the end.
|
17 роки тому |
Mike Frysinger
|
6855667fef
sync change from glibc for larger path max
|
18 роки тому |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 роки тому |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 роки тому |
Peter S. Mazinger
|
94e9dd95c2
Convert some users
|
19 роки тому |
Peter S. Mazinger
|
f32600208f
Convert all users of earlier hiddens
|
19 роки тому |
Peter S. Mazinger
|
3c84ded68a
Convert internal users of chmod/*stat*, minimize change for __strsep
|
19 роки тому |
Peter S. Mazinger
|
ab9d3f10ea
Use __open|__closedir
|
19 роки тому |
Peter S. Mazinger
|
53b5f21c9c
Hide more
|
19 роки тому |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
19 роки тому |
Peter S. Mazinger
|
8143dcecfc
Allow partly IMA compile of this directory
|
19 роки тому |
Eric Andersen
|
8b995a0e60
For current kernels, we just use the getcwd() syscall. For old 2.0 linux
|
19 роки тому |
Eric Andersen
|
cc76cf5876
Fix numerous problems with both getcwd implementations.
|
21 роки тому |
Eric Andersen
|
37e8a493e3
Fix the other instance of getcwd
|
22 роки тому |
Eric Andersen
|
be4e6bbed0
Properly allocate memory when size is 0, but so is buf
|
22 роки тому |
Eric Andersen
|
72677cc3d8
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
|
22 роки тому |
Eric Andersen
|
b8d09d7cfc
Cleanup the getcwd implementation (again) since I broke it
|
22 роки тому |