aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda1-1/+1
2006-10-10- add option -taldot1-6/+16
2006-10-09build system: fix for non-i386 buildsvda5-79/+14
2006-10-08start_stop_daemon: add -N <nice> compatvda6-92/+87
2006-10-08correct largefile support, add comments about it.vda15-91/+121
2006-10-08attempt to regularize atoi mess.vda98-849/+803
2006-10-07dd: make it recognize not only 'k' but 'K' too;vda7-63/+46
2006-10-07awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067vda1-1/+1
2006-10-07eject: remove unmounting. It is buggy for many non-trivialvda1-12/+8
2006-10-07wget: don't be careless with xstrdup'ingvda1-18/+24
2006-10-07wget: fix download of URLs like:vda1-6/+30
2006-10-06build system: do not generate include/linuxvda1-2/+0
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.vda8-148/+154
2006-10-06chpst: fix vda's silly mistakesvda1-1/+2
2006-10-05eject: -T fixvda3-22/+24
2006-10-05httpd: add -u user[:grp] supportvda12-139/+117
2006-10-05which: -84 bytesvda2-50/+27
2006-10-05make defconfig now worksvda2-1/+608
2006-10-05yet another fixlet: make clean/distclean/mrpropervda2-4/+108
2006-10-05fixing build system overhaul fallout...vda4-4/+46
2006-10-05build system: small optimizationvda5-25/+34
2006-10-05build system overhaulvda188-11752/+16367
2006-10-03bb_applet_name -> applet_namevda45-69/+71
2006-10-03getopt_ulflags -> getopt32.vda120-327/+322
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalvda17-19/+19
2006-10-03fdformat: remove redundant checkvda2-8/+7
2006-10-03lots of silly indent fixesvda12-144/+143
2006-10-03random style fixesvda4-18/+20
2006-10-03traceroute: fix compilation if netinet/protocols.h is missingvda1-25/+13
2006-10-03Yeah, yeah... I forgot about 'svn add'... fixing thatvda6-0/+523
2006-10-03runit/chpst: "change process state" utilityvda8-34/+107
2006-10-03traceroute: do not look up icmp protocol# in /etc, it is well-known :)vda1-7/+2
2006-10-02ifupdown: Debian users contributed improvement to itvda1-23/+27
2006-10-02eject: -T (implements single button open/close)vda2-9/+25
2006-10-02mount: accept and ignore -s (sloppy) option.vda1-11/+11
2006-10-01sed: -e options were handled in reverse order. fix that.vda1-19/+27
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)vda4-20/+29
2006-10-01gzip: add a bit of comment. The code itselfvda1-4/+8
2006-10-01g[un]zip: add support for -v (verbose).vda15-72/+122
2006-10-01wget: make progress bar and ETA work correctly with -cvda1-35/+37
2006-09-30dpkg: fix use-after-free (bug 939)vda1-7/+4
2006-09-30lsmod: repair indentationvda3-128/+124
2006-09-30vconfig: fix bug 701 (I be damned if I understand it)vda2-8/+9
2006-09-30syslogd: do not retry udp sends (can stall syslogd for extended periodsvda1-41/+14
2006-09-30syslogd: getopt_ulflags'ification (save ~50 bytes)vda1-143/+156
2006-09-30syslogd: add option to suppress logging of messages lower than level N (-n N)vda2-5/+18
2006-09-30fbset: store short string in the structure itself instead of the pointervda1-213/+203
2006-09-30fbset: add support for -a (bug 1017)vda1-6/+14
2006-09-30no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)vda1-1/+0
2006-09-30libiproute/ll_map.c: fix bug 279vda1-6/+30