aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hdparm: fix multisector mode settingvda2007-03-311-2/+2
* uniq: getopt32-ization. -38 bytes.vda2007-03-311-22/+23
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)vda2007-03-311-2/+3
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..aldot2007-03-301-2/+0
* - debloat test. untested.aldot2007-03-301-111/+116
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-306-87/+114
* introduce the concept of LDLIBS for additional libraries so that when we do t...vapier2007-03-302-4/+7
* traceroute: move data off bss. small code optimizations.vda2007-03-291-94/+109
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.vda2007-03-291-5/+3
* dumpleases: getopt32()-izationvda2007-03-291-34/+27
* - use index_in_str_array also for find_mainaldot2007-03-291-2/+8
* - remove bloated switch statement.aldot2007-03-291-17/+8
* - implement a TODO: Use index_in_str_array in parse_paramsaldot2007-03-291-40/+118
* - Purely cosmetic type fiddlingaldot2007-03-291-15/+14
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-2911-55/+50
* - update defconfigaldot2007-03-281-3/+5
* run_parts: I was wrong, NULL termination is already done becausevda2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usagevda2007-03-281-5/+5
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-282-4/+6
* - rewrite run-partsaldot2007-03-283-132/+115
* - move additional fancy options not mandated by SUSv3 into a FANCY optionaldot2007-03-283-7/+21
* - fix formatting of help textaldot2007-03-281-2/+1
* - reinstate dmalloc and efence supportaldot2007-03-282-1/+9
* hdparm: flag variables can easily be smaller than longvda2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)vda2007-03-281-1/+1
* hdparm: whitespace style fixesvda2007-03-281-90/+89
* pidfile creation mode set to 0666 (umask affects it as usual)vda2007-03-271-1/+1
* forgotten svn add...vda2007-03-271-0/+29
* make pidfile writing configurable.vda2007-03-279-50/+51
* remove_file: cosmetic code improvement, a few bytes savedvda2007-03-261-34/+21
* diff: fix SEGV (NULL deref) in diff -Nvda2007-03-261-9/+18
* sed: a communal variable managed to slip past 'size'vda2007-03-262-94/+100
* split: let me join bikeshed painting frenzy :)vda2007-03-261-68/+71
* - check the suffix proper plus misc touch upaldot2007-03-261-29/+21
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-266-88/+100
* - add usage for splitaldot2007-03-261-1/+6
* - implement suffices as required by SUSv3aldot2007-03-261-17/+29
* Attempt to get more applets compile for NOMMU.vda2007-03-2610-95/+769
* pidfile.c: not used anymorevda2007-03-261-60/+0
* Move udhcp to new NOMMU helpers.vda2007-03-265-66/+105
* move everything to new NOMMU helpers, except udhcpvda2007-03-2611-102/+40
* libbb: rework NOMMU helper API so that it makes more sensevda2007-03-263-107/+191
* nmeter: should die if stdout doesn't like him anymorevda2007-03-261-1/+1
* - shrink a tiny bit (-8b)aldot2007-03-261-7/+18
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-2511-52/+31
* - rough prototype for split(1). TODO: Still needs some love since it's way to...aldot2007-03-256-0/+135
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)vda2007-03-243-57/+83
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.vda2007-03-241-34/+28
* #ifdef out re_execed on MMU machinesvda2007-03-242-1/+5
* adduser: don't bomb out if shadow password file doesn't existvda2007-03-241-10/+14