aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-2911-55/+50
* - update defconfigBernhard Reutner-Fischer2007-03-281-3/+5
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2007-03-282-4/+6
* - rewrite run-partsBernhard Reutner-Fischer2007-03-283-132/+115
* - move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer2007-03-283-7/+21
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
* - reinstate dmalloc and efence supportBernhard Reutner-Fischer2007-03-282-1/+9
* hdparm: flag variables can easily be smaller than longDenis Vlasenko2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)Denis Vlasenko2007-03-281-1/+1
* hdparm: whitespace style fixesDenis Vlasenko2007-03-281-90/+89
* pidfile creation mode set to 0666 (umask affects it as usual)Denis Vlasenko2007-03-271-1/+1
* forgotten svn add...Denis Vlasenko2007-03-271-0/+29
* make pidfile writing configurable.Denis Vlasenko2007-03-279-50/+51
* remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko2007-03-261-34/+21
* diff: fix SEGV (NULL deref) in diff -NDenis Vlasenko2007-03-261-9/+18
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-262-94/+100
* split: let me join bikeshed painting frenzy :)Denis Vlasenko2007-03-261-68/+71
* - check the suffix proper plus misc touch upBernhard Reutner-Fischer2007-03-261-29/+21
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-266-88/+100
* - add usage for splitBernhard Reutner-Fischer2007-03-261-1/+6
* - implement suffices as required by SUSv3Bernhard Reutner-Fischer2007-03-261-17/+29
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-2610-95/+769
* pidfile.c: not used anymoreDenis Vlasenko2007-03-261-60/+0
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-265-66/+105
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-2611-102/+40
* libbb: rework NOMMU helper API so that it makes more senseDenis Vlasenko2007-03-263-107/+191
* nmeter: should die if stdout doesn't like him anymoreDenis Vlasenko2007-03-261-1/+1
* - shrink a tiny bit (-8b)Bernhard Reutner-Fischer2007-03-261-7/+18
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-2511-52/+31
* - rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer2007-03-256-0/+135
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-243-57/+83
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.Denis Vlasenko2007-03-241-34/+28
* #ifdef out re_execed on MMU machinesDenis Vlasenko2007-03-242-1/+5
* adduser: don't bomb out if shadow password file doesn't existDenis Vlasenko2007-03-241-10/+14
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-2411-20/+20
* SELinux: load_policy applet - this time with svn addDenis Vlasenko2007-03-241-0/+31
* SELinux: load_policy appletDenis Vlasenko2007-03-244-0/+13
* dc: use common_bufsiz1 for evaluation stackDenis Vlasenko2007-03-243-28/+27
* dnsd: last commit had a typo :(Denis Vlasenko2007-03-241-2/+3
* dnsd: fix several buglets, make smallerDenis Vlasenko2007-03-242-64/+42
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-2410-30/+34
* applets.c, xfunc.c: style cleanupDenis Vlasenko2007-03-242-87/+88
* inetd: indent labels uniformlyDenis Vlasenko2007-03-241-5/+5
* Announce 1.5.0 and move svn to 1.6.0.svnDenis Vlasenko2007-03-222-2/+40
* This revision is busybox 1.5.0Denis Vlasenko2007-03-221-1/+1
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-223-2/+15
* interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko2007-03-221-2/+5
* gzip: fix -d option handlingDenis Vlasenko2007-03-221-1/+1