Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6ca0444420223c224162674902d4f6e4e093962d
/
debianutils
/
readlink.c
6ca0444
syslogd: fix "readpath bug" by using readlink instead
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
f0ed376
remove bb_printf and the like
by Denis Vlasenko
· 18 years ago
456fa6c
readlink: do not emit errors if file doesnt not exist / not a link
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
7fee0c4
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
by Bernhard Reutner-Fischer
· 18 years ago
e15d757
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
5371a95
The gnu extension to have realpath() malloc its buffer when handed a NULL
by Rob Landley
· 19 years ago
07e42dc
Tito pointed out that if readlink doesn't have -f, there's no need to call
by Rob Landley
· 19 years ago
ba50217
Clean up memory allocation.
by Rob Landley
· 19 years ago
b7128c6
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
by Rob Landley
· 19 years ago
c6fbed5
- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04
by Ned Ludd
· 20 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
8f0722a
Move readlink, mktemp, run-parts and which to a new debianutils dir.
by Glenn L McGrath
· 22 years ago
[Renamed from miscutils/readlink.c]
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
28355a3
Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,
by Eric Andersen
· 24 years ago
8a63326
Made new xreadlink function for libbb and changed applets to use it instead of
by Mark Whitley
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
1fa1ade
Change calls to error_msg.* and strerror to use perror_msg.*.
by Matt Kraai
· 24 years ago
f57c944
Changed names of functions in utility.c and all affected files, to make
by Mark Whitley
· 24 years ago
872138d
Added cmp and readlink applets from Matt Kraai.
by Mark Whitley
· 24 years ago