aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: add forgotten part of "script" applet changeDenis Vlasenko2008-02-271-0/+56
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+1
* actually add libbb/safe_gethostname.cDenis Vlasenko2008-02-251-0/+53
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-254-21/+13
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-254-10/+25
* lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-02-241-2/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-0/+14
* small code readability and typo fixesDenis Vlasenko2008-02-221-1/+1
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-221-1/+1
* corrected English in commentDenis Vlasenko2008-02-201-1/+1
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-202-3/+57
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-2/+9
* whitespace fixesDenis Vlasenko2008-02-171-1/+1
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-172-11/+20
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-163-42/+81
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-6/+8
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-152-0/+88
* libbb: filename completion should match dangling symlinks tooDenis Vlasenko2008-02-141-1/+1
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-132-1/+26
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-19/+42
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-2/+2
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-14/+14
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-283-25/+23
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-0/+2
* tentatively fix getopt state corruption for NOFORK appletsDenis Vlasenko2008-01-271-2/+24
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-272-2/+2
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-241-3/+1
* eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox2008-01-182-16/+0
* enable use of ^V prefix to allow forced insertion of any character. inPaul Fox2008-01-111-4/+3
* allow 8-bit charactersPaul Fox2008-01-111-3/+0
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-7/+7
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-8/+61
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-2/+5
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-16/+21
* adding libbb/printable.cDenis Vlasenko2007-12-301-0/+34
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-0/+1
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-262-13/+25
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* defconfig: updateDenis Vlasenko2007-12-241-4/+6
* perror_nomsg: don't print extra colonDenis Vlasenko2007-12-221-2/+4
* num conversions: allow for leading '+' (renice needs that)Denis Vlasenko2007-12-111-5/+7
* lineedit: don't violate API if we do simple fgetsDenis Vlasenko2007-12-091-2/+4
* signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko2007-12-041-43/+40
* Make signal table a bit smallerDenis Vlasenko2007-12-041-3/+6
* guard against SIGxxx >= 32 (no code changes on i386)Denis Vlasenko2007-12-041-34/+39
* lineedit: reduce stack usageDenis Vlasenko2007-12-031-50/+43
* explain why we use mmap instead of mallocDenis Vlasenko2007-12-021-0/+2
* Introduce FEATURE_COPYBUF_KB.Denis Vlasenko2007-12-022-8/+34