aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-1/+2
* sendmail: update by VladimirDenis Vlasenko2008-09-282-5/+8
* sendmail: compat update by VladimirDenis Vlasenko2008-09-271-4/+9
* Markus Heidelberg writes:Bernhard Reutner-Fischer2008-09-261-4/+4
* - add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer2008-09-261-1/+2
* - commentary typo fixBernhard Reutner-Fischer2008-09-263-3/+3
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-265-74/+42
* fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/Denis Vlasenko2008-09-251-12/+12
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* top: don't lie in help screen about "-d 1" being validDenis Vlasenko2008-09-251-1/+1
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-4/+11
* 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
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-2/+4
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-0/+5
* id: code shrinkDenis Vlasenko2008-09-131-2/+2
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-0/+1
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+3
* watchdog: add -T optionDenis Vlasenko2008-09-071-3/+4
* - uncomment tc for nowBernhard Reutner-Fischer2008-09-041-1/+1
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-042-0/+21
* - mention that we ignore -v, -b, -cBernhard Reutner-Fischer2008-09-041-1/+2
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-7/+8
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-1/+1
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-18/+22
* - document rmdir argsBernhard Reutner-Fischer2008-08-211-1/+10
* - document rmmod -w and -f argumentsBernhard Reutner-Fischer2008-08-211-1/+3
* fix xargs -e help textDenis Vlasenko2008-08-211-1/+1
* findfs: make it use setuid-ness of busybox binaryDenis Vlasenko2008-08-201-1/+1
* - add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer2008-08-192-0/+9
* showkey: new applet by VladimirDenis Vlasenko2008-08-172-1/+11
* setfont: new applet by VladimirDenis Vlasenko2008-08-172-1/+11
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-091-0/+1
* - support relatime / norelatimeBernhard Reutner-Fischer2008-08-062-1/+4
* *: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko2008-08-051-1/+1
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-053-18/+20
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-051-3/+3
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-041-3/+0
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-0/+4
* ssd: fix -K/-S mixup in help textDenis Vlasenko2008-08-031-6/+6
* xargs: update help textDenis Vlasenko2008-08-031-6/+9
* makedevs: fix help text discrepanciesDenis Vlasenko2008-08-011-15/+16
* chpst: large code shrink by VladimirDenis Vlasenko2008-07-301-36/+31
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-272-1/+5
* fix several problems with config parser:Denis Vlasenko2008-07-261-8/+13
* *: conversion to config parserDenis Vlasenko2008-07-241-0/+1
* s/othervise/otherwise/gDenis Vlasenko2008-07-232-2/+2
* lpd: extend help textDenis Vlasenko2008-07-231-2/+7
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-0/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-0/+7