OSDN Git Service

- update and expand TODO a little bit
[android-x86/external-busybox.git] / libbb /
2006-09-20 Rob LandleyTeach get_terminal_width_height to fall back to $LINES...
2006-09-19 Denis Vlasenkochange char *string = "foo" -> char string[] = "foo"
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkostyle fixes
2006-09-14 Rob LandleyStrangely, using // in the comments I added was not...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-12 Bernhard Reutner... - fix warning about discarding qualifiers in initialization
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis Vlasenkofix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-07 Denis Vlasenkoadding files missed in prev updates (forgot about svn...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-06 Bernhard Reutner... - mdev and grep use xregcomp. Closes bug #1021
2006-09-05 Denis Vlasenkorun_shell.c: style fix
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Rob LandleyJordan Crouse submitted a patch to only include xregcom...
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-04 Rob LandleyAdd comments to all the functions in this file document...
2006-08-04 Rob LandleyThinko spotted by Vladimir Dronnikov.
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-15 Mike FrysingerTito writes: If the gecos field of an user is empty...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-12 Mike Frysingerdecuddle () from for/if/while
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-11 Rob LandleyDenis Vlasenko spotted the lack of bounds checking...
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.
next