| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
last night. Restore malloc-ing when buf=NULL for the syscall
version... Move getcwd to libc/sysdeps/linux/common and out
of syscalls.c so there is just one getcwd.o object present.
-Erik
|
| |
|
|
|
| |
to using the getcwd syscall instead, when it is present.
-Erik
|
| | |
|
| |
|
|
|
|
|
| |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc.
This had some sideffects in sys/syscalls.h. While fixing things, I made
everything use __set_errno() for (eventual) thread support.
-Erik
|
| |
|
|
| |
feature which busybox needed. So I added it.
|
| |
|