aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03- remove superfluous comment from previous commitBernhard Reutner-Fischer
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-29mountpoint: add -n option (by Vladimir)Denis Vlasenko
2008-11-29acpid: new applet by Vladimir. +737 bytesDenis Vlasenko
2008-11-24trim help text a bitDenis Vlasenko
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko
2008-11-22insmod: clarify module_name / file_name distinctionDenis Vlasenko
2008-11-20inotifyd: exit if x event happened for all filesDenis Vlasenko
2008-11-17inotify: add x, o, and u eventsDenis Vlasenko
2008-11-14inotifyd: fix "inotifyd with no params" caseDenis Vlasenko
2008-11-14inotify: document waiting behaviorDenis Vlasenko
2008-11-13arp: stop using globalsDenis Vlasenko
2008-11-12correct help textsDenis Vlasenko
2008-11-12- add support for seq -s <separator>Bernhard Reutner-Fischer
2008-11-12- add seq -w support (Natanael Copa)Bernhard Reutner-Fischer
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko
2008-11-10Typo fixesDenis Vlasenko
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko
2008-11-06total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko
2008-11-06correction in commentDenis Vlasenko
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-11-01add comment, no code changesDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
2008-10-31kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko
2008-10-30tftpd: be less cryptic in help textDenis Vlasenko
2008-10-27ls: trim help textDenis Vlasenko
2008-10-26devmem: new appletDenis Vlasenko
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko
2008-10-25vi: move key reading routine out of vi into llbbbDenis Vlasenko
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-10-20ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko
2008-10-12blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko
2008-10-07- route metric support (Natanael Copa)Bernhard Reutner-Fischer
2008-09-28sendmail: update by VladimirDenis Vlasenko
2008-09-27sendmail: compat update by VladimirDenis Vlasenko
2008-09-26Markus Heidelberg writes:Bernhard Reutner-Fischer
2008-09-26- add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer