Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
[oweals/busybox.git] / libbb /
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-07-10 Rob LandleyAdd itoa and utoa to see what Denis Vlasenko thinks.
2006-07-06 Rob LandleyAttempt to address Shaun Jackman's problem adding ...
2006-07-02 "Robert P. J. Day"Correct the comment to match the code.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-02 "Robert P. J. Day"Allow a user-configurable minimum password length.
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-28 Rob LandleyFix bug bugs.busybox.net/view.php?id=874 where hexdump...
2006-06-27 Rob LandleyFix bugs.busybox.net/view.php?id=906 which could cause...
2006-06-25 Rob LandleyWhitespace. (Vim's auto-indent is kind of annoying...
2006-06-25 Rob LandleyFix a possible race condition if two processes try...
2006-06-24 Rob LandleyThe logic to make cp -d or -P treat things like regular...
2006-06-20 Rob LandleyThe type changed too.
2006-06-20 Peter KjellerstedtUse the new names for tty_baud_to_value() and tty_value...
2006-06-20 Rob LandleyRevert the last two patches to go back to a state befor...
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-17 Mike Frysingerdanf writes: stty doesn't support baud rates > 460800...
2006-06-16 Rob LandleyRevert svn 15333. If you vfork, you must either exec...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-10 Bernhard Reutner... - fix bug #887, in bb_get_chomped_line_from_file()...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Mike Frysingersometimes daemonizing and vfork()/exit() is ok
2006-06-07 Mike Frysingerbb_xdaemon() isnt available on no-mmu systems
2006-06-07 Mike Frysingercomment all fields
2006-06-07 Mike Frysingeradd reference to proc(5)
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-07 Mike Frysingerwhitespace
2006-06-07 Mike Frysingerwhitespace
2006-05-31 Bernhard Reutner... - make getopt_ulflags aware of CONFIG_GETOPT_LONG
2006-05-31 Bernhard Reutner... - convert xcalloc(1,x) to xzalloc
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Rob LandleySlight sanity fix: data is void *, not char *. And...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - make find_mount_point conditional on df and eject...
2006-05-26 Mike Frysingererrno and h_errno values are not the same #876 by rfelker
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-19 Bernhard Reutner... - use uint32_t instead of __u32
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-15 Bernhard Reutner... - patch from Robert P. J. Day to use filter instead...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-12 Rob LandleyAutodetect parts of a multipart file, from Robert P...
2006-05-11 Rob LandleyBug fix from Vladimir Oleynik, and suggestion I add...
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-08 Rob LandleyRemove a link that leaked in from the pending llist_t...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-05 Rob LandleyMigrate endianness macros.
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-05-03 Rob LandleyWhitespace and documentation cleanup from Dennis Vlasenko.
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-18 Rob LandleyRemove some #if 0 code.
2006-04-18 Bernhard Reutner... - BusyBox is under GPL.
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-16 Mike Frysingeruse memcmp() not bcmp()
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-04-02 Rob LandleyNew version from Tito.
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-03-29 Rob LandleyMore extern removal from Robert P. Day.
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-26 Rob LandleyMore dead code removal.
2006-03-23 Rob LandleyBug spotted by Stephane Billiart: losetup depends on...
2006-03-23 Rob LandleyVery nice patch from Rich Felker to portably set the...
2006-03-21 Rob LandleyPatch from Shaun Jackman to make loop.c build only...
2006-03-18 Bernhard Reutner... - fix order of includes.
2006-03-18 Rob LandleyWhitespace cleanup and minor tweak (return -ERRNO inste...
2006-03-16 Rob LandleyRandom in-passing tweak.
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-14 Rob LandleyAttempt to make a warning go away without increasing...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-02-22 Mike Frysingerdocument leading + option
2006-02-21 Rob LandleyForgot to check this in last night, part of the hash_fd...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
next