usleep: do not check for usleep error, it should never fail
[platform/upstream/busybox.git] / coreutils /
2011-07-08 Denys Vlasenkousleep: do not check for usleep error, it should never...
2011-07-03 Lauri Kasanenmd5/shaNsum: make -c support a list of files
2011-06-22 Denys Vlasenkoid: correct getgroups usage
2011-06-22 Denys Vlasenkogroups: make it NOEXEC
2011-06-21 Denys Vlasenkols: fix HAVE_STRVERSCMP check; add check for older...
2011-06-21 Tito Ragusagroups: new applet
2011-06-21 Denys VlasenkoAdd HAVE_STRVERSCMP, guard the only usage of strverscmp...
2011-06-13 Denys Vlasenkols: fix comment about -p (it's compatible now)
2011-06-13 Denys Vlasenkols: make -v and -X actually work as intended
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-21 Denys Vlasenkood: code shrink
2011-05-21 Denys Vlasenkood: another fix for --strings
2011-05-21 Denys Vlasenkood: fix -S NUM to not print chars >0x80
2011-05-21 Denys Vlasenkood: code shrink
2011-05-21 Denys Vlasenkood: code shrink, fix "od --traditional FILE"
2011-05-19 Denys Vlasenkotail: optimize "tail -c HUGENUM REGULAR_FILE". Closes...
2011-05-13 Denys Vlasenkols: code shrink
2011-05-13 Denys Vlasenkols: reorder and rename functions. No code changes
2011-05-13 Denys Vlasenkols: reduce memory consumption and speed up (don't do...
2011-05-13 Denys Vlasenkols: avoid forward declaration. No code changes
2011-05-13 Denys Vlasenkols: code shrink
2011-05-12 Denys Vlasenkols: fix help text: -w N is optional
2011-05-12 Denys Vlasenkols: fix -p help text, improve comments and define names
2011-04-16 Denys Vlasenkomd5/sha1sum: better fix for small resource leak
2011-04-16 Alexey Fomenkomd5/sha1sum: fix small resource leak
2011-04-11 Denys Vlasenkobasename,dirname,freeramdisk,rx,raidautorun,runsv,chvt...
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2011-04-02 Denys Vlasenkols: better help text for -a and -A
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-22 Alexey Solovievdd: free allocated memory if CLEANUP enabled
2011-03-21 Denys Vlasenkoln: explain why we use xstrdup
2011-03-12 Denys Vlasenkols: fix handling of symlinks by option -1
2011-03-11 Pascal Bellardchsum: fix
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-08 Denys Vlasenkoprintenv: fix environ == NULL segfault
2011-03-06 Alexey Solovievtr: free allocated memory in tr if CLEANUP enabled
2011-03-02 Denys Vlasenkoconvert "do {...} while (1);" -> "while (1) {...}"
2011-03-01 Denys Vlasenkols: widen -s (1k blocks) column from 4 to 6
2011-02-28 Denys Vlasenkols: -g implies -l
2011-02-28 Denys Vlasenkols: fix bits for -T, -w and --color; make -n imply...
2011-02-27 Denys Vlasenkols: fix one-bit-off which caused -H to behave as -h
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-15 Denys Vlasenkoecho: fix SEGV when run with no args
2011-02-14 Denys Vlasenkoecho: fix ENOSPC detection and some iffy code in \NNN...
2011-02-07 Denys Vlasenkoecho: do not retry on write errors
2011-01-31 Lauri Kasanendf,find_mount_point: optionally don't ignore rootfs
2011-01-26 Denys Vlasenkoid: fix inverted if (!ENABLE_DESKTOP)
2011-01-26 Denys Vlasenkostty: cosmetic fix to settings table; no code changes
2011-01-26 Denys Vlasenkodisable length applet. ${#var} and echo -n "$var" ...
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-24 Denys Vlasenkostty: enable line discipline display and change code...
2011-01-24 Denys Vlasenkostty: make swtch and iutf8 visible/settable
2011-01-22 Denys Vlasenkowc: fix swapped -c and -m
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-11 Denys Vlasenkolibbb unicode: comment out usused function and unused...
2011-01-02 Denys Vlasenkodate,touch: treat 2-digit years better (fit them into...
2010-12-31 Alexey Solovievdate: preserve isdst value if date is in time_t (unix...
2010-12-30 Denys Vlasenkoadd missed underscore
2010-12-30 Denys Vlasenkodate: add a comment about _SVID_SOURCE
2010-12-20 Denys Vlasenkotest: add examples when "%s: unknown operand" happens
2010-12-20 James Youngmanls: remove redundant constants LIST_FILENAME and LIST_SHORT
2010-12-19 Denys Vlasenkols: add support for -H
2010-12-19 Denys Vlasenkols: tweak -e handling; better comments
2010-12-19 Denys Vlasenkols: print a space after each column. Closes bug 2941
2010-12-19 Denys Vlasenkols: make -F not follow symlinks of the command line
2010-12-19 Denys Vlasenkols: make -x force columnar output; remove unused parts...
2010-12-19 Denys Vlasenkols: for some options, only last takes effect. Closes...
2010-12-01 Denys Vlasenkotouch: fix help text to not show options disabled in...
2010-11-22 Denys Vlasenkodate :add a comment about older toolchains
2010-11-06 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2010-11-05 Denys Vlasenkols: fix -lg to show group (was showing user)
2010-10-30 Eric Lammertsstat: fix mtime/ctime/atime
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-27 Denys Vlasenkolibbb: introduce and use common crc32 routine
2010-10-27 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2010-10-26 Denys Vlasenkomv: implement -n option
2010-10-24 Denys Vlasenkomd5/sha1sum: code shrink
2010-10-23 Denys Vlasenkolibbb: introduce and use strcpy_and_process_escape_sequ...
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-20 Alexander Shishkintail: free tailbuf upon cleaning up
2010-10-20 Alexander Shishkinstat: remove superfluous setXXent() calls, plug memory...
2010-10-20 Denys Vlasenko*: s/open3_or_warn/open_or_warn/ where makes sense
2010-10-18 Denys Vlasenkosort: -o FILE should create/truncate FILE
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-10-17 Denys Vlasenkotypo fix
2010-10-17 Denys Vlasenkoseq: exit on write errors
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-10-15 Denys Vlasenkodate: move applet and usage bits to date.c
2010-10-04 Denys Vlasenkowc: add support for -m
2010-10-04 Denys Vlasenkowc: preparatory patch, no logic changes
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-09-25 Denys Vlasenkostyle fix. no code chages
2010-09-24 Denys Vlasenkosleep: fix fractional arguments in non-POSIX locale
2010-09-16 Denys Vlasenkolibbb: merge mail and uudecode's base64 decoders
2010-09-14 Denys Vlasenkosleep: make it non-NOFORK. Fixes ^C in standalone shell
2010-09-09 Dan FandrichAvoid side effects in putc(), which may be implemented...
2010-09-01 Denys Vlasenkouudecode,base64: code shrink
2010-08-31 Denys Vlasenkobase64: new applet
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
next