aboutsummaryrefslogtreecommitdiff
path: root/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-11- comment out the check-referer lines.aldot1-1/+2
2006-04-11- we seem to use h3, so make it consistent.aldot1-2/+1
2006-04-11- update screenshot to reflect the busybox-1.1.2 stable release.aldot1-24/+30
2006-04-11- tweak visibility of label expected_hwif_error as it's only needed foraldot1-0/+2
2006-04-11- remove implied closing paragraphaldot2-2/+3
2006-04-11Robert P. J. Day writes: even in the header file, make it clear that the rout...vapier1-0/+3
2006-04-10- add note pointing to the stable branch, so users can pickup the currentaldot2-0/+11
2006-04-10Announce 1.1.2.landley1-0/+12
2006-04-10- poke botaldot1-3/+0
2006-04-10- add a colorful "valid HTML 4.01 Transitional" button to be able to check th...aldot2-0/+5
2006-04-10- make it resemble html.aldot6-24/+24
2006-04-10- make it resemble english and fix typo s/interperet/interpret/g;aldot1-8/+8
2006-04-10Patch from Tito to unify deluser and delgroup, and generally shrink code.landley5-217/+76
2006-04-10- put udhcp back in (Rob, you removed this in r14787 by accident..).aldot1-0/+1
2006-04-10Notes about pic, static linking, and debugging dynamic linking.landley1-1/+31
2006-04-10Second verse, same as the first.landley1-1/+1
2006-04-10Missing dependency spotted by Robert P Day.landley1-3/+1
2006-04-10I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)landley1-9/+1
2006-04-10Patch from Rob Sullivan to consolidate crc32 table generation.landley6-71/+65
2006-04-10We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER islandley2-2/+2
2006-04-10Modprobe update from Ignacio García Pérez, updating support for modprobe.conf.landley1-73/+109
2006-04-10- fix typo introduced in the last commit.aldot1-2/+2
2006-04-10- typo: s/biltin/builtin/galdot2-48/+48
2006-04-06Another size reduction patch from Garrett.landley2-488/+18
2006-04-06- patch from Rob Sullivan to add support for -Laldot2-37/+66
2006-04-06- shrink it a little bit and make it buildable with gcc-2.95aldot1-35/+46
2006-04-06- remove unused args.aldot1-12/+13
2006-04-06- move code around to avoid the need for the prototypes.aldot1-587/+557
2006-04-06- new applet diff. Rob Sullivan writes:aldot5-0/+1331
2006-04-05- include inttypes.h as pointed out by Jason Schoon.aldot1-17/+4
2006-04-05- this applet should peruse USE_FEATURE_TFTP_...aldot1-1/+1
2006-04-05- make sure that the label expected_hwif_error is visible even whenaldot1-15/+3
2006-04-05- include proper headers.aldot7-33/+14
2006-04-05- use proper macros to print intmax_t.aldot1-3/+3
2006-04-05adjust ifdefs for inclusion of string_insert() routinepgf1-3/+3
2006-04-05Kumar spotted another bug: if we autodetect nfs and they haven't specified thelandley1-0/+1
2006-04-04Some tests were always true. We need comm.tests...landley1-18/+4
2006-04-04Rewrite/shrink by tito.landley2-252/+95
2006-04-04You'd think there'd be a compiler warning for "pointless if", wouldn't you?landley1-3/+3
2006-04-04Avoid spurious error message. (Technically applet order should be "SKIPPED"landley1-1/+1
2006-04-04- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()aldot1-45/+0
2006-04-04- pull in prototype for e2fsck_main.aldot1-0/+1
2006-04-03- make sure that we see all lib*/.c in IMA-mode even when not building the .soaldot1-1/+1
2006-04-03- move buffer allocation schemes to libbb.haldot18-109/+47
2006-04-03- make append_option and multiconvert static.aldot2-2/+2
2006-04-03- coalesce printf calls.aldot1-11/+12
2006-04-03- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot1-4/+5
2006-04-03- do away with useless fwd-decls, redundant bb_printf calls, silence warningaldot1-220/+204
2006-04-03- set flags in a more reasonable manner. Thanks, vodz.aldot1-16/+5
2006-04-02- include proper prototypes in libunarchive.aldot3-14/+8