aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-0/+2
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-211-1/+1
* telnet: shrinkDenis Vlasenko2008-07-211-4/+4
* help text: test --help doesnt print it (by design),Denis Vlasenko2008-07-211-2/+3
* libbb: config_read() updateDenis Vlasenko2008-07-191-5/+9
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-193-4/+16
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-1/+2
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-1/+1
* update of config file parser from VladimirDenis Vlasenko2008-07-161-15/+5
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-17/+18
* od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2008-07-161-7/+7