summaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post 1.13.1 patches, bump to 1.13.21_13_2Denis Vlasenko2008-12-311-0/+1
* correction in commentDenis Vlasenko2008-11-061-1/+1
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-1/+1
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-0/+2
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-4/+1
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-0/+2
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+33
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-261-9/+3
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-4/+11
* 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
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+3
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-091-0/+1
* *: 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-051-4/+1
* 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
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-0/+1
* fix several problems with config parser:Denis Vlasenko2008-07-261-8/+13
* *: conversion to config parserDenis Vlasenko2008-07-241-0/+1
* 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
* 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