aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* restore compare_string_array new interface (make broken by landley)vodz2005-12-061-1/+1
* Fix losetup so that it A) actually works again, B) has much better errorlandley2005-11-291-1/+2
* change the interface of libbb/compare_string_array (unsigned short to int), u...vodz2005-11-261-1/+1
* more use const for interface of libbb/compare_string_array, example usage for...vodz2005-11-261-1/+1
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-0/+6
* bb_dev_nullvodz2005-10-121-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-061-1/+13
* - add prototype for llist_add_to_end to libbb.haldot2005-10-041-0/+1
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-2/+1
* add a attribute_noreturn macrovapier2005-09-241-0/+2
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.aldot2005-09-211-10/+11
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-9/+7
* - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopenaldot2005-09-201-4/+1
* This is strange typically modern mistake. Learn please: stat(2) used sys/type...vodz2005-09-201-1/+1
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-161-1/+1
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-141-2/+0
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-141-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Bernhard Fischer suggested that get_terminal_width_height() should returnlandley2005-09-011-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-7/+4
* implemented a builtin echo command in ash. moved the guts of thepgf2005-08-091-0/+2
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,landley2005-07-271-1/+1
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-111-0/+1
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-9/+5
* Revert Tito's patch to zcip. My bad, David Brownell had objected and I missedlandley2005-05-031-4/+3
* On Tuesday 19 April 2005 21:10, Tito wrote and today added:landley2005-05-011-0/+1
* Add bb_msg_read_errorandersen2005-04-161-0/+1
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andlandley2005-01-241-0/+1
* Tito writes,bug12004-09-151-0/+1
* Tito writes:andersen2004-09-021-1/+0
* Tito writes:andersen2004-08-261-2/+2
* Tito, farmatito at tiscali dot it writes:andersen2004-08-031-1/+1
* Patch from Bastian Blank:andersen2004-06-221-3/+0
* Patch from Bastian Blank:andersen2004-06-221-2/+0
* Do not use getpass(3)andersen2004-05-011-0/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Add prototypes for safe_strtol and friendsandersen2004-03-121-1/+5
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-211-1/+0
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsmjn32004-02-051-0/+1
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-1/+1
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-2/+2
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-1/+2
* As we no longer use function pointers for read in common archiving codebug12003-11-211-2/+3
* Dont over-read fd, use function pointer for hash function.bug12003-11-201-1/+1
* Include stdint.hbug12003-11-201-0/+1
* Oskar Liljeblad writes:andersen2003-11-141-0/+2
* Merge common parts of sha1sum and md5sum, which is everything except thebug12003-11-101-0/+6
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-311-3/+5
* We did not have a safe_write, which is the analog to safe_read. Convertandersen2003-10-091-0/+1