aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: comment out programs/features that will not get supported anytime ...Nguyễn Thái Ngọc Duy2009-04-281-1/+18
* coreutils/split: define NAME_MAX as Windows does not have oneNguyễn Thái Ngọc Duy2009-04-231-0/+4
* coreutils/ls: ignore st_blocks as it does not exist on WindowsNguyễn Thái Ngọc Duy2009-04-231-0/+4
* coreutils/test: fix wrong "test -rwx"Nguyễn Thái Ngọc Duy2009-04-231-0/+4
* coreutils/test: "test -x foo.exe" should return trueNguyễn Thái Ngọc Duy2009-04-231-0/+18
* coreutils/diff: support /dev/nullNguyễn Thái Ngọc Duy2009-04-231-1/+12
* coreutils/diff: treat \r as same as \nNguyễn Thái Ngọc Duy2009-04-231-0/+5
* coreutils/dd: support /dev/zeroNguyễn Thái Ngọc Duy2009-04-231-3/+11
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-234-0/+17
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-232-19/+27
* delete tons of extra #includesvda2007-05-315-20/+1
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-3/+0
* whitespace fixesvda2007-05-301-1/+1
* test: close bug 1371vda2007-05-271-5/+10
* usage.c: remove reference to busybox.hvda2007-05-2673-76/+76
* cttyhack: new applet.vda2007-05-181-2/+0
* several *.c files:vda2007-05-172-2/+2
* tail: fix SEGV on "tail -N"vda2007-05-081-5/+11
* test: code size saving, no logic changesvda2007-05-011-87/+90
* hush: add ctrl-Z handling for nofork'ed casevda2007-04-281-0/+2
* dd: NOEXEC fixvda2007-04-191-2/+4
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)vda2007-04-191-25/+24
* stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)vda2007-04-191-15/+16
* style fixes, no code changesvda2007-04-162-2/+4
* - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offaldot2007-04-161-4/+4
* teach find_root_device to deal with /dev/ subdirsvda2007-04-132-5/+5
* style fixesvda2007-04-131-34/+34
* style fixes. No code changesvda2007-04-121-3/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-113-10/+12
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-2/+1
* make a few struct bb_applet members conditionalvda2007-04-102-2/+4
* - use enum for the OPs as suggested by vda. No obj-code changes.aldot2007-04-101-14/+18
* echo: fix regression ("echo" with no arguments didn't print newline.vda2007-04-101-8/+11
* audit small applets and mark some of them as NOFORK.vda2007-04-1031-94/+124
* style fixes. No code changes.vda2007-04-101-3/+3
* - use skip_non_whitespace() where appropriatealdot2007-04-101-3/+1
* make xfunctions optionally longjump instead of exit.vda2007-04-092-10/+5
* Implement first instance of NOFORK applet - echovda2007-04-091-37/+38
* add some missed statics on constant objects.vda2007-04-086-27/+27
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-082-2/+0
* find: fix handling of -prunevda2007-04-082-3/+3
* comm: eliminate staticsvda2007-04-071-44/+30
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)vda2007-04-051-1/+1
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-051-4/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* - minor shrinkagealdot2007-04-041-26/+21
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...aldot2007-04-041-74/+130
* - remove some bss users.aldot2007-04-041-17/+22
* - remove superfluous bss user (flags) and manually unswitch some areas:aldot2007-04-041-138/+92
* - use bb_error_msgaldot2007-04-021-1/+1