1. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  2. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  3. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  4. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  5. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  6. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  7. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  8. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  9. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  10. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  11. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  12. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  13. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  14. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  15. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  16. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  17. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  18. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  19. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  20. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  21. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  22. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  23. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  24. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  25. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  26. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  27. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  28. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  29. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  30. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  31. b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
  32. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  33. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  34. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  35. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  36. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  37. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  38. 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
  39. a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
  40. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  41. 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
  42. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  43. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  44. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  45. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  46. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  47. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  48. 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
  49. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  50. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  51. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  52. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  53. f2a8d5d fix duplicate FAST_FUNC FAST_FUNC by Denys Vlasenko · 15 years ago
  54. e766f62 make find_pid_by_name look at /proc/PID/exe too by Alexander Shishkin · 15 years ago
  55. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  56. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  57. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  58. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  59. 52a4267 restore shadow.h independence by Mike Frysinger · 15 years ago
  60. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  61. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  62. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  63. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  64. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  65. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  66. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  67. 071ede1 xmalloc_[open_]read[_close]: do not ignore xrealloc return value by Denys Vlasenko · 16 years ago
  68. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 16 years ago
  69. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  70. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  71. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  72. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  73. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  74. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  75. 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
  76. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  77. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  78. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  79. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  80. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  81. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  82. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  83. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  84. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  85. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  86. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  87. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  88. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  89. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  90. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  91. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  92. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  93. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  94. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  95. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  96. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  97. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  98. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  99. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  100. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago