aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-10/+5
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-281-0/+4
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-1/+1
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-3/+7
* Compatibility fixes:Denis Vlasenko2009-03-201-5/+5
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-181-2/+4
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-151-1/+1
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-151-9/+6
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-3/+3
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-4/+2
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-8/+8
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-0/+2
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+3
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-141-1/+7
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-2/+2
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+1
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+1
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+1
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-0/+1
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-0/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-2/+3
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-8/+8
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+1
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-1/+1
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-4/+14
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-1/+18
* 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