summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* lpr,lpq: rework by dronnikov AT gmail.comDenis Vlasenko2008-02-242-8/+9
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-0/+1
* less: update line input so that it doesn't interfere withDenis Vlasenko2008-02-231-3/+26
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-222-0/+21
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-201-0/+2
* chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko2008-02-182-0/+10
* support for mount by label (not yet tested)Denis Vlasenko2008-02-182-0/+29
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-2/+2
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-0/+2
* mount: make -f work even without mtab supportDenis Vlasenko2008-02-161-1/+3
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-8/+12
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-162-3/+8
* random s/short/int/Denis Vlasenko2008-02-162-3/+3
* crontab: almost complete rewriteDenis Vlasenko2008-02-161-8/+7
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-1/+1
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-153-0/+97
* sendmail is lexically after selinux, so fix the orderMike Frysinger2008-02-151-1/+1
* fix microcom usageMike Frysinger2008-02-151-5/+5
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-141-0/+4
* umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2008-02-141-1/+1
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-131-6/+0
* mkswap: fix help text to not lie about supported options.Denis Vlasenko2008-02-131-28/+33
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-101-0/+3
* microcom: split -d (delay) option away from -tDenis Vlasenko2008-02-091-2/+8
* mktemp: don't advertise -q optionDenis Vlasenko2008-02-091-1/+1
* mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2008-02-091-2/+8
* sendmail: update from maintainerDenis Vlasenko2008-02-082-21/+27
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-081-2/+2
* - add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer2008-02-081-0/+3
* some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2008-02-072-6/+16
* only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2008-02-072-2/+5
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-3/+12
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-041-1/+1
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-3/+2
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-021-7/+9
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-292-5/+4
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-282-0/+24
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-0/+3
* halt: update help textDenis Vlasenko2008-01-241-4/+7
* comment fixDenis Vlasenko2008-01-241-2/+1
* - correct helptext of stat (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-01-171-1/+1
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-141-0/+4
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-131-2/+7
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
* - new applet brctlBernhard Reutner-Fischer2008-01-132-0/+11
* hush: report [v]fork failuresDenis Vlasenko2008-01-081-2/+3
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-062-0/+6
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-1/+3
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-1/+3
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-2/+2