1. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  2. 664c6e7 update documentation by "Vladimir N. Oleynik" · 19 years ago
  3. d5f2a18 bb_mkdep can use src outside now by "Vladimir N. Oleynik" · 19 years ago
  4. 82338d8 - add a few basic tests for pidof(8) by Bernhard Reutner-Fischer · 19 years ago
  5. e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
  6. cf95e0b - add llist_free_one() and llist_free() to libbb by Bernhard Reutner-Fischer · 19 years ago
  7. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  8. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  9. c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  10. f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  11. 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
  12. b48bfe7 - fix generation of .depend when building out of tree. by Bernhard Reutner-Fischer · 19 years ago
  13. 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago
  14. d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
  15. 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
  16. 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
  17. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  18. 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
  19. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  20. dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
  21. 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
  22. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  23. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  24. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  25. 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  26. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  27. d128b71 speed up * 2 by "Vladimir N. Oleynik" · 19 years ago
  28. 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
  29. 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
  30. 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago
  31. c31fcbb remove debug warning by Mike Frysinger · 19 years ago
  32. cb1ce7b reorder arches into alphabetical order by Mike Frysinger · 19 years ago
  33. fa17c4b fixup whitespace by Mike Frysinger · 19 years ago
  34. 86a4bfb remove all Elf32 hardcodes to make sure the elf handling is 64bit clean by Mike Frysinger · 19 years ago
  35. 91fbdac svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 by Mike Frysinger · 19 years ago
  36. e6d5539 typo by Bernhard Reutner-Fischer · 19 years ago
  37. f24e0f5 - remove duplicate entry of resolve.c in BLKID_SRC by Bernhard Reutner-Fischer · 19 years ago
  38. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  39. 6a60c82 forgotten putenv by "Vladimir N. Oleynik" · 19 years ago
  40. 8e1bd4a don't out \r to syslog by "Vladimir N. Oleynik" · 19 years ago
  41. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  42. 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 19 years ago
  43. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  44. 7407868 busybox.c: ENABLE_LOCALE logic correct. by "Vladimir N. Oleynik" · 19 years ago
  45. 843c5ef reorder include <sys/types.h> and <sys/types.h>. by "Vladimir N. Oleynik" · 19 years ago
  46. 69d728b more const, inline, forward declaration usage, strip 20k source size ;-) by "Vladimir N. Oleynik" · 19 years ago
  47. 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
  48. 3978e55 move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction by "Vladimir N. Oleynik" · 19 years ago
  49. 16ce8aa fix building w/out et headers and w/out debug by Mike Frysinger · 19 years ago
  50. f87b3e3 as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits by Mike Frysinger · 19 years ago
  51. 6745184 pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32) by Mike Frysinger · 19 years ago
  52. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  53. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  54. 1c943eb - remove unused variable TOPDIR by Bernhard Reutner-Fischer · 19 years ago
  55. d24eaac add "make help" by Rob Landley · 19 years ago
  56. 7090800 revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\! by "Vladimir N. Oleynik" · 19 years ago
  57. 11d7c52 correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor by "Vladimir N. Oleynik" · 19 years ago
  58. 5f46010 spwd bulid now, (typo) by "Vladimir N. Oleynik" · 19 years ago
  59. 5246063 Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow by Rob Landley · 19 years ago
  60. 95544f7 whitespace sucks by Mike Frysinger · 19 years ago
  61. 7ad9780 fix building with debugging enabled #413 by Mike Frysinger · 19 years ago
  62. de242f6 this should fix parallel building with .depend/bb_config.h by Mike Frysinger · 19 years ago
  63. 1ff789c Stop gcc4 from nit-picking about signedness of char *. by Rob Landley · 19 years ago
  64. 3978abd Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char by Mike Frysinger · 19 years ago
  65. 036f299 Cristian Ionescu-Idbohrn says: touchup whitespace/display by Mike Frysinger · 19 years ago
  66. b7f88e0 touchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn by Mike Frysinger · 19 years ago
  67. a630cb1 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  68. 7f8797c re-order a little for alphabetical by Mike Frysinger · 19 years ago
  69. f51d206 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  70. d1c8ae5 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  71. 75aa192 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  72. 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
  73. 5423df9 force nodebug by default by Mike Frysinger · 19 years ago
  74. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  75. 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago
  76. bfe773f make sure we include local header files by Mike Frysinger · 19 years ago
  77. 016d628 fix parallel building again by Mike Frysinger · 19 years ago
  78. 0f8a638 err, fix stupid mistake in previous do_findfs() change by Mike Frysinger · 19 years ago
  79. 0d65565 add a attribute_noreturn macro by Mike Frysinger · 19 years ago
  80. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  81. 97b43a7 fix broken whitespace and remove pointless mkdir by Mike Frysinger · 19 years ago
  82. a1c6a57 make e2label and findfs optional by Mike Frysinger · 19 years ago
  83. 9ac178a rename menu and touchup whitespace by Mike Frysinger · 19 years ago
  84. ce0cf1d make test an alias for check by Mike Frysinger · 19 years ago
  85. 3f91d7a cleanup option parsing by Mike Frysinger · 19 years ago
  86. 30b1786 - ifupdown needs run-parts. Thanks Derosnec for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  87. 23bc647 - remove dangling symlinks after the runs by Bernhard Reutner-Fischer · 19 years ago
  88. 380ad12 We've gotten enough questions that are related to building systems rather by Rob Landley · 19 years ago
  89. 1eb645d - set executable bit by Bernhard Reutner-Fischer · 19 years ago
  90. b47a74f - introduce variable _BB_CONFIG_DEP to the new test harness. by Bernhard Reutner-Fischer · 19 years ago
  91. 0a44c17 - add missing descriptions of supported arguments by Bernhard Reutner-Fischer · 19 years ago
  92. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  93. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  94. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  95. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  96. b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
  97. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  98. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  99. 28de951 by Paul Fox · 19 years ago
  100. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago