hush/coreutils
Alexey Soloviev f922154f65 dd: free allocated memory if CLEANUP enabled
Signed-off-by: Alexey Soloviev <EXT-Alexey.Soloviev@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-03-22 17:42:29 +01:00
..
libcoreutils *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
basename.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
cal.c libbb unicode: comment out usused function and unused parameter 2011-01-11 13:08:28 +01:00
cat.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
catv.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
chgrp.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
chmod.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
chown.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
chroot.c use user's shell instead of hardwired "/bin/sh" (android needs this) 2011-03-08 21:00:36 +01:00
cksum.c chsum: fix 2011-03-11 23:40:27 +01:00
comm.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
Config.src Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" 2011-02-26 22:24:08 +01:00
cp.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
cut.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
date.c Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" 2011-02-26 22:24:08 +01:00
dd.c dd: free allocated memory if CLEANUP enabled 2011-03-22 17:42:29 +01:00
df.c df,find_mount_point: optionally don't ignore rootfs 2011-01-31 06:27:35 +01:00
dirname.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
dos2unix.c *: introduce and use xmkstemp. -65 bytes. 2010-10-22 13:27:16 +02:00
du.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
echo.c echo: fix SEGV when run with no args 2011-02-15 18:35:54 +01:00
env.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
expand.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
expr.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
false.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
fold.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
fsync.c *: s/open3_or_warn/open_or_warn/ where makes sense 2010-10-20 13:21:22 +02:00
head.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
hostid.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
id_test.sh id: coreutils compat by Tito + test script 2008-10-29 00:27:31 +00:00
id.c id: fix inverted if (!ENABLE_DESKTOP) 2011-01-26 16:11:19 +01:00
install.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
Kbuild.src disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents 2011-01-26 01:21:20 +01:00
length.c.disabled disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents 2011-01-26 01:21:20 +01:00
ln.c ln: explain why we use xstrdup 2011-03-21 12:36:35 +01:00
logname.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
ls.c ls: fix handling of symlinks by option -1 2011-03-12 03:12:36 +01:00
md5_sha1_sum.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
mkdir.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
mkfifo.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
mknod.c Marked some more applets NOEXEC/NOFORK 2010-10-01 23:35:09 +02:00
mv.c whitespace cleanup 2010-10-29 11:46:52 +02:00
nice.c whitespace cleanup 2010-10-29 11:46:52 +02:00
nohup.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
od_bloaty.c *: better string sharing 2010-06-02 12:57:26 +02:00
od.c whitespace cleanup 2010-10-29 11:46:52 +02:00
printenv.c printenv: fix environ == NULL segfault 2011-03-08 12:44:02 +01:00
printf.c libbb: introduce and use strcpy_and_process_escape_sequences 2010-10-23 21:06:06 +02:00
pwd.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
readlink.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
realpath.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
rm.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
rmdir.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
seq.c seq: exit on write errors 2010-10-17 12:44:39 +02:00
sleep.c style fix. no code chages 2010-09-25 17:19:04 +02:00
sort.c whitespace cleanup 2010-10-29 11:46:52 +02:00
split.c convert "do {...} while (1);" -> "while (1) {...}" 2011-03-02 04:07:14 +01:00
stat.c stat: fix mtime/ctime/atime 2010-10-30 02:48:20 +02:00
stty.c stty: cosmetic fix to settings table; no code changes 2011-01-26 11:58:37 +01:00
sum.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
sync.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tac.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tail.c tail: free tailbuf upon cleaning up 2010-10-21 00:25:45 +02:00
tee.c typo fix 2010-10-17 12:45:24 +02:00
test_ptr_hack.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
test.c printenv: fix environ == NULL segfault 2011-03-08 12:44:02 +01:00
touch.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
tr.c tr: free allocated memory in tr if CLEANUP enabled 2011-03-06 18:21:07 +01:00
true.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
tty.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
uname.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
uniq.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
usleep.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
uudecode.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
uuencode.c base64: new applet 2010-08-31 14:09:22 +02:00
wc.c wc: fix swapped -c and -m 2011-01-22 17:57:01 +01:00
who.c move utmp.h include to libbb.h 2011-01-25 23:21:46 +01:00
whoami.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
yes.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00