aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25top: don't lie in help screen about "-d 1" being validDenis Vlasenko
2008-09-25top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis 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-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis 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-11runsvd: shrink by VladimirDenis Vlasenko
2008-09-07watchdog: add -T optionDenis 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-01- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-08-21- document rmdir argsBernhard Reutner-Fischer
2008-08-21- document rmmod -w and -f argumentsBernhard Reutner-Fischer
2008-08-21fix xargs -e help textDenis Vlasenko
2008-08-20findfs: make it use setuid-ness of busybox binaryDenis Vlasenko
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer
2008-08-17showkey: new applet by VladimirDenis Vlasenko
2008-08-17setfont: new applet by VladimirDenis Vlasenko
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko
2008-08-06- support relatime / norelatimeBernhard Reutner-Fischer
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer
2008-08-04modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-08-03ssd: fix -K/-S mixup in help textDenis Vlasenko
2008-08-03xargs: update help textDenis Vlasenko
2008-08-01makedevs: fix help text discrepanciesDenis Vlasenko
2008-07-30chpst: large code shrink by VladimirDenis Vlasenko
2008-07-27netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-23s/othervise/otherwise/gDenis Vlasenko
2008-07-23lpd: extend help textDenis Vlasenko
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer
2008-07-21telnet: shrinkDenis Vlasenko
2008-07-21help text: test --help doesnt print it (by design),Denis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer