aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-24less: implement waiting for input using select(). Rather tricky business.vda2-455/+517
2006-12-23sum: 40% size reduction (-300 bytes)vda2-117/+53
2006-12-23su: fix typo: "argv -= optind" should be +=vda1-1/+1
2006-12-23use xbind, xconnect where appropriate.vda4-84/+53
2006-12-23#define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedvda1-3/+2
2006-12-23fix recognitions of -SIGname signalsvda2-8/+10
2006-12-23find: fix spurious -exec error messagesvda2-4/+8
2006-12-22remove useless casts (type*) xzalloc(...)vda7-16/+13
2006-12-22dpkg: getopt32-ification etc, -100 bytesvda1-223/+170
2006-12-22tail: -50 text bytesvda1-88/+48
2006-12-22rpm: reformat. was really hard to readvda1-121/+168
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)vda5-12/+12
2006-12-22time: -200 bytes of textvda1-84/+96
2006-12-22time: fix option parsing bug, size optimizationsvda1-28/+22
2006-12-22Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)vda1-5/+1
2006-12-22removal of commented-out cruftvda5-21/+3
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.vda13-66/+85
2006-12-21cmdedit: reformat code a bit, no algorithm changesvda1-233/+230
2006-12-21fix type character mixup in command completionvda1-35/+26
2006-12-21less: a few fixes for cases where we overflow status linevda1-59/+31
2006-12-21less: restore TAB display (was showing as inverse I after prev changes :)vda1-29/+35
2006-12-21less: "(null)" is a bit strange. "standard input" is better :)vda1-5/+14
2006-12-21less: how many different kinds of status line we need, three?!vda1-43/+40
2006-12-21less: stop dying on bad regexps, quietly pipe data w/ovda4-117/+161
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)vda17-35/+49
2006-12-21tail: fix tail +Nvda1-11/+9
2006-12-21less: total cleanup and bugfix.vda2-253/+238
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedvda3-214/+208
2006-12-19remove casts from xmalloc()vda15-27/+25
2006-12-19ifupdown: do not print and/or execute empty commands ("").vda1-9/+7
2006-12-19ifupdown: parse() returning NULL and returning "" is not the same,vda2-12/+16
2006-12-19u_short, ulong exterminatedvda11-95/+90
2006-12-19cmdedit: fix my bug, improve code a bitvda1-31/+20
2006-12-19- use xlisten/xsocket some more. Saves .25 kBaldot6-35/+9
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGaldot3-9/+10
2006-12-19cmdedit: use qsort for sorting command completion results; style fixesvda1-132/+104
2006-12-19passwd: add option to check passwords for weaknessvda2-1/+9
2006-12-19Add option to disable command execution from vi & awkvda3-4/+16
2006-12-19su: make /etc/shells check configurablevda4-30/+29
2006-12-18mount: add getmntent_r stub for dietlibcvda1-1/+16
2006-12-18xfuncs.c: dietlibc actually HAS fdprintf!vda3-13/+24
2006-12-18nc: add missing castvda3-1/+35
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedvda13-24/+14
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda1-35/+31
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsvda1-80/+76
2006-12-18ps: fix buglet, add microoptimizationvda1-6/+4
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,vda1-3/+3
2006-12-17start_stop_daemon: make code a bit more readablevda1-23/+19
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)vda1-2/+1
2006-12-17tar: report error if child dies while writing out the end of tarballvda1-8/+39