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