1. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  2. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  3. 962c4e8 taskset: support CPU masks for more than 64 CPUs by Denys Vlasenko · 10 years ago
  4. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  5. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  6. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  7. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  8. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  9. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  10. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  11. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  12. 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
  13. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  14. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  15. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  16. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  17. 8e0ad26 Another FreeBSD fix from Matthias Andree by Denys Vlasenko · 11 years ago
  18. 432fbd7 platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD by Denys Vlasenko · 11 years ago
  19. d9fc4d8 platform: strchrnul is missing if __APPLE__ by Daniel Borca · 11 years ago
  20. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 11 years ago
  21. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  22. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  23. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  24. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  25. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  26. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  27. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 11 years ago
  28. 1d39e33 fstrim: New applet by Malek Degachi · 11 years ago
  29. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  30. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  31. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  32. cd256e1 wall: access FILE under real user's credentials by Denys Vlasenko · 11 years ago
  33. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  34. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  35. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  36. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  37. 9078633 buildsys: Add helper to list suid applets by Bernhard Reutner-Fischer · 12 years ago
  38. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  39. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  40. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  41. 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
  42. 1f5e81f md5/sha512: a better fix for strict aliasing warnings by Denys Vlasenko · 11 years ago
  43. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  44. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  45. 80a38ca man: install to /usr/bin, not /sbin by Denys Vlasenko · 12 years ago
  46. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  47. e3e3216 Fix move_to_unaligned16 by Denys Vlasenko · 12 years ago
  48. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  49. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  50. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  51. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  52. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  53. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  54. 2ffd710 platform.h: disable ALIGNn macros for s390[x] by Denys Vlasenko · 12 years ago
  55. d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
  56. 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
  57. 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
  58. c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 12 years ago
  59. 2bc495e adduser: install to /usr, not /, like all other similar tools by Denys Vlasenko · 12 years ago
  60. dac8e79 Move several applets to different install dir: by Denys Vlasenko · 12 years ago
  61. ac164dd volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs by Denys Vlasenko · 13 years ago
  62. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  63. 3645195 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 13 years ago
  64. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  65. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  66. 176bc34 Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h by Denys Vlasenko · 13 years ago
  67. 0b2b0f3 Create and use our own copy of linux/ext2_fs.h by Denys Vlasenko · 13 years ago
  68. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  69. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  70. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  71. e8cfc3f blkid: if parameters are given, do not scan /dev by Denys Vlasenko · 13 years ago
  72. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  73. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  74. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  75. 3e0c428 Move include <shadow.h> close to pwd.h and grp.h includes by Denys Vlasenko · 13 years ago
  76. a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
  77. 6b64a26 platform.h: define endgrent() and endpwent() as no-ops on Android by Denys Vlasenko · 13 years ago
  78. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  79. 7b57ff4 udhcp: finish support of classless static routes by Michael McTernan · 13 years ago
  80. b8ff935 suppress a "integer overflow in expression" waring on big endian. Closes 4405 by Denys Vlasenko · 13 years ago
  81. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  82. 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago
  83. f59a50e libbb.h: tighten up macro code by Denys Vlasenko · 13 years ago
  84. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  85. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  86. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  87. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  88. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  89. cc87588 disable strverscmp usage if we build against uClibc-0.9.31 by Oliver Metz · 13 years ago
  90. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  91. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  92. 5c6ba6c mdev: expand --help so that it's actually useful. by Denys Vlasenko · 13 years ago
  93. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  94. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  95. d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
  96. e0894f5 Android build fixes and alternate (hopefully simpler) defconfig for it by Denys Vlasenko · 13 years ago
  97. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  98. e45af7a lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator by Denys Vlasenko · 13 years ago
  99. bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
  100. 1285437 Fixes for FreeBSD build by Matthias Andree · 13 years ago