- 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
- e3e3216 Fix move_to_unaligned16 by Denys Vlasenko · 12 years ago
- 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
- 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
- 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
- 2ffd710 platform.h: disable ALIGNn macros for s390[x] by Denys Vlasenko · 12 years ago
- d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
- 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
- 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
- c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 12 years ago
- 2bc495e adduser: install to /usr, not /, like all other similar tools by Denys Vlasenko · 12 years ago
- dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
- ac164dd volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs by Denys Vlasenko · 13 years ago
- 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
- 3645195 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 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
- 176bc34 Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h by Denys Vlasenko · 13 years ago
- 0b2b0f3 Create and use our own copy of linux/ext2_fs.h by Denys Vlasenko · 13 years ago
- faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 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
- e8cfc3f blkid: if parameters are given, do not scan /dev by Denys Vlasenko · 13 years ago
- 6111f96 tar: add support for PAX-encoded path=LONGFILENAME 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
- 6b64a26 platform.h: define endgrent() and endpwent() as no-ops on Android by Denys Vlasenko · 13 years ago
- f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
- 7b57ff4 udhcp: finish support of classless static routes by Michael McTernan · 13 years ago
- b8ff935 suppress a "integer overflow in expression" waring on big endian. Closes 4405 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
- cc87588 disable strverscmp usage if we build against uClibc-0.9.31 by Oliver Metz · 13 years ago
- d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
- 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
- 5c6ba6c mdev: expand --help so that it's actually useful. 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
- e0894f5 Android build fixes and alternate (hopefully simpler) defconfig for it 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
- 1285437 Fixes for FreeBSD build by Matthias Andree · 13 years ago
- b1611d9 hostid: fix behavior on identifiers starting with zeros by Pere Orga · 13 years ago
- a6367f9 remove extra IF_WHO() 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
- 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
- 4dc35fb platform.h: tweaks for cygwin 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
- 0e79e7b Use the built-in getline on more systems that don't have it by Dan Fandrich · 13 years ago
- 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
- b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
- 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
- 33092f1 groups: new applet by Tito Ragusa · 13 years ago
- 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef 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 · 13 years ago
- a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 13 years ago
- f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
- 71d7313 platform.h: support for build under Android by Dan Fandrich · 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
- 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
- 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" 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
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
- 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
- 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
- 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
- 19311bf mount: add --rbind option support by Roman Borisov · 14 years ago
- 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
- e2e55b0 wget: move help text to .c file 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
- 115c35d ftpd: better usage text by Denys Vlasenko · 14 years ago
- 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
- 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
- b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
- 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago