aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atlandley2006-07-111-11/+14
| | | | | | | itoa/utoa. git-svn-id: svn://busybox.net/trunk/busybox@15683 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upgrade netcat a lot. Make -e able to take the rest of the command line aslandley2006-07-104-116/+145
| | | | | | | | | | what to exec. Add -f mode and a brief explanation of how to use it to replace minicom. Add -l -l mode so you can turn any command into a server. And group all of netcat's command line options under two CONFIG entries, so if you disable both it doesn't use getopt at all. git-svn-id: svn://busybox.net/trunk/busybox@15675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-1036-404/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add itoa and utoa to see what Denis Vlasenko thinks.landley2006-07-101-1/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15673 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito to make syslog configurable and remove #ifdefs. Furtherlandley2006-07-102-111/+50
| | | | | | | cleanups by me. git-svn-id: svn://busybox.net/trunk/busybox@15672 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Shaun Jackman to set environment variable RUNLEVEL equal tolandley2006-07-091-19/+3
| | | | | | | | | | init's argv[1], so if you append "single" to your kernel command line and the kernel doesn't parse it, RUNLELEL=single. Plus a few unrelated header cleanups while I was in the area... git-svn-id: svn://busybox.net/trunk/busybox@15671 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforelandley2006-07-091-19/+16
| | | | | | | dereferencing it) plus a bunch of tweaks from me. git-svn-id: svn://busybox.net/trunk/busybox@15670 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Point at fixes.patch for 1.2.1.landley2006-07-081-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tar so it can extract git-generated tarballs, based on a suggestionlandley2006-07-061-5/+4
| | | | | | | from Erik Frederiksen. git-svn-id: svn://busybox.net/trunk/busybox@15660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" tolandley2006-07-061-0/+6
| | | | | | | .config.mak. git-svn-id: svn://busybox.net/trunk/busybox@15659 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix dependencies so that compressed usage gets rebuilt ifpgf2006-07-061-4/+8
| | | | | | | | a) include/usage.h is changed, and b) after "make clean". git-svn-id: svn://busybox.net/trunk/busybox@15658 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.landley2006-07-062-0/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15657 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix three embarassing thinkos in the new dmesg.c:landley2006-07-061-3/+3
| | | | | | | | | 1) the c argument shouldn't have had a : after that, dunno how that got there. 2) the xgetlarg for level was using size 3) because xgetlarg's error message _SUCKS_ (it does a show_usage() rather than giving any specific info about the range that was violated) I dropped the range down to 2 bytes. (Which works fine, I dunno why we were nit-picking about that...) git-svn-id: svn://busybox.net/trunk/busybox@15656 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix from Vladimir Oleynic via Paul Fox for:landley2006-07-061-0/+1
| | | | | | | | | | echo "+bond0" > /sys/class/net/bonding_masters while true; do echo hello done git-svn-id: svn://busybox.net/trunk/busybox@15653 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typovapier2006-07-051-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This file doesn't appear to be used anywhere.rpjday2006-07-051-17/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15634 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Pull r15593:aldot2006-07-043-34/+12
| | | | | | | Rename to CROSS_COMPILE and move its configuration to .config.mak. (Shaun Jackman) git-svn-id: svn://busybox.net/trunk/busybox@15594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Delete unused version.c file and corresponding function prototypesrpjday2006-07-032-54/+0
| | | | | | | | from blkid.h. If this file needs to be resurrected, it can be based on ext2fs/version.c. git-svn-id: svn://busybox.net/trunk/busybox@15587 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove duplicate CONFIG_TASKSET optionvapier2006-07-031-7/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make the -0 xargs option a little more clearvapier2006-07-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the silly redundancy from that header file include.rpjday2006-07-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15583 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Correct the comment to match the code.rpjday2006-07-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Standardize on the vi editing directives being on the first line.rpjday2006-07-02284-19/+285
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow a user-configurable minimum password length.rpjday2006-07-022-7/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15580 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - note that get_hz potentially needs cleanup.aldot2006-07-021-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.landley2006-07-011-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15575 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more "#if 0" content removed.rpjday2006-07-018-85/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15573 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More removal of "#if 0" content.rpjday2006-07-016-93/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15572 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More removal of "#if 0" content.rpjday2006-07-018-89/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15571 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove "#if 0" content.rpjday2006-07-012-32/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15570 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of all "#if 0" content.rpjday2006-07-014-121/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15569 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove all usage of the "register" storage class specifier.rpjday2006-07-0114-252/+247
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15568 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove "#if 1" directives.rpjday2006-07-011-14/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15567 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Annoint 1.2.0.landley2006-06-302-1/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15564 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,landley2006-06-306-103/+6
| | | | | | | | and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe... git-svn-id: svn://busybox.net/trunk/busybox@15563 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Give Rob Landley things TODO like depmodsolar2006-06-301-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15562 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make another warning go away.landley2006-06-301-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make warnings go away.landley2006-06-301-19/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More random todo items...landley2006-06-301-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15559 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This kind of paranoia is a debug option at best.landley2006-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 744 by moving the flushing logic into the exhausted read buffer test.landley2006-06-301-75/+22
| | | | | | | | (Also some other minor cleanups while I was there, shouldn't affect the resulting binary.) git-svn-id: svn://busybox.net/trunk/busybox@15557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first timelandley2006-06-301-9/+9
| | | | | | | through the loop. git-svn-id: svn://busybox.net/trunk/busybox@15556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix from Kolbjørn Barmen for building for m68k targetsvapier2006-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15553 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some old kernel headers don't #include BLKSSZGET in sys/mount.h.landley2006-06-291-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor update on init not working.landley2006-06-291-3/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itslandley2006-06-281-2/+3
| | | | | | | spacing wrong. git-svn-id: svn://busybox.net/trunk/busybox@15541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Top was catching sigterm (and fumbling sigint) so it could reset the terminallandley2006-06-281-5/+2
| | | | | | | | | type on the way out, but the signal handler didn't exit. Plus it did unnecessary things with sigaction. This code is overgrown and needs a serious weed-whacking... git-svn-id: svn://busybox.net/trunk/busybox@15540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"landley2006-06-281-1/+1
| | | | | | | | crashes because the empty state of the hold space is NULL but the empty state of the pattern space is "". git-svn-id: svn://busybox.net/trunk/busybox@15539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup patch usagevapier2006-06-281-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More website cleanup.landley2006-06-275-73/+75
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15537 69ca8d6d-28ef-0310-b511-8ec308f3f277