| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb.h: do not use homegrown struct sysinfo. | Denys Vlasenko | 2011-07-25 | 1 | -19/+4 |
* | Use the _unlocked stdio macros only when they're all available | Dan Fandrich | 2011-06-30 | 1 | -16/+20 |
* | libbb.h: tweak _unlocked hack | Denys Vlasenko | 2011-06-30 | 1 | -36/+18 |
* | libbb: use _unlocked variants of stdio I/O. | Denys Vlasenko | 2011-06-20 | 1 | -0/+38 |
* | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras | 2011-06-20 | 1 | -1/+2 |
* | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 2011-06-18 | 1 | -7/+0 |
* | libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation | Denys Vlasenko | 2011-06-17 | 1 | -1/+5 |
* | libbb.h: small reordering | Denys Vlasenko | 2011-05-23 | 1 | -5/+8 |
* | main: free suid_config list after use | Denys Vlasenko | 2011-05-16 | 1 | -1/+5 |
* | adduser: safe username passing to passwd/addgroup | Denys Vlasenko | 2011-05-13 | 1 | -2/+7 |
* | libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc | Denys Vlasenko | 2011-05-12 | 1 | -0/+6 |
* | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 | 1 | -1/+1 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 1 | -2/+2 |
* | libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. | Denys Vlasenko | 2011-04-07 | 1 | -1/+1 |
* | ash,hush: optional support for $HISTFILESIZE. | Denys Vlasenko | 2011-03-31 | 1 | -1/+3 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 1 | -1/+8 |
* | libbb: make user/group name cache strings longer (~27 chars) | Denys Vlasenko | 2011-03-01 | 1 | -3/+3 |
* | progress meter: fix bugs found in stall detection and unknown size logic | Denys Vlasenko | 2011-02-11 | 1 | -2/+3 |
* | progress meter: move file name to bb_progress_t. +20 bytes | Denys Vlasenko | 2011-02-11 | 1 | -3/+9 |
* | progress bar: better overflow protection; more precise bar | Denys Vlasenko | 2011-02-10 | 1 | -2/+3 |
* | use unistd.h before _POSIX_VERSION | Denys Vlasenko | 2011-02-08 | 1 | -1/+0 |
* | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko | 2011-02-08 | 1 | -3/+2 |
* | incorporate header fixes proposed in bug 3097 | Denys Vlasenko | 2011-02-07 | 1 | -0/+3 |
* | ash: optional support for $TMOUT variable | Denys Vlasenko | 2011-02-04 | 1 | -1/+3 |
* | move nofork_save_area from libbb.h to vfork_daemon_rexec.c | Denys Vlasenko | 2011-02-02 | 1 | -11/+0 |
* | hush: use FEATURE_SH_NOFORK to enable NOFORK trick | Denys Vlasenko | 2011-02-02 | 1 | -0/+1 |
* | libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe | Denys Vlasenko | 2011-02-02 | 1 | -5/+7 |
* | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -0/+3 |
* | add ENABLE_FEATURE_SYSTEMD and use it in syslogd | Davide Cavalca | 2011-01-25 | 1 | -0/+6 |
* | nicer looking ifdef in libbb/makedev.c | Denys Vlasenko | 2011-01-24 | 1 | -1/+1 |
* | FreeBSD compat | Chris Rees | 2011-01-24 | 1 | -6/+9 |
* | FreeBSD compat | Chris Rees | 2011-01-24 | 1 | -0/+6 |
* | libbb: make ndelay_no/off a bit more clever. +14 bytes | Denys Vlasenko | 2011-01-24 | 1 | -3/+3 |
* | insmod: check for module read errors | Denys Vlasenko | 2011-01-17 | 1 | -2/+2 |
* | move passwd, shadow, group and gshadow path definitions to libbb.h | Tito Ragusa | 2011-01-16 | 1 | -4/+17 |
* | pstree: new applet. +1664 bytes | Lauri Kasanen | 2010-12-05 | 1 | -0/+1 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -2/+2 |
* | libbb: introduce and use common crc32 routine | Denys Vlasenko | 2010-10-27 | 1 | -4/+3 |
* | fdisk: initial stab at GPT partition support | Kevin Cernekee | 2010-10-25 | 1 | -2/+5 |
* | remove unused SC_x (serial port names) defines | Denys Vlasenko | 2010-10-24 | 1 | -22/+3 |
* | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko | 2010-10-23 | 1 | -0/+1 |
* | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin | 2010-10-22 | 1 | -0/+1 |
* | libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 | Denys Vlasenko | 2010-10-19 | 1 | -30/+14 |
* | hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes | Denys Vlasenko | 2010-10-18 | 1 | -23/+23 |
* | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko | 2010-10-18 | 1 | -2/+5 |
* | *: use SWAP_BE64 instead of open-coding it | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | bring md5 and sha1 names closer. no code changes | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
* | shaN: code shrink | Denys Vlasenko | 2010-10-17 | 1 | -2/+2 |
* | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko | 2010-10-16 | 1 | -1/+1 |
* | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko | 2010-10-16 | 1 | -6/+6 |