Rob Landley | 9033453c184 | My last change to this file broke tar x. Sigh. (Trying to make sure we work
on file sizes between 2 and 4 gigs on 3... | | |
Rob Landley | 5412843e79d | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | | |
Rob Landley | 64a5f96780a | telnetd -b (bind to specific address) support from Iuri Gomes Diniz. | | |
Rob Landley | 990025a7d97 | Ok, I've converted the contents of the "testing/sed" directory into a
sed.tests file. My brain hurts now. (Lots of... | | |
"Vladimir N. Oleynik" | ecfd1f6a350 | change osbolete sigpause() to sigsuspend() | | |
Rob Landley | 6f03722448c | Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full
path to the STOR command. | | |
Rob Landley | c98a359a16a | It was a bit out of date. | | |
Rob Landley | 48c6157eb9c | Fix the test suite so that individual *.tests files can be run ala
COMMAND=sort ./sort.tests
So we can compare agai... | | |
Rob Landley | 7ad4b30ed4b | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any
reasonably recent glibc, and breaks with uClib... | | |
Rob Landley | 7b7c99ca333 | Size I zapped the bb_close() error, might as well make a TODO item. | | |
Rob Landley | 3fc4ad1478e | Fix bug 424: doing full_read breaks things like cat which should return a
chunk of data when they get it and not bloc... | | |
Rob Landley | 21ccbb6c0e8 | When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. | | |
Rob Landley | c2ce2c5b4b0 | It's no longer a temporary location. Smooth out the text a bit. | | |
Eric Andersen | fc94638330f | point to the official links | | |
Rob Landley | 3d283ddecd4 | Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory
once you've got the signed tarballs up. | | |
Rob Landley | 2f30932eca2 | Fix cp /dev/null filename, and a few in-passing cleanups. | | |
Rob Landley | dbc608b5687 | We've got fuser, fix some typos, and move Vodz's comment about UTF8 into
a new "internationalization" section, with s... | | |
Rob Landley | c63fe9137fb | \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. | | |
Mike Frysinger | 7790cd5fad8 | add ZyXEL to the shame list | | |
Mike Frysinger | d505e3ee67d | fix <p> and <a> tags | | |
Mike Frysinger | 46b77c203e5 | update doctype and add a charset encoding | | |
Bernhard Reutner-Fischer | 62d7acc97ef | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.
Note that we leave the buggy CONFIG_* namespace now, ... | | |
"Vladimir N. Oleynik" | 4922f2a06f7 | update | | |
"Vladimir N. Oleynik" | 7eb8e453484 | Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed... | | |
"Vladimir N. Oleynik" | ea97282af1e | bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet | | |
Rob Landley | aa87276bed8 | New applet, fuser, from Tony J. White. (Needs some cleanup.) | | |
Bernhard Reutner-Fischer | 30c7de068b5 | - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling
with IMA. | | |
Bernhard Reutner-Fischer | 6973abcfa83 | - remove warning about "'static' is not at beginning of declaration". | | |
Rob Landley | 1b751c894b5 | Rob Sullivan sent in some cleanups, which I beat on slightly. | | |
Rob Landley | 0f34a821ab9 | Add a switch_root utility (like kconfig's utils/run_init.c, although not
actuall using any of that code). This is ne... | | |
Rob Landley | 2454ebd85dd | Somebody suggested this, but I've forgotten who. | | |
Rob Landley | f3d6c94c7f1 | Add --no-same-owner and --no-same-permissions options to tar. | | |
Bernhard Reutner-Fischer | 47ea7b7f96e | - Matthias Wenzel writes:
without the fix below md5sum will always report a correct md5 on _any_
wrongly formattet in... | | |
Bernhard Reutner-Fischer | ee9cf486206 | - correct boilerplate
- use bb_xgetlarg for the patch_level to catch invalid arguments. | | |
Rob Landley | c9c959cc7c5 | Reference for new patch feature we'll need to be compatible with... | | |
Bernhard Reutner-Fischer | ab1878245ca | * uniq.c: remove unneeded include and use short boilerplate.
* coreutils.h: remove prototype of non-existing xgetopt... | | |
Rob Landley | c58fd15db55 | Update the TODO list to reflect stuff we've already done. | | |
Rob Landley | 3c6bfe3e33d | Shaun Jackman noted that limits.h defines path_max and isn't included from
find_root_device.c. (We #include it in bu... | | |
Rob Landley | 2d5d88ebc03 | Two changes. One from Shaun Jackman makes libbb/interface.c compile only if
it's going to be used. (I'm guessing it... | | |
Bernhard Reutner-Fischer | 38d6615ed24 | - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. | | |
"Vladimir N. Oleynik" | 1f0262bcdb3 | another more const | | |
"Vladimir N. Oleynik" | 0fa9deda170 | more const | | |
"Vladimir N. Oleynik" | 5cf9a03b3f7 | more const, attribute_noreturn saved 200 bytes | | |
Bernhard Reutner-Fischer | bb20462cb34 | - consume space between functionname and opening brackets
Fixes Rob's issue using busybox awk for building gcc-4_0 ... | | |
"Vladimir N. Oleynik" | 86ac072b442 | more const, use bb_getopt_ulflags, insert XXX for show place of problems | | |
"Vladimir N. Oleynik" | 485d7cbdf1e | data --> text | | |
Rob Landley | a4d45d423fe | The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,
which was apparently never tested. That me... | | |
Rob Landley | 60fe7bfa412 | Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),
and switch more stuff from CONFIG to ENABLE. | | |
Bernhard Reutner-Fischer | 7547a6e2f67 | - don't update copyright years. He might release it, but apparently will have
to update the year himself. | | |
"Vladimir N. Oleynik" | c961a44e0ba | more const, all data to text | | |
"Vladimir N. Oleynik" | d3d829aaf0f | 20 bytes data to bss | | |
Bernhard Reutner-Fischer | 94c3331d47a | - an empty middle term in ?: violates ISO C
- use shorter boilerplate and use C89 style comments | | |
"Vladimir N. Oleynik" | b4b6d262872 | data --> code | | |
"Vladimir N. Oleynik" | 1f2dc40ede8 | data --> bss | | |
"Vladimir N. Oleynik" | b32b1db9d8d | complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | | |
"Vladimir N. Oleynik" | a2eec6051f8 | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | | |
"Vladimir N. Oleynik" | 6f347ef9dc5 | common BUFSIZ BSS buffer, small reduce code, data and bss | | |
"Vladimir N. Oleynik" | 84e75116076 | llist must initialize, add loses ifdef, small indent correction | | |
Rob Landley | 3ee6c24ea29 | Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).
I have no idea how to apply bb_getop... | | |
"Vladimir N. Oleynik" | f704b27b5bb | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars
- new bb_getopt_ulflags features: check max and min... | | |
Bernhard Reutner-Fischer | 8c7a7e6e63c | - split VERSION into parts
- add some filesystem operation wrapper variables for use in the makefiles and
pull them... | | |
Bernhard Reutner-Fischer | bb66a6c94ed | - initialize the correct variables | | |
Bernhard Reutner-Fischer | 309dc2d642c | - typo in makefile variable: s/archvial/archival/ | | |
Rob Landley | 046d6e7a95f | show_usage should use bb_default_error_retval. | | |
Rob Landley | e4164b56668 | Did you know the uclibc IRC channel has daily logs on the web going back to
2002? | | |
"Vladimir N. Oleynik" | 368f66492e3 | perror correction | | |
"Vladimir N. Oleynik" | d20cfbd3034 | create e2fs_set_sbin_path(), noticed by Tito, Thanks | | |
"Vladimir N. Oleynik" | 6c35c7c9762 | usage bb_dev_null | | |
"Vladimir N. Oleynik" | 86a1073e0bf | bb_dev_null | | |
"Vladimir N. Oleynik" | 3ade65fc045 | remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\! | | |
"Vladimir N. Oleynik" | 3ebb8952183 | make fsck.h as common, e2fsck: includes correct | | |
"Vladimir N. Oleynik" | ab57f76e13c | more busyboxes, remove 1 extern function (mainstream also have for one fsck) | | |
"Vladimir N. Oleynik" | 1c275de6a2b | more busyboxes | | |
"Vladimir N. Oleynik" | 87210b5f4b9 | trivial generate exit code | | |
"Vladimir N. Oleynik" | ffe17b51b43 | correct strange *3 isatty(0) code | | |
"Vladimir N. Oleynik" | f1ab1270776 | Prepend '-' to the first argument if required, more const, indent | | |
"Vladimir N. Oleynik" | f5888696967 | new featured bb_opt_complementally, correct argc checking | | |
Rob Landley | 161aae72739 | There doesn't seem to be a standard header for makedev(), but this is close. | | |
"Vladimir N. Oleynik" | 064f04e7e2b | - use complementally '!' to '?' - 'ask' is best 'free' char for this.
- more long opt compatibility, can set flag for... | | |
Rob Landley | ff567f7943f | The check for EROFS was wrong. For example, if you try to mount a filesystem
appended to an executable that's being ... | | |
Bernhard Reutner-Fischer | 554a9ff7eaf | - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe
being unsigned.
- minor correction:... | | |
"Vladimir N. Oleynik" | 54cb5c6af35 | better check usage with options, correct show problem error message, indent | | |
"Vladimir N. Oleynik" | 083d3f49c2c | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use i... | | |
Rob Landley | ff9f2f6fbae | Fluff out INSTALL a bit. | | |
Bernhard Reutner-Fischer | 332fc1006c4 | - remove passing PREFIX and CROSS to make which was added for bug #94.
My recent Makefile touch-up assures that mak... | | |
Rob Landley | d27d3be6cdf | The readme in 1.0 is more up to date than the 1.1 version... | | |
Paul Fox | 61e45dbb2f5 | catch and report errors from file_write() | | |
Paul Fox | 90372ed51a4 | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's
needed elsewhere as well now. | | |
Rob Landley | ae907f38f0b | When lstat returns an error (such as file not found), the value of
st_mode is random garbage (under uClibc), leading ... | | |
Rob Landley | f1048143ee4 | Rob Sullivan added character and equivalence classes to tr. I changed some
comments. | | |
Bernhard Reutner-Fischer | 1d62d3b7b95 | - make libiproute compile.. | | |
Rob Landley | 4a7252babde | Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can
find it (and tweak defconfig to catch up). | | |
Rob Landley | 45ad0e87d67 | Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. | | |
Rob Landley | 1ba19d6bf74 | Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. | | |
Bernhard Reutner-Fischer | be5c10314dc | - rename bareconfig to allbareconfig and emit "is not set" strings needed for
oldconfig. | | |
Rob Landley | 25413bfe004 | Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions
not in newlib, and also that all the _... | | |
Bernhard Reutner-Fischer | a9d8913bc73 | - add config target bareconfig. Enables all applets but without any features.
Rob wanted to have regression tests i... | | |
Bernhard Reutner-Fischer | b8faa7ea603 | - Note that directories for make have to be given as absolute paths. | | |
"Vladimir N. Oleynik" | dfd1eb03872 | trim dep lines | | |
Bernhard Reutner-Fischer | ab52db8d5ec | - size reduction of pidof
- fix typo in reverse_pidlist | | |
"Vladimir N. Oleynik" | 6c0642d772c | fast replace if src outside | | |
Bernhard Reutner-Fischer | 0b42a6a8cf9 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c
- gzip.c: see if O_NOFOLLOW is de... | | |
Bernhard Reutner-Fischer | 4d63525f76f | - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O=
- other minor cosmetic tweaks while at it | | |
Rob Landley | cee605c5253 | The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The
-exec feature shouldn't be tangled up with t... | | |
Bernhard Reutner-Fischer | 81c3a518d31 | - pidof(8): make -s optional and optional -o; closes #168
first cut. | | |
"Vladimir N. Oleynik" | b31cb87fdce | to bb_getopt_ulflags() | | |
"Vladimir N. Oleynik" | ba248206fe5 | change strange depend to libbb.h, but require busybox.h | | |
"Vladimir N. Oleynik" | 664c6e7ea0e | update documentation | | |
"Vladimir N. Oleynik" | d5f2a18e19c | bb_mkdep can use src outside now | | |
Bernhard Reutner-Fischer | 82338d8460b | - add a few basic tests for pidof(8) | | |
Bernhard Reutner-Fischer | e34e8782a97 | - support make check V=1 to run the checks in verbose mode
- pass verbose from runtest to testing.sh | | |
Bernhard Reutner-Fischer | cf95e0b2d5f | - add llist_free_one() and llist_free() to libbb | | |
Bernhard Reutner-Fischer | 56b217117af | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
- change llist_add_to_end as proposed b... | | |
Bernhard Reutner-Fischer | 14b1c1da9ad | - remove explicit dependency of busybox.o and applets.o and usage.h from the
Makefile. Instead fix the invocation o... | | |
"Vladimir N. Oleynik" | c06e80e1e7f | more lost changes BSD signals -> SysV signals. Noticed by Bernhard | | |
"Vladimir N. Oleynik" | f382c0236e9 | BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard | | |
"Vladimir N. Oleynik" | 4a5ce08688b | another more correction for getopt_ulflags() documentation (examples) | | |
Bernhard Reutner-Fischer | b48bfe795ec | - fix generation of .depend when building out of tree.
point bb_mkdep to the source directory and not the build-dir... | | |
Bernhard Reutner-Fischer | 83e1884d0c8 | - busybox.o and applets.o depend on usage.h | | |
"Vladimir N. Oleynik" | d1b6078e5d6 | more correction for getopt_ulflags() documentation by author of this fuck logic | | |
Bernhard Reutner-Fischer | 120513c29f6 | - add proper separators. sorry for the noise.. | | |
Bernhard Reutner-Fischer | 43fb3fcb2f2 | - add a bit more documentation to vodz' recent additions. | | |
"Vladimir N. Oleynik" | 35939d93783 | update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group char from bb_opt_complementally is new f... | | |
Bernhard Reutner-Fischer | 7abe7098676 | - Fix spurious rebuilds for (parallel) out-of-tree builds.
Make sure that the directories are order-only prerequisi... | | |
Bernhard Reutner-Fischer | 5c071bcf2f6 | - fix building out-of-tree;
to test, checkout the source (let's assume /scratch/src/busybox), then
mkdir /tmp/bb ... | | |
Mike Frysinger | dc2510327b4 | as Tito points out, e2fsck and fsck need more dependencies | | |
Mike Frysinger | 23fedb3ad4b | dont typecast lvalue since gcc hates that | | |
"Vladimir N. Oleynik" | 9c44dce3041 | ps selinux logic correction, but do not tested too | | |
"Vladimir N. Oleynik" | be0ed3d0b94 | use updated bb_getopt_ulflags() for ps applet | | |
Bernhard Reutner-Fischer | 6d6a40cc4b7 | - add option 'w' to ps (wide output, optional feature defaults to off).
- move to ENABLE_ and use shorter boilerplate... | | |
Bernhard Reutner-Fischer | 5209e18ba72 | - add prototype for llist_add_to_end to libbb.h | | |
Rob Landley | 5d3a0e8ed3c | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_
while we're in the area. | | |
"Vladimir N. Oleynik" | d128b718208 | speed up * 2 | | |
"Vladimir N. Oleynik" | 1a2f4d9af7b | sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 | | |
Mike Frysinger | 7f782da048d | excellent shrinkage patch by Tito | | |
Mike Frysinger | 9134dff0785 | clean out unneeded E2FSCK variables | | |
Mike Frysinger | c31fcbbaf39 | remove debug warning | | |
Mike Frysinger | cb1ce7b9748 | reorder arches into alphabetical order | | |
Mike Frysinger | fa17c4b9495 | fixup whitespace | | |
Mike Frysinger | 86a4bfb30a0 | remove all Elf32 hardcodes to make sure the elf handling is 64bit clean | | |
Mike Frysinger | 91fbdac6ab5 | svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 | | |
Bernhard Reutner-Fischer | e6d5539ebb4 | typo | | |
Bernhard Reutner-Fischer | f24e0f5e6f7 | - remove duplicate entry of resolve.c in BLKID_SRC
- use the sourcedir to look for includes rather than the builddir | | |
"Vladimir N. Oleynik" | 39a841cecf6 | change interface to bb_xasprintf() - more perfect for me.
ln.c: error_msg(str)->error_msg(%s, str) - remove standart ... | | |
"Vladimir N. Oleynik" | 6a60c821a81 | forgotten putenv | | |
"Vladimir N. Oleynik" | 8e1bd4a05b3 | don't out \r to syslog | | |
Bernhard Reutner-Fischer | bee9eb1a9d0 | - rename llist_add_to.c to llist.c
- move llist_add_to_end() from ifupdown.c to libbb/llist.c | | |
"Vladimir N. Oleynik" | 3e245c9e21f | getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect | | |
"Vladimir N. Oleynik" | 6160d45e05d | more busybox's style for fsck.c, size reduce | | |
"Vladimir N. Oleynik" | 74078685e6d | busybox.c: ENABLE_LOCALE logic correct. | | |
"Vladimir N. Oleynik" | 843c5ef0f95 | reorder include <sys/types.h> and <sys/types.h>. | | |
"Vladimir N. Oleynik" | 69d728be18f | more const, inline, forward declaration usage, strip 20k source size ;-) | | |
Mike Frysinger | 747fc5d5fda | allow people to adjtime location | | |
"Vladimir N. Oleynik" | 3978e5576e1 | move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction | | |
Mike Frysinger | 16ce8aa4123 | fix building w/out et headers and w/out debug | | |
Mike Frysinger | f87b3e30a7e | as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables... | | |
Mike Frysinger | 67451849def | pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32) | | |
Mike Frysinger | de2b93859c7 | eat misappropriated whitespace | | |
Mike Frysinger | 10a11e23ba9 | uncuddle function scope brackets | | |
Bernhard Reutner-Fischer | 1c943eb88af | - remove unused variable TOPDIR | | |
Rob Landley | d24eaac9e66 | add "make help" | | |
"Vladimir N. Oleynik" | 70908008709 | revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\! | | |
"Vladimir N. Oleynik" | 11d7c52912e | correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor | | |
"Vladimir N. Oleynik" | 5f46010ab7c | spwd bulid now, (typo) | | |
Rob Landley | 5246063a7ba | Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow
password support. | | |
Mike Frysinger | 95544f78cbb | whitespace sucks | | |
Mike Frysinger | 7ad978045db | fix building with debugging enabled #413 | | |
Mike Frysinger | de242f6d5f1 | this should fix parallel building with .depend/bb_config.h | | |
Rob Landley | 1ff789c5679 | Stop gcc4 from nit-picking about signedness of char *. | | |
Mike Frysinger | 3978abd05b6 | Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so ... | | |
Mike Frysinger | 036f2991378 | Cristian Ionescu-Idbohrn says: touchup whitespace/display | | |
Mike Frysinger | b7f88e01a4f | touchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixe... | | |
Mike Frysinger | a630cb15b11 | re-order a little for alphabetical | | |
Mike Frysinger | 7f8797c8ee0 | re-order a little for alphabetical | | |
Mike Frysinger | f51d2069ff3 | re-order a little for alphabetical | | |
Mike Frysinger | d1c8ae5dc94 | re-order a little for alphabetical | | |
Mike Frysinger | 75aa1928ac1 | re-order a little for alphabetical | | |
Rob Landley | 16722554bf3 | Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). | | |
Mike Frysinger | 5423df9ebc7 | force nodebug by default | | |
Mike Frysinger | 62f18e1f204 | use the shorter license header | | |
Mike Frysinger | 51a43b47fef | import the very fat e2fsck/fsck applets | | |
Mike Frysinger | bfe773f471e | make sure we include local header files | | |
Mike Frysinger | 016d6289a16 | fix parallel building again | | |
Mike Frysinger | 0f8a63896e8 | err, fix stupid mistake in previous do_findfs() change | | |
Mike Frysinger | 0d65565210d | add a attribute_noreturn macro | | |
Mike Frysinger | 0d4ee68be56 | use brief license line | | |
Mike Frysinger | 97b43a7999c | fix broken whitespace and remove pointless mkdir | | |
Mike Frysinger | a1c6a57fea0 | make e2label and findfs optional | | |
Next → |