- check if CC supports -funsigned-char
[oweals/busybox.git] / libbb /
2005-12-12 Rob LandleyFlush input when prompting for a password (bug 373).
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-11-25 "Vladimir N. Oleynik"more use libbb/bb_msg_read_error
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-12 Rob LandleyMy last change to this file broke tar x. Sigh. (Tryin...
2005-11-04 Rob LandleyFix bug 424: doing full_read breaks things like cat...
2005-11-04 Rob LandleyWhen cp ran out of space it didn't return a nonzero...
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-10-27 Rob LandleySomebody suggested this, but I've forgotten who.
2005-10-25 Rob LandleyShaun Jackman noted that limits.h defines path_max...
2005-10-20 "Vladimir N. Oleynik"more const
2005-10-15 Bernhard Reutner... - don't update copyright years. He might release it...
2005-10-15 Bernhard Reutner... - an empty middle term in ?: violates ISO C
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"bb_dev_null
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-11 Rob LandleyThe check for EROFS was wrong. For example, if you...
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - size reduction of pidof
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-10-05 "Vladimir N. Oleynik"another more correction for getopt_ulflags() documentat...
2005-10-05 "Vladimir N. Oleynik"more correction for getopt_ulflags() documentation...
2005-10-05 Bernhard Reutner... - add proper separators. sorry for the noise..
2005-10-05 Bernhard Reutner... - add a bit more documentation to vodz' recent additions.
2005-10-05 "Vladimir N. Oleynik"update bb_getopt_ulflags special for 'ps' applet, usagi...
2005-10-04 "Vladimir N. Oleynik"use updated bb_getopt_ulflags() for ps applet
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-26 "Vladimir N. Oleynik"spwd bulid now, (typo)
2005-09-25 Rob LandleyPatch from Amir Shalem to make busybox compile on a...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - consolidated password helpers
2005-09-20 Bernhard Reutner... - consolidated password helpers into bb_pwd.c
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-09-07 Rob LandleyThis code exists to compensate for ancient broken build...
2005-09-06 Mike FrysingerAmir Shalem writes:
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 Rob Landleyget_terminal_width_height.c was in there twice.
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-05 Rob LandleyActually returning ret might be good.
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2005-09-01 Rob LandleyBernhard Fischer suggested that get_terminal_width_hei...
2005-08-27 Mike Frysingermake sure __NF_sysfs exists before trying to use it
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
2005-08-16 Mike Frysingerthe () around isspace actually matters
2005-08-16 Mike FrysingerBernhard Fischer says: fix comment typo
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-07-30 Mike Frysingerapgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FI...
2005-07-27 Paul Foxmove the ifdef to after libbb.h include, so it can...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-26 Mike Frysinger2005-04-05 Shaun Jackman <sjackman@gmail.com>
2005-07-26 Mike Frysingerno longer used as reported by apgo in Bug 348
2005-07-22 Paul Foxifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP...
2005-07-19 Paul Foxapplying fix for:
2005-07-19 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying fix from:
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-11 Mike Frysingernow that mjn3 explained it to me, add documentation...
2005-05-10 Mike Frysingeradd documentation for long options and touch up the...
2005-05-09 Mike Frysingersyntax/whitespace touchup
2005-05-03 Rob LandleyShaun Jackman said:
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
2005-05-01 Rob LandleyOn Tuesday 19 April 2005 21:10, Tito wrote and today...
2005-04-27 Eric AndersenCorrect errors preventing busybox tar from working...
2005-04-18 Mike FrysingerIn Bug 5, Tito writes:
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Eric AndersenRework to fix bugs.uclibc.org/view.php?id=107
2005-04-16 Eric AndersenAdd bb_msg_read_error
2005-04-14 Mike Frysingerfake out support for POSIX -H and -L options since...
2005-03-04 Mike FrysingerShaun Jackman writes: Fix typo. Use __NR_umount2 instea...
2005-03-04 Mike Frysingeradd some more comments
2005-03-04 Mike Frysingernewlib fixe from Shaun Jackman
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2005-01-04 Eric AndersenDear andersen:
2005-01-03 Eric Andersenperhaps a better fix
2004-12-09 Rob LandleyWorkaround for uClibc-specific header problem described...
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-10-08 Eric AndersenPatch from Claus Klein to increase, and make more apparent
2004-10-08 Eric AndersenTito writes:
2004-10-08 Eric Andersenegor duda writes:
2004-10-08 Eric AndersenPatch from Michael Tokarev:
2004-09-24 Glenn L McGrathRemove this error message at Vodz request, it was misle...
2004-09-15 Glenn L McGrathTito writes,
2004-09-02 Eric AndersenNo longer needed
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-08-26 Eric AndersenFelipe Kellermann writes:
2004-08-16 Eric AndersenUse __kernel_old_dev_t for 2.6.x kernels
next