aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-3/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+4
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-4/+2
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-3/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-177-7/+7
* less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko2008-03-171-50/+64
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-6/+3
* nc: remove a bit of bloatDenis Vlasenko2008-03-122-138/+103
* crond: make it NOMMU-capableDenis Vlasenko2008-03-122-389/+364
* microcom: shrinkDenis Vlasenko2008-02-281-4/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-8/+8
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+6
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-7/+3
* less: shrinkDenis Vlasenko2008-02-241-24/+22
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-242-4/+6
* less: small shrinkDenis Vlasenko2008-02-231-11/+7
* less: make it a bit more resistant against statusline corruption.Denis Vlasenko2008-02-231-11/+20
* less: update line input so that it doesn't interfere withDenis Vlasenko2008-02-231-43/+56
* 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