1. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  2. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  3. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  4. 53d445a wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! by Denis Vlasenko · 18 years ago
  5. 1bb552b libbb: add xunlink() patch: do not try to delete same file twice by Denis Vlasenko · 18 years ago
  6. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  7. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
  8. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  9. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  10. bb7fcb4 libbb: rework NOMMU helper API so that it makes more sense by Denis Vlasenko · 18 years ago
  11. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  12. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 18 years ago
  13. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  14. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  15. 4921b54 Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS by Denis Vlasenko · 18 years ago
  16. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  17. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  18. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  19. 98c0bba fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! by Denis Vlasenko · 18 years ago
  20. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  21. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  22. af45760 - get_terminal_width_height does not and should never write to fd. Cosmetic Precaution by Bernhard Reutner-Fischer · 18 years ago
  23. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  24. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  25. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  26. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  27. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  28. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  29. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  30. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  31. c6ce873 cut 0.5k off mkfs.minix by Denis Vlasenko · 18 years ago
  32. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  33. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  34. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  35. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  36. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  37. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  38. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  39. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  40. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  41. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  42. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  43. 88ca067 xread/write can use full_read/write (smaller code) by Denis Vlasenko · 18 years ago
  44. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  45. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  46. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  47. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  48. b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
  49. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  50. fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
  51. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  52. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  53. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  54. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  55. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  56. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  57. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  58. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  59. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  60. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  61. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  62. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  63. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  64. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  65. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  66. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  67. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  68. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  69. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  70. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 19 years ago
  71. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  72. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  73. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  74. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  75. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  76. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  77. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  78. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  79. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  80. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  81. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  82. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  83. 4eb2fd6 more use libbb/bb_msg_read_error by "Vladimir N. Oleynik" · 19 years ago
  84. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  85. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  86. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  87. 9f894f4 Fixup compile problem with dmalloc by Eric Andersen · 22 years ago
  88. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  89. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  90. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  91. c8459a5 Silly me by Eric Andersen · 23 years ago
  92. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 23 years ago
  93. a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
  94. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  95. 029b4a0 Allow xrealloc to act as a free() when size=0, per SuS2. -Erik by Eric Andersen · 24 years ago
  96. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  97. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago