- 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
- de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
- ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
- 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
- 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
- a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
- 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
- ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
- eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
- d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 18 years ago
- 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago
- 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
- 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
- 577905f Revert duplicate patch. by Rob Landley · 18 years ago
- 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
- 1b2b5cf Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. by Rob Landley · 18 years ago
- b5f50ea - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. by Bernhard Reutner-Fischer · 18 years ago
- 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
- 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
- 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
- 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
- a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
- 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
- 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
- 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
- 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
- bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
- 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
- b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
- 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
- e55a73c Update usage to talk about the new shared subtree stuff in mount. by Rob Landley · 18 years ago
- e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
- 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
- affb7a6 scripts/individual now builds 171 applets. Some of them may even work. :) by Rob Landley · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 8840759 move lchown/chown define out of specific files and into platform.h where it belongs by Mike Frysinger · 18 years ago
- eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
- f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
- 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
- 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
- 7077ea3 Some old kernel headers don't #include BLKSSZGET in sys/mount.h. by Rob Landley · 18 years ago
- cc826d7 cleanup patch usage by Mike Frysinger · 18 years ago
- cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
- ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
- e1ee482 Document mount's new error return conventions. by Rob Landley · 18 years ago
- 5d9c42a Slowly pulling more common headers into libbb.h. Andre pointed out that by Rob Landley · 18 years ago
- 1fa4a94 Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak by Rob Landley · 18 years ago
- 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
- b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 18 years ago
- 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
- ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
- 148734d We came up with our own names for ATTRIBUTE_*, so why check if they're already by Rob Landley · 19 years ago
- 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
- c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
- 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
- a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose by Bernhard Reutner-Fischer · 19 years ago
- 6ba8bbe add ordering warning on enum Location by Paul Fox · 19 years ago
- 6ab0378 by Paul Fox · 19 years ago
- 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
- 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 19 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
- b16b5bb only check __GNU_LIBRARY__ if it is actually defined by Mike Frysinger · 19 years ago
- 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
- f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 19 years ago
- 8fc32d9 Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so by Rob Landley · 19 years ago
- 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 19 years ago
- 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
- b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
- 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
- 507cd75 - conditionally define BB_NOMMU by Bernhard Reutner-Fischer · 19 years ago
- 752f0a6 Put parentheses around some of the SWAP() macros, as pointed out by Peter by Rob Landley · 19 years ago
- bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
- 9755197 This is not C++. by Rob Landley · 19 years ago
- 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago
- 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
- 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 19 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
- 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
- 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
- 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 19 years ago
- 4ed1f1d - add workaround for tar being broken since it uses a non-portable constant. by Bernhard Reutner-Fischer · 19 years ago
- e00fc16 - move libc checks from busybox.h to platform.h by Bernhard Reutner-Fischer · 19 years ago
- fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago