aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-24remove unused SC_x (serial port names) definesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-18*: use SWAP_BE64 instead of open-coding itDenys Vlasenko
2010-10-17bring md5 and sha1 names closer. no code changesDenys Vlasenko
2010-10-17shaN: code shrinkDenys Vlasenko
2010-10-16md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-16libbb/md5: code shrinkDenys Vlasenko
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-06OpenBSD compatibilityWaldemar Brodkorb
2010-07-19libbb.h: add device names for Hurd and FreeBSDJeremie Koenig
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko