1. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  2. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  3. 3ade65f remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\! by "Vladimir N. Oleynik" · 19 years ago
  4. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  5. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  6. 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
  7. 87210b5 trivial generate exit code by "Vladimir N. Oleynik" · 19 years ago
  8. ffe17b5 correct strange *3 isatty(0) code by "Vladimir N. Oleynik" · 19 years ago
  9. f1ab127 Prepend '-' to the first argument if required, more const, indent by "Vladimir N. Oleynik" · 19 years ago
  10. f588869 new featured bb_opt_complementally, correct argc checking by "Vladimir N. Oleynik" · 19 years ago
  11. 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
  12. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  13. ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
  14. 554a9ff - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe by Bernhard Reutner-Fischer · 19 years ago
  15. 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
  16. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  17. ff9f2f6 Fluff out INSTALL a bit. by Rob Landley · 19 years ago
  18. 332fc10 - remove passing PREFIX and CROSS to make which was added for bug #94. by Bernhard Reutner-Fischer · 19 years ago
  19. d27d3be The readme in 1.0 is more up to date than the 1.1 version... by Rob Landley · 19 years ago
  20. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  21. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
  22. ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
  23. f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
  24. 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
  25. 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
  26. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
  27. 1ba19d6 Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. by Rob Landley · 19 years ago
  28. be5c103 - rename bareconfig to allbareconfig and emit "is not set" strings needed for by Bernhard Reutner-Fischer · 19 years ago
  29. 25413bf Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions by Rob Landley · 19 years ago
  30. a9d8913 - add config target bareconfig. Enables all applets but without any features. by Bernhard Reutner-Fischer · 19 years ago
  31. b8faa7e - Note that directories for make have to be given as absolute paths. by Bernhard Reutner-Fischer · 19 years ago
  32. dfd1eb0 trim dep lines by "Vladimir N. Oleynik" · 19 years ago
  33. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  34. 6c0642d fast replace if src outside by "Vladimir N. Oleynik" · 19 years ago
  35. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  36. 4d63525 - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O= by Bernhard Reutner-Fischer · 19 years ago
  37. cee605c The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The by Rob Landley · 19 years ago
  38. 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
  39. b31cb87 to bb_getopt_ulflags() by "Vladimir N. Oleynik" · 19 years ago
  40. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  41. 664c6e7 update documentation by "Vladimir N. Oleynik" · 19 years ago
  42. d5f2a18 bb_mkdep can use src outside now by "Vladimir N. Oleynik" · 19 years ago
  43. 82338d8 - add a few basic tests for pidof(8) by Bernhard Reutner-Fischer · 19 years ago
  44. e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
  45. cf95e0b - add llist_free_one() and llist_free() to libbb by Bernhard Reutner-Fischer · 19 years ago
  46. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  47. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  48. c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  49. f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  50. 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
  51. b48bfe7 - fix generation of .depend when building out of tree. by Bernhard Reutner-Fischer · 19 years ago
  52. 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago
  53. d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
  54. 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
  55. 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
  56. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  57. 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
  58. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  59. dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
  60. 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
  61. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  62. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  63. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  64. 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  65. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  66. d128b71 speed up * 2 by "Vladimir N. Oleynik" · 19 years ago
  67. 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
  68. 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
  69. 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago
  70. c31fcbb remove debug warning by Mike Frysinger · 19 years ago
  71. cb1ce7b reorder arches into alphabetical order by Mike Frysinger · 19 years ago
  72. fa17c4b fixup whitespace by Mike Frysinger · 19 years ago
  73. 86a4bfb remove all Elf32 hardcodes to make sure the elf handling is 64bit clean by Mike Frysinger · 19 years ago
  74. 91fbdac svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 by Mike Frysinger · 19 years ago
  75. e6d5539 typo by Bernhard Reutner-Fischer · 19 years ago
  76. f24e0f5 - remove duplicate entry of resolve.c in BLKID_SRC by Bernhard Reutner-Fischer · 19 years ago
  77. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  78. 6a60c82 forgotten putenv by "Vladimir N. Oleynik" · 19 years ago
  79. 8e1bd4a don't out \r to syslog by "Vladimir N. Oleynik" · 19 years ago
  80. bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
  81. 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 19 years ago
  82. 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
  83. 7407868 busybox.c: ENABLE_LOCALE logic correct. by "Vladimir N. Oleynik" · 19 years ago
  84. 843c5ef reorder include <sys/types.h> and <sys/types.h>. by "Vladimir N. Oleynik" · 19 years ago
  85. 69d728b more const, inline, forward declaration usage, strip 20k source size ;-) by "Vladimir N. Oleynik" · 19 years ago
  86. 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
  87. 3978e55 move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction by "Vladimir N. Oleynik" · 19 years ago
  88. 16ce8aa fix building w/out et headers and w/out debug by Mike Frysinger · 19 years ago
  89. 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
  90. 6745184 pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32) by Mike Frysinger · 19 years ago
  91. de2b938 eat misappropriated whitespace by Mike Frysinger · 19 years ago
  92. 10a11e2 uncuddle function scope brackets by Mike Frysinger · 19 years ago
  93. 1c943eb - remove unused variable TOPDIR by Bernhard Reutner-Fischer · 19 years ago
  94. d24eaac add "make help" by Rob Landley · 19 years ago
  95. 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
  96. 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
  97. 5f46010 spwd bulid now, (typo) by "Vladimir N. Oleynik" · 19 years ago
  98. 5246063 Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow by Rob Landley · 19 years ago
  99. 95544f7 whitespace sucks by Mike Frysinger · 19 years ago
  100. 7ad9780 fix building with debugging enabled #413 by Mike Frysinger · 19 years ago