summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* about.html: update maintainer nameDenis Vlasenko2006-12-302-1/+3
| | | | libbb/Kbuild: less needs xregcomp.o
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-307-108/+191
| | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names
* saw commit of vapier@busybox.net (thanks!),Denis Vlasenko2006-12-301-17/+22
| | | | | decided to stop doing FOUR memcmp's per each input character. I should have fixed this much earlier...
* kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights ↵Mike Frysinger2006-12-301-1/+1
| | | | with the kernel headers
* make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a ↵Mike Frysinger2006-12-301-3/+12
| | | | timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile
* prevent buffer underflows with empty linesMike Frysinger2006-12-301-1/+1
|
* prevent accessing memory that we dont ownMike Frysinger2006-12-301-5/+5
|
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-308-228/+234
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-3011-43/+71
| | | | these are resulting fixes
* fix for uclibc-without-shadow.h compilationDenis Vlasenko2006-12-303-10/+18
|
* we need to use the compiler driver to invoke LD as LDFLAGS is in the form ↵Mike Frysinger2006-12-291-1/+1
| | | | the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work
* Add link to post-1.3.1 patches to websiteDenis Vlasenko2006-12-281-0/+1
|
* * precision requires the argument be an integer, not size_tMike Frysinger2006-12-281-1/+1
|
* fix build without shadow supportDenis Vlasenko2006-12-285-139/+141
|
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-2812-152/+186
| | | | | | | uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam
* news.html: Fix bad EnglishDenis Vlasenko2006-12-271-1/+1
|
* fix typoDenis Vlasenko2006-12-271-1/+1
|
* Announce 1.3.1Denis Vlasenko2006-12-271-0/+7
|
* ash: is_safe_applet mustn't affect disabled appletsDenis Vlasenko2006-12-261-16/+33
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-2612-21/+48
|
* properly export externs thru *.h filesDenis Vlasenko2006-12-263-8/+9
|
* adduser: trivial code movementDenis Vlasenko2006-12-263-8/+8
|
* style fixesDenis Vlasenko2006-12-2639-118/+114
| | | | last xcalloc replaced by xzalloc
* chattr: bugfixes and size reductionDenis Vlasenko2006-12-263-41/+31
|
* trivial size reductionDenis Vlasenko2006-12-261-24/+24
|
* leftover of e2fsck surgeryDenis Vlasenko2006-12-267-101/+61
|
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-26142-0/+42719
| | | | | lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*.
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-26133-40208/+0
|
* Fix irregular capitalization in usage textsDenis Vlasenko2006-12-251-536/+535
|
* trim help texts a bit moreDenis Vlasenko2006-12-251-16/+16
|
* less: fix regexp search '/' on large filesDenis Vlasenko2006-12-251-47/+71
|
* more usage message cleanupsDenis Vlasenko2006-12-241-164/+152
|
* Cleanup usage messages (-200 bytes).Denis Vlasenko2006-12-243-370/+379
| | | | | Remove busybox_main from applet table since it is called via separate check
* random tiny size savingsDenis Vlasenko2006-12-245-60/+53
|
* small stupid changes. no code changesDenis Vlasenko2006-12-242-10/+3
|
* missing piece of prev commit: ndelay_offDenis Vlasenko2006-12-243-12/+6
|
* less: implement waiting for input using select(). Rather tricky business.Denis Vlasenko2006-12-242-455/+517
| | | | But we do not read entire input anymore up-front.
* sum: 40% size reduction (-300 bytes)Denis Vlasenko2006-12-232-117/+53
| | | | find: one_char -> LONE_CHAR
* su: fix typo: "argv -= optind" should be +=Denis Vlasenko2006-12-231-1/+1
|
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-234-84/+53
| | | | small edits to arping
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedDenis Vlasenko2006-12-231-3/+2
|
* fix recognitions of -SIGname signalsDenis Vlasenko2006-12-232-8/+10
| | | | (fix by Jacques LUDER <jacques.luder@thalesgroup.com>)
* find: fix spurious -exec error messagesDenis Vlasenko2006-12-232-4/+8
| | | | (bug reported by Bernhard Fischer <rep.nop@aon.at>)
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-227-16/+13
|
* dpkg: getopt32-ification etc, -100 bytesDenis Vlasenko2006-12-221-223/+170
|
* tail: -50 text bytesDenis Vlasenko2006-12-221-88/+48
|
* rpm: reformat. was really hard to readDenis Vlasenko2006-12-221-121/+168
|
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-225-12/+12
|
* time: -200 bytes of textDenis Vlasenko2006-12-221-84/+96
|
* time: fix option parsing bug, size optimizationsDenis Vlasenko2006-12-221-28/+22
|