- a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
- 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
- 5193753 grep: implement -o option. Patch by Jac Goudsmit. by Denis Vlasenko · 18 years ago
- 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
- b172678 mount: fix bug 946 (mount -f should update mtab) by Denis Vlasenko · 18 years ago
- f0d6cc8 getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ by Denis Vlasenko · 18 years ago
- b02ef82 getopt_ulflags: formatting fixes by Denis Vlasenko · 18 years ago
- 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
- 981b24d rt_names.c: move few strings into rodata by Denis Vlasenko · 18 years ago
- 5492884 dpkg: style fixes; short -> int (generated code is smaller) by Denis Vlasenko · 18 years ago
- 57308af dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) by Denis Vlasenko · 18 years ago
- 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
- 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c 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
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 94d5d82 crontab: we indent using tabs 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
- be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
- 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
- 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
- 8b8c75e httpd: sanitize indentation by Denis Vlasenko · 18 years ago
- a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
- 3312c98 fix 'grep -C' which requires an argument by Eric Andersen · 18 years ago
- d986732 vlock: make message shorter by Denis Vlasenko · 18 years ago
- da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
- 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
- a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
- 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
- c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
- c1876d7 inetd: deindent main loop, other readability enhancements by Denis Vlasenko · 18 years ago
- 4c196a8 hexdump: fixlet for my breakage by Denis Vlasenko · 18 years ago
- ec17d43 inetd: reformat with tabs for indentation by Denis Vlasenko · 18 years ago
- 2dbeaa9 hexdump: deindent, almost fits into 80 columns now by Denis Vlasenko · 18 years ago
- a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
- 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
- a65a177 arping: fix bug (getopt_ulflags and optarg don't mix), by Denis Vlasenko · 18 years ago
- fe76cd5 insmod: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
- b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 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
- 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 01e88f0 gzip: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
- 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 109d21f adjtimex: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- cb1ba86 logger: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
- cad3668 readprofile: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- 7869c01 ipcs: fix my recent breakage by Denis Vlasenko · 18 years ago
- ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
- 05592ac - update and expand TODO a little bit by Bernhard Reutner-Fischer · 18 years ago
- 3503ff7 - pull r15578 from busybox_scratch branch: by Bernhard Reutner-Fischer · 18 years ago
- 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
- ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
- a528643 - gcc-2.95 doesn't support -static-libgcc - remove Winline by Bernhard Reutner-Fischer · 18 years ago
- 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
- fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
- 4ef6f64 The version checked into the tree is a snapshot of an unifinished applet, and by Rob Landley · 18 years ago
- eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
- 94b383d License clarification. 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
- a658577 - fix embarrassing typo of mine. Closes bug #1038 by Bernhard Reutner-Fischer · 18 years ago
- 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
- c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
- 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
- 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
- debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
- 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
- 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
- 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
- 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
- 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
- 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
- f702652 getty: #include <syslog.h> by Denis Vlasenko · 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
- a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
- 6231e87 style fixes by Denis Vlasenko · 18 years ago
- 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
- a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
- c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
- c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
- 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
- 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
- 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
- fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
- 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
- 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard 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