summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-051-3/+3
* Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko2008-07-111-3/+1
* trim usage textDenis Vlasenko2008-06-221-6/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-0/+3
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-132-2/+4
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-1/+1
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-12/+10
* mktemp: make default tempfile template shorter;Denis Vlasenko2008-06-081-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-0/+8
* klogd: make help text more understandableDenis Vlasenko2008-06-061-2/+2
* - fix compilation on standard-conforming compilersBernhard Reutner-Fischer2008-06-061-1/+1
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-051-1/+1
* mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko2008-06-051-6/+5
* change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2008-06-041-1/+1
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-0/+2
* make the help for rtcwake reflect the actual default behaviorMike Frysinger2008-06-021-1/+1
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-012-4/+7
* - add strrchrBernhard Reutner-Fischer2008-05-281-0/+1
* - remove duplicate helptext of dhcprelay and improve itBernhard Reutner-Fischer2008-05-271-7/+3
* udhcpc: shrinkDenis Vlasenko2008-05-261-1/+14
* - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer2008-05-262-0/+7
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-252-6/+3
* inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-05-242-0/+25
* last: trim help textDenis Vlasenko2008-05-221-3/+3
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-221-2/+8
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-192-2/+4
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-181-1/+4
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-181-32/+51
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-162-1/+4
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-0911-58/+131
* - fix selinux stuffBernhard Reutner-Fischer2008-05-081-7/+7
* - correct usage helptext of ifupdownBernhard Reutner-Fischer2008-05-081-4/+8
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-0/+4
* uniq: support -w. closes bug 3094.Denis Vlasenko2008-05-031-5/+5
* remove stray semicolonDenis Vlasenko2008-04-301-1/+1
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-3/+4
* date: make it accept ISO date format. Fix help text.Denis Vlasenko2008-04-251-1/+2
* whitespace fixes. no code changesDenis Vlasenko2008-04-222-2/+2
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+7
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-2/+5
* top: fix build failureDenis Vlasenko2008-04-171-5/+0
* make test, [ and [[ all NOFORK, for consistency.Denis Vlasenko2008-04-132-336/+361
* man: new applet. ~600 bytes.Denis Vlasenko2008-04-132-0/+9
* dd: update usage textDenis Vlasenko2008-04-071-4/+8
* ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko2008-04-071-0/+4
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-062-4/+8
* cpio: optional support for writing cpio files in newc format.Denis Vlasenko2008-04-051-2/+9
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-021-5/+7