aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-0/+3
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-173-3/+5
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-2/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-172-2/+4
* help text: regularize format, and shrinkDenis Vlasenko2008-03-171-1478/+1545
* fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2008-03-171-11/+12
* dos2unix: tiny shrinkDenis Vlasenko2008-03-172-141/+142
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-6/+7
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-0/+7
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-122-14/+21
* crond: make it NOMMU-capableDenis Vlasenko2008-03-122-9/+9
* fixups to vi usage, and move the initial redraw() past thePaul Fox2008-03-061-1/+5
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-0/+3
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-3/+7
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-273-0/+11
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-271-4/+2
* sendmail: update from maintainerDenis Vlasenko2008-02-261-8/+8
* syslogd: optional support for dropping dups. closes bug 436.Denis Vlasenko2008-02-261-12/+14
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-262-0/+27
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-0/+2
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-252-1/+6
* lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-02-242-0/+7
* 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