aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2005-11-07Fix the test suite so that individual *.tests files can be run alalandley8-71/+66
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anylandley1-1/+0
2005-11-04Size I zapped the bb_close() error, might as well make a TODO item.landley1-1/+13
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return alandley1-1/+1
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.landley1-57/+27
2005-11-04It's no longer a temporary location. Smooth out the text a bit.landley1-5/+5
2005-11-03point to the official linksandersen1-2/+2
2005-11-03Announce 1.1.0-pre1 already. Erik, please move links to the downloads directorylandley2-5/+16
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.landley2-84/+46
2005-10-31We've got fuser, fix some typos, and move Vodz's comment about UTF8 intolandley1-7/+25
2005-10-30\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.landley1-2/+2
2005-10-29add ZyXEL to the shame listvapier1-0/+2
2005-10-29fix <p> and <a> tagsvapier1-2/+2
2005-10-29update doctype and add a charset encodingvapier1-2/+2
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.aldot5-0/+68
2005-10-28updatevodz1-0/+2
2005-10-28Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc...vodz1-34/+21
2005-10-28bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi...vodz2-4/+4
2005-10-28New applet, fuser, from Tony J. White. (Needs some cleanup.)landley5-0/+409
2005-10-28- move GETXXKEY_R_FUNC into an internal helper file to allow for compilingaldot2-46/+154
2005-10-28- remove warning about "'static' is not at beginning of declaration".aldot1-2/+2
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.landley5-160/+43
2005-10-27Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley4-0/+149
2005-10-27Somebody suggested this, but I've forgotten who.landley1-1/+2
2005-10-27Add --no-same-owner and --no-same-permissions options to tar.landley3-42/+65
2005-10-27- Matthias Wenzel writes:aldot1-15/+5
2005-10-27- correct boilerplatealdot1-2/+2
2005-10-27Reference for new patch feature we'll need to be compatible with...landley1-1/+4
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.aldot8-53/+24
2005-10-25Update the TODO list to reflect stuff we've already done.landley1-31/+18
2005-10-25Shaun Jackman noted that limits.h defines path_max and isn't included fromlandley1-0/+1
2005-10-25Two changes. One from Shaun Jackman makes libbb/interface.c compile only iflandley1-1/+1
2005-10-21- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.aldot1-0/+3
2005-10-20another more constvodz12-35/+33
2005-10-20more constvodz1-19/+19
2005-10-19more const, attribute_noreturn saved 200 bytesvodz2-32/+34
2005-10-17- consume space between functionname and opening bracketsaldot1-1/+2
2005-10-17more const, use bb_getopt_ulflags, insert XXX for show place of problemsvodz1-36/+49
2005-10-17data --> textvodz2-14/+14
2005-10-16The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,landley1-2/+2
2005-10-16Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),landley1-188/+146
2005-10-15- don't update copyright years. He might release it, but apparently will havealdot1-1/+1
2005-10-15more const, all data to textvodz2-21/+21
2005-10-1520 bytes data to bssvodz1-6/+4
2005-10-15- an empty middle term in ?: violates ISO Caldot1-31/+22
2005-10-15data --> codevodz1-51/+52
2005-10-15data --> bssvodz1-11/+11
2005-10-15complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1vodz1-5/+8
2005-10-15RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1vodz3-8/+10
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bssvodz11-33/+34