Mike Frysinger | 9ac178ab408 | rename menu and touchup whitespace | | |
Mike Frysinger | ce0cf1d44bc | make test an alias for check | | |
Mike Frysinger | 3f91d7a9f6f | cleanup option parsing | | |
Bernhard Reutner-Fischer | 30b17863bd9 | - ifupdown needs run-parts. Thanks Derosnec for pointing this out. | | |
Bernhard Reutner-Fischer | 23bc647b357 | - remove dangling symlinks after the runs
- check if the temporary directory containing the links exists rather
tha... | | |
Rob Landley | 380ad123ac5 | We've gotten enough questions that are related to building systems rather
than anything about busybox that I'm deemin... | | |
Bernhard Reutner-Fischer | 1eb645d8d7f | - set executable bit | | |
Bernhard Reutner-Fischer | b47a74f4e77 | - introduce variable _BB_CONFIG_DEP to the new test harness.
This is used to see if given tests should be run (are ... | | |
Bernhard Reutner-Fischer | 0a44c177713 | - add missing descriptions of supported arguments | | |
Bernhard Reutner-Fischer | aaf0e233302 | - replace variables by defines to save space
- rename string denoting stdin from "-" to "(standard input)" to match
... | | |
"Vladimir N. Oleynik" | bf4497406f4 | SUSv3 -q compatibily exit status correction for grep again | | |
"Vladimir N. Oleynik" | c96b703ab08 | SUSv3 -q compatibily exit status correction for grep | | |
"Vladimir N. Oleynik" | cf40d8175b2 | grep must have exit code >1 if input file not found. Small indent correcion also. | | |
"Vladimir N. Oleynik" | b628409b1e1 | more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS | | |
"Vladimir N. Oleynik" | 53ad366fe73 | remove 1 exported | | |
Paul Fox | b6f71645f45 | move a couple of functions from common code (options.c) to udhcpd private
code (files.c) to make udhcpc a little smal... | | |
Paul Fox | 28de951b022 | add support for setting the dhcp vendor class option (option 60).
udhcpc now has a -V (--vendorclass), which will r... | | |
"Vladimir N. Oleynik" | 2f9c30a2d56 | safe exported namespace for udhcp. Not full, bore :-( | | |
"Vladimir N. Oleynik" | ac9731704a0 | Reduce exported from msh applet | | |
"Vladimir N. Oleynik" | 264e771b8bd | Reduce exported from lash applet | | |
"Vladimir N. Oleynik" | 19c370167a4 | Reduce exported from hush applet | | |
"Vladimir N. Oleynik" | b8fa7e88f22 | quick patch - have removed stranges for me | | |
"Vladimir N. Oleynik" | 1f0ac23c20a | very small size reduce for nohup applet | | |
"Vladimir N. Oleynik" | 24cca8d9589 | Reduce exported from ipcs applet | | |
"Vladimir N. Oleynik" | e4baaa2d279 | more remove lost exported | | |
"Vladimir N. Oleynik" | 007a0116470 | network "default" --> bb_INET_default. Reduce 2 exported from find applet | | |
Bernhard Reutner-Fischer | 9d7010ca86f | - add applet nohup(1) | | |
Bernhard Reutner-Fischer | d4cffd1cc34 | - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. | | |
"Vladimir N. Oleynik" | cef737f0381 | moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build pro... | | |
Bernhard Reutner-Fischer | c5280e8885a | - consolidated password helpers | | |
Bernhard Reutner-Fischer | f56b8e4b006 | - consolidated password helpers into bb_pwd.c | | |
Bernhard Reutner-Fischer | d5bd137a247 | - rename libbb's password helpers as suggested in libbb.h
my_getpwnam -> bb_xgetpwnam /* dies on error */
my_get... | | |
Bernhard Reutner-Fischer | f912ebb7405 | - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen | | |
Bernhard Reutner-Fischer | 6ab402ce275 | - typo in documentation | | |
Rob Landley | 52d2f4bd90a | Get "make check" ($srcdir) to work with the new testsuite. | | |
Rob Landley | 90252bb4c9b | The testsuite/links directory wasn't being created. | | |
"Vladimir N. Oleynik" | 7fe6520e75c | This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse | | |
Mike Frysinger | 6d5aa4539a3 | Bernhard Fischer writes:
Attachet patchlet updates the screenshot of busybox perusing the stable branch. | | |
"Vladimir N. Oleynik" | 8cbaa450305 | remove duplicate depend, its work for bb_mkdepend | | |
"Vladimir N. Oleynik" | 2f01eb161a7 | correct build bbconfig applet, correct previous change | | |
"Vladimir N. Oleynik" | 4a5d95d3fb6 | corect build bbconfig applet, Thanks, Bernhard Fischer | | |
"Vladimir N. Oleynik" | 9bfb2fc9225 | hmm, forgoten remove llseek? | | |
"Vladimir N. Oleynik" | bc37480e9cb | 1) read from stdin work now
2) destroy segfault in number_process
3) removes dead code
complex patch my and Tito | | |
"Vladimir N. Oleynik" | b71e6024f9a | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->... | | |
"Vladimir N. Oleynik" | 54deebf4e41 | destroy bug #421 | | |
"Vladimir N. Oleynik" | a0ae6de8481 | quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction | | |
"Vladimir N. Oleynik" | 4cbe45934ec | small bug found after strength test | | |
Mike Frysinger | 9ed109429b6 | Bernhard Fischer writes:
Attached patch moves bbconfig's entry in Config.in in the alphabetically
correct place. | | |
Rob Landley | d57ae8b796e | First cleanup pass, from Rob Sullivan. More to be done... | | |
Rob Landley | 07e42dc0561 | Tito pointed out that if readlink doesn't have -f, there's no need to call
the option parsing code at all. | | |
Rob Landley | a882126feee | Update TODO with mention of the CONFIG->ENABLE migration and ruminations
about FEATURE_CLEAN_UP. | | |
"Vladimir N. Oleynik" | af0dd596a8e | speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4 | | |
"Vladimir N. Oleynik" | 8d3c40d492a | more C-compatibily, Thanks Bernhard Fischer | | |
"Vladimir N. Oleynik" | 38013e394f1 | removed 'less' section from TODO | | |
"Vladimir N. Oleynik" | f246dc7f573 | ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE | | |
Paul Fox | c350485b18b | initialize a couple of vars whose warnings were suppressed because
i was building w/ debug on before, which suppresse... | | |
"Vladimir N. Oleynik" | 2b306e906f6 | small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS | | |
Paul Fox | 8552aec7fd4 | some combinations of status line and screen refresh don't give a
correct screen, and bug 215 reports trouble with the... | | |
Mike Frysinger | 2d5e4f6b05b | accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little | | |
Mike Frysinger | 0ec71bf4b8a | update for newer build system | | |
Rob Landley | 9200e79d21d | New applet "less", from Rob Sullivan. | | |
Rob Landley | bfd94c43310 | Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer. | | |
Rob Landley | 6a65d2f8ccc | Amir Shalem observed that telnetd doesn't really require login, so forcing
it is wrong. | | |
Manuel Novoa III | 84b93f7ef18 | Get rid of warnings, remove compat with older gnu uniq to truly conform to susv3, and cut size a bit. | | |
Mike Frysinger | 86097b3f318 | Bernhard Fischer:
[busybox][patch][janitorial] correct typo in news.html and make site html compliant | | |
Mike Frysinger | 887a1ad57fe | BsAtHome writes in Bug 433:
Ping packets sent by busybox have wrong endian on f.x. mips32 (openwrt). Attatched is a p... | | |
"Vladimir N. Oleynik" | 23f62fc6f3b | split libbb: moved xregcomp separatelly for speed up recompile | | |
"Vladimir N. Oleynik" | b4f3cff6f5e | removed strange extern void xregcomp(... from some applets, but declared from libbb.h | | |
"Vladimir N. Oleynik" | 1e07f852e0f | FEATURE->ENABLE_FEATURE loses one for 'top' applet | | |
Rob Landley | 2d2c868aabd | Patch from Berhnard Fischer to keep duplicate objects out of the library. | | |
"Vladimir N. Oleynik" | 0c520e03b9b | remove unrequired dependences | | |
Rob Landley | 570f655ee4b | Cleanup patch from tito: migrate option parsing to the bb_ functions and fix
types. | | |
Rob Landley | b7285001c9f | Cleanup patch from Tito. | | |
"Vladimir N. Oleynik" | 7573ac6edf1 | bb_mkdep version 2.0. speed up *2, remove problem of find e2fsprogs/uu*.h, spelling corrections by Bernhard Fischer | | |
Rob Landley | 2ee82723a8a | Our config should write out each symbol once and only once, but still write
out all symbols in all sub-menus. I thin... | | |
Rob Landley | 1e51925684d | Test full susv3 spec for uniq (except internationalization).
I think this covers it. We fail two corner cases, both... | | |
Paul Fox | db485cf7bce | committing bug #7:
0000007: which and wd-located files
which doesn't search $PATH when there's a file in t... | | |
Mike Frysinger | bc48ebd86a0 | initial ppc64 support | | |
Paul Fox | f2de0b7ae4d | allow either backspace or DEL, in addition to the user's erase
char, to be used in get_input_line() | | |
"Vladimir N. Oleynik" | 676e95ea3da | bb_mkdep release. speed up *3, clearing, more comments | | |
Mike Frysinger | 6943a9489eb | whitespace/syntax cleanups, dont mind me :p | | |
Mike Frysinger | 68071e46b14 | touch up usage for swap utils | | |
Rob Landley | bc3d4a175fb | Cleanup patch from Tito. | | |
Eric Andersen | 5d38f5ba898 | sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'
could be included into application space via th... | | |
Eric Andersen | 2c6b41812fe | Kunihiko IMAI writes:
We're using busybox and thank the authors.
I found a short buffer allocation at busybox/sysk... | | |
"Vladimir N. Oleynik" | b1fe4621169 | bb_mkdep speed up * 10! | | |
"Vladimir N. Oleynik" | 5e60dc4a209 | new my scripts/mm_mkdep, dependences work now | | |
Rob Landley | ba50217281e | Clean up memory allocation. | | |
Rob Landley | a7e14db4953 | This combines a patch from Bernhard Fischer (moving the clean of
scripts/config from distclean to clean) with a sed c... | | |
Rob Landley | b7128c6236a | Cleanup patch by Bernhard Fischer, removing unnecessary includes of
getopt.h, whitespace changes, typos, etc. | | |
Mike Frysinger | db289b258de | use CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;) | | |
Rob Landley | 98ea849623d | Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. | | |
Mike Frysinger | a80b290e30d | some tweaks by cow to shrink a little | | |
Rob Landley | 6b00d0d3cab | Put the menu_is_visible test back because it avoids printing spurious
(albeit commented out) garbage. | | |
Manuel Novoa III | 415f6c96287 | Rob, I don't know why you feel some unexplainable compulsion to get rid of
a meaningless warning. But I do expect yo... | | |
Rob Landley | ae32016fc93 | A bit overdue... | | |
Rob Landley | 9f0e00fc618 | Tito sent more size tweaks. | | |
Rob Landley | 230b411de87 | Fix the warning by rewriting the function to be smaller and simpler.
I'd appreciate somebody on a __BIG_ENDIAN platf... | | |
Rob Landley | 658d2cf9861 | Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to
ENABLE_FEATURE_CLEAN_UP. | | |
Paul Fox | 02eb934b0f7 | committing:
Summary 0000242: ash: read -t broken
this also implements -n and -s options to read. (they'r... | | |
Rob Landley | a70aa86e25b | Yeah, Linus is the original author of three of our apps, but A) he doesn't
work at transmeta anymore so that email's ... | | |
Rob Landley | 20a825aed83 | Fix warnings. | | |
Rob Landley | 90ca6b2878b | This code exists to compensate for ancient broken build environments which,
as far as I can tell, are no longer relev... | | |
Rob Landley | 14efdc58ce0 | Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.
This fixes the warning, and makes the ... | | |
Mike Frysinger | 99f61719cb5 | Amir Shalem writes:
this patch fix syscall names mix-up in libb/syscalls.c | | |
"Vladimir N. Oleynik" | 45a8ed89c69 | - sync traceroute with Slackware-10.1
(support -FIl -g gw -i if -z pt now).
- libbb/getopt_ulflags.c support bb_opt... | | |
"Vladimir N. Oleynik" | 1443487c924 | typo, thanks, Bernhard Fischer | | |
Rob Landley | 1283a150aea | Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names and
clean up whitespace and curly brackets a ... | | |
Rob Landley | 9955c45907c | get_terminal_width_height.c was in there twice. | | |
Rob Landley | ecce943e252 | Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists. | | |
Rob Landley | f6acb660eaf | Regarding 11330: when you fix a bug that the testsuite doesn't catch, add
a test case to the test suite. | | |
"Vladimir N. Oleynik" | d0c41a85199 | destroy bug [0000381] | | |
"Vladimir N. Oleynik" | f087480da19 | destroy bug [0000404] | | |
"Vladimir N. Oleynik" | a8c23aa7959 | - usage fresh bb_getopt_ulflags for ls -- very size reduce.
- small indent corrections
- remove unecessary malloc and... | | |
"Vladimir N. Oleynik" | 27421a18788 | 1) bb_opt_complementaly -> bb_opt_complementally
2) better support long options
3) new flag '!' for bb_opt_complement... | | |
"Vladimir N. Oleynik" | bef14d7a878 | 1) sync with dash_0.5.2-7
2) but expand PS# as config option
3) correct kill error message again
4) remove show "line... | | |
"Vladimir N. Oleynik" | 10a1fe6169c | remove infinity loop ./busybox --help busybox | | |
Rob Landley | 8f991043625 | The previous commit left confdata writing out:
CONFIG_NUMERIC_CONSTANT=
And on reading it back in, it would complai... | | |
Rob Landley | d1fa5859d60 | Now that "make sizes" is in, the faq should mention it... | | |
Rob Landley | dbaf97e463a | Fix the warnings, and fix the following two obvious segfaults:
./busybox getopt -n one -n two woot
./busybox getopt... | | |
Rob Landley | cc1669bcde1 | Actually returning ret might be good. | | |
Rob Landley | 8a7a678b030 | Fixes so "make allnoconfig" works again.
The configure system's save function edited out sub-menus that wouldn't be
... | | |
Rob Landley | a1a1a9fa2c9 | Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...) | | |
Rob Landley | b766c394569 | General cleanup of command line parsing to allow "busybox" to work as a prefix.
(I.E. any argv[0] that starts with "b... | | |
Mike Frysinger | 9754b91c162 | touchup some grammar, formatting, and remove some outdated notes | | |
Eric Andersen | f46f1b4d8a6 | update the verbage describing what is needed for developer access | | |
Rob Landley | 7f90ae436f1 | This goes along with the new testsuite code... | | |
Rob Landley | 1689075c992 | Working on a new test harness. Moved the sort tests into it. | | |
Rob Landley | babd3fbba66 | Missing break was screwing up 'y//' command. Bug #248. | | |
Rob Landley | 92255d60b84 | Fix for bug 383: attempting to "tar c /" would error out because stripping
trailing / turns that into an empty string. | | |
Rob Landley | 828548ab56e | According to bug #63, crond is unhappy with crontab lines that don't end in a
newline, or lines that have trailing sp... | | |
Rob Landley | 344ea471ef6 | Tracking system but #4: php needs the environment variable SCRIPT_FILENAME. | | |
Rob Landley | f815469a767 | Bernhard Fischer trimmed down dos2unix a bit. | | |
Rob Landley | 078bacf1e92 | Patch -i support from Berhnard Fischer. | | |
Rob Landley | e0537f6194c | Bernhard Fischer suggested that get_terminal_width_height() should return
the result of the ioctl so callers can tel... | | |
Rob Landley | 37adefc670e | Off by one error in max_leases sanity check. Bug 349, apparently. | | |
Rob Landley | ac692b2cf7e | Bernhard Fischer sent a patch to make "make sizes" work when building in
another output directory. | | |
Rob Landley | 91397707645 | Busybox should only multiplex based on argv[1] when it's called as "busybox".
Otherwise if you build busybox without ... | | |
Rob Landley | 29ee76cb2bf | Anand Avati hit an integer overflow problem in our unzip code. | | |
Rob Landley | c8b8a2d0cf1 | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about
other warnings is just gross.)
On a side no... | | |
Rob Landley | c3386a43048 | Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? | | |
Rob Landley | 7a8f6792f3a | Bug system entry #1 says that when busybox doesn't have swapoff,
init shouldn't call swapoff. | | |
Rob Landley | 9a643149def | Amir Shalem found some bugs in the new mount code; unknown options didn't get
added to the list, and my assumption th... | | |
Rob Landley | cc8885f6f33 | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we
shell out to an external program to ha... | | |
Eric Andersen | de559876677 | point to busybox.net | | |
Rob Landley | d9f7165de19 | Dumb little hack, "make sizes". Try it. | | |
Mike Frysinger | ddddb94f056 | make sure __NF_sysfs exists before trying to use it | | |
Mike Frysinger | 038b076e559 | some portability fixes by rmh in Bug 395 | | |
Rob Landley | e1d9633e20d | Bernhard Fischer submitted a couple of Makefile patches:
- Fix building out-of-tree
- remove duplicate rule in toplev... | | |
Rob Landley | a937640bff9 | Remove something we did, not that I'm doing something, and add something we
haven't done. Woo. | | |
Rob Landley | f4c684a1efc | When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()
can never be made because useMtab is init... | | |
Rob Landley | 6417564eebe | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. | | |
Rob Landley | d00b3a5e944 | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something
sysvinit provides, and which is used ... | | |
Rob Landley | fc3f048f8f6 | Announce busybox 1.01. | | |
Mike Frysinger | b8d004631a4 | Tito (among others) writes: previous patch was wrong, please stop screwing things up | | |
Eric Andersen | 4306bb13f69 | When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present) | | |
Eric Andersen | d3986eb7ec5 | When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present) | | |
Eric Andersen | 9e78a1772d3 | We don't need no stinkin changelog | | |
Mike Frysinger | 6ebbc7414e6 | the () around isspace actually matters | | |
Mike Frysinger | 1eef0c4571d | Bernhard Fischer says: use xmalloc() instead of malloc() | | |
Mike Frysinger | 71224980e1a | Bernhard Fischer says: fix comment typo | | |
Mike Frysinger | f7c7dde1586 | Bernhard Fischer writes: fix devfsd usage | | |
Mike Frysinger | c8e2de6e1b1 | Bernhard Fischer writes: fix devfsd usage | | |
Rob Landley | de5fd23f256 | If we goto singlemount, do _not_ try to continue through the loop we jumped
into. (That means "mount -t ext2 /dev/th... | | |
Rob Landley | 830c040f6fb | Patch from Stephane Billiart to improve ash error message. | | |
Rob Landley | 23246f39ed1 | Patch from Stephane Billiart to improve ash error message. | | |
Rob Landley | 6e98521d68b | Stephane Billiart noticed that the return code of the new mount was horked.
(Cleaned up the return code path to consi... | | |
Rob Landley | 045dedad912 | A complete rewrite of the README. Probably broke stuff, but it's unlikely
to affect the compile, now is it? | | |
Rob Landley | b309ec71c8b | Delete the patches directory from 1.0. | | |
Rob Landley | 866bad310fe | And 10922.
Ick. | | |
Rob Landley | 5e1f2d429d9 | 11043 and 11011 | | |
Rob Landley | 0be69b16932 | More backports:
10957 start-stop-daemon -q
10981, 10982, 10994, 10996, 10997: dumpkmap cleanup
10983: top tweak
11000... | | |
Rob Landley | c7cba1ae3ba | This is published from trunk, remove from 1.0 branch. | | |
Rob Landley | be3dae145f7 | Makefile related backports:
10945, 10946 Make compile much, much faster.
10923 big makefile change. Nervous.
10946, ... | | |
Rob Landley | 6022fc8723c | Backport:
10882 tar fix
10884, 10920, 11128 tail fixes
10885 tftp -g fix
10900 dpkg fix (script support)
And I guess... | | |
Rob Landley | 58a651b2e59 | Very minor tweak to tail. | | |
Rob Landley | fc455b2101e | 1.0 backports of:
10861, 10875, 10881, 10888 ash fix
10865 suid thing? (look at this)
10886 telnet bugfix
10866 ftp... | | |
Rob Landley | 365a345e92c | Backport 10864 and 10999. | | |
Rob Landley | d5138f44fe2 | Backport 10853, 10860/10870, and 10862. | | |
Rob Landley | 9344d8aa10e | And 10873. | | |
Mike Frysinger | f9bd87b0a73 | make sure distclean punts include/bbconfigopts.h | | |
Rob Landley | 6a6798b8e47 | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
things down a bit, fixed a number of funky c... | | |
Paul Fox | 0b62158475e | implemented a builtin echo command in ash. moved the guts of the
echo applet into libbb, and now call bb_echo() from... | | |
Paul Fox | 3f11b1bf634 | commiting:
0000025: vi-editing mode for ash | | |
Paul Fox | 8eeb655661a | applying jim bauer's patch to eliminate modprobe's dependency
on /bin/sh. bug #8.
0000008: modprobe applet is d... | | |
Rob Landley | 157e8071be6 | In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and
obvious (and less side-effect prone in s... | | |
Eric Andersen | 44dbd4bc650 | Do not define 'AUTOCONF_INCLUDED' | | |
Eric Andersen | ff3a61b71d7 | Do not define 'AUTOCONF_INCLUDED' | | |
Next → |