aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* More minor tweaks.landley2006-07-122-10/+2
* decuddle () from for/if/whilevapier2006-07-121-14/+14
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-160/+40
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withlandley2006-07-112-75/+0
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atlandley2006-07-111-11/+14
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-1036-404/+36
* Add itoa and utoa to see what Denis Vlasenko thinks.landley2006-07-101-1/+50
* Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" tolandley2006-07-061-0/+6
* Correct the comment to match the code.rpjday2006-07-021-1/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0213-1/+13
* Allow a user-configurable minimum password length.rpjday2006-07-022-7/+9
* More removal of "#if 0" content.rpjday2006-07-011-3/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-10/+10
* This kind of paranoia is a debug option at best.landley2006-06-301-1/+1
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itslandley2006-06-281-2/+3
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.landley2006-06-271-1/+2
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same looplandley2006-06-251-3/+4
* The logic to make cp -d or -P treat things like regular files should onlylandley2006-06-241-21/+14
* The type changed too.landley2006-06-201-2/+2
* Use the new names for tty_baud_to_value() and tty_value_to_baud() again.pkj2006-06-201-5/+5
* Revert the last two patches to go back to a state before this file waslandley2006-06-201-16/+94
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-141/+17
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-184-39/+21
* danf writes: stty doesn't support baud rates > 460800 bps, the attached patch...vapier2006-06-171-2/+35
* Revert svn 15333. If you vfork, you must either exec or exit. (The parent islandley2006-06-161-19/+5
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-1/+15
* Random cleanup of platform.h.landley2006-06-131-7/+0
* - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedaldot2006-06-101-9/+14
* made "test" an ash built-in.pgf2006-06-082-152/+1
* sometimes daemonizing and vfork()/exit() is okvapier2006-06-071-5/+19
* bb_xdaemon() isnt available on no-mmu systemsvapier2006-06-071-1/+3
* comment all fieldsvapier2006-06-071-4/+4
* add reference to proc(5)vapier2006-06-071-0/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+7
* whitespacevapier2006-06-071-1/+1
* whitespacevapier2006-06-071-1/+1
* - make getopt_ulflags aware of CONFIG_GETOPT_LONGaldot2006-05-311-1/+10
* - convert xcalloc(1,x) to xzallocaldot2006-05-311-3/+3
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-2/+2
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-15/+6
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-262-20/+11
* Slight sanity fix: data is void *, not char *. And it's called datalandley2006-05-261-3/+3
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-0/+14
* - make find_mount_point conditional on df and eject; Fixes `make hosttools´ onaldot2006-05-261-2/+3
* errno and h_errno values are not the same #876 by rfelkervapier2006-05-261-2/+0
* Rich Felker suggested removing dprintf() from watch, and one thing led tolandley2006-05-251-0/+34
* A pending item in my tree I might as well check in: I plan to migrate calloc()landley2006-05-191-0/+9
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-1934-686/+28
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-14/+3