- 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
- fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
- d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
- 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
- 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
- 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
- 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
- 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
- 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
- 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
- 3e0c428 Move include <shadow.h> close to pwd.h and grp.h includes by Denys Vlasenko · 13 years ago
- a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
- f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
- d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
- 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago
- f59a50e libbb.h: tighten up macro code by Denys Vlasenko · 13 years ago
- 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
- 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
- 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
- ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
- 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
- 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
- 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
- dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
- d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
- e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
- e45af7a lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator by Denys Vlasenko · 13 years ago
- bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
- 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
- be391e7 libbb.h: do not use homegrown struct sysinfo. by Denys Vlasenko · 13 years ago
- 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
- 0c4cf42 libbb.h: tweak _unlocked hack by Denys Vlasenko · 13 years ago
- 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 13 years ago
- adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
- 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
- a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
- e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
- 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
- 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
- 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
- 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
- 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
- ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
- 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
- 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
- 7d65abe libbb: make user/group name cache strings longer (~27 chars) 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
- 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
- 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
- 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
- dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
- 046341e ash: optional support for $TMOUT variable 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
- b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick 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
- 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
- 330718e FreeBSD compat 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
- 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
- ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
- 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
- ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
- 1c26e05 remove unused SC_x (serial port names) defines 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
- 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
- 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
- f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
- a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
- bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
- c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
- 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
- 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
- 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
- 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
- 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
- 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
- e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
- 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
- a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
- dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
- adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago