aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* - size reduction of pidofBernhard Reutner-Fischer2005-10-071-1/+1
* - add llist_free_one() and llist_free() to libbbBernhard Reutner-Fischer2005-10-061-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer2005-10-062-31/+60
* another more correction for getopt_ulflags() documentation (examples)"Vladimir N. Oleynik"2005-10-051-5/+8
* more correction for getopt_ulflags() documentation by author of this fuck logic"Vladimir N. Oleynik"2005-10-051-5/+6
* - add proper separators. sorry for the noise..Bernhard Reutner-Fischer2005-10-051-1/+1
* - add a bit more documentation to vodz' recent additions.Bernhard Reutner-Fischer2005-10-051-8/+26
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ..."Vladimir N. Oleynik"2005-10-051-14/+42
* use updated bb_getopt_ulflags() for ps applet"Vladimir N. Oleynik"2005-10-041-3/+27
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-293-12/+8
* - rename llist_add_to.c to llist.cBernhard Reutner-Fischer2005-09-293-17/+53
* spwd bulid now, (typo)"Vladimir N. Oleynik"2005-09-261-1/+1
* Patch from Amir Shalem to make busybox compile on a uClibc that has no shadowRob Landley2005-09-251-3/+5
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-14/+2
* - consolidated password helpersBernhard Reutner-Fischer2005-09-201-0/+179
* - consolidated password helpers into bb_pwd.cBernhard Reutner-Fischer2005-09-206-305/+0
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-202-7/+13
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE"Vladimir N. Oleynik"2005-09-161-3/+3
* split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"2005-09-141-1/+1
* FEATURE->ENABLE_FEATURE loses one for 'top' applet"Vladimir N. Oleynik"2005-09-141-3/+3
* This code exists to compensate for ancient broken build environments which,Rob Landley2005-09-073-231/+2
* Amir Shalem writes:Mike Frysinger2005-09-061-7/+7
* - sync traceroute with Slackware-10.1"Vladimir N. Oleynik"2005-09-061-5/+12
* get_terminal_width_height.c was in there twice.Rob Landley2005-09-051-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-124/+149
* Actually returning ret might be good.Rob Landley2005-09-051-0/+2
* According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley2005-09-011-4/+8
* Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley2005-09-011-22/+7
* make sure __NF_sysfs exists before trying to use itMike Frysinger2005-08-271-0/+9
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2005-08-221-0/+1
* the () around isspace actually mattersMike Frysinger2005-08-161-2/+4
* Bernhard Fischer says: fix comment typoMike Frysinger2005-08-161-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-104-191/+89
* implemented a builtin echo command in ash. moved the guts of thePaul Fox2005-08-092-1/+165
* apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAMEMike Frysinger2005-07-301-2/+2
* move the ifdef to after libbb.h include, so it can do some good.Paul Fox2005-07-271-1/+1
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* 2005-04-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-261-14/+14
* no longer used as reported by apgo in Bug 348Mike Frysinger2005-07-261-0/+0
* ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tPaul Fox2005-07-221-0/+2
* applying fix for:Paul Fox2005-07-191-1/+1
* applying fix from:Paul Fox2005-07-191-1/+1
* applying fix from:Paul Fox2005-07-191-3/+7
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-3/+3
* now that mjn3 explained it to me, add documentation for the 3rd field in long...Mike Frysinger2005-05-111-5/+12
* add documentation for long options and touch up the current docs now that i a...Mike Frysinger2005-05-101-39/+62
* syntax/whitespace touchupMike Frysinger2005-05-091-2/+2
* Shaun Jackman said:Rob Landley2005-05-031-9/+21
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-033-28/+37