aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25- improve helptextBernhard Reutner-Fischer
2008-09-25top: fix "top -d 1" (bug 5144)Denis Vlasenko
2008-09-25top: don't lie in help screen about "-d 1" being validDenis Vlasenko
2008-09-25top: fixes to prev commit: '1' should toggle SMP view too;Denis Vlasenko
2008-09-25- fix compilation on OSF/1Bernhard Reutner-Fischer
2008-09-25top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko
2008-09-25df: unsigned long needs %luDenis Vlasenko
2008-09-25whitespace fixesDenis Vlasenko
2008-09-25return setgroups() decl to libbb, it is needed if we use libpwdgrp.Denis Vlasenko
2008-09-25we dont provide setgroups() replacement, so dont provide the prototype either...Mike Frysinger
2008-09-22runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.Denis Vlasenko
2008-09-21crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko
2008-09-21unzip: handle "central directory"Denis Vlasenko
2008-09-20setfont: use ioctl(KDFONTOP), it honours -C ttyDenis Vlasenko
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko
2008-09-20webpage: add "RD129 embedded board from ELPA" to product pageDenis Vlasenko
2008-09-20website: add a product using bbox - EMTEC MovieCube R700Denis Vlasenko
2008-09-19libbb: document that we maybe will want to understand \e somedayDenis Vlasenko
2008-09-19grep: yet another fixlet for EXTRA_COMPATDenis Vlasenko
2008-09-19grep: fix EXTRA_COMPAT grep to honor -E and -iDenis Vlasenko
2008-09-18setfont: small fixes from VladimirDenis Vlasenko
2008-09-18id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko
2008-09-16slattach: preserve speed in non-raw mode. +39 bytes.Denis Vlasenko
2008-09-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko
2008-09-14man: do not use default if /etc/man.conf has different MANPATHDenis Vlasenko
2008-09-14man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko
2008-09-14modprobe-small: trivial SEGV fixDenis Vlasenko
2008-09-14id: unsigned long is excessive for option bitmaskDenis Vlasenko
2008-09-13setfont: add comments/TODOs, no code changesDenis Vlasenko
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-09-13id: code shrinkDenis Vlasenko
2008-09-12- implement id -G (Tito Ragusa)Bernhard Reutner-Fischer
2008-09-12Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-09-11halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-09-06ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexistDenis Vlasenko
2008-09-06ifenslave: wants net/if.hDenis Vlasenko
2008-09-06install: shrink -D code. By Bernhard.Denis Vlasenko
2008-09-06modprobe-small: make insmod command line compatibleDenis Vlasenko
2008-09-05- commentary typo fixBernhard Reutner-Fischer
2008-09-05awk: add a commentDenis Vlasenko
2008-09-04- uncomment tc for nowBernhard Reutner-Fischer
2008-09-04- add WIP stub for tc.Bernhard Reutner-Fischer
2008-09-04- mention that we ignore -v, -b, -cBernhard Reutner-Fischer
2008-09-03kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko
2008-09-02awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko
2008-09-01- pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...Bernhard Reutner-Fischer
2008-09-01- remove excess whitespace (Vladimir Dronnikov)Bernhard Reutner-Fischer