aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2006-09-08few random readability enhansements. No code changesDenis Vlasenko
2006-09-08login: style fixesDenis Vlasenko
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-09-07fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&Denis Vlasenko
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko
2006-09-07adding files missed in prev updates (forgot about svn add)Denis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-09-06- mdev and grep use xregcomp. Closes bug #1021Bernhard Reutner-Fischer
2006-09-05run_shell.c: style fixDenis Vlasenko
2006-09-05xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko
2006-09-03uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko
2006-09-03zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-28Jordan Crouse submitted a patch to only include xregcomp.c when we actuallyRob Landley
2006-08-28No real need for my_query_module() and this eliminates some type-punnedRob Landley
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-08Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley
2006-08-04Add comments to all the functions in this file documenting what they're for.Rob Landley
2006-08-04Thinko spotted by Vladimir Dronnikov.Rob Landley
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-15We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley
2006-07-15Tito writes: If the gecos field of an user is empty, obscure reports a false ...Mike Frysinger
2006-07-12More minor tweaks.Rob Landley
2006-07-12decuddle () from for/if/whileMike Frysinger
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley
2006-07-11Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley
2006-07-11Denis Vlasenko spotted the lack of bounds checking in my first attempt atRob Landley
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2006-07-10Add itoa and utoa to see what Denis Vlasenko thinks.Rob Landley
2006-07-06Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" toRob Landley
2006-07-02Correct the comment to match the code."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-02Allow a user-configurable minimum password length."Robert P. J. Day"
2006-07-01More removal of "#if 0" content."Robert P. J. Day"
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-06-30This kind of paranoia is a debug option at best.Rob Landley
2006-06-28Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itsRob Landley
2006-06-27Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.Rob Landley
2006-06-25Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley
2006-06-25Fix a possible race condition if two processes try to claim the same loopRob Landley
2006-06-24The logic to make cp -d or -P treat things like regular files should onlyRob Landley
2006-06-20The type changed too.Rob Landley
2006-06-20Use the new names for tty_baud_to_value() and tty_value_to_baud() again.Peter Kjellerstedt
2006-06-20Revert the last two patches to go back to a state before this file wasRob Landley
2006-06-18Undo all of the ugliness and some of the bloat from 15412.Rob Landley