index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
xgetcwd.c
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-09-29
xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run time
Denis Vlasenko
2007-02-11
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2006-09-23
remove unneeded #includes, fix indentation
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-11-12
Remove unnecessary errno handling.
Matt Kraai
2001-08-22
Add #include <sys/param.h> to ensure PATH_MAX is defined
Eric Andersen
2001-04-09
Apply Vladimir's latest cleanup patch.
Eric Andersen