aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dnsd: getfileentry was leaking memoryDenis Vlasenko2007-01-222-29/+35
* exterminate u_intXXX.Denis Vlasenko2007-01-226-67/+73
* comment out unused old networking API partsDenis Vlasenko2007-01-224-22/+30
* remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko2007-01-223-38/+0
* defconfig: refreshDenis Vlasenko2007-01-221-17/+20
* move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko2007-01-221-0/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-2211-144/+144
* cmdedit: fix breakageDenis Vlasenko2007-01-221-24/+23
* cmdedit.h: removeDenis Vlasenko2007-01-221-1/+0
* cmdedit: stop playing dirty games with atexitDenis Vlasenko2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-2210-438/+459
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko2007-01-213-62/+38
* cmdedit: more optimizationsDenis Vlasenko2007-01-211-137/+109
* cmdedit: small optimizationsDenis Vlasenko2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko2007-01-212-395/+368
* - use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer2007-01-211-2/+2
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-215-12/+39
* - point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer2007-01-201-1/+1
* - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-1/+2
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer2007-01-202-2/+2
* - small size tweakBernhard Reutner-Fischer2007-01-201-4/+2
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-6/+4
* - small size tweakBernhard Reutner-Fischer2007-01-201-1/+1
* - reuse retval for the option handling.Bernhard Reutner-Fischer2007-01-201-5/+5
* - small size tweaksBernhard Reutner-Fischer2007-01-201-2/+2
* - make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer2007-01-201-9/+8
* - small size tweakBernhard Reutner-Fischer2007-01-201-2/+2
* - add C99 bool type for setups that support it.Bernhard Reutner-Fischer2007-01-201-0/+10
* Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko2007-01-201-0/+41
* head is 1.5.0.svn nowDenis Vlasenko2007-01-201-2/+2
* releasing busybox 1.4.01_4_0Denis Vlasenko2007-01-201-1/+1
* fixing bugs revealed by randomconfig runsDenis Vlasenko2007-01-203-3/+9
* fixes for amd64 compilationDenis Vlasenko2007-01-203-8/+11
* ls: stop doing time() for each file in "ls -l"Denis Vlasenko2007-01-191-1/+14
* strdup -> xstrdupDenis Vlasenko2007-01-193-5/+6
* ls: use get_cached_username/groupnameDenis Vlasenko2007-01-193-22/+20
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-1915-54/+57
* fsck: dead code removal; also disable progress indicator codeDenis Vlasenko2007-01-191-127/+81
* fsck: stop using strtokDenis Vlasenko2007-01-191-73/+84
* fsck: move functions around so that related ones are nearbyDenis Vlasenko2007-01-191-170/+185
* fsck: small optimizationDenis Vlasenko2007-01-191-42/+31
* fix potentially misaligned 32-bit accessesDenis Vlasenko2007-01-181-3/+6
* - move the smallint that is platform dependant to it's proper placeBernhard Reutner-Fischer2007-01-182-11/+11
* Use char for smallint on CRIS as well.Peter Kjellerstedt2007-01-181-1/+1
* - reinstate paranoia check in wrapf().Bernhard Reutner-Fischer2007-01-181-2/+3
* fix subtle bug inherited from dashDenis Vlasenko2007-01-181-4/+8
* stop using global variable needlesslyDenis Vlasenko2007-01-181-28/+30
* smallint can be a char for amd64 tooDenis Vlasenko2007-01-181-1/+1
* sed,get_line_from_file: improve commentsDenis Vlasenko2007-01-172-19/+30
* - stty's visible() function and catv's guts are identical. Merge them intoBernhard Reutner-Fischer2007-01-171-1/+5