aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* post-1.14.0 fixesDenys Vlasenko2009-05-272-1/+10
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-2/+9
* mdev: add support for - "dont stop here" charDenis Vlasenko2009-04-131-1/+1
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-0/+1
* mdev: make usage text more usefulDenis Vlasenko2009-04-131-2/+8
* dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2009-04-131-3/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-0912-86/+54
* more of pointless whitespace fixesDenis Vlasenko2009-04-012-20/+19
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* sendmail: update by VladimirDenis Vlasenko2009-03-311-18/+13
* sendmail: add more example in usage textDenis Vlasenko2009-03-291-12/+16
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-283-0/+22
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-1/+1
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-3/+7
* Compatibility fixes:Denis Vlasenko2009-03-202-18/+27
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-181-2/+4
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-161-1/+2
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-151-1/+1
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-151-9/+6
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-141-24/+29
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-3/+3
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-4/+2
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-8/+8
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-2/+3
* fix typo in help textDenis Vlasenko2009-03-091-1/+1
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-0/+2
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+3
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-1/+2
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-082-0/+15
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2009-03-041-0/+1
* sendmail: improve help textDenis Vlasenko2009-03-021-3/+5
* - improve wordingBernhard Reutner-Fischer2009-02-241-1/+1
* - add flash_eraseallBernhard Reutner-Fischer2009-02-182-0/+10
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-141-1/+7
* function old new deltaDenis Vlasenko2009-02-071-1/+2
* sendmail: remove erroneous usage linesDenis Vlasenko2009-02-041-2/+0
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-312-1/+10
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-2/+2
* tunctl: new applet by VladimirDenis Vlasenko2009-01-232-0/+18
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+1
* s/an user/a user/Denis Vlasenko2008-12-251-2/+2
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+1
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+9
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-0/+1
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-042-24/+37
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-0/+1
* - remove superfluous comment from previous commitBernhard Reutner-Fischer2008-12-031-2/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-033-2/+19