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