- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
[oweals/busybox.git] / include / libbb.h
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)...
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-16 Eric AndersenAdd bb_msg_read_error
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2004-09-15 Glenn L McGrathTito writes,
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-05-01 Eric AndersenDo not use getpass(3)
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenAdd prototypes for safe_strtol and friends
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-05 Manuel Novoa III Make sure stdlib.h is always included before dmalloc...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathDont over-read fd, use function pointer for hash function.
2003-11-20 Glenn L McGrathInclude stdint.h
2003-11-14 Eric AndersenOskar Liljeblad writes:
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-09 Eric AndersenWe did not have a safe_write, which is the analog to...
2003-10-01 Glenn L McGrathPatch by Rob Landley, work in progress update, fixes...
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-22 Eric Andersen"staywithu" writes:
2003-08-01 Eric AndersenRemove code that too agressively disabled inlines
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-22 Eric AndersenPatch from Paul Mundt:
2003-07-07 Eric AndersenThis declaration no longer needs to hide when using...
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
next