| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hdparm: fix multisector mode setting | vda | 2007-03-31 | 1 | -2/+2 |
* | uniq: getopt32-ization. -38 bytes. | vda | 2007-03-31 | 1 | -22/+23 |
* | unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) | vda | 2007-03-31 | 1 | -2/+3 |
* | - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. | aldot | 2007-03-30 | 1 | -2/+0 |
* | - debloat test. untested. | aldot | 2007-03-30 | 1 | -111/+116 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | aldot | 2007-03-30 | 6 | -87/+114 |
* | introduce the concept of LDLIBS for additional libraries so that when we do t... | vapier | 2007-03-30 | 2 | -4/+7 |
* | traceroute: move data off bss. small code optimizations. | vda | 2007-03-29 | 1 | -94/+109 |
* | dpkg: run_package_script() returns 0 if all ok and non-zero if failure. | vda | 2007-03-29 | 1 | -5/+3 |
* | dumpleases: getopt32()-ization | vda | 2007-03-29 | 1 | -34/+27 |
* | - use index_in_str_array also for find_main | aldot | 2007-03-29 | 1 | -2/+8 |
* | - remove bloated switch statement. | aldot | 2007-03-29 | 1 | -17/+8 |
* | - implement a TODO: Use index_in_str_array in parse_params | aldot | 2007-03-29 | 1 | -40/+118 |
* | - Purely cosmetic type fiddling | aldot | 2007-03-29 | 1 | -15/+14 |
* | - fold recurse, depthFirst and dereference params into one param flags. | aldot | 2007-03-29 | 11 | -55/+50 |
* | - update defconfig | aldot | 2007-03-28 | 1 | -3/+5 |
* | run_parts: I was wrong, NULL termination is already done because | vda | 2007-03-28 | 1 | -1/+1 |
* | run_parts: NULL-terminate list of arguments; fix perror/error usage | vda | 2007-03-28 | 1 | -5/+5 |
* | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | vda | 2007-03-28 | 2 | -4/+6 |
* | - rewrite run-parts | aldot | 2007-03-28 | 3 | -132/+115 |
* | - move additional fancy options not mandated by SUSv3 into a FANCY option | aldot | 2007-03-28 | 3 | -7/+21 |
* | - fix formatting of help text | aldot | 2007-03-28 | 1 | -2/+1 |
* | - reinstate dmalloc and efence support | aldot | 2007-03-28 | 2 | -1/+9 |
* | hdparm: flag variables can easily be smaller than long | vda | 2007-03-28 | 1 | -96/+101 |
* | hdparm: remove stray static (-200 bytes bss) | vda | 2007-03-28 | 1 | -1/+1 |
* | hdparm: whitespace style fixes | vda | 2007-03-28 | 1 | -90/+89 |
* | pidfile creation mode set to 0666 (umask affects it as usual) | vda | 2007-03-27 | 1 | -1/+1 |
* | forgotten svn add... | vda | 2007-03-27 | 1 | -0/+29 |
* | make pidfile writing configurable. | vda | 2007-03-27 | 9 | -50/+51 |
* | remove_file: cosmetic code improvement, a few bytes saved | vda | 2007-03-26 | 1 | -34/+21 |
* | diff: fix SEGV (NULL deref) in diff -N | vda | 2007-03-26 | 1 | -9/+18 |
* | sed: a communal variable managed to slip past 'size' | vda | 2007-03-26 | 2 | -94/+100 |
* | split: let me join bikeshed painting frenzy :) | vda | 2007-03-26 | 1 | -68/+71 |
* | - check the suffix proper plus misc touch up | aldot | 2007-03-26 | 1 | -29/+21 |
* | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | vda | 2007-03-26 | 6 | -88/+100 |
* | - add usage for split | aldot | 2007-03-26 | 1 | -1/+6 |
* | - implement suffices as required by SUSv3 | aldot | 2007-03-26 | 1 | -17/+29 |
* | Attempt to get more applets compile for NOMMU. | vda | 2007-03-26 | 10 | -95/+769 |
* | pidfile.c: not used anymore | vda | 2007-03-26 | 1 | -60/+0 |
* | Move udhcp to new NOMMU helpers. | vda | 2007-03-26 | 5 | -66/+105 |
* | move everything to new NOMMU helpers, except udhcp | vda | 2007-03-26 | 11 | -102/+40 |
* | libbb: rework NOMMU helper API so that it makes more sense | vda | 2007-03-26 | 3 | -107/+191 |
* | nmeter: should die if stdout doesn't like him anymore | vda | 2007-03-26 | 1 | -1/+1 |
* | - shrink a tiny bit (-8b) | aldot | 2007-03-26 | 1 | -7/+18 |
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | vda | 2007-03-25 | 11 | -52/+31 |
* | - rough prototype for split(1). TODO: Still needs some love since it's way to... | aldot | 2007-03-25 | 6 | -0/+135 |
* | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | vda | 2007-03-24 | 3 | -57/+83 |
* | login: nuke nonblock() - we have it in libbb; -400 bytes bss. | vda | 2007-03-24 | 1 | -34/+28 |
* | #ifdef out re_execed on MMU machines | vda | 2007-03-24 | 2 | -1/+5 |
* | adduser: don't bomb out if shadow password file doesn't exist | vda | 2007-03-24 | 1 | -10/+14 |