fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Rob LandleyRob Landley
9033453c184My 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 LandleyRob Landley
5412843e79dI noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.
Rob LandleyRob Landley
64a5f96780atelnetd -b (bind to specific address) support from Iuri Gomes Diniz.
Rob LandleyRob Landley
990025a7d97Ok, I've converted the contents of the "testing/sed" directory into a sed.tests file. My brain hurts now. (Lots of...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ecfd1f6a350change osbolete sigpause() to sigsuspend()
Rob LandleyRob Landley
6f03722448cPatch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full path to the STOR command.
Rob LandleyRob Landley
c98a359a16aIt was a bit out of date.
Rob LandleyRob Landley
48c6157eb9cFix the test suite so that individual *.tests files can be run ala COMMAND=sort ./sort.tests So we can compare agai...
Rob LandleyRob Landley
7ad4b30ed4bYann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any reasonably recent glibc, and breaks with uClib...
Rob LandleyRob Landley
7b7c99ca333Size I zapped the bb_close() error, might as well make a TODO item.
Rob LandleyRob Landley
3fc4ad1478eFix bug 424: doing full_read breaks things like cat which should return a chunk of data when they get it and not bloc...
Rob LandleyRob Landley
21ccbb6c0e8When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.
Rob LandleyRob Landley
c2ce2c5b4b0It's no longer a temporary location. Smooth out the text a bit.
Eric AndersenEric Andersen
fc94638330fpoint to the official links
Rob LandleyRob Landley
3d283ddecd4Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory once you've got the signed tarballs up.
Rob LandleyRob Landley
2f30932eca2Fix cp /dev/null filename, and a few in-passing cleanups.
Rob LandleyRob Landley
dbc608b5687We've got fuser, fix some typos, and move Vodz's comment about UTF8 into a new "internationalization" section, with s...
Rob LandleyRob Landley
c63fe9137fb\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.
Mike FrysingerMike Frysinger
7790cd5fad8add ZyXEL to the shame list
Mike FrysingerMike Frysinger
d505e3ee67dfix <p> and <a> tags
Mike FrysingerMike Frysinger
46b77c203e5update doctype and add a charset encoding
Bernhard Reutner-FischerBernhard 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""Vladimir N. Oleynik"
4922f2a06f7update
"Vladimir N. Oleynik""Vladimir N. Oleynik"
7eb8e453484Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ea97282af1ebb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet
Rob LandleyRob Landley
aa87276bed8New applet, fuser, from Tony J. White. (Needs some cleanup.)
Bernhard Reutner-FischerBernhard Reutner-Fischer
30c7de068b5- move GETXXKEY_R_FUNC into an internal helper file to allow for compiling with IMA.
Bernhard Reutner-FischerBernhard Reutner-Fischer
6973abcfa83- remove warning about "'static' is not at beginning of declaration".
Rob LandleyRob Landley
1b751c894b5Rob Sullivan sent in some cleanups, which I beat on slightly.
Rob LandleyRob Landley
0f34a821ab9Add a switch_root utility (like kconfig's utils/run_init.c, although not actuall using any of that code). This is ne...
Rob LandleyRob Landley
2454ebd85ddSomebody suggested this, but I've forgotten who.
Rob LandleyRob Landley
f3d6c94c7f1Add --no-same-owner and --no-same-permissions options to tar.
Bernhard Reutner-FischerBernhard Reutner-Fischer
47ea7b7f96e- Matthias Wenzel writes: without the fix below md5sum will always report a correct md5 on _any_ wrongly formattet in...
Bernhard Reutner-FischerBernhard Reutner-Fischer
ee9cf486206- correct boilerplate - use bb_xgetlarg for the patch_level to catch invalid arguments.
Rob LandleyRob Landley
c9c959cc7c5Reference for new patch feature we'll need to be compatible with...
Bernhard Reutner-FischerBernhard Reutner-Fischer
ab1878245ca* uniq.c: remove unneeded include and use short boilerplate. * coreutils.h: remove prototype of non-existing xgetopt...
Rob LandleyRob Landley
c58fd15db55Update the TODO list to reflect stuff we've already done.
Rob LandleyRob Landley
3c6bfe3e33dShaun Jackman noted that limits.h defines path_max and isn't included from find_root_device.c. (We #include it in bu...
Rob LandleyRob Landley
2d5d88ebc03Two changes. One from Shaun Jackman makes libbb/interface.c compile only if it's going to be used. (I'm guessing it...
Bernhard Reutner-FischerBernhard Reutner-Fischer
38d6615ed24- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1f0262bcdb3another more const
"Vladimir N. Oleynik""Vladimir N. Oleynik"
0fa9deda170more const
"Vladimir N. Oleynik""Vladimir N. Oleynik"
5cf9a03b3f7more const, attribute_noreturn saved 200 bytes
Bernhard Reutner-FischerBernhard 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""Vladimir N. Oleynik"
86ac072b442more const, use bb_getopt_ulflags, insert XXX for show place of problems
"Vladimir N. Oleynik""Vladimir N. Oleynik"
485d7cbdf1edata --> text
Rob LandleyRob Landley
a4d45d423feThe fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, which was apparently never tested. That me...
Rob LandleyRob Landley
60fe7bfa412Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), and switch more stuff from CONFIG to ENABLE.
Bernhard Reutner-FischerBernhard Reutner-Fischer
7547a6e2f67- don't update copyright years. He might release it, but apparently will have to update the year himself.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
c961a44e0bamore const, all data to text
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d3d829aaf0f20 bytes data to bss
Bernhard Reutner-FischerBernhard Reutner-Fischer
94c3331d47a- an empty middle term in ?: violates ISO C - use shorter boilerplate and use C89 style comments
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b4b6d262872data --> code
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1f2dc40ede8data --> bss
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b32b1db9d8dcomplex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
"Vladimir N. Oleynik""Vladimir N. Oleynik"
a2eec6051f8RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6f347ef9dc5common BUFSIZ BSS buffer, small reduce code, data and bss
"Vladimir N. Oleynik""Vladimir N. Oleynik"
84e75116076llist must initialize, add loses ifdef, small indent correction
Rob LandleyRob Landley
3ee6c24ea29Add --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""Vladimir N. Oleynik"
f704b27b5bb- new bb_opt_complementally syntax, use [-:?] only - 'free' chars - new bb_getopt_ulflags features: check max and min...
Bernhard Reutner-FischerBernhard Reutner-Fischer
8c7a7e6e63c- split VERSION into parts - add some filesystem operation wrapper variables for use in the makefiles and pull them...
Bernhard Reutner-FischerBernhard Reutner-Fischer
bb66a6c94ed- initialize the correct variables
Bernhard Reutner-FischerBernhard Reutner-Fischer
309dc2d642c- typo in makefile variable: s/archvial/archival/
Rob LandleyRob Landley
046d6e7a95fshow_usage should use bb_default_error_retval.
Rob LandleyRob Landley
e4164b56668Did you know the uclibc IRC channel has daily logs on the web going back to 2002?
"Vladimir N. Oleynik""Vladimir N. Oleynik"
368f66492e3perror correction
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d20cfbd3034create e2fs_set_sbin_path(), noticed by Tito, Thanks
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6c35c7c9762usage bb_dev_null
"Vladimir N. Oleynik""Vladimir N. Oleynik"
86a1073e0bfbb_dev_null
"Vladimir N. Oleynik""Vladimir N. Oleynik"
3ade65fc045remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\!
"Vladimir N. Oleynik""Vladimir N. Oleynik"
3ebb8952183make fsck.h as common, e2fsck: includes correct
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ab57f76e13cmore busyboxes, remove 1 extern function (mainstream also have for one fsck)
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1c275de6a2bmore busyboxes
"Vladimir N. Oleynik""Vladimir N. Oleynik"
87210b5f4b9trivial generate exit code
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ffe17b51b43correct strange *3 isatty(0) code
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f1ab1270776Prepend '-' to the first argument if required, more const, indent
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f5888696967new featured bb_opt_complementally, correct argc checking
Rob LandleyRob Landley
161aae72739There doesn't seem to be a standard header for makedev(), but this is close.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
064f04e7e2b- use complementally '!' to '?' - 'ask' is best 'free' char for this. - more long opt compatibility, can set flag for...
Rob LandleyRob Landley
ff567f7943fThe check for EROFS was wrong. For example, if you try to mount a filesystem appended to an executable that's being ...
Bernhard Reutner-FischerBernhard 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""Vladimir N. Oleynik"
54cb5c6af35better check usage with options, correct show problem error message, indent
"Vladimir N. Oleynik""Vladimir N. Oleynik"
083d3f49c2cbb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. e2fsprogs: remove confuse bb_mkdep. Use i...
Rob LandleyRob Landley
ff9f2f6fbaeFluff out INSTALL a bit.
Bernhard Reutner-FischerBernhard 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 LandleyRob Landley
d27d3be6cdfThe readme in 1.0 is more up to date than the 1.1 version...
Paul FoxPaul Fox
61e45dbb2f5catch and report errors from file_write()
Paul FoxPaul Fox
90372ed51a4make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's needed elsewhere as well now.
Rob LandleyRob Landley
ae907f38f0bWhen lstat returns an error (such as file not found), the value of st_mode is random garbage (under uClibc), leading ...
Rob LandleyRob Landley
f1048143ee4Rob Sullivan added character and equivalence classes to tr. I changed some comments.
Bernhard Reutner-FischerBernhard Reutner-Fischer
1d62d3b7b95- make libiproute compile..
Rob LandleyRob Landley
4a7252babdeRename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can find it (and tweak defconfig to catch up).
Rob LandleyRob Landley
45ad0e87d67Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.
Rob LandleyRob Landley
1ba19d6bf74Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.
Bernhard Reutner-FischerBernhard Reutner-Fischer
be5c10314dc- rename bareconfig to allbareconfig and emit "is not set" strings needed for oldconfig.
Rob LandleyRob Landley
25413bfe004Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions not in newlib, and also that all the _...
Bernhard Reutner-FischerBernhard Reutner-Fischer
a9d8913bc73- add config target bareconfig. Enables all applets but without any features. Rob wanted to have regression tests i...
Bernhard Reutner-FischerBernhard Reutner-Fischer
b8faa7ea603- Note that directories for make have to be given as absolute paths.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
dfd1eb03872trim dep lines
Bernhard Reutner-FischerBernhard Reutner-Fischer
ab52db8d5ec- size reduction of pidof - fix typo in reverse_pidlist
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6c0642d772cfast replace if src outside
Bernhard Reutner-FischerBernhard 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-FischerBernhard 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 LandleyRob Landley
cee605c5253The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The -exec feature shouldn't be tangled up with t...
Bernhard Reutner-FischerBernhard Reutner-Fischer
81c3a518d31- pidof(8): make -s optional and optional -o; closes #168 first cut.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b31cb87fdceto bb_getopt_ulflags()
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ba248206fe5change strange depend to libbb.h, but require busybox.h
"Vladimir N. Oleynik""Vladimir N. Oleynik"
664c6e7ea0eupdate documentation
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d5f2a18e19cbb_mkdep can use src outside now
Bernhard Reutner-FischerBernhard Reutner-Fischer
82338d8460b- add a few basic tests for pidof(8)
Bernhard Reutner-FischerBernhard Reutner-Fischer
e34e8782a97- support make check V=1 to run the checks in verbose mode - pass verbose from runtest to testing.sh
Bernhard Reutner-FischerBernhard Reutner-Fischer
cf95e0b2d5f- add llist_free_one() and llist_free() to libbb
Bernhard Reutner-FischerBernhard 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-FischerBernhard 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""Vladimir N. Oleynik"
c06e80e1e7fmore lost changes BSD signals -> SysV signals. Noticed by Bernhard
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f382c0236e9BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard
"Vladimir N. Oleynik""Vladimir N. Oleynik"
4a5ce08688banother more correction for getopt_ulflags() documentation (examples)
Bernhard Reutner-FischerBernhard 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-FischerBernhard Reutner-Fischer
83e1884d0c8- busybox.o and applets.o depend on usage.h
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d1b6078e5d6more correction for getopt_ulflags() documentation by author of this fuck logic
Bernhard Reutner-FischerBernhard Reutner-Fischer
120513c29f6- add proper separators. sorry for the noise..
Bernhard Reutner-FischerBernhard Reutner-Fischer
43fb3fcb2f2- add a bit more documentation to vodz' recent additions.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
35939d93783update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group char from bb_opt_complementally is new f...
Bernhard Reutner-FischerBernhard Reutner-Fischer
7abe7098676- Fix spurious rebuilds for (parallel) out-of-tree builds. Make sure that the directories are order-only prerequisi...
Bernhard Reutner-FischerBernhard Reutner-Fischer
5c071bcf2f6- fix building out-of-tree; to test, checkout the source (let's assume /scratch/src/busybox), then mkdir /tmp/bb ...
Mike FrysingerMike Frysinger
dc2510327b4as Tito points out, e2fsck and fsck need more dependencies
Mike FrysingerMike Frysinger
23fedb3ad4bdont typecast lvalue since gcc hates that
"Vladimir N. Oleynik""Vladimir N. Oleynik"
9c44dce3041ps selinux logic correction, but do not tested too
"Vladimir N. Oleynik""Vladimir N. Oleynik"
be0ed3d0b94use updated bb_getopt_ulflags() for ps applet
Bernhard Reutner-FischerBernhard Reutner-Fischer
6d6a40cc4b7- add option 'w' to ps (wide output, optional feature defaults to off). - move to ENABLE_ and use shorter boilerplate...
Bernhard Reutner-FischerBernhard Reutner-Fischer
5209e18ba72- add prototype for llist_add_to_end to libbb.h
Rob LandleyRob Landley
5d3a0e8ed3cAdd find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ while we're in the area.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
d128b718208speed up * 2
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1a2f4d9af7bsync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455
Mike FrysingerMike Frysinger
7f782da048dexcellent shrinkage patch by Tito
Mike FrysingerMike Frysinger
9134dff0785clean out unneeded E2FSCK variables
Mike FrysingerMike Frysinger
c31fcbbaf39remove debug warning
Mike FrysingerMike Frysinger
cb1ce7b9748reorder arches into alphabetical order
Mike FrysingerMike Frysinger
fa17c4b9495fixup whitespace
Mike FrysingerMike Frysinger
86a4bfb30a0remove all Elf32 hardcodes to make sure the elf handling is 64bit clean
Mike FrysingerMike Frysinger
91fbdac6ab5svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27
Bernhard Reutner-FischerBernhard Reutner-Fischer
e6d5539ebb4typo
Bernhard Reutner-FischerBernhard 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""Vladimir N. Oleynik"
39a841cecf6change interface to bb_xasprintf() - more perfect for me. ln.c: error_msg(str)->error_msg(%s, str) - remove standart ...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6a60c821a81forgotten putenv
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8e1bd4a05b3don't out \r to syslog
Bernhard Reutner-FischerBernhard 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""Vladimir N. Oleynik"
3e245c9e21fgetty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6160d45e05dmore busybox's style for fsck.c, size reduce
"Vladimir N. Oleynik""Vladimir N. Oleynik"
74078685e6dbusybox.c: ENABLE_LOCALE logic correct.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
843c5ef0f95reorder include <sys/types.h> and <sys/types.h>.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
69d728be18fmore const, inline, forward declaration usage, strip 20k source size ;-)
Mike FrysingerMike Frysinger
747fc5d5fdaallow people to adjtime location
"Vladimir N. Oleynik""Vladimir N. Oleynik"
3978e5576e1move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction
Mike FrysingerMike Frysinger
16ce8aa4123fix building w/out et headers and w/out debug
Mike FrysingerMike Frysinger
f87b3e30a7eas pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables...
Mike FrysingerMike Frysinger
67451849defpass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32)
Mike FrysingerMike Frysinger
de2b93859c7eat misappropriated whitespace
Mike FrysingerMike Frysinger
10a11e23ba9uncuddle function scope brackets
Bernhard Reutner-FischerBernhard Reutner-Fischer
1c943eb88af- remove unused variable TOPDIR
Rob LandleyRob Landley
d24eaac9e66add "make help"
"Vladimir N. Oleynik""Vladimir N. Oleynik"
70908008709revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!
"Vladimir N. Oleynik""Vladimir N. Oleynik"
11d7c52912ecorrect set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor
"Vladimir N. Oleynik""Vladimir N. Oleynik"
5f46010ab7cspwd bulid now, (typo)
Rob LandleyRob Landley
5246063a7baPatch from Amir Shalem to make busybox compile on a uClibc that has no shadow password support.
Mike FrysingerMike Frysinger
95544f78cbbwhitespace sucks
Mike FrysingerMike Frysinger
7ad978045dbfix building with debugging enabled #413
Mike FrysingerMike Frysinger
de242f6d5f1this should fix parallel building with .depend/bb_config.h
Rob LandleyRob Landley
1ff789c5679Stop gcc4 from nit-picking about signedness of char *.
Mike FrysingerMike Frysinger
3978abd05b6Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so ...
Mike FrysingerMike Frysinger
036f2991378Cristian Ionescu-Idbohrn says: touchup whitespace/display
Mike FrysingerMike Frysinger
b7f88e01a4ftouchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixe...
Mike FrysingerMike Frysinger
a630cb15b11re-order a little for alphabetical
Mike FrysingerMike Frysinger
7f8797c8ee0re-order a little for alphabetical
Mike FrysingerMike Frysinger
f51d2069ff3re-order a little for alphabetical
Mike FrysingerMike Frysinger
d1c8ae5dc94re-order a little for alphabetical
Mike FrysingerMike Frysinger
75aa1928ac1re-order a little for alphabetical
Rob LandleyRob Landley
16722554bf3Tito switched option parsing over to switch umount over to bb_getopt_ulflags().
Mike FrysingerMike Frysinger
5423df9ebc7force nodebug by default
Mike FrysingerMike Frysinger
62f18e1f204use the shorter license header
Mike FrysingerMike Frysinger
51a43b47fefimport the very fat e2fsck/fsck applets
Mike FrysingerMike Frysinger
bfe773f471emake sure we include local header files
Mike FrysingerMike Frysinger
016d6289a16fix parallel building again
Mike FrysingerMike Frysinger
0f8a63896e8err, fix stupid mistake in previous do_findfs() change
Mike FrysingerMike Frysinger
0d65565210dadd a attribute_noreturn macro
Mike FrysingerMike Frysinger
0d4ee68be56use brief license line
Mike FrysingerMike Frysinger
97b43a7999cfix broken whitespace and remove pointless mkdir
Mike FrysingerMike Frysinger
a1c6a57fea0make e2label and findfs optional