- c58fd15 Update the TODO list to reflect stuff we've already done. by Rob Landley · 19 years ago
- 3c6bfe3 Shaun Jackman noted that limits.h defines path_max and isn't included from by Rob Landley · 19 years ago
- 2d5d88e Two changes. One from Shaun Jackman makes libbb/interface.c compile only if by Rob Landley · 19 years ago
- 38d6615 - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
- 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
- 0fa9ded more const by "Vladimir N. Oleynik" · 19 years ago
- 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
- bb20462 - consume space between functionname and opening brackets by Bernhard Reutner-Fischer · 19 years ago
- 86ac072 more const, use bb_getopt_ulflags, insert XXX for show place of problems by "Vladimir N. Oleynik" · 19 years ago
- 485d7cb data --> text by "Vladimir N. Oleynik" · 19 years ago
- a4d45d4 The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, by Rob Landley · 19 years ago
- 60fe7bf Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), by Rob Landley · 19 years ago
- 7547a6e - don't update copyright years. He might release it, but apparently will have by Bernhard Reutner-Fischer · 19 years ago
- c961a44 more const, all data to text by "Vladimir N. Oleynik" · 19 years ago
- d3d829a 20 bytes data to bss by "Vladimir N. Oleynik" · 19 years ago
- 94c3331 - an empty middle term in ?: violates ISO C by Bernhard Reutner-Fischer · 19 years ago
- b4b6d26 data --> code by "Vladimir N. Oleynik" · 19 years ago
- 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
- b32b1db complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
- a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- 84e7511 llist must initialize, add loses ifdef, small indent correction by "Vladimir N. Oleynik" · 19 years ago
- 3ee6c24 Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). by Rob Landley · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- 8c7a7e6 - split VERSION into parts by Bernhard Reutner-Fischer · 19 years ago
- bb66a6c - initialize the correct variables by Bernhard Reutner-Fischer · 19 years ago
- 309dc2d - typo in makefile variable: s/archvial/archival/ by Bernhard Reutner-Fischer · 19 years ago
- 046d6e7 show_usage should use bb_default_error_retval. by Rob Landley · 19 years ago
- e4164b5 Did you know the uclibc IRC channel has daily logs on the web going back to by Rob Landley · 19 years ago
- 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
- d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
- 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 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
- 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
- ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
- 1c275de more busyboxes by "Vladimir N. Oleynik" · 19 years ago
- 87210b5 trivial generate exit code by "Vladimir N. Oleynik" · 19 years ago
- ffe17b5 correct strange *3 isatty(0) code by "Vladimir N. Oleynik" · 19 years ago
- f1ab127 Prepend '-' to the first argument if required, more const, indent by "Vladimir N. Oleynik" · 19 years ago
- f588869 new featured bb_opt_complementally, correct argc checking by "Vladimir N. Oleynik" · 19 years ago
- 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
- 064f04e by "Vladimir N. Oleynik" · 19 years ago
- ff567f7 The check for EROFS was wrong. For example, if you try to mount a filesystem by Rob Landley · 19 years ago
- 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
- 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
- 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
- ff9f2f6 Fluff out INSTALL a bit. by Rob Landley · 19 years ago
- 332fc10 - remove passing PREFIX and CROSS to make which was added for bug #94. by Bernhard Reutner-Fischer · 19 years ago
- d27d3be The readme in 1.0 is more up to date than the 1.1 version... by Rob Landley · 19 years ago
- 61e45db catch and report errors from file_write() by Paul Fox · 19 years ago
- 90372ed make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's by Paul Fox · 19 years ago
- ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
- f104814 Rob Sullivan added character and equivalence classes to tr. I changed some by Rob Landley · 19 years ago
- 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
- 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
- 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
- 1ba19d6 Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. by Rob Landley · 19 years ago
- be5c103 - rename bareconfig to allbareconfig and emit "is not set" strings needed for by Bernhard Reutner-Fischer · 19 years ago
- 25413bf Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions by Rob Landley · 19 years ago
- a9d8913 - add config target bareconfig. Enables all applets but without any features. by Bernhard Reutner-Fischer · 19 years ago
- b8faa7e - Note that directories for make have to be given as absolute paths. by Bernhard Reutner-Fischer · 19 years ago
- dfd1eb0 trim dep lines by "Vladimir N. Oleynik" · 19 years ago
- ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
- 6c0642d fast replace if src outside by "Vladimir N. Oleynik" · 19 years ago
- 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
- 4d63525 - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O= by Bernhard Reutner-Fischer · 19 years ago
- cee605c The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The by Rob Landley · 19 years ago
- 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
- b31cb87 to bb_getopt_ulflags() by "Vladimir N. Oleynik" · 19 years ago
- ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
- 664c6e7 update documentation by "Vladimir N. Oleynik" · 19 years ago
- d5f2a18 bb_mkdep can use src outside now by "Vladimir N. Oleynik" · 19 years ago
- 82338d8 - add a few basic tests for pidof(8) by Bernhard Reutner-Fischer · 19 years ago
- e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
- cf95e0b - add llist_free_one() and llist_free() to libbb by Bernhard Reutner-Fischer · 19 years ago
- 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
- 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
- c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- 4a5ce08 another more correction for getopt_ulflags() documentation (examples) by "Vladimir N. Oleynik" · 19 years ago
- b48bfe7 - fix generation of .depend when building out of tree. by Bernhard Reutner-Fischer · 19 years ago
- 83e1884 - busybox.o and applets.o depend on usage.h by Bernhard Reutner-Fischer · 19 years ago
- d1b6078 more correction for getopt_ulflags() documentation by author of this fuck logic by "Vladimir N. Oleynik" · 19 years ago
- 120513c - add proper separators. sorry for the noise.. by Bernhard Reutner-Fischer · 19 years ago
- 43fb3fc - add a bit more documentation to vodz' recent additions. by Bernhard Reutner-Fischer · 19 years ago
- 35939d9 by "Vladimir N. Oleynik" · 19 years ago
- 7abe709 - Fix spurious rebuilds for (parallel) out-of-tree builds. by Bernhard Reutner-Fischer · 19 years ago
- 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
- dc25103 as Tito points out, e2fsck and fsck need more dependencies by Mike Frysinger · 19 years ago
- 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
- 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
- be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
- 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
- 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
- d128b71 speed up * 2 by "Vladimir N. Oleynik" · 19 years ago
- 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
- 7f782da excellent shrinkage patch by Tito by Mike Frysinger · 19 years ago
- 9134dff clean out unneeded E2FSCK variables by Mike Frysinger · 19 years ago