platform/upstream/busybox.git
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkobusybox.net: micro fix
2007-04-07 Denis Vlasenkobusybox.net: update "screenshot"
2007-04-07 Denis Vlasenkogetopt: use getopt32 for option parsing - inspired...
2007-04-07 Denis Vlasenkodocs: "how to add a patch"
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-04-07 Denis Vlasenkocomm: eliminate statics
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2007-04-06 Denis Vlasenkonc: code shrinkage, bugfixes. -50 bytes code size
2007-04-05 Denis Vlasenkosvn add match_fstype.c :(
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkodiff: fix segfault on empty dirs (Peter Korsgaard ...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-05 Mike Frysingerless intrusive export of FLTFLAGS
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-04-05 Denis Vlasenkofind: improve usage text (Natanael Copa <natanael.copa...
2007-04-05 Denis Vlasenkonc: missed exit() in signal handler
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-04-05 Bernhard Reutner... - bail out if either file does not exist
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-04-04 Bernhard Reutner... - minor shrinkage
2007-04-04 Bernhard Reutner... - remove debugging output. sorry..
2007-04-04 Bernhard Reutner... - note cosmetic glitch in tail
2007-04-04 Denis Vlasenkoreword comment
2007-04-04 Bernhard Reutner... - remove bss users. Shrinkage while at it. See XXX...
2007-04-04 Bernhard Reutner... - remove some bss users.
2007-04-04 Bernhard Reutner... - remove superfluous bss user (flags) and manually...
2007-04-04 Denis VlasenkoAdd/improve comment, shorten some usage texts. No code...
2007-04-04 Denis Vlasenkoipsvd: use IP:PORT syntax for environment vars. Pros:
2007-04-03 Denis Vlasenkoipsvd: make udpsvd work similar to tcpsvd (multiple...
2007-04-03 Denis Vlasenkoipsvd: fixes and improvements after testing
2007-04-03 Denis Vlasenkoudpsvd: more work on it. works in limited testing.
2007-04-02 Bernhard Reutner... - use bb_error_msg
2007-04-02 Bernhard Reutner... - use xregcomp. Untested. vda, isn't there a regfree...
2007-04-02 Bernhard Reutner... - remove some unneeded forward declarations. No obj...
2007-04-02 Bernhard Reutner... - remove args from bss, minor misc shrinkage while...
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-04-02 Denis Vlasenkoudpsvd: forgotten 'svn add'
2007-04-01 Denis Vlasenkoudpsvd: next part of ipsvd applets (not working yet)
2007-04-01 Denis Vlasenkotcpsvd: fix line buffering, add firewall query code
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-31 Denis Vlasenkolash: make -c work; crush buffer overrun and free of...
2007-03-31 Denis Vlasenkolash: style cleanup
2007-03-31 Denis Vlasenkowebsite: link to post-1.5.0 fixes, fix dangling link
2007-03-31 Denis Vlasenkohdparm: fix multisector mode setting
2007-03-31 Denis Vlasenkouniq: getopt32-ization. -38 bytes.
2007-03-31 Denis Vlasenkounzip: fix xstrndup bug (xstrndup(s,n) can allocate...
2007-03-30 Bernhard Reutner... - fix compilation if FEATURE_TR_CLASSES is off. Sorry...
2007-03-30 Bernhard Reutner... - debloat test. untested.
2007-03-30 Bernhard Reutner... - fix bug where we did not reject invalid classes like...
2007-03-30 Mike Frysingerintroduce the concept of LDLIBS for additional librarie...
2007-03-29 Denis Vlasenkotraceroute: move data off bss. small code optimizations.
2007-03-29 Denis Vlasenkodpkg: run_package_script() returns 0 if all ok and...
2007-03-29 Denis Vlasenkodumpleases: getopt32()-ization
2007-03-29 Bernhard Reutner... - use index_in_str_array also for find_main
2007-03-29 Bernhard Reutner... - remove bloated switch statement.
2007-03-29 Bernhard Reutner... - implement a TODO: Use index_in_str_array in parse_params
2007-03-29 Bernhard Reutner... - Purely cosmetic type fiddling
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Bernhard Reutner... - update defconfig
2007-03-28 Denis Vlasenkorun_parts: I was wrong, NULL termination is already...
2007-03-28 Denis Vlasenkorun_parts: NULL-terminate list of arguments; fix perror...
2007-03-28 Denis Vlasenkops: work around libc bug: printf("%.*s\n", MAX_INT...
2007-03-28 Bernhard Reutner... - rewrite run-parts
2007-03-28 Bernhard Reutner... - move additional fancy options not mandated by SUSv3...
2007-03-28 Bernhard Reutner... - fix formatting of help text
2007-03-28 Bernhard Reutner... - reinstate dmalloc and efence support
2007-03-28 Denis Vlasenkohdparm: flag variables can easily be smaller than long
2007-03-28 Denis Vlasenkohdparm: remove stray static (-200 bytes bss)
2007-03-28 Denis Vlasenkohdparm: whitespace style fixes
2007-03-27 Denis Vlasenkopidfile creation mode set to 0666 (umask affects it...
2007-03-27 Denis Vlasenkoforgotten svn add...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkoremove_file: cosmetic code improvement, a few bytes...
2007-03-26 Denis Vlasenkodiff: fix SEGV (NULL deref) in diff -N
2007-03-26 Denis Vlasenkosed: a communal variable managed to slip past 'size'
2007-03-26 Denis Vlasenkosplit: let me join bikeshed painting frenzy :)
2007-03-26 Bernhard Reutner... - check the suffix proper plus misc touch up
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Bernhard Reutner... - add usage for split
2007-03-26 Bernhard Reutner... - implement suffices as required by SUSv3
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkopidfile.c: not used anymore
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-26 Denis Vlasenkolibbb: rework NOMMU helper API so that it makes more...
2007-03-26 Denis Vlasenkonmeter: should die if stdout doesn't like him anymore
2007-03-26 Bernhard Reutner... - shrink a tiny bit (-8b)
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis Vlasenkologin: nuke nonblock() - we have it in libbb; -400...
next