- 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
- 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
- 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
- b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
- c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
- e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 14 years ago
- 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
- 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 14 years ago
- 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
- 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 14 years ago
- 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
- 8345b2b libbb: make warning go away by Denys Vlasenko · 14 years ago
- f8416dc forgot to add libbb/get_shell_name.c by Denys Vlasenko · 14 years ago
- bd74e3d libbb/login/su: do not sanitize shell name twice by Denys Vlasenko · 14 years ago
- 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
- ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 14 years ago
- 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
- 0b8a772 typo fix by Denys Vlasenko · 14 years ago
- ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
- d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
- e52e67c libbb/progress.c: make sure we never get negative ETA by Denys Vlasenko · 14 years ago
- 838d4bb progress meter: display >999 hours ETA correctly by Denys Vlasenko · 14 years ago
- f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
- 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
- dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
- df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
- 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
- c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 14 years ago
- b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
- 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
- c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago
- 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
- aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 14 years ago
- 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
- 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
- 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 14 years ago
- 6b1ce45 FreeBSD compat for match_fstype by Chris Rees · 14 years ago
- e22af94 FreeBSD compat for makedev by Chris Rees · 14 years ago
- e3c127d FreeBSD compat by Chris Rees · 14 years ago
- e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
- dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
- 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 14 years ago
- 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
- f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
- 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
- 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
- 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
- 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
- 2272129 plug a DIR* leak on error path by Denys Vlasenko · 14 years ago
- 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
- a04440c typo fix by Denys Vlasenko · 14 years ago
- 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
- 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
- 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
- 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
- 26777aa fixes for bugs discovered by randomconfig builds and tests by Denys Vlasenko · 14 years ago
- 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
- f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
- 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
- 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
- 854738d type fix in comment by Denys Vlasenko · 14 years ago
- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 6b3f0b0 unicode: update unicode_width on !unicode branch too. Closes bug 2593 by Denys Vlasenko · 14 years ago
- caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
- 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
- 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
- a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
- b507cc3 powertop: new applet by Marek Polacek · 14 years ago
- ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
- 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
- f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
- 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
- 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
- 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
- 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
- 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
- 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
- c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
- b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago
- eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
- e08ef58 md5: length should be stored in *little-endian* order! fixing... by Denys Vlasenko · 14 years ago
- 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
- b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
- 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago
- c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
- b8d0259 md5: fix biuld failure on big-endian machines by Denys Vlasenko · 14 years ago
- cfe114c md5: code shrink -5 bytes by Denys Vlasenko · 14 years ago
- f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
- 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
- a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
- 446c234 whitespace fix by Denys Vlasenko · 14 years ago