Age | Commit message (Expand) | Author |
2007-03-31 | unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) | Denis Vlasenko |
2007-03-30 | - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. | Bernhard Reutner-Fischer |
2007-03-30 | - debloat test. untested. | Bernhard Reutner-Fischer |
2007-03-30 | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer |
2007-03-30 | introduce the concept of LDLIBS for additional libraries so that when we do t... | Mike Frysinger |
2007-03-29 | traceroute: move data off bss. small code optimizations. | Denis Vlasenko |
2007-03-29 | dpkg: run_package_script() returns 0 if all ok and non-zero if failure. | Denis Vlasenko |
2007-03-29 | dumpleases: getopt32()-ization | Denis Vlasenko |
2007-03-29 | - use index_in_str_array also for find_main | Bernhard Reutner-Fischer |
2007-03-29 | - remove bloated switch statement. | Bernhard Reutner-Fischer |
2007-03-29 | - implement a TODO: Use index_in_str_array in parse_params | Bernhard Reutner-Fischer |
2007-03-29 | - Purely cosmetic type fiddling | Bernhard Reutner-Fischer |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-28 | - update defconfig | Bernhard Reutner-Fischer |
2007-03-28 | run_parts: I was wrong, NULL termination is already done because | Denis Vlasenko |
2007-03-28 | run_parts: NULL-terminate list of arguments; fix perror/error usage | Denis Vlasenko |
2007-03-28 | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | Denis Vlasenko |
2007-03-28 | - rewrite run-parts | Bernhard Reutner-Fischer |
2007-03-28 | - move additional fancy options not mandated by SUSv3 into a FANCY option | Bernhard Reutner-Fischer |
2007-03-28 | - fix formatting of help text | Bernhard Reutner-Fischer |
2007-03-28 | - reinstate dmalloc and efence support | Bernhard Reutner-Fischer |
2007-03-28 | hdparm: flag variables can easily be smaller than long | Denis Vlasenko |
2007-03-28 | hdparm: remove stray static (-200 bytes bss) | Denis Vlasenko |
2007-03-28 | hdparm: whitespace style fixes | Denis Vlasenko |
2007-03-27 | pidfile creation mode set to 0666 (umask affects it as usual) | Denis Vlasenko |
2007-03-27 | forgotten svn add... | Denis Vlasenko |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko |
2007-03-26 | remove_file: cosmetic code improvement, a few bytes saved | Denis Vlasenko |
2007-03-26 | diff: fix SEGV (NULL deref) in diff -N | Denis Vlasenko |
2007-03-26 | sed: a communal variable managed to slip past 'size' | Denis Vlasenko |
2007-03-26 | split: let me join bikeshed painting frenzy :) | Denis Vlasenko |
2007-03-26 | - check the suffix proper plus misc touch up | Bernhard Reutner-Fischer |
2007-03-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko |
2007-03-26 | - add usage for split | Bernhard Reutner-Fischer |
2007-03-26 | - implement suffices as required by SUSv3 | Bernhard Reutner-Fischer |
2007-03-26 | Attempt to get more applets compile for NOMMU. | Denis Vlasenko |
2007-03-26 | pidfile.c: not used anymore | Denis Vlasenko |
2007-03-26 | Move udhcp to new NOMMU helpers. | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-26 | libbb: rework NOMMU helper API so that it makes more sense | Denis Vlasenko |
2007-03-26 | nmeter: should die if stdout doesn't like him anymore | Denis Vlasenko |
2007-03-26 | - shrink a tiny bit (-8b) | Bernhard Reutner-Fischer |
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko |
2007-03-25 | - rough prototype for split(1). TODO: Still needs some love since it's way to... | Bernhard Reutner-Fischer |
2007-03-24 | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | Denis Vlasenko |
2007-03-24 | login: nuke nonblock() - we have it in libbb; -400 bytes bss. | Denis Vlasenko |
2007-03-24 | #ifdef out re_execed on MMU machines | Denis Vlasenko |
2007-03-24 | adduser: don't bomb out if shadow password file doesn't exist | Denis Vlasenko |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko |
2007-03-24 | SELinux: load_policy applet - this time with svn add | Denis Vlasenko |