aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
Renaming...
2006-10-12cut, mount: small improvementsDenis Vlasenko
2006-10-12style fixesDenis Vlasenko
2006-10-12fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko
2006-10-12small style fixesDenis Vlasenko
2006-10-12execable: no need to check getenv for NULL, it works anyway.Denis Vlasenko
2006-10-12execable.c: forgot to do "svn add" again...Denis Vlasenko
2006-10-11ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko
Patch by Gabriel Somlo <somlo at cmu.edu>
2006-10-11hush.c: stop using __FILE__ (bad in out-of-tree builds)Denis Vlasenko
2006-10-11build system: fix build in separate obj treeDenis Vlasenko
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
Fix build proble on x86_64
2006-10-10od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-10-10- add option -tBernhard Reutner-Fischer
mkinitrd and mkinitramfs both require -t.
2006-10-09build system: fix for non-i386 buildsDenis Vlasenko
2006-10-08start_stop_daemon: add -N <nice> compatDenis Vlasenko
[re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
make it (partially) CONFIG_LFS-aware
2006-10-07awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067Denis Vlasenko
2006-10-07eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko
mounts, and can be done as shell script.
2006-10-07wget: don't be careless with xstrdup'ingDenis Vlasenko
2006-10-07wget: fix download of URLs like:Denis Vlasenko
http://busybox.net?var=a/b http://busybox.net?login=john@doe http://busybox.net#test/test
2006-10-06build system: do not generate include/linuxDenis Vlasenko
2006-10-06build system: remove loeftover (two empty dirs)Denis Vlasenko
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko
2006-10-06chpst: fix vda's silly mistakesDenis Vlasenko
Patch by Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-05eject: -T fixDenis Vlasenko
2006-10-05httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05which: -84 bytesDenis Vlasenko
2006-10-05make defconfig now worksDenis Vlasenko
2006-10-05yet another fixlet: make clean/distclean/mrproperDenis Vlasenko
2006-10-05fixing build system overhaul fallout...Denis Vlasenko
2006-10-05build system: small optimizationDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03fdformat: remove redundant checkDenis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-10-03random style fixesDenis Vlasenko
2006-10-03traceroute: fix compilation if netinet/protocols.h is missingDenis Vlasenko
2006-10-03Yeah, yeah... I forgot about 'svn add'... fixing thatDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k
2006-10-03traceroute: do not look up icmp protocol# in /etc, it is well-known :)Denis Vlasenko
2006-10-02ifupdown: Debian users contributed improvement to itDenis Vlasenko
2006-10-02eject: -T (implements single button open/close)Denis Vlasenko
2006-10-02mount: accept and ignore -s (sloppy) option.Denis Vlasenko
needed for compatibility with Linux automounter.
2006-10-01sed: -e options were handled in reverse order. fix that.Denis Vlasenko
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko