oweals/busybox.git
2008-01-29 Denis Vlasenkomount: allow and ignore _netdev option
2008-01-29 Bernhard Reutner... - update defconfig
2008-01-29 Denis Vlasenkoash: code readability enhancements, no real code changes
2008-01-29 Denis Vlasenkosendmail: really svn add it
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2008-01-28 Denis Vlasenkosendmail: new applet by dronnikov at gmail.com
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-28 Denis Vlasenkomicrocom: undo #define trick, gcc fails to take advanta...
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-27 Denis Vlasenkostty: fix mishandling of 'control' keywords (Ralf Fried...
2008-01-27 Denis Vlasenkomicrocom: update from the author
2008-01-27 Denis Vlasenkotentatively fix getopt state corruption for NOFORK...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-27 Mike Frysingerdo not respect CONFIG_MODULES as it breaks building...
2008-01-25 Denis Vlasenkoudhcpc: filter unwanted packets in kernel
2008-01-25 Denis Vlasenkofdisk: comment out unused function
2008-01-25 Denis Vlasenkoudhcpc: fix wrong options in decline and release packets
2008-01-24 Denis Vlasenkofdisk: fix a case where break was reached only for...
2008-01-24 Denis Vlasenkohalt: write wtmp entry if wtmp support is enabled
2008-01-24 Denis Vlasenkohalt: update help text
2008-01-24 Denis Vlasenkocomment fix
2008-01-24 Denis Vlasenkocrond: small code shrink and readability enhancements
2008-01-24 Denis Vlasenkogrep: fix wrong filename in error message
2008-01-23 Mike Frysingeras reported by George Boudreau, make sure we properly...
2008-01-19 Bernhard Reutner... - Fix hdparm's ioctl parameter passing (John Brandwood)
2008-01-18 Paul Foxeliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the...
2008-01-17 Bernhard Reutner... - correct helptext of stat (Cristian Ionescu-Idbohrn)
2008-01-14 Bernhard Reutner... - implement brctl setpathcost, setportprio, setbridgepr...
2008-01-14 Bernhard Reutner... - mention strtod code-duplication as TODO for cleanup
2008-01-13 Bernhard Reutner... - shrink a bit and implement time related fancy feature...
2008-01-13 Bernhard Reutner... - fix commentary typo
2008-01-13 Bernhard Reutner... - save four bytes by manually hoisting the br assignment
2008-01-13 Bernhard Reutner... - update defconfig
2008-01-13 Bernhard Reutner... - new applet brctl
2008-01-11 Bernhard Reutner... - add ipsvd
2008-01-11 Paul Foxenable use of ^V prefix to allow forced insertion of...
2008-01-11 Paul Foxallow 8-bit characters
2008-01-09 Denis Vlasenkotac: handle NULs properly. +145 bytes
2008-01-08 Denis Vlasenkohush: report [v]fork failures
2008-01-07 Denis Vlasenkowhitespace fixes
2008-01-07 Denis Vlasenkops: fix yet another buglet from recent ulltoa conversion :(
2008-01-07 Denis Vlasenkops: fix COMMAND column adjustment
2008-01-07 Denis Vlasenkotac: *really* add tac.c now
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-07 Denis Vlasenkosyslogd: fix shmat error check
2008-01-06 Denis Vlasenkotac: new applet. ~240 bytes.
2008-01-06 Denis Vlasenkops: fix overflow in USER and VSZ columns
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2008-01-04 Denis VlasenkoMakefile.help: removing allbareconfig target from help
2008-01-04 Denis Vlasenkoip route: "ip route" was misbehaving (extra argv+1...
2008-01-04 Denis Vlasenkoinit: wait for orphaned children too while waiting
2008-01-03 Denis Vlasenkosyslogd: avoid excessive tine() system calls
2008-01-03 Denis Vlasenkosyslogd: don't die if remote host's IP cannot be resolved.
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-30 Denis Vlasenkoadding libbb/printable.c
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-29 Denis Vlasenkohttpd: support for "I:index.xml" syntax (Peter Korsgaar...
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-12-26 Denis Vlasenkonetstat: in error message, report filename and line...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-12-26 Denis Vlasenkoinit: don't spawn tons of waiting children, one is...
2007-12-25 Denis Vlasenkoinit: sometimes, #ifdefs are cleaner.
2007-12-25 Denis Vlasenkosync examples to what actual actual code expects
2007-12-25 Mike Frysingeradd expected output
2007-12-25 Mike Frysingerconvert #if to if -- let gcc optimize away dead code...
2007-12-25 Denis Vlasenkoinit: add FEATURE_KILL_REMOVED (Eugene Bordenkircher...
2007-12-24 Denis Vlasenkofix typo in web page
2007-12-24 Denis VlasenkoMakefile: change version to 1.10.0.svn
2007-12-24 Denis VlasenkoAnnounce 1.9.0 1_9_0
2007-12-24 Denis Vlasenkohush: fixlet for NOMMU
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-24 Denis Vlasenkodefconfig: update
2007-12-24 Denis Vlasenkood: reduce data/bss usage (code size went down too)
2007-12-24 Denis Vlasenkoumount: fix fallout from stack reduction change
2007-12-23 Denis Vlasenkovi: speed up some string ops
2007-12-22 Denis Vlasenkocttyhack: trivial build fixlet
2007-12-22 Denis Vlasenkovi: reduce amount of memset'ing on each screen refresh
2007-12-22 Denis Vlasenkovi: introduce FEATURE_VI_8BIT (as vi currently is not...
2007-12-22 Denis Vlasenkoperror_nomsg: don't print extra colon
2007-12-22 Denis Vlasenkovi: change MAX_LINELEN meaning: now it is the biggest...
2007-12-21 Denis Vlasenkofix buglets found by randomconfig
2007-12-21 Denis Vlasenkovi: fix a problem with displaying overlong lines
2007-12-21 Denis Vlasenkoudhcp: decided to not send "short" dhcp packets,
2007-12-20 Denis Vlasenkoudhcp: fix oversized packet sending (introduced by...
2007-12-16 Denis Vlasenkofdisk: reduce global data/bss usage. 8k data+bss build...
2007-12-16 Denis Vlasenkomsh: reduce global data/bss usage
2007-12-16 Denis Vlasenkoash: reduce global data/bss usage
2007-12-16 Denis Vlasenkotraceroute: stop using global data/bss
2007-12-13 Denis Vlasenkoadd a link to vda's pet projects
2007-12-11 Denis Vlasenkonum conversions: allow for leading '+' (renice needs...
2007-12-10 Denis Vlasenkocttyhack: add missing ';'
2007-12-10 Denis Vlasenkoinit: remove superfluous forks and messing up with...
2007-12-10 Denis Vlasenkoudhcpc: support for -O <option>.
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-12-09 Denis Vlasenkolineedit: don't violate API if we do simple fgets
2007-12-09 Denis Vlasenkovi: don't use common_bufsiz as read buffer, it can...
2007-12-04 Denis Vlasenkosignal names hack was wrong, it broke "get signal name...
2007-12-04 Denis Vlasenkogetty: a small code shrink
2007-12-04 Denis VlasenkoMake signal table a bit smaller
next