build system overhaul
[platform/upstream/busybox.git] / include / libbb.h
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkorandom style fixes
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-29 Denis Vlasenkolosetup: use /dev/loopN or /dev/loop/N according to...
2006-09-27 Denis Vlasenkokill: fix bugs (kill -l output was horrible), fix style...
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-20 Rob LandleyThe Software Freedom Law Center wants us to add a copyr...
2006-09-19 Denis Vlasenkochange char *string = "foo" -> char string[] = "foo"
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
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-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-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-10 Rob LandleyUpgrade netcat a lot. Make -e able to take the rest...
2006-07-06 Rob LandleyMinor build tweaks that save 1100 bytes building busybo...
2006-06-24 Rob LandleySlowly pulling more common headers into libbb.h. Andre...
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
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-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Mike Frysingerneed prototype for new vfork_daemon()
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-05-31 Rob LandleyHeader file cleanup. platform.h apparently needs to...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
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... - move llist to top of file so we can potentially use...
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... - 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-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
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 Rob Sullivan to consolidate crc32 table...
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-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-02-24 Rob LandleyMissed one in the get_line_from_file() update...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-08 Mike FrysingerTito writes:
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
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-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-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... - add llist_free_one() and llist_free() to libbb; Add...
2005-10-04 Bernhard Reutner... - add prototype for llist_add_to_end to libbb.h
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingeradd a attribute_noreturn macro
2005-09-21 Bernhard Reutner... - make sure to include dmalloc.h at the very end of...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-20 Bernhard Reutner... - Remove unnecessary warning from libbb and move bb_wfo...
2005-09-20 "Vladimir N. Oleynik"This is strange typically modern mistake. Learn please...
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-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyBernhard Fischer suggested that get_terminal_width_hei...
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-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
next