didnt mean to commit debug enable
[oweals/busybox.git] / include /
2006-05-05 Rob LandleyPatch from Dennis Vlasenko simplifying the APPLET macros.
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-18 Bernhard Reutner... - enable dumpleases applet again; bad rob
2006-04-17 Mike Frysingerenable udhcp applets again; bad rob
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-11 Bernhard Reutner... - include netinet/in.h for struct sockaddr_in.
2006-04-11 Mike FrysingerRobert P. J. Day writes: even in the header file, make...
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes:
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-04-02 Bernhard Reutner... - typo: s/compenent/component/g
2006-03-31 Bernhard Reutner... - update help text.
2006-03-30 Rob LandleyUpdate ipaddr help to match reality.
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-27 Rob Landleysetlogcons, from Jan Kaszka.
2006-03-25 Rob LandleyDefine both big endian and little endian macros.
2006-03-23 Mike Frysingerfix typo
2006-03-20 Rob LandleyCleanup: remove double quotes that don't seem to be...
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-09 Rob LandleyFixup to the previous (portability) patch. Linux actua...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-02-24 Rob LandleyMissed one in the get_line_from_file() update...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-23 Rob LandleyConvert all the applets from #include to USE(). Had...
2006-02-22 Mike Frysingerfix applet order
2006-02-22 Rob LandleyYou don't need an #ifdef around #defines in usage.
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-02-21 Mike Frysingereat extraneous newlines at the end of applet full usage
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-15 "Vladimir N. Oleynik"full removed config.h, use bb_config.h only
2006-02-13 Rob LandleyNew USE() macros
2006-02-06 Mike Frysingerfixup whitespace in awk help output
2006-02-02 Mike Frysingerfix mdev help output
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-25 "Vladimir N. Oleynik"new applet. Thanks Roberto A. Foglietta
2006-01-25 Tim Rikerjust whitespace
2006-01-23 Rob LandleyTesting CONFIG_SORT_BIG to display the help for the...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-19 Bernhard Reutner... - Document -m, -c, -s and provide a default shell for...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2006-01-08 Mike FrysingerTito writes:
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2006-01-04 Mike Frysingermake mount usage a bit more terse
2005-12-21 Rob LandleyWhen you went "losetup -d /dev/loop0 /dev/loop1" the...
2005-12-13 Rob LandleyNothing to see here. Move along.
2005-12-11 Rob LandleyYann E. Morin's update to modprobe usage.
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2005-12-06 Rob LandleyTito is using broken kernel headers that pollute the...
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-28 Paul Foxadd "-C" format to hexdump
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-23 Rob LandleyUpdate to modprobe usage from Yann E. Morin
2005-11-10 Rob Landleytelnetd -b (bind to specific address) support from...
2005-10-28 Bernhard Reutner... - add BB_APPLET_RUNLEVEL used by emdebian via /etc...
2005-10-28 Rob LandleyNew applet, fuser, from Tony J. White. (Needs some...
2005-10-27 Rob LandleyAdd a switch_root utility (like kconfig's utils/run_ini...
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-12 "Vladimir N. Oleynik"bb_dev_null
2005-10-06 Bernhard Reutner... - pidof(8): make -s optional and optional -o; closes...
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-10-04 Bernhard Reutner... - add option 'w' to ps (wide output, optional feature...
2005-10-04 Bernhard Reutner... - add prototype for llist_add_to_end to libbb.h
2005-10-04 Rob LandleyAdd find -exec support from Rob Sullivan, and convert...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 "Vladimir N. Oleynik"reorder include <sys/types.h> and <sys/types.h>.
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn says: touchup whitespace/display
2005-09-24 Rob LandleyTito switched option parsing over to switch umount...
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets
2005-09-24 Mike Frysingeradd a attribute_noreturn macro
2005-09-24 Mike Frysingermake e2label and findfs optional
2005-09-23 Bernhard Reutner... - add missing descriptions of supported arguments
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-21 Bernhard Reutner... - make sure to include dmalloc.h at the very end of...
next