| Commit message (Expand) | Author | Files | Lines |
2005-11-27 | Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. | landley | 1 | -1/+11 |
2005-11-26 | remove bug: fsck do not know path | vodz | 4 | -10/+10 |
2005-11-26 | change the interface of libbb/compare_string_array (unsigned short to int), u... | vodz | 3 | -7/+7 |
2005-11-26 | more use const for interface of libbb/compare_string_array, example usage for... | vodz | 3 | -11/+7 |
2005-11-25 | more use libbb/bb_msg_read_error | vodz | 1 | -1/+1 |
2005-11-24 | reduce bss | vodz | 1 | -1/+5 |
2005-11-23 | Update to modprobe usage from Yann E. Morin | landley | 1 | -4/+60 |
2005-11-22 | Can't store a pointer in an int on 64 bit platforms. | landley | 1 | -1/+1 |
2005-11-22 | Move interface.c to networking directory since it's only used by ifconfig. | landley | 3 | -2/+1 |
2005-11-20 | Support # comments after s/// option list. | landley | 1 | -32/+14 |
2005-11-15 | Quote the user we pass to addgroup so funky chars are preserved. Fix by drag... | vapier | 1 | -1/+1 |
2005-11-15 | Yann Morin's modprobe multiple options patch. There's more work to be done, | landley | 2 | -22/+186 |
2005-11-12 | My last change to this file broke tar x. Sigh. (Trying to make sure we work | landley | 1 | -4/+5 |
2005-11-12 | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | landley | 1 | -1/+1 |
2005-11-10 | telnetd -b (bind to specific address) support from Iuri Gomes Diniz. | landley | 2 | -1/+10 |
2005-11-10 | Ok, I've converted the contents of the "testing/sed" directory into a | landley | 23 | -276/+109 |
2005-11-09 | change osbolete sigpause() to sigsuspend() | vodz | 1 | -3/+3 |
2005-11-08 | Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full | landley | 1 | -19/+2 |
2005-11-07 | It was a bit out of date. | landley | 1 | -10/+18 |
2005-11-07 | Fix the test suite so that individual *.tests files can be run ala | landley | 8 | -71/+66 |
2005-11-06 | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any | landley | 1 | -1/+0 |
2005-11-04 | Size I zapped the bb_close() error, might as well make a TODO item. | landley | 1 | -1/+13 |
2005-11-04 | Fix bug 424: doing full_read breaks things like cat which should return a | landley | 1 | -1/+1 |
2005-11-04 | When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. | landley | 1 | -57/+27 |
2005-11-04 | It's no longer a temporary location. Smooth out the text a bit. | landley | 1 | -5/+5 |
2005-11-03 | point to the official links | andersen | 1 | -2/+2 |
2005-11-03 | Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory | landley | 2 | -5/+16 |
2005-11-01 | Fix cp /dev/null filename, and a few in-passing cleanups. | landley | 2 | -84/+46 |
2005-10-31 | We've got fuser, fix some typos, and move Vodz's comment about UTF8 into | landley | 1 | -7/+25 |
2005-10-30 | \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. | landley | 1 | -2/+2 |
2005-10-29 | add ZyXEL to the shame list | vapier | 1 | -0/+2 |
2005-10-29 | fix <p> and <a> tags | vapier | 1 | -2/+2 |
2005-10-29 | update doctype and add a charset encoding | vapier | 1 | -2/+2 |
2005-10-28 | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | aldot | 5 | -0/+68 |
2005-10-28 | update | vodz | 1 | -0/+2 |
2005-10-28 | Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc... | vodz | 1 | -34/+21 |
2005-10-28 | bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi... | vodz | 2 | -4/+4 |
2005-10-28 | New applet, fuser, from Tony J. White. (Needs some cleanup.) | landley | 5 | -0/+409 |
2005-10-28 | - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling | aldot | 2 | -46/+154 |
2005-10-28 | - remove warning about "'static' is not at beginning of declaration". | aldot | 1 | -2/+2 |
2005-10-28 | Rob Sullivan sent in some cleanups, which I beat on slightly. | landley | 5 | -160/+43 |
2005-10-27 | Add a switch_root utility (like kconfig's utils/run_init.c, although not | landley | 4 | -0/+149 |
2005-10-27 | Somebody suggested this, but I've forgotten who. | landley | 1 | -1/+2 |
2005-10-27 | Add --no-same-owner and --no-same-permissions options to tar. | landley | 3 | -42/+65 |
2005-10-27 | - Matthias Wenzel writes: | aldot | 1 | -15/+5 |
2005-10-27 | - correct boilerplate | aldot | 1 | -2/+2 |
2005-10-27 | Reference for new patch feature we'll need to be compatible with... | landley | 1 | -1/+4 |
2005-10-26 | * uniq.c: remove unneeded include and use short boilerplate. | aldot | 8 | -53/+24 |
2005-10-25 | Update the TODO list to reflect stuff we've already done. | landley | 1 | -31/+18 |
2005-10-25 | Shaun Jackman noted that limits.h defines path_max and isn't included from | landley | 1 | -0/+1 |