aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-4/+3
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-2/+5
* remove unused SC_x (serial port names) definesDenys Vlasenko2010-10-241-22/+3
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-0/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+1
* libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2010-10-191-30/+14
* hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2010-10-181-23/+23
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-181-2/+5
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-181-1/+1
* bring md5 and sha1 names closer. no code changesDenys Vlasenko2010-10-171-2/+2
* shaN: code shrinkDenys Vlasenko2010-10-171-2/+2
* md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-1/+1
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-6/+6
* libbb/md5: code shrinkDenys Vlasenko2010-10-161-1/+0
* libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-161-0/+6
* libbb: xfunc_error_retval can be a byteDenys Vlasenko2010-09-011-2/+2
* better shared strings trickDenys Vlasenko2010-09-011-10/+25
* libbb: add xfstat functionDenys Vlasenko2010-08-311-0/+1
* pmap: new applet. +1k.Alexander Shishkin2010-08-281-7/+24
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-0/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* libbb: factor out common code from mpstat/iostatDenys Vlasenko2010-08-161-0/+2
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+8
* OpenBSD compatibilityWaldemar Brodkorb2010-08-061-7/+7
* libbb.h: add device names for Hurd and FreeBSDJeremie Koenig2010-07-191-5/+21
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+17
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-0/+1
* losetup: use LOOP_foo definesLauri Kasanen2010-07-041-6/+6
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-4/+3
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-0/+1
* bootchartd: added optional compat featuresDenys Vlasenko2010-06-211-0/+1
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-0/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+2
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-1/+1
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-0/+9
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-0/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-0/+2
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-2/+4
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-0/+6
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+2
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-5/+6
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+5
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-091-0/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+0
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-3/+4
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+4
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-17/+23