aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* zcip: getopt -> bb_getopt_ulflagsDenis Vlasenko2006-09-031-0/+7
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-63/+70
* Jordan Crouse submitted a patch to only include xregcomp.c when we actuallyRob Landley2006-08-281-1/+15
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-282-31/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-2/+2
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-092-4/+6
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley2006-08-081-5/+2
* Add comments to all the functions in this file documenting what they're for.Rob Landley2006-08-041-33/+76
* Thinko spotted by Vladimir Dronnikov.Rob Landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-9/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-0326-425/+143
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-168-32/+84
* We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley2006-07-151-0/+12
* Tito writes: If the gecos field of an user is empty, obscure reports a false ...Mike Frysinger2006-07-151-1/+1
* More minor tweaks.Rob Landley2006-07-122-10/+2
* decuddle () from for/if/whileMike Frysinger2006-07-121-14/+14
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-160/+40
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-112-75/+0
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atRob Landley2006-07-111-11/+14
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-1036-404/+36
* Add itoa and utoa to see what Denis Vlasenko thinks.Rob Landley2006-07-101-1/+50
* Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" toRob Landley2006-07-061-0/+6
* Correct the comment to match the code."Robert P. J. Day"2006-07-021-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0213-1/+13
* Allow a user-configurable minimum password length."Robert P. J. Day"2006-07-022-7/+9
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-3/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-10/+10
* This kind of paranoia is a debug option at best.Rob Landley2006-06-301-1/+1
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itsRob Landley2006-06-281-2/+3
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.Rob Landley2006-06-271-1/+2
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same loopRob Landley2006-06-251-3/+4
* The logic to make cp -d or -P treat things like regular files should onlyRob Landley2006-06-241-21/+14
* The type changed too.Rob Landley2006-06-201-2/+2
* Use the new names for tty_baud_to_value() and tty_value_to_baud() again.Peter Kjellerstedt2006-06-201-5/+5
* Revert the last two patches to go back to a state before this file wasRob Landley2006-06-201-16/+94
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-141/+17
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-184-39/+21
* danf writes: stty doesn't support baud rates > 460800 bps, the attached patch...Mike Frysinger2006-06-171-2/+35
* Revert svn 15333. If you vfork, you must either exec or exit. (The parent isRob Landley2006-06-161-19/+5
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley2006-06-141-1/+15
* Random cleanup of platform.h.Rob Landley2006-06-131-7/+0
* - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedBernhard Reutner-Fischer2006-06-101-9/+14
* made "test" an ash built-in.Paul Fox2006-06-082-152/+1
* sometimes daemonizing and vfork()/exit() is okMike Frysinger2006-06-071-5/+19
* bb_xdaemon() isnt available on no-mmu systemsMike Frysinger2006-06-071-1/+3
* comment all fieldsMike Frysinger2006-06-071-4/+4
* add reference to proc(5)Mike Frysinger2006-06-071-0/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+7