- d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
- 8ca35d2 - document the multicast argument for ip link by Bernhard Reutner-Fischer · 18 years ago
- b9a279b Unify ping and ping6. ping has -4 and -6 which force by Denis Vlasenko · 18 years ago
- 12f96c1 - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 by Bernhard Reutner-Fischer · 18 years ago
- 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
- 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
- f8138d1 fakeinetd: attempted ipv6-ization (and it's done) by Denis Vlasenko · 18 years ago
- 886bb0d Fix typo in usage text by shortening it by Denis Vlasenko · 18 years ago
- 5568b72 - a few minor tweaks by Bernhard Reutner-Fischer · 18 years ago
- fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 18 years ago
- a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 18 years ago
- a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 18 years ago
- 5dd7ef0 chattr: bugfixes and size reduction by Denis Vlasenko · 18 years ago
- 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
- d63c3a0 Fix irregular capitalization in usage texts by Denis Vlasenko · 18 years ago
- b6488c1 trim help texts a bit more by Denis Vlasenko · 18 years ago
- 7a50a64 more usage message cleanups by Denis Vlasenko · 18 years ago
- 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
- 7cdc54f fix/shorten some usage strings by Denis Vlasenko · 18 years ago
- 5fa7148 build system: add "release" target find: support -size N (needed for above) by Denis Vlasenko · 18 years ago
- 95da177 - s/:\t\t/\t/ for two helptexts. by Bernhard Reutner-Fischer · 18 years ago
- 7df69b8 usage: fix few help texts, fix breakage: '\<tab>' by Denis Vlasenko · 18 years ago
- 1fffe38 fix udhcpc help message, take steps to make usage.h less messy by Denis Vlasenko · 18 years ago
- e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
- d031ffa tar: sanitize option handling by Denis Vlasenko · 18 years ago
- 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
- 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
- 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
- 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- f7eaccd nc: fix --help text by Denis Vlasenko · 18 years ago
- 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
- b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
- 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
- 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
- 77a1a53 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) by Denis Vlasenko · 18 years ago
- 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
- e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
- 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago
- fefb279 chmod: support -vcf if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
- e63a0de - revert r16191; re-add resize() applet. by Bernhard Reutner-Fischer · 18 years ago
- 9b44db5 cp: update help text by Denis Vlasenko · 18 years ago
- 8d73c35 watch: execute command thru shell, not fork/exec. Other fixes by Denis Vlasenko · 18 years ago
- c108ed5 raidautorun: new applet, by: by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
- 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
- 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
- ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
- de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
- fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
- 2e864cd eject: -T (implements single button open/close) by Denis Vlasenko · 18 years ago
- 1decd0e syslogd: add option to suppress logging of messages lower than level N (-n N) by Denis Vlasenko · 18 years ago
- 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
- 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
- e175ff2 several fixes from openWRT project 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
- d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 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
- 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
- 3538b9a Implement optional syslog logging using ordinary 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
- 0e4690d Michael Opdenacker contributed a readahead applet. 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
- 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
- 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as 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
- 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
- a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose by Bernhard Reutner-Fischer · 18 years ago
- 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 18 years ago
- 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 18 years ago
- 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 18 years ago
- 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 18 years ago
- fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
- cf89c37 fix indenting in help output for ifconfig by Mike Frysinger · 18 years ago
- 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 18 years ago
- d738429 implement -print0 for find by Paul Fox · 19 years ago
- 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
- a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
- 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
- 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
- bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
- 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
- a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
- e47c4cb - update help text. by Bernhard Reutner-Fischer · 19 years ago
- daa4a6d Update ipaddr help to match reality. by Rob Landley · 19 years ago
- 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 19 years ago