1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  2. df0383c libbb: correct the name of is_TERM_dumb() by Denys Vlasenko · 3 years, 6 months ago
  3. 3d9c649 ls: don't output any colors with TERM=dumb by Sören Tempel · 3 years, 7 months ago
  4. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  5. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  6. 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
  7. e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
  8. 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
  9. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  10. 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
  11. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  12. 2262746 slattach: code shrink, better --help text by Denys Vlasenko · 7 years ago
  13. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  14. 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
  15. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  16. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  17. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  18. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  19. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
  20. a04440c typo fix by Denys Vlasenko · 14 years ago
  21. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  22. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  23. ab60cd1 utoa: shrink by Denys Vlasenko · 15 years ago
  24. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  25. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  26. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  27. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  28. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  29. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  30. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  31. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  32. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  33. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  34. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  35. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  36. 6c10657 style fixes. no code changes by Denis Vlasenko · 17 years ago
  37. b12b1c8 Splitting xfuncs.c into two parts. No code chabges. by Denis Vlasenko · 17 years ago
  38. 278a1c2 brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 17 years ago
  39. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  40. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  41. 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
  42. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  43. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  44. b5c60fc mkswap, readahead: stop using fdlength, it is reported to be unreliable by Denis Vlasenko · 17 years ago
  45. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
  46. 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 17 years ago
  47. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  48. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  49. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  50. 76c476f smart_ulltoa5: emit small letters k,m,g... - makes top more readable by Denis Vlasenko · 17 years ago
  51. b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
  52. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  53. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  54. ab9c44b v[hp]error_msg have 2-3 callsites only -> incorporate there. by Denis Vlasenko · 17 years ago
  55. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  56. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  57. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  58. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  59. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  60. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  61. 3bc1825 fix suid config handling by Denis Vlasenko · 18 years ago
  62. 1d6a4ae make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) by Denis Vlasenko · 18 years ago
  63. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  64. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  65. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  66. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  67. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  68. 53d445a wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! by Denis Vlasenko · 18 years ago
  69. 1bb552b libbb: add xunlink() patch: do not try to delete same file twice by Denis Vlasenko · 18 years ago
  70. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  71. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
  72. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  73. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  74. bb7fcb4 libbb: rework NOMMU helper API so that it makes more sense by Denis Vlasenko · 18 years ago
  75. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  76. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 18 years ago
  77. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  78. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  79. 4921b54 Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS by Denis Vlasenko · 18 years ago
  80. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  81. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  82. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  83. 98c0bba fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! by Denis Vlasenko · 18 years ago
  84. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  85. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  86. af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
  87. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  88. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  89. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  90. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  91. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  92. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  93. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  94. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  95. c6ce873 cut 0.5k off mkfs.minix by Denis Vlasenko · 18 years ago
  96. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  97. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  98. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  99. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  100. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago