1. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  2. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  3. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  4. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  5. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  6. 23b61be Add comments to all the functions in this file documenting what they're for. by Rob Landley · 18 years ago
  7. 2c55fca Thinko spotted by Vladimir Dronnikov. by Rob Landley · 18 years ago
  8. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  9. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  10. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  11. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  12. 22d3958 Denis Vlasenko spotted the lack of bounds checking in my first attempt at by Rob Landley · 18 years ago
  13. 5b88a38 Add itoa and utoa to see what Denis Vlasenko thinks. by Rob Landley · 18 years ago
  14. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 18 years ago
  15. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  16. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  17. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  18. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
  19. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  20. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  21. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  22. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  23. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  24. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  25. 4e9deec svn 14077 was completely broken and apparently never tested. by Rob Landley · 19 years ago
  26. 21e6870 removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) by "Vladimir N. Oleynik" · 19 years ago
  27. 4eb2fd6 more use libbb/bb_msg_read_error by "Vladimir N. Oleynik" · 19 years ago
  28. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  29. 948d490 My bug. :-( by Manuel Novoa III · 21 years ago
  30. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  31. 9f894f4 Fixup compile problem with dmalloc by Eric Andersen · 21 years ago
  32. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  33. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  34. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  35. c8459a5 Silly me by Eric Andersen · 23 years ago
  36. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 23 years ago
  37. a99b194 * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is by Matt Kraai · 23 years ago
  38. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  39. 029b4a0 Allow xrealloc to act as a free() when size=0, per SuS2. -Erik by Eric Andersen · 23 years ago
  40. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  41. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago