aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-031-22/+24
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-8/+8
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+1
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-291-2/+3
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-292-0/+18
* trim help text a bitDenis Vlasenko2008-11-241-1/+1
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-243-1/+8
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-221-1/+5
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-201-9/+7
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-171-5/+9
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-141-1/+1
* inotify: document waiting behaviorDenis Vlasenko2008-11-141-4/+5
* arp: stop using globalsDenis Vlasenko2008-11-131-6/+5
* correct help textsDenis Vlasenko2008-11-121-10/+7
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-2/+3
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-1/+2
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-4/+14
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-0/+5
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-103-15/+59
* Typo fixesDenis Vlasenko2008-11-101-1/+1
* kbd_mode: support -C TTY optionDenis Vlasenko2008-11-081-6/+12
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-062-20/+59
* correction in commentDenis Vlasenko2008-11-061-1/+1
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-062-5/+5
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-0/+2
* add comment, no code changesDenis Vlasenko2008-11-011-0/+1
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-012-4/+12
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-5/+8
* tftpd: be less cryptic in help textDenis Vlasenko2008-10-301-0/+6
* ls: trim help textDenis Vlasenko2008-10-271-21/+21
* devmem: new appletDenis Vlasenko2008-10-262-0/+10
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-0/+2
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+33