"Vladimir N. Oleynik" | cd473dd0c13 | removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace | | |
"Vladimir N. Oleynik" | cd5c15d2877 | removed warning "comparison between signed and unsigned". Change very very old code: use int instead short | | |
"Vladimir N. Oleynik" | 9b9a920eef1 | removed warning "comparison between signed and unsigned". Reduced size | | |
"Vladimir N. Oleynik" | e75b41d9905 | support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) | | |
"Vladimir N. Oleynik" | b1fd52e0b7e | remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy. | | |
Rob Landley | 646129163a2 | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | | |
Rob Landley | 49576c00183 | Note on SVN 13424: Don't mix "default y" and select of something earlier
in the menu hierarchy or else make allnocon... | | |
Rob Landley | f8fd4db92f5 | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
symbol (switched on to remove now: test your a... | | |
Rob Landley | dd53c24d412 | Remove foo.txt and reenable -funsigned-char now that ash is fixed. | | |
Rob Landley | 03628c8f75b | Remind me to implement bb_fork_exec()... | | |
Rob Landley | b1b3cee831b | Add explanations of encrypted passwords, and fork vs vfork. | | |
Bernhard Reutner-Fischer | 08a1b5095d7 | - add a macro to check for ld and as flags
Very unreliable as e.g the ld check will see the flags supported by each... | | |
"Vladimir N. Oleynik" | 79af7d5debe | for change previous log: close bug 186 | | |
"Vladimir N. Oleynik" | 2e33daaed52 | close bug 190 | | |
Mike Frysinger | 546a99db1df | use LC_ALL, not LANG, for forcing C | | |
"Vladimir N. Oleynik" | 84005af7ef8 | C99 say: "char" declaration may be signed or unsigned default | | |
"Vladimir N. Oleynik" | 5775aa2ef6a | added support /prefix for IPV4 form IPV6 code. Close bug 461 | | |
Bernhard Reutner-Fischer | 08c5a1789bc | - Simplify the prereq and add more documentation.
- Fix regex for allyesconfig. | | |
"Vladimir N. Oleynik" | 2e5ee8ed93a | +#include <sys/socket.h>
remove unused 'int i' form main
whitespacing only | | |
"Vladimir N. Oleynik" | 7b4aa6ffc6a | new applet. Thanks Roberto A. Foglietta | | |
"Vladimir N. Oleynik" | 8aa9e571493 | support 64 arith. Close bug 136 | | |
"Vladimir N. Oleynik" | 1e98a0705b4 | close bug 638 | | |
"Vladimir N. Oleynik" | fdb871c4988 | Add more bash-like dot-dirs cmdedit feature
Close bug 648.
Restore my whitespace | | |
Tim Riker | 7d501a86738 | ignore whitespace | | |
Tim Riker | 7dd4cbf2bf5 | LANG=C should help | | |
Tim Riker | c1ef7bdd8d0 | just whitespace | | |
Bernhard Reutner-Fischer | f64ff682a3d | - correct flag for gcc-3.x | | |
Bernhard Reutner-Fischer | 9ed6ac2bead | - Turn off combine for allyesconfig and allbareconfig.
The user ought to explicitely request this. | | |
Bernhard Reutner-Fischer | 2aba3953d46 | - readd config option for libbusybox and ima-mode which were accidentally
dropped by landley in rev13542. | | |
"Vladimir N. Oleynik" | ab90b9f427e | close bug 657 | | |
Rob Landley | 8b6063490d5 | Once more, with fewer inappropriate semicolons. | | |
Rob Landley | 391a904f46d | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like
PPC, with an obligatory couple of swipe... | | |
Rob Landley | 6130b9b1602 | Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't
much use when the symbol is CONFIG_FEAT... | | |
"Vladimir N. Oleynik" | e0ae702b0e2 | ash with -funsigned-char don`t work! | | |
"Vladimir N. Oleynik" | b757699164f | Oops, restore tabs | | |
"Vladimir N. Oleynik" | 9394b232ef9 | cleanup (dist)clean logic | | |
Rob Landley | b70ccd9509f | Close bug 644: loop incrementing twice, skipping ever other device. | | |
Rob Landley | e927743bb02 | There was a missing ! on strcmp (despite the fact it worked in my testing,
I have no idea _how_), and a simpler fix f... | | |
Bernhard Reutner-Fischer | 86f5c9906be | - add platform.h.
- use shorter boilerplate while at it. | | |
Rob Landley | 2edf52643d3 | The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything
else is a kernel bug. Both 2.4 and 2.6 ... | | |
Rob Landley | aaffef4d338 | Start of developer documentation for busybox. | | |
Paul Fox | f9d40d6815a | compile on 2.96 for a while longer -- no floating declarations. | | |
Rob Landley | c1d69906a0c | Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
see www.7-zip.org) | | |
Rob Landley | 7a43bd07e64 | Zap sysdeps directory, moving Config.in and defconfig to top of tree.
(Busybox should not be system dependent enough ... | | |
Rob Landley | c8e41157a2b | Update readme and install.sh usage message. | | |
Bernhard Reutner-Fischer | 5a620ea2200 | - Document -m, -c, -s and provide a default shell for standalone build.
- Wrap overlong lines plus a few whitespace f... | | |
Bernhard Reutner-Fischer | a901b404644 | - missing bits of patch attached to bug #249 (constify). | | |
Bernhard Reutner-Fischer | f771d884432 | - need to have config MODULE in order to make tristate work..
Thanks to Robert Schwebel for pointing this out. I mu... | | |
Bernhard Reutner-Fischer | 96002bba672 | - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding
"depends on CONFIG_BAR" instead of the if !CON... | | |
"Vladimir N. Oleynik" | cfc8f596496 | restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov | | |
Bernhard Reutner-Fischer | b565a12cf86 | - bump version to 1.1.1 nonrelease series (let's say -pre0). | | |
Bernhard Reutner-Fischer | d9679e3af1f | - remove debian/ | | |
Bernhard Reutner-Fischer | 37dec0e9e98 | - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.
- use shorter boilerplate. | | |
"Vladimir N. Oleynik" | 0f9ae1a0d71 | setgid and setuid have changes effective id too | | |
"Vladimir N. Oleynik" | fb29b462012 | sync with dash_0.5.3-1 | | |
Bernhard Reutner-Fischer | 7ca61b6f337 | - shared libbusybox.
- IMA compilation option (aka IPO, IPA,..)
Please holler if i broke something.. | | |
"Vladimir N. Oleynik" | 8c9daa12dcb | restore erronyous 'cleanups' by Rob Sullivan and landley | | |
Rob Landley | 855f1e13202 | Cleanup patch from Rob Sullivan. | | |
Rob Landley | 734a779a42d | 1.1.0 is out. | | |
Paul Fox | 72d1a2357d2 | add find's "-mmin" option. configurable. | | |
Bernhard Reutner-Fischer | 4a1865ca5ea | - revert last change for now.. | | |
Bernhard Reutner-Fischer | 5a62284972a | this applet needlessly big! TODO: bb_getopt_ulflags()
- use atol for the offset, which is always in bytes. Small ste... | | |
Bernhard Reutner-Fischer | 26ea0b7f167 | - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't
use the FEATURE notation and noone will... | | |
Bernhard Reutner-Fischer | 853c44b7988 | - correct definitions. | | |
Bernhard Reutner-Fischer | 2677cf1b0ac | - Mention code-cleanup possibilities in TODO. | | |
Bernhard Reutner-Fischer | dd9dce104d3 | - shrink simple obscure stuff a tiny bit:
text data bss dec hex filename
789 0 0 ... | | |
Bernhard Reutner-Fischer | eedd1be730c | - remove warning about redeclaration of __constant_htons
- remove warning about format '%ld' expects type 'long int *... | | |
Bernhard Reutner-Fischer | d1d23a6e674 | - mark argument who of print_route as unused. | | |
Rob Landley | 29e08ffcdf8 | Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need
to come up with a test suite for all the st... | | |
Rob Landley | 1c19deed17f | The major:minor read from dev ends with \n, need to trim that. | | |
Rob Landley | bbf4e167f2c | Ok, ping needs a rewrite from the ground up. (This is not a busybox app.)
Fix bug 309, where ping -s 1 localhost wou... | | |
Rob Landley | 009765d2caa | And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. | | |
"Vladimir N. Oleynik" | 24f819fd742 | can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard | | |
Rob Landley | bc059bc7fa4 | The brain-dead FTP servers on Solaris don't support the size command. | | |
Rob Landley | 9e4100bf95a | Don't return 0 when there's an error. | | |
Rob Landley | 71d6ccd8014 | With -a, the jump to mount_it_now can skip the initialization of f, and
if we don't zero it after closing it we re-cl... | | |
Rob Landley | 8b0efdb1a1d | Both atime and diratime should switch _off_ the corresponding no* flag. | | |
Mike Frysinger | bd67e8074aa | upgrade ZyXEL from hall of shame to hall of [product] fame | | |
"Vladimir N. Oleynik" | f01e1784e53 | removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito | | |
Rob Landley | 5184336647d | Bug 112, return value of awk should be /256. In reality, we should probably
be using WEXITSTATUS(), but until I can ... | | |
Rob Landley | fb8c4983a6e | Fix bug 603: "chown :root thingy" should work now. | | |
Rob Landley | e569553aa0e | Bug 547: writing out the tar file header before we confirm we can actually
open and read from the file isn't somethin... | | |
Rob Landley | 3d1bbf0a5fb | Minor cosmetic fix from Tito. | | |
Rob Landley | 8bcc6e964bd | Why we didn't take a watchdog.c suggestion this time 'round, in case anybody
comes up with a fix... | | |
Mike Frysinger | e87ae0bd4f6 | declare const for fun | | |
Mike Frysinger | e885d5300a2 | Tito writes:
Somehow while applying the bb_do_delay patch a change slipped
in libbb.h that broke compilation.
libbb.... | | |
Rob Landley | 84cb76733f0 | patch from tito: consolidate delay functions as bb_do_delay() | | |
Rob Landley | 251161f75c0 | Bug 624 wants quoted char support for printf, so you can do something like:
printf '%d\n' '"x"'
and have it print o... | | |
Rob Landley | f8ec1b51f39 | No, we _want_ the suid and sgid bits reverted by chown, for security reasons.
They mean something different when the ... | | |
Bernhard Reutner-Fischer | c00411a16ab | - better wording | | |
Mike Frysinger | 5990efb7957 | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | | |
Mike Frysinger | b92405552fc | Jason Schoon writes:
Here is a patch for kill that I posted long ago, but forgot about
until today. This allows kill... | | |
Mike Frysinger | f982d86ba71 | import nios2 support from microtronix | | |
Mike Frysinger | 29ed59ee110 | make mount usage a bit more terse | | |
Mike Frysinger | 705fad29644 | just use bb_xfopen() | | |
Mike Frysinger | bb12d6f728b | fix comment documentation | | |
Bernhard Reutner-Fischer | 823f80f5ad8 | - silence warning about unused param
needs revisit later on like many others to use ATTRIBUTE_UNUSED from platform.h | | |
Bernhard Reutner-Fischer | f00680eb595 | - use HOSTCC instead of a hardcoded cc | | |
"Vladimir N. Oleynik" | 0bf67e849a8 | remove buffer overflow by Erik and decodeString problem by Glenn, add error check of decodeString as Apache | | |
Rob Landley | ce88793698e | When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. | | |
Rob Landley | 90854679703 | Trying to losetup a device as a regular user shouldn't result in an endless
loop, and the error messages should displ... | | |
Rob Landley | beb665a376d | Second attempt to simplify the login menu. Shadow password stuff at the top,
with no dependencies (since depending o... | | |
Bernhard Reutner-Fischer | 17329745fc3 | - fix check for group and user, remove some whitespace while at it. | | |
Rob Landley | 5d84c2398ef | Fix chroot, leave console alone if -c not specified, and yank debug code.
(I still haven't set up a test environment ... | | |
Rob Landley | 7b363fd3c90 | Some minor cleanups/bugfixes split off from the big remount work:
Shorten GPL boilerplate.
Enabling FEATURE_CLEAN... | | |
Rob Landley | b9620414c19 | Shadow password support went beyond the dependency event horizon, just make
it an independent menu. And make interna... | | |
Rob Landley | 6a24976ceb6 | Actually, static buffers look like _this_... | | |
"Vladimir N. Oleynik" | 6b903a2d8a7 | remove debug feature for production | | |
Rob Landley | 9a1e25d9947 | Make a few warnings go away. | | |
Rob Landley | c90c8b50e4c | Do an svn log -v, the information in this changelog is stunningly
obsolete. | | |
Rob Landley | b3f05a467a6 | Shadow password support involves vlock too. | | |
Rob Landley | 68eb9dd371b | Patch from Tito to make vlock much smaller. | | |
Rob Landley | 553d83d4277 | strncmp isn't automatically superior to strcmp. Especially when it isn't
used right. | | |
Rob Landley | 9bdd742dd2f | Sigh. Left the debug path in. Fixed. | | |
Rob Landley | b56c285da56 | Added /etc/mdev.conf support. Adds about 1.9k to mdev. | | |
Rob Landley | 1a78103306e | Bug 601: When we fork an archiver and feed stuff to it through a pipe, if
we don't close the pipe the child process w... | | |
Rob Landley | ef1f7b5058c | Ahem. Vladimir checked in a different fix bug didn't close out the bug.
Reverting... | | |
Rob Landley | 4b91b88fcb7 | Less would segfault if it had no tty. (Bug 600.) | | |
Rob Landley | 199501f2a00 | I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is
off, we'd dereference the null. Oops. | | |
Rob Landley | a930bd33327 | Stephane Billiart said:
the attached patch makes applet list in busybox.links
correctly include tr and watchdog.
Cur... | | |
"Vladimir N. Oleynik" | ddc280ec437 | sync license from mainstream | | |
"Vladimir N. Oleynik" | 8315cd527f0 | fopen(TTY...) to bb_xfopen(), close bug 600 | | |
Bernhard Reutner-Fischer | 9a14bd04f87 | - Stephane Billiart writes:
Fix the compilation of head and tail.
thanks! | | |
Bernhard Reutner-Fischer | 73bffd4d964 | - remove duplicate entry for switch_root | | |
Rob Landley | 42eddbafe72 | Add a fflush(stdout). | | |
Rob Landley | ae50c6d8ee7 | Better use of the ENABLE guards. | | |
Rob Landley | e0c418e13b0 | The rest of Yann E. Morin's install revamp. | | |
Rob Landley | 164c5c80ba1 | Eliminate unnecessary allocation from md5sum that was leaked without ever being used. | | |
Rob Landley | 5aabf4e4156 | Fix -g and -p options. Patch from Traceman. (I don't know who that is,
it's the darn bug generator again.) | | |
Rob Landley | 483027f166c | Patch from dlively (whoever that is, see bug 591) to fix
"ip link set <dev> addr". | | |
Bernhard Reutner-Fischer | d42ef28b98d | - several functions depend on IPv4 or IPv6 od IPX support.
removes warning about unused code for allbareconfig. | | |
Bernhard Reutner-Fischer | 17d355cb3c9 | - remove warning (thanks Yann E. MORIN) and switch to ENABLE_
- typo: s/begining/beginning/g | | |
"Vladimir N. Oleynik" | e6d88ea2a1a | remove sigsetmask, noticed by Bernhard | | |
Bernhard Reutner-Fischer | e0b87785067 | - check if CC supports -funsigned-char
- add CC_MAJOR and CC_MINOR variables. (gcc centric for now) | | |
Bernhard Reutner-Fischer | 5816ccb190e | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning
about unused label. | | |
Bernhard Reutner-Fischer | ec351c32e33 | - do away with superfluous keyword. | | |
"Vladimir N. Oleynik" | 4a9d6d1fe98 | remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce | | |
Rob Landley | 70f7ef7be38 | Nothing to see here. Move along.
Not buying it, eh?
I know I said new features before 1.1, but, well... (I was we... | | |
Rob Landley | 3858bf18d5d | Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has
to be if(ENABLE). (Make allbareconfig is... | | |
Rob Landley | e9190962719 | Patch from Yann E. Morin, something to do with bugs 276 and 272. | | |
Bernhard Reutner-Fischer | 126da9ec2de | - typo: s/sucess/success/g
What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look.. | | |
Bernhard Reutner-Fischer | b7d53420033 | - fix zcip for IMA compile mode.
rename usage() to zcip_usage, make struct arp_packet static. This applet is
not ... | | |
Rob Landley | 10fb2b71f3b | Flush output to log promptly (bug 389). | | |
Rob Landley | e422af6bcb1 | Flush input when prompting for a password (bug 373). | | |
Rob Landley | a75c180e538 | Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally
modifying permissions or ownership whe... | | |
Rob Landley | 032e2cbf20b | Uninitialized variable causing intermittent syntax errors (bug 449). | | |
Rob Landley | cdbae77823d | printf() arguments shouldn't be passed straight from user supplied data.
(Security thingy.) | | |
Rob Landley | 37310ea0574 | Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS. | | |
Rob Landley | 762bb626c7b | Patch from Yann E. Morin to reorganize module config options. | | |
Rob Landley | 999af20d3e0 | Make insmod quiet by default (patch from Yann E. Morin). | | |
Rob Landley | 9c32a152202 | Yann E. Morin's update to modprobe usage. | | |
Rob Landley | 82327f4be4d | Patch from Yann E. Morin to make rmmod report failure properly. | | |
Glenn L McGrath | 0bd0257fe0f | Add build options to control SuS compatability, allows numeric
option handling to be disabled.
Defaults to enabled, ... | | |
Bernhard Reutner-Fischer | d77b781c1f0 | - remove unused variable have_read_stdin
- use FLAG_WIDTH | | |
Paul Fox | 377bdaff3be | avoid mixed declarations, to support older compilers just a little longer. | | |
Rob Landley | cc59aae65f3 | Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about
matching up macro arguments even when the... | | |
Rob Landley | 07fffc5add7 | uClibc can't handle anonymous MAP_SHARED. Since we're treating it as
read only data anyway, MAP_PRIVATE shouldn't ma... | | |
Rob Landley | 02bab6869e2 | Tito is using broken kernel headers that pollute the namespace with every
CONFIG_ symbol in the kernel, and this clas... | | |
"Vladimir N. Oleynik" | a62b0e7459b | reduce 3 warning if compile with -W | | |
"Vladimir N. Oleynik" | 2f0a5f947a6 | restore compare_string_array new interface (make broken by landley) | | |
Rob Landley | d4f15e95d6a | Install links patch from Yann E. Morin. (Another thing hanging around in my
tree forever. Tweaked the docs a bit.) | | |
Rob Landley | d1569c215cf | If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead. | | |
Rob Landley | 746cfc8bf0f | Another cleanup patch that's been in my tree for a while. Again I think it's
originally from Bernhard Fischer... | | |
Rob Landley | b5ca9e0c4e8 | A cleanup patch I've had lying around in my tree for a while, I think it
was from Bernhard Fischer? | | |
"Vladimir N. Oleynik" | bf968f71f1f | reduce signedness warning | | |
"Vladimir N. Oleynik" | a972c870a88 | reduce signedness warning | | |
"Vladimir N. Oleynik" | 27d42a08c81 | remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE | | |
Rob Landley | 4a070d14604 | Make char default to "unsigned" on all platforms so we have a consistent base
to deal with all the new gcc 4.0.2 warn... | | |
Rob Landley | 1d589b2e2d6 | Fix losetup so that it A) actually works again, B) has much better error
messages, C) can show the current associatio... | | |
"Vladimir N. Oleynik" | 70678bc5b65 | getopt -> getopt_ulflags. noticed by Rob Sullivan | | |
Mike Frysinger | 5a5d0fa0445 | update license | | |
Mike Frysinger | 004ad113378 | ShaneAnderson writes in Bug 565:
need to include .config file before setting CROSS otherwise
TARGET_ARCH isnt set pro... | | |
Paul Fox | 969af897970 | add "-C" format to hexdump
fixes bug #113 and satisfies a personal need at the same time.
output compares identical... | | |
Paul Fox | d957b9537ee | fix bug #474:
0000474: vi crashes often
problem was that the buffer used for "." command ("last_modifying_cmd")... | | |
Paul Fox | 5a16a894270 | eliminate mixed declaration, to support older compilers a little longer. | | |
"Vladimir N. Oleynik" | 8c44f0179d8 | use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option for getopt, convert to bb_getopt_ulflags(... | | |
Rob Landley | 52219874fe5 | Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. | | |
"Vladimir N. Oleynik" | 350865e3397 | remove bug: fsck do not know path | | |
"Vladimir N. Oleynik" | cc34344d91c | change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck | | |
"Vladimir N. Oleynik" | 61ff4b39738 | more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck | | |
"Vladimir N. Oleynik" | 4eb2fd6826a | more use libbb/bb_msg_read_error | | |
"Vladimir N. Oleynik" | 65bb10f253f | reduce bss | | |
Rob Landley | fe257157928 | Update to modprobe usage from Yann E. Morin | | |
Rob Landley | c819ca98eed | Can't store a pointer in an int on 64 bit platforms. | | |
Rob Landley | b4c823211d7 | Move interface.c to networking directory since it's only used by ifconfig. | | |
Rob Landley | fae1dc86203 | Support # comments after s/// option list. | | |
Mike Frysinger | 4ee2eee2fcd | Quote the user we pass to addgroup so funky chars are preserved. Fix by dragan_marinkovic in Bug 544 | | |
Rob Landley | 79e1cab0d16 | Yann Morin's modprobe multiple options patch. There's more work to be done,
but let's ship 1.1 first... | | |
Next → |