1. 9033453 My last change to this file broke tar x. Sigh. (Trying to make sure we work by Rob Landley · 19 years ago
  2. 5412843 I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. by Rob Landley · 19 years ago
  3. 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
  4. 990025a Ok, I've converted the contents of the "testing/sed" directory into a by Rob Landley · 19 years ago
  5. ecfd1f6 change osbolete sigpause() to sigsuspend() by "Vladimir N. Oleynik" · 19 years ago
  6. 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago
  7. c98a359 It was a bit out of date. by Rob Landley · 19 years ago
  8. 48c6157 Fix the test suite so that individual *.tests files can be run ala by Rob Landley · 19 years ago
  9. 7ad4b30 Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any by Rob Landley · 19 years ago
  10. 7b7c99c Size I zapped the bb_close() error, might as well make a TODO item. by Rob Landley · 19 years ago
  11. 3fc4ad1 Fix bug 424: doing full_read breaks things like cat which should return a by Rob Landley · 19 years ago
  12. 21ccbb6 When cp ran out of space it didn't return a nonzero error code. Fixes bug 493. by Rob Landley · 19 years ago
  13. c2ce2c5 It's no longer a temporary location. Smooth out the text a bit. by Rob Landley · 19 years ago
  14. fc94638 point to the official links by Eric Andersen · 19 years ago
  15. 3d283dd Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory by Rob Landley · 19 years ago
  16. 2f30932 Fix cp /dev/null filename, and a few in-passing cleanups. by Rob Landley · 19 years ago
  17. dbc608b We've got fuser, fix some typos, and move Vodz's comment about UTF8 into by Rob Landley · 19 years ago
  18. c63fe91 \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. by Rob Landley · 19 years ago
  19. 7790cd5 add ZyXEL to the shame list by Mike Frysinger · 19 years ago
  20. d505e3e fix <p> and <a> tags by Mike Frysinger · 19 years ago
  21. 46b77c2 update doctype and add a charset encoding by Mike Frysinger · 19 years ago
  22. 62d7acc - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. by Bernhard Reutner-Fischer · 19 years ago
  23. 4922f2a update by "Vladimir N. Oleynik" · 19 years ago
  24. 7eb8e45 Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me by "Vladimir N. Oleynik" · 19 years ago
  25. ea97282 bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet by "Vladimir N. Oleynik" · 19 years ago
  26. aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago
  27. 30c7de0 - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling by Bernhard Reutner-Fischer · 19 years ago
  28. 6973abc - remove warning about "'static' is not at beginning of declaration". by Bernhard Reutner-Fischer · 19 years ago
  29. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  30. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago
  31. 2454ebd Somebody suggested this, but I've forgotten who. by Rob Landley · 19 years ago
  32. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  33. 47ea7b7 - Matthias Wenzel writes: by Bernhard Reutner-Fischer · 19 years ago
  34. ee9cf48 - correct boilerplate by Bernhard Reutner-Fischer · 19 years ago
  35. c9c959c Reference for new patch feature we'll need to be compatible with... by Rob Landley · 19 years ago
  36. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  37. c58fd15 Update the TODO list to reflect stuff we've already done. by Rob Landley · 19 years ago
  38. 3c6bfe3 Shaun Jackman noted that limits.h defines path_max and isn't included from by Rob Landley · 19 years ago
  39. 2d5d88e Two changes. One from Shaun Jackman makes libbb/interface.c compile only if by Rob Landley · 19 years ago
  40. 38d6615 - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
  41. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  42. 0fa9ded more const by "Vladimir N. Oleynik" · 19 years ago
  43. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  44. bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
  45. 86ac072 more const, use bb_getopt_ulflags, insert XXX for show place of problems by "Vladimir N. Oleynik" · 19 years ago
  46. 485d7cb data --> text by "Vladimir N. Oleynik" · 19 years ago
  47. a4d45d4 The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, by Rob Landley · 19 years ago
  48. 60fe7bf Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), by Rob Landley · 19 years ago
  49. 7547a6e - don't update copyright years. He might release it, but apparently will have by Bernhard Reutner-Fischer · 19 years ago
  50. c961a44 more const, all data to text by "Vladimir N. Oleynik" · 19 years ago
  51. d3d829a 20 bytes data to bss by "Vladimir N. Oleynik" · 19 years ago
  52. 94c3331 - an empty middle term in ?: violates ISO C by Bernhard Reutner-Fischer · 19 years ago
  53. b4b6d26 data --> code by "Vladimir N. Oleynik" · 19 years ago
  54. 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
  55. b32b1db complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  56. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  57. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  58. 84e7511 llist must initialize, add loses ifdef, small indent correction by "Vladimir N. Oleynik" · 19 years ago
  59. 3ee6c24 Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). by Rob Landley · 19 years ago
  60. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  61. 8c7a7e6 - split VERSION into parts by Bernhard Reutner-Fischer · 19 years ago
  62. bb66a6c - initialize the correct variables by Bernhard Reutner-Fischer · 19 years ago
  63. 309dc2d - typo in makefile variable: s/archvial/archival/ by Bernhard Reutner-Fischer · 19 years ago
  64. 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
  65. e4164b5 Did you know the uclibc IRC channel has daily logs on the web going back to by Rob Landley · 19 years ago
  66. 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
  67. d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
  68. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  69. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  70. 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
  71. 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
  72. ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
  73. 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
  74. 87210b5 trivial generate exit code by "Vladimir N. Oleynik" · 19 years ago
  75. ffe17b5 correct strange *3 isatty(0) code by "Vladimir N. Oleynik" · 19 years ago
  76. f1ab127 Prepend '-' to the first argument if required, more const, indent by "Vladimir N. Oleynik" · 19 years ago
  77. f588869 new featured bb_opt_complementally, correct argc checking by "Vladimir N. Oleynik" · 19 years ago
  78. 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
  79. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  80. ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
  81. 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
  82. 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
  83. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  84. ff9f2f6 Fluff out INSTALL a bit. by Rob Landley · 19 years ago
  85. 332fc10 - remove passing PREFIX and CROSS to make which was added for bug #94. by Bernhard Reutner-Fischer · 19 years ago
  86. d27d3be The readme in 1.0 is more up to date than the 1.1 version... by Rob Landley · 19 years ago
  87. 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
  88. 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
  89. ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
  90. f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
  91. 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
  92. 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
  93. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
  94. 1ba19d6 Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. by Rob Landley · 19 years ago
  95. be5c103 - rename bareconfig to allbareconfig and emit "is not set" strings needed for by Bernhard Reutner-Fischer · 19 years ago
  96. 25413bf Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions by Rob Landley · 19 years ago
  97. a9d8913 - add config target bareconfig. Enables all applets but without any features. by Bernhard Reutner-Fischer · 19 years ago
  98. b8faa7e - Note that directories for make have to be given as absolute paths. by Bernhard Reutner-Fischer · 19 years ago
  99. dfd1eb0 trim dep lines by "Vladimir N. Oleynik" · 19 years ago
  100. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago