Age | Commit message (Expand) | Author |
2011-01-24 | FreeBSD compat for makedev | Chris Rees |
2011-01-24 | FreeBSD compat | Chris Rees |
2011-01-24 | libbb: make ndelay_no/off a bit more clever. +14 bytes | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-17 | libbb: better comment in parse_date | Denys Vlasenko |
2011-01-11 | libbb unicode: comment out usused function and unused parameter | Denys Vlasenko |
2011-01-10 | libbb: progress indicator: use unicode support funcs instead of open-coding it | Denys Vlasenko |
2011-01-10 | tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 | Denys Vlasenko |
2011-01-07 | suppress "'fast_strtol_10' defined but not used" warning | Denys Vlasenko |
2011-01-03 | kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX | Denys Vlasenko |
2011-01-03 | kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code | Denys Vlasenko |
2011-01-02 | date,touch: treat 2-digit years better (fit them into +-50 yrs around today) | Denys Vlasenko |
2010-12-30 | libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names | Denys Vlasenko |
2010-12-28 | plug a DIR* leak on error path | Denys Vlasenko |
2010-12-05 | pstree: new applet. +1664 bytes | Lauri Kasanen |
2010-12-05 | typo fix | Denys Vlasenko |
2010-12-05 | add if guards around include <malloc.h> | Denys Vlasenko |
2010-12-01 | libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework | Denys Vlasenko |
2010-11-29 | exclude the case of just "busybox" from previous commit | Denys Vlasenko |
2010-11-29 | if only one applet is enabled, make "busybox applet [params]" work as expected | Denys Vlasenko |
2010-11-22 | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko |
2010-11-22 | fix misspelling in comment | Denys Vlasenko |
2010-11-22 | lineedit: fix tab-completion of filenames with spaces | Mike Shal |
2010-11-15 | lineedit: create history files with mode 0600 | Wolfram Sang |
2010-11-13 | libbb: remove unused variable | Lauri Kasanen |
2010-11-03 | type fix in comment | Denys Vlasenko |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-29 | unicode: update unicode_width on !unicode branch too. Closes bug 2593 | Denys Vlasenko |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko |
2010-10-28 | *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler | Marek Polacek |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-28 | crc32: cleanups, no code changes | Denys Vlasenko |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko |
2010-10-25 | libbb/process_escape_sequence.c: fix recently broken handling of \\ | Denys Vlasenko |
2010-10-25 | powertop: new applet | Marek Polacek |
2010-10-25 | fdisk: initial stab at GPT partition support | Kevin Cernekee |
2010-10-24 | sha1: small tweak for clearer code, no logic changes | Denys Vlasenko |
2010-10-24 | sha1: use Rob's code, it's smaller and faster | Denys Vlasenko |
2010-10-24 | awk: fix breakage in last commit | Denys Vlasenko |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-22 | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin |
2010-10-19 | klogd: do not log partial lines | Denys Vlasenko |
2010-10-19 | md5: remove outdated comment | Denys Vlasenko |
2010-10-19 | libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 | Denys Vlasenko |
2010-10-18 | hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes | Denys Vlasenko |
2010-10-18 | libbb/hash_sha.c -> libbb/hash_md5_sha.c | Denys Vlasenko |
2010-10-18 | libbb: move md5 and shaN into a common source file. no code changes | Denys Vlasenko |
2010-10-18 | md5: length should be stored in *little-endian* order! fixing... | Denys Vlasenko |
2010-10-18 | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits | Denys Vlasenko |