aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* top: add support for -b, -n <iterations>vda2006-09-291-8/+0
* getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_vda2006-09-291-183/+189
* getopt_ulflags: formatting fixesvda2006-09-291-71/+71
* xargs: simplify option parsingvda2006-09-291-0/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-281-17/+16
* usage.h: fix compile-time bugs exposed by previous changevda2006-09-271-3/+1
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-7/+6
* process utilities related style cleanupvda2006-09-271-9/+8
* wget: add (configurable) large file support. Run tested.vda2006-09-261-0/+34
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-231-1/+1
* remove unneeded #includes, fix indentationvda2006-09-231-22/+17
* correct_password: undo whitespace damage.vda2006-09-231-25/+13
* bb_askpass: shorten static password buffer. 256 is way too large.vda2006-09-232-23/+19
* losetup: getopt_ulflags'ification + small fix for perror_nomsgvda2006-09-221-1/+3
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenlandley2006-09-203-37/+27
* change char *string = "foo" -> char string[] = "foo"vda2006-09-192-27/+27
* whitespace cleanupvda2006-09-177-14/+14
* style fixesvda2006-09-171-5/+4
* Strangely, using // in the comments I added was not a persistent accident.landley2006-09-141-65/+62
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-133-3/+3
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...aldot2006-09-124-19/+2
* - fix warning about discarding qualifiers in initializationaldot2006-09-121-1/+1
* - merge xstat.c into xfuncs.caldot2006-09-113-13/+11
* tar: fix "xopen with O_CREAT" warning, improve zero padding writevda2006-09-091-8/+4
* few random readability enhansements. No code changesvda2006-09-081-0/+1
* login: style fixesvda2006-09-081-6/+6
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-078-5/+17
* fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&vda2006-09-072-2/+2
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-072-2/+2
* adding files missed in prev updates (forgot about svn add)vda2006-09-072-0/+53
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* Implement optional syslog logging using ordinaryvda2006-09-0610-27/+40
* - mdev and grep use xregcomp. Closes bug #1021aldot2006-09-061-1/+2
* run_shell.c: style fixvda2006-09-051-31/+25
* xfunc: fix: && -> &. Also nuked two double semicolons...vda2006-09-051-2/+2
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-032-0/+65
* zcip: getopt -> bb_getopt_ulflagsvda2006-09-031-0/+7
* replacing func() with xfunc() where appropriatevda2006-09-031-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-63/+70
* Jordan Crouse submitted a patch to only include xregcomp.c when we actuallylandley2006-08-281-1/+15
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-282-31/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-2/+2
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-092-4/+6
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-081-5/+2
* Add comments to all the functions in this file documenting what they're for.landley2006-08-041-33/+76
* Thinko spotted by Vladimir Dronnikov.landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-9/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-0326-425/+143