1. 0ae0509 libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL) by Denys Vlasenko · 8 years ago
  2. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  3. aa3576a hush: fix "redirects can close script fd" bug by Denys Vlasenko · 8 years ago
  4. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  5. 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
  6. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  7. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  8. 4c8fa34 generate_BUFSIZ.sh: yet another tweak by Denys Vlasenko · 9 years ago
  9. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  10. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  11. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  12. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  13. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  14. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  15. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  16. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  17. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  18. b505251 include/platform.h: Remove extra #endif introduced in 6df9612. by Ari Sundholm · 9 years ago
  19. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  20. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  21. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  22. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  23. f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
  24. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  25. 95dee81 loginutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  26. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  27. 854bb68 printutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  28. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  29. 000eda4 e2fsprogs/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  30. d34f300 sysklogd/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  31. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  32. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  33. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  34. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  35. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  36. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  37. 1c6c670 wget: make openssl/ssl_helper choice configurable by Denys Vlasenko · 9 years ago
  38. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  39. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  40. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  41. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  42. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  43. 778efe3 Conditionalize Bionic workarounds on __ANDROID_API__ by Matt Whitlock · 10 years ago
  44. f23e3ec Bionic lacks mempcpy; enable existing workaround by Matt Whitlock · 10 years ago
  45. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  46. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  47. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  48. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  49. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  50. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  51. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  52. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  53. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  54. 5104645 platform.h: enable mempcpy for FreeBSD by Denys Vlasenko · 10 years ago
  55. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  56. 8c05a74 platform.h: mempcpy needs <string.h> by Denys Vlasenko · 10 years ago
  57. 50a6d86 platform.h: add compat mempcpy by Denys Vlasenko · 10 years ago
  58. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  59. 908b6e5 libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to succeed by Denys Vlasenko · 10 years ago
  60. 1da09cf libpwdgrp: rewritten to use malloced implementation by Tito Ragusa · 10 years ago
  61. a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
  62. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  63. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  64. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  65. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  66. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  67. 962c4e8 taskset: support CPU masks for more than 64 CPUs by Denys Vlasenko · 10 years ago
  68. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  69. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  70. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  71. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  72. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  73. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  74. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  75. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  76. 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
  77. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  78. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  79. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  80. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  81. 8e0ad26 Another FreeBSD fix from Matthias Andree by Denys Vlasenko · 11 years ago
  82. 432fbd7 platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD by Denys Vlasenko · 11 years ago
  83. d9fc4d8 platform: strchrnul is missing if __APPLE__ by Daniel Borca · 11 years ago
  84. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 11 years ago
  85. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  86. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  87. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  88. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  89. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  90. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  91. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 11 years ago
  92. 1d39e33 fstrim: New applet by Malek Degachi · 11 years ago
  93. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  94. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  95. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  96. cd256e1 wall: access FILE under real user's credentials by Denys Vlasenko · 11 years ago
  97. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  98. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  99. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  100. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago