aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-4/+6
* libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko2011-07-251-19/+4
* Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-301-16/+20
* libbb.h: tweak _unlocked hackDenys Vlasenko2011-06-301-36/+18
* libbb: use _unlocked variants of stdio I/O.Denys Vlasenko2011-06-201-0/+38
* parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-201-1/+2
* procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-7/+0
* libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-171-1/+5
* libbb.h: small reorderingDenys Vlasenko2011-05-231-5/+8
* main: free suid_config list after useDenys Vlasenko2011-05-161-1/+5
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+7
* libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-121-0/+6
* hush: make read builtin interruptible.Denys Vlasenko2011-05-081-1/+1
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-2/+2
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-1/+3
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-1/+8
* libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-3/+3
* progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-2/+3
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-3/+9
* progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-101-2/+3
* use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-081-1/+0
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-3/+2
* incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-071-0/+3
* ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-1/+3
* move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-021-11/+0
* hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-021-0/+1
* libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-021-5/+7
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-0/+3
* add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca2011-01-251-0/+6
* nicer looking ifdef in libbb/makedev.cDenys Vlasenko2011-01-241-1/+1
* FreeBSD compatChris Rees2011-01-241-6/+9
* FreeBSD compatChris Rees2011-01-241-0/+6
* libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2011-01-241-3/+3
* insmod: check for module read errorsDenys Vlasenko2011-01-171-2/+2
* move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa2011-01-161-4/+17
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+1
* *: 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