aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-0/+2
* libbb: config_read() updateDenis Vlasenko2008-07-191-5/+9
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-4/+10
* 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: 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
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-3/+6
* 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-051-9/+9
* 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
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-0/+1
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-0/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-318/+316
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-0/+3
* 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
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-0/+8
* - 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
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-0/+2
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-3/+6
* - add strrchrBernhard Reutner-Fischer2008-05-281-0/+1
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-251-1/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-1/+3
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+3
* 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-091-9/+33
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-0/+4
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-3/+4
* 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
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-3/+3
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-10/+7
* libbb: preventive fix for SIGxxx >= 32Denis Vlasenko2008-03-301-14/+18
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-15/+19
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-7/+8
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-241-1/+1
* small NOMMU fixesDenis Vlasenko2008-03-201-1/+1
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-1/+5
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-2/+2
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-0/+3
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+2