aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use uint32_t instead of __u32aldot2006-05-191-2/+2
* - include strings.haldot2006-05-192-7/+9
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-3/+4
* Make md5 calculation always go through an the buffer so that A) we don'tlandley2006-05-161-87/+42
* - patch from Robert P. J. Day to use filter instead of findstring.aldot2006-05-151-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Autodetect parts of a multipart file, from Robert P. Day's suggestion.landley2006-05-121-19/+10
* Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticelandley2006-05-111-2/+3
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-082-11/+22
* Remove a link that leaked in from the pending llist_t changes.landley2006-05-081-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-073-12/+3
* Migrate endianness macros.landley2006-05-051-1/+1
* Not quite compiler independent, but we've never tried to be gcc independentlandley2006-05-041-10/+4
* Whitespace and documentation cleanup from Dennis Vlasenko.landley2006-05-031-53/+60
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.landley2006-04-251-1/+1