aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update readme and install.sh usage message.landley2006-01-192-10/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Document -m, -c, -s and provide a default shell for standalone build.aldot2006-01-192-10/+20
| | | | | | | | - Wrap overlong lines plus a few whitespace fixes. - add GPL header. git-svn-id: svn://busybox.net/trunk/busybox@13433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - missing bits of patch attached to bug #249 (constify).aldot2006-01-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - need to have config MODULE in order to make tristate work..aldot2006-01-191-0/+4
| | | | | | | Thanks to Robert Schwebel for pointing this out. I must be blind.. git-svn-id: svn://busybox.net/trunk/busybox@13425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingaldot2006-01-192-70/+47
| | | | | | | "depends on CONFIG_BAR" instead of the if !CONFIG_FOO ...default y stanza. git-svn-id: svn://busybox.net/trunk/busybox@13424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir ↵vodz2006-01-191-1/+1
| | | | | | Dronnikov git-svn-id: svn://busybox.net/trunk/busybox@13421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - bump version to 1.1.1 nonrelease series (let's say -pre0).aldot2006-01-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove debian/aldot2006-01-1717-2867/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13385 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.aldot2006-01-172-13/+20
| | | | | | | - use shorter boilerplate. git-svn-id: svn://busybox.net/trunk/busybox@13383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* setgid and setuid have changes effective id toovodz2006-01-151-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync with dash_0.5.3-1vodz2006-01-151-302/+267
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13347 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shared libbusybox.aldot2006-01-1531-171/+514
| | | | | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. git-svn-id: svn://busybox.net/trunk/busybox@13346 69ca8d6d-28ef-0310-b511-8ec308f3f277
* restore erronyous 'cleanups' by Rob Sullivan and landleyvodz2006-01-151-6/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Rob Sullivan.landley2006-01-151-39/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 1.1.0 is out.landley2006-01-141-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13312 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add find's "-mmin" option. configurable.pgf2006-01-133-2/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13271 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - revert last change for now..aldot2006-01-131-15/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13270 69ca8d6d-28ef-0310-b511-8ec308f3f277
* this applet needlessly big! TODO: bb_getopt_ulflags()aldot2006-01-131-1/+1
| | | | | | | - use atol for the offset, which is always in bytes. Small step in eventually dropping bb_xparse_number(). git-svn-id: svn://busybox.net/trunk/busybox@13269 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn'taldot2006-01-131-1/+1
| | | | | | | use the FEATURE notation and noone will update it to use it. git-svn-id: svn://busybox.net/trunk/busybox@13268 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - correct definitions.aldot2006-01-131-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Mention code-cleanup possibilities in TODO.aldot2006-01-131-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink simple obscure stuff a tiny bit:aldot2006-01-121-17/+22
| | | | | | | | | | text data bss dec hex filename 789 0 0 789 315 obscure.o.oorig 771 0 0 771 303 obscure.o - replace bzero by memset while at it. git-svn-id: svn://busybox.net/trunk/busybox@13259 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove warning about redeclaration of __constant_htonsaldot2006-01-121-5/+4
| | | | | | | | - remove warning about format '%ld' expects type 'long int *', but argument #num has type 'long unsigned int *' git-svn-id: svn://busybox.net/trunk/busybox@13258 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - mark argument who of print_route as unused.aldot2006-01-121-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13257 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Needlandley2006-01-121-14/+29
| | | | | | | | to come up with a test suite for all the stuff that requires root access. Something involving User Mode Linux or QEMU, probably...) git-svn-id: svn://busybox.net/trunk/busybox@13254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The major:minor read from dev ends with \n, need to trim that.landley2006-01-121-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13253 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, ping needs a rewrite from the ground up. (This is not a busybox app.)landley2006-01-111-2/+2
| | | | | | | | Fix bug 309, where ping -s 1 localhost would give an elapsed time 9 digits long due to a stack overflow. Apparently, iputils also does this. git-svn-id: svn://busybox.net/trunk/busybox@13234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week.landley2006-01-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhardvodz2006-01-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13223 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The brain-dead FTP servers on Solaris don't support the size command.landley2006-01-101-2/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13222 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't return 0 when there's an error.landley2006-01-101-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13221 69ca8d6d-28ef-0310-b511-8ec308f3f277
* With -a, the jump to mount_it_now can skip the initialization of f, andlandley2006-01-101-2/+5
| | | | | | | | | | | | if we don't zero it after closing it we re-close a filehandle that isn't open, and since this is a file _pointer_ it segfaults on a double free. Yeah, subtle bug. I need to break this out into separate functions if I can figure out how to avoid making the code larger while doing so. Part of the general -a and -o remount work I need to do, but that's after 1.1.0... git-svn-id: svn://busybox.net/trunk/busybox@13216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Both atime and diratime should switch _off_ the corresponding no* flag.landley2006-01-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13215 69ca8d6d-28ef-0310-b511-8ec308f3f277
* upgrade ZyXEL from hall of shame to hall of [product] famevapier2006-01-102-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13208 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Titovodz2006-01-091-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug 112, return value of awk should be /256. In reality, we should probablylandley2006-01-091-1/+1
| | | | | | | | | be using WEXITSTATUS(), but until I can figure out why the heck that would want to do (*(int *) &(status)) on the value, I'm happy just fixing the bug we actually see. git-svn-id: svn://busybox.net/trunk/busybox@13198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 603: "chown :root thingy" should work now.landley2006-01-091-7/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13193 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug 547: writing out the tar file header before we confirm we can actuallylandley2006-01-091-11/+14
| | | | | | | | open and read from the file isn't something we can recover from after the fact. Resequence things to check first, write second. git-svn-id: svn://busybox.net/trunk/busybox@13189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cosmetic fix from Tito.landley2006-01-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13184 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Why we didn't take a watchdog.c suggestion this time 'round, in case anybodylandley2006-01-091-7/+38
| | | | | | | comes up with a fix... git-svn-id: svn://busybox.net/trunk/busybox@13183 69ca8d6d-28ef-0310-b511-8ec308f3f277
* declare const for funvapier2006-01-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13162 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito writes:vapier2006-01-081-1/+1
| | | | | | | | | | | | | | | | | | Somehow while applying the bb_do_delay patch a change slipped in libbb.h that broke compilation. libbb.h Line 355 extern char bb_path_mtab_file[]; This conflicts with mtab_file.c #if defined(CONFIG_FEATURE_MTAB_SUPPORT) const char bb_path_mtab_file[] = "/etc/mtab"; #else const char bb_path_mtab_file[] = "/proc/mounts"; #endif git-svn-id: svn://busybox.net/trunk/busybox@13161 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from tito: consolidate delay functions as bb_do_delay()landley2006-01-067-28/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug 624 wants quoted char support for printf, so you can do something like:landley2006-01-061-54/+50
| | | | | | | | | printf '%d\n' '"x"' and have it print out 120. This is the smallest implementation I can think of at the moment. git-svn-id: svn://busybox.net/trunk/busybox@13134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* No, we _want_ the suid and sgid bits reverted by chown, for security reasons.landley2006-01-061-24/+7
| | | | | | | | They mean something different when the user they're switching to is different, so if you still want suid you reset it afterwards. This is a safety feature. git-svn-id: svn://busybox.net/trunk/busybox@13133 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - better wordingaldot2006-01-041-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)vapier2006-01-042-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Jason Schoon writes:vapier2006-01-041-1/+1
| | | | | | | | | | Here is a patch for kill that I posted long ago, but forgot about until today. This allows kill to specify a negative process/group (such as -1). The shell already had this fix applied by Vodz some time ago. git-svn-id: svn://busybox.net/trunk/busybox@13063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import nios2 support from microtronixvapier2006-01-041-0/+171
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make mount usage a bit more tersevapier2006-01-041-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13061 69ca8d6d-28ef-0310-b511-8ec308f3f277