aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesDenis Vlasenko2008-09-257-13/+13
* return setgroups() decl to libbb, it is needed if we use libpwdgrp.Denis Vlasenko2008-09-251-2/+4
* we dont provide setgroups() replacement, so dont provide the prototype either...Mike Frysinger2008-09-251-2/+0
* runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.Denis Vlasenko2008-09-222-64/+88
* crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko2008-09-212-32/+35
* unzip: handle "central directory"Denis Vlasenko2008-09-211-47/+196
* setfont: use ioctl(KDFONTOP), it honours -C ttyDenis Vlasenko2008-09-201-1/+43
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-204-27/+22
* webpage: add "RD129 embedded board from ELPA" to product pageDenis Vlasenko2008-09-201-107/+99
* website: add a product using bbox - EMTEC MovieCube R700Denis Vlasenko2008-09-201-0/+2
* libbb: document that we maybe will want to understand \e somedayDenis Vlasenko2008-09-191-7/+10
* grep: yet another fixlet for EXTRA_COMPATDenis Vlasenko2008-09-191-0/+5
* grep: fix EXTRA_COMPAT grep to honor -E and -iDenis Vlasenko2008-09-191-1/+30
* setfont: small fixes from VladimirDenis Vlasenko2008-09-181-4/+4
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-182-33/+87
* slattach: preserve speed in non-raw mode. +39 bytes.Denis Vlasenko2008-09-161-0/+2
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-164-16/+124
* man: do not use default if /etc/man.conf has different MANPATHDenis Vlasenko2008-09-141-3/+5
* man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko2008-09-141-4/+12
* modprobe-small: trivial SEGV fixDenis Vlasenko2008-09-141-1/+1
* id: unsigned long is excessive for option bitmaskDenis Vlasenko2008-09-141-14/+8
* setfont: add comments/TODOs, no code changesDenis Vlasenko2008-09-131-0/+38
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-1312-5745/+4698
* id: code shrinkDenis Vlasenko2008-09-132-20/+21
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-122-10/+38
* Kill off bogus #error's for big endian SH targets, these work fine.Paul Mundt2008-09-121-9/+0
* runsvd: shrink by VladimirDenis Vlasenko2008-09-116-66/+35
* halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2008-09-112-33/+36
* watchdog: add -T optionDenis Vlasenko2008-09-077-66/+81
* ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexistDenis Vlasenko2008-09-061-1/+5
* ifenslave: wants net/if.hDenis Vlasenko2008-09-061-4/+5
* install: shrink -D code. By Bernhard.Denis Vlasenko2008-09-061-10/+7
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-062-6/+27
* - commentary typo fixBernhard Reutner-Fischer2008-09-051-1/+1
* awk: add a commentDenis Vlasenko2008-09-051-0/+1
* - uncomment tc for nowBernhard Reutner-Fischer2008-09-041-1/+1
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-047-4/+579
* - mention that we ignore -v, -b, -cBernhard Reutner-Fischer2008-09-041-1/+2
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-033-35/+46
* awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko2008-09-022-14/+34
* - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...Bernhard Reutner-Fischer2008-09-011-0/+12
* - remove excess whitespace (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-2/+0
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-012-8/+9
* - add ether-wake to the hardcoded(argh!) list of APPLET_ODDNAMEBernhard Reutner-Fischer2008-09-011-0/+3
* insmod: fix detection of open failureDenis Vlasenko2008-08-311-1/+1
* build system: fix "Possible unintended interpolation of @host"Denis Vlasenko2008-08-311-0/+1
* build system: echo and test features may be enabledDenis Vlasenko2008-08-292-2/+7
* awk: bitwise ops cast oprands and results to unsigned long,Denis Vlasenko2008-08-281-6/+8
* awk: support hex constantsDenis Vlasenko2008-08-281-1/+6
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-285-69/+105