aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* microcom: tiny shrink, adding commentsDenis Vlasenko2008-02-191-7/+8
* fix chat CONFIG_xxx dependenciesDenis Vlasenko2008-02-191-1/+7
* chat: now with "svn add"Denis Vlasenko2008-02-191-0/+443
* chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko2008-02-182-0/+61
* - fix open(creat) without a modeBernhard Reutner-Fischer2008-02-181-1/+1
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-8/+3
* whitespace fixesDenis Vlasenko2008-02-171-1/+1
* crontab: stop using remove() - use unlink() insteadDenis Vlasenko2008-02-171-16/+9
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-5/+5
* microcom: maintainer updateDenis Vlasenko2008-02-161-39/+30
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-164-15/+23
* crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko2008-02-161-10/+8
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-6/+6
* random s/short/int/Denis Vlasenko2008-02-161-1/+1
* crontab: almost complete rewriteDenis Vlasenko2008-02-161-283/+187
* microcom: read more than 1 byte from device, if possibleDenis Vlasenko2008-02-101-14/+16
* microcom: compile fixesDenis Vlasenko2008-02-091-2/+3
* microcom: split -d (delay) option away from -tDenis Vlasenko2008-02-091-18/+20
* microcom: update from maintainerDenis Vlasenko2008-02-081-82/+71
* - add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer2008-02-082-17/+78
* microcom: undo #define trick, gcc fails to take advantage of itDenis Vlasenko2008-01-281-3/+3
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-2/+9
* microcom: update from the authorDenis Vlasenko2008-01-271-73/+133
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-272-9/+4
* crond: small code shrink and readability enhancementsDenis Vlasenko2008-01-241-15/+15
* - Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer2008-01-191-6/+6
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-4/+4
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-063-20/+30
* ifconfig: code shrinkDenis Vlasenko2007-11-042-56/+69
* hdparm: code shrinkDenis Vlasenko2007-10-301-229/+214
* mt: eliminate vector of structures with pointers (bad for libbusybox).Denis Vlasenko2007-10-111-56/+79
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1125-28/+28
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-014-4/+4
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-4/+1
* small code shrinkDenis Vlasenko2007-09-291-2/+1
* hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko2007-09-281-2/+2
* hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko2007-09-281-25/+23
* hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko2007-09-281-6/+14
* hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko2007-09-281-64/+62
* hdparm: get rid of static variablesDenis Vlasenko2007-09-281-97/+179
* less: make 'f' page forwardDenis Vlasenko2007-09-271-1/+1
* hdparm: use fixed fd #3 for device being interrogatedDenis Vlasenko2007-09-271-26/+30
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-276-83/+71
* style and message text fixesDenis Vlasenko2007-09-271-1/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-2/+1
* include libbb.h, not busybox.hDenis Vlasenko2007-09-221-1/+1
* - actually mv microcom.c to miscutilsBernhard Reutner-Fischer2007-09-221-0/+138
* move microcom to miscutilsDenis Vlasenko2007-09-222-0/+7