summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: document plans to speed up line-based inputDenis Vlasenko2008-07-151-1/+2
* libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko2008-07-151-0/+22
* libbb: experimental faster string reading routines.Denis Vlasenko2008-07-151-1/+5
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-121-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-2/+0
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-111-1/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-1/+3
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-102-6/+9
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-0/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+8
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-052-19/+19
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-041-0/+5
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-5/+0
* *: introduce and use xfork()Denis Vlasenko2008-07-011-0/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-0/+2
* ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko2008-07-011-3/+1
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-0/+1