summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceMike Frysinger2006-06-071-1/+1
* whitespaceMike Frysinger2006-06-071-1/+1
* - make getopt_ulflags aware of CONFIG_GETOPT_LONGBernhard Reutner-Fischer2006-05-311-1/+10
* - convert xcalloc(1,x) to xzallocBernhard Reutner-Fischer2006-05-311-3/+3
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-2/+2
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley2006-05-291-15/+6
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-262-20/+11
* Slight sanity fix: data is void *, not char *. And it's called dataRob Landley2006-05-261-3/+3
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-0/+14
* - make find_mount_point conditional on df and eject; Fixes `make hosttools´ onBernhard Reutner-Fischer2006-05-261-2/+3
* errno and h_errno values are not the same #876 by rfelkerMike Frysinger2006-05-261-2/+0
* Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley2006-05-251-0/+34