aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda17-260/+231
2007-01-22dnsd: getfileentry was leaking memoryvda2-29/+35
2007-01-22exterminate u_intXXX.vda6-67/+73
2007-01-22comment out unused old networking API partsvda4-22/+30
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALvda3-38/+0
2007-01-22defconfig: refreshvda1-17/+20
2007-01-22move shell/cmdedit.c -> libbb/lineedit.cvda1-0/+0
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),vda11-144/+144
2007-01-22cmdedit: fix breakagevda1-24/+23
2007-01-22cmdedit.h: removevda1-1/+0
2007-01-22cmdedit: stop playing dirty games with atexitvda1-37/+24
2007-01-22Convert cmdedit into more generic line input facilityvda10-438/+459
2007-01-21Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disablevda3-62/+38
2007-01-21cmdedit: more optimizationsvda1-137/+109
2007-01-21cmdedit: small optimizationsvda1-73/+104
2007-01-21sanitize cmdedit a bit (group functions by task etc)vda2-395/+368
2007-01-21- use makedev to get device number, else it gives wrong major/minor numbers t...aldot1-2/+2
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda5-12/+39
2007-01-20- point to correct version. Thanks to Yann E. MORIN.aldot1-1/+1
2007-01-20- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot1-1/+2
2007-01-20- get_terminal_width_height does not and should never write to fd. Cosmetic P...aldot2-2/+2
2007-01-20- small size tweakaldot1-4/+2
2007-01-20- make pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot1-6/+4
2007-01-20- small size tweakaldot1-1/+1
2007-01-20- reuse retval for the option handling.aldot1-5/+5
2007-01-20- small size tweaksaldot1-2/+2
2007-01-20- make read_stduu() and read_base64() void, small size tweaksaldot1-9/+8
2007-01-20- small size tweakaldot1-2/+2
2007-01-20- add C99 bool type for setups that support it.aldot1-0/+10
2007-01-20Announce 1.3.2 and 1.4.0 on busybox.netvda1-0/+41
2007-01-20head is 1.5.0.svn nowvda1-2/+2
2007-01-20releasing busybox 1.4.0vda1-1/+1
2007-01-20fixing bugs revealed by randomconfig runsvda3-3/+9
2007-01-20fixes for amd64 compilationvda3-8/+11
2007-01-19ls: stop doing time() for each file in "ls -l"vda1-1/+14
2007-01-19strdup -> xstrdupvda3-5/+6
2007-01-19ls: use get_cached_username/groupnamevda3-22/+20
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda15-54/+57
2007-01-19fsck: dead code removal; also disable progress indicator codevda1-127/+81
2007-01-19fsck: stop using strtokvda1-73/+84
2007-01-19fsck: move functions around so that related ones are nearbyvda1-170/+185
2007-01-19fsck: small optimizationvda1-42/+31
2007-01-18fix potentially misaligned 32-bit accessesvda1-3/+6
2007-01-18- move the smallint that is platform dependant to it's proper placealdot2-11/+11
2007-01-18Use char for smallint on CRIS as well.pkj1-1/+1
2007-01-18- reinstate paranoia check in wrapf().aldot1-2/+3
2007-01-18fix subtle bug inherited from dashvda1-4/+8
2007-01-18stop using global variable needlesslyvda1-28/+30
2007-01-18smallint can be a char for amd64 toovda1-1/+1
2007-01-17sed,get_line_from_file: improve commentsvda2-19/+30