aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.aldot2005-10-282-0/+15
* New applet, fuser, from Tony J. White. (Needs some cleanup.)landley2005-10-282-0/+13
* Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley2005-10-272-0/+9
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-271-5/+7
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-0/+6
* bb_dev_nullvodz2005-10-121-1/+1
* - pidof(8): make -s optional and optional -o; closes #168aldot2005-10-061-3/+24
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-061-1/+13
* - add option 'w' to ps (wide output, optional feature defaults to off).aldot2005-10-041-8/+2
* - add prototype for llist_add_to_end to libbb.haldot2005-10-041-0/+1
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_landley2005-10-041-1/+10
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-2/+1
* reorder include <sys/types.h> and <sys/types.h>.vodz2005-09-291-1/+1
* Cristian Ionescu-Idbohrn says: touchup whitespace/displayvapier2005-09-241-6/+6
* Tito switched option parsing over to switch umount over to bb_getopt_ulflags().landley2005-09-241-2/+3
* import the very fat e2fsck/fsck appletsvapier2005-09-242-0/+44
* add a attribute_noreturn macrovapier2005-09-241-0/+2
* make e2label and findfs optionalvapier2005-09-241-2/+2
* - add missing descriptions of supported argumentsaldot2005-09-231-4/+26
* add support for setting the dhcp vendor class option (option 60). pgf2005-09-221-1/+2
* - add applet nohup(1)aldot2005-09-212-0/+10
* - make sure to include dmalloc.h at the very end of busybox.h or libbb.h.aldot2005-09-212-14/+15
* - 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
* First cleanup pass, from Rob Sullivan. More to be done...landley2005-09-181-3/+3
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-161-1/+1
* New applet "less", from Rob Sullivan.landley2005-09-152-0/+19
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-142-2/+31
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-141-1/+1
* touch up usage for swap utilsvapier2005-09-131-2/+2
* sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'andersen2005-09-122-6/+4
* Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.landley2005-09-071-1/+1
* - sync traceroute with Slackware-10.1vodz2005-09-061-4/+9
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Patch -i support from Berhnard Fischer.landley2005-09-011-3/+5
* Bernhard Fischer suggested that get_terminal_width_height() should returnlandley2005-09-011-1/+1
* Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethinglandley2005-08-202-0/+17
* Tito (among others) writes: previous patch was wrong, please stop screwing th...vapier2005-08-171-2/+2
* Bernhard Fischer writes: fix devfsd usagevapier2005-08-151-2/+2
* 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
* commiting:pgf2005-08-012-0/+9
* commiting:pgf2005-08-011-1/+2
* commiting patch from bug 71:pgf2005-08-011-0/+6
* applying patch for bug 72:pgf2005-08-012-0/+10
* new config display applet, from bug 46. i've changed the namepgf2005-08-012-0/+8
* allow suppression of default client-id. fixes bug 000037. allowspgf2005-08-011-2/+3
* in order to make sure the INET6 prototypes are exported, we would have to inc...vapier2005-07-301-2/+0
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,landley2005-07-272-2/+2