1. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  2. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  3. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  4. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  5. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  6. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  7. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  8. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  9. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  10. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 15 years ago
  11. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  12. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  13. 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
  14. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  15. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  16. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  17. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  18. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  19. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  20. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  21. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  22. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  23. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  24. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  25. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  26. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  27. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  28. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  29. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  30. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  31. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  32. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  33. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  34. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  35. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  36. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  37. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  38. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  39. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  40. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  41. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  42. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  43. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  44. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  45. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  46. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  47. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  48. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  49. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  50. b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
  51. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  52. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  53. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  54. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  55. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  56. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  57. 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
  58. a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
  59. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  60. 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
  61. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  62. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  63. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  64. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  65. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  66. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  67. 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
  68. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  69. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  70. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  71. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  72. f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
  73. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  74. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  75. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  76. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  77. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  78. 52a4267 restore shadow.h independence by Mike Frysinger · 15 years ago
  79. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  80. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  81. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  82. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  83. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  84. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  85. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  86. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
  87. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  88. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  89. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  90. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  91. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  92. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  93. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  94. 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
  95. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  96. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  97. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  98. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  99. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  100. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago