aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley2006-05-191-0/+9
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-1934-686/+28
* - replace _PATH_DEVNULL with bb_dev_nullBernhard Reutner-Fischer2006-05-191-14/+3
* - use uint32_t instead of __u32Bernhard Reutner-Fischer2006-05-191-2/+2
* - include strings.hBernhard Reutner-Fischer2006-05-192-7/+9
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-3/+4
* Make md5 calculation always go through an the buffer so that A) we don'tRob Landley2006-05-161-87/+42
* - patch from Robert P. J. Day to use filter instead of findstring.Bernhard Reutner-Fischer2006-05-151-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* Autodetect parts of a multipart file, from Robert P. Day's suggestion.Rob Landley2006-05-121-19/+10
* Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticeRob Landley2006-05-111-2/+3
* Fiddling with llist to make memory management easier. Specifically, theRob Landley2006-05-082-11/+22
* Remove a link that leaked in from the pending llist_t changes.Rob Landley2006-05-081-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-073-12/+3
* Migrate endianness macros.Rob Landley2006-05-051-1/+1
* Not quite compiler independent, but we've never tried to be gcc independentRob Landley2006-05-041-10/+4
* Whitespace and documentation cleanup from Dennis Vlasenko.Rob Landley2006-05-031-53/+60