aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Not quite compiler independent, but we've never tried to be gcc independentRob Landley2006-05-041-6/+0
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-0/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-0/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-121-0/+2
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-0/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-0/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-0/+3
* - include netinet/in.h for struct sockaddr_in.Bernhard Reutner-Fischer2006-04-111-0/+1
* Robert P. J. Day writes: even in the header file, make it clear that the rout...Mike Frysinger2006-04-111-0/+3
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-0/+2
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-0/+18
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer2006-04-021-1/+1
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-0/+2
* Fixup to the previous (portability) patch. Linux actually does needRob Landley2006-03-091-1/+0
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventualRob Landley2006-03-091-0/+1
* Missed one in the get_line_from_file() update...Rob Landley2006-02-241-1/+1
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-3/+23
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"2006-02-201-0/+2
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-35/+8
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-1/+1
* Tito writes:Mike Frysinger2006-01-081-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-1/+2
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-1/+1
* Fix losetup so that it A) actually works again, B) has much better errorRob Landley2005-11-291-1/+2
* change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"2005-11-261-1/+1
* more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"2005-11-261-1/+1
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-0/+6
* bb_dev_null"Vladimir N. Oleynik"2005-10-121-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer2005-10-061-1/+13
* - add prototype for llist_add_to_end to libbb.hBernhard Reutner-Fischer2005-10-041-0/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-2/+1
* add a attribute_noreturn macroMike Frysinger2005-09-241-0/+2
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.Bernhard Reutner-Fischer2005-09-211-10/+11
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-9/+7
* - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopenBernhard Reutner-Fischer2005-09-201-4/+1
* This is strange typically modern mistake. Learn please: stat(2) used sys/type..."Vladimir N. Oleynik"2005-09-201-1/+1
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE"Vladimir N. Oleynik"2005-09-161-1/+1
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-141-2/+0
* FEATURE->ENABLE_FEATURE loses one for 'top' applet"Vladimir N. Oleynik"2005-09-141-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley2005-09-011-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-7/+4
* implemented a builtin echo command in ash. moved the guts of thePaul Fox2005-08-091-0/+2
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley2005-07-271-1/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-0/+1
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-9/+5
* Revert Tito's patch to zcip. My bad, David Brownell had objected and I missedRob Landley2005-05-031-4/+3
* On Tuesday 19 April 2005 21:10, Tito wrote and today added:Rob Landley2005-05-011-0/+1
* Add bb_msg_read_errorEric Andersen2005-04-161-0/+1
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley2005-01-241-0/+1