2006-09-27 |
Denis Vlasenko | silly switch style fix |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | crontab: we indent using tabs |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | losetup: with no arguments lists all /dev/loopN. Correc... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | kill: implement killall5. OpenWRT folks will be happy. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | kill: fix bugs (kill -l output was horrible), fix style... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | process utilities related style cleanup |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Denis Vlasenko | ifupdown: fix for standalone shell; removed hardcoded... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Denis Vlasenko | ifupdown: style cleanup, no code changes |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Denis Vlasenko | several fixes from openWRT project |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Denis Vlasenko | login: fix getopt_ulflags fallout (wasn't taking userna... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Denis Vlasenko | httpd: sanitize indentation |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Denis Vlasenko | wget: add (configurable) large file support. Run tested. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Eric Andersen | fix 'grep -C' which requires an argument |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Denis Vlasenko | vlock: make message shorter |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Denis Vlasenko | mount: fix breakage from recent changes (spurious ... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Rob Landley | Another attempt at untangling the logic so the compiler... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | wget: fix bug where wget creates null file if there... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | applets.c: fix indentation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | remove unneeded #includes, fix indentation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | inetd: deindent main loop, other readability enhancements |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | hexdump: fixlet for my breakage |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | inetd: reformat with tabs for indentation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | hexdump: deindent, almost fits into 80 columns now |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | correct_password: undo whitespace damage. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | ifupdown: getopt_ulflags'ification. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | arping: fix bug (getopt_ulflags and optarg don't mix), |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | insmod: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | passwd: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Denis Vlasenko | bb_askpass: shorten static password buffer. 256 is... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Rob Landley | Follow-up to 16172: this also doesn't produce a warning... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Rob Landley | "I'll think about it" != "apply it now". It means... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | netstat: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | gzip: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | losetup: getopt_ulflags'ification + small fix for perro... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | awk: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | sed: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | hostname: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | telnetd: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | adjtimex: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | logger: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | getopt: fix whitespace damage |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | readprofile: getopt_ulflags'isation |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Denis Vlasenko | ipcs: fix my recent breakage |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Bernhard Reutner... | - add new applet resize. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Rob Landley | Change license statements (and clean up headers) on... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Bernhard Reutner... | - update and expand TODO a little bit |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Bernhard Reutner... | - pull r15578 from busybox_scratch branch: |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Bernhard Reutner... | - silence gcc warning about a funcptr possibly being... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Denis Vlasenko | mount: nfs mount should enable bb_error-to-syslog support |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Bernhard Reutner... | - gcc-2.95 doesn't support -static-libgcc |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Denis Vlasenko | mount: make Rob happy by reinstating #defines |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rob Landley | Teach get_terminal_width_height to fall back to $LINES... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rob Landley | The version checked into the tree is a snapshot of... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rob Landley | The Software Freedom Law Center wants us to add a copyr... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rob Landley | License clarification. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Bernhard Reutner... | - fix documentation for the command-line options of... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Bernhard Reutner... | - fix embarrassing typo of mine. Closes bug #1038 |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | ipcs: fix output (misaligned columns) |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | ipcs: getopt_ulflag'ification, -170 bytes |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: fix few bugs found in testing |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | getty: oops... removing duplicate #include <syslog.h> |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: reorder code, reducing need in forward declarations. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: convert "enum mode_type" into unnamed enum |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: reduce #ifdef forest |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: simplify linewrapping code a bit |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: style fixes |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | stty: fix a longstanding FIXME (was able to die half... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | mount: fstabname needs to be const char* |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | mount: fix warning (printf field width of * wants int... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | getty: #include <syslog.h> |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Denis Vlasenko | change char *string = "foo" -> char string[] = "foo" |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: style fixlet |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | style fixes |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: revert mount --bind to using "bind" as fstype. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: mount_it_now() - char *dir is not really needed. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: fix "duplicate mount options in mtab" bug |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: nfs_strerror's static buffer was bigger than... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: getopt_ulflag'ification |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: style fixes |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: fix bugs: free(mp->mnt_fsname) of non-malloced... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: use bb_simplify_path as appropriate |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | mount: style fixes |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Denis Vlasenko | login: apply fixes + getopt_ulflag'ification by Bernhard |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Bernhard Reutner... | - Steven Scholz pointed out that ssd's make-pid doesn... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Denis Vlasenko | mount: reorder things, fix NFS-less mount. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Rob Landley | Unbreak allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Rob Landley | So, in the cornucopia of superfulous warning directives... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Rob Landley | Unbreak allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | Strangely, using // in the comments I added was not... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | login: eliminate forward decls and #ifdefs |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | umount: do not try to close FILE* which is NULL. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: -o remount should not add lines to /etc/mtab |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: move code from nfsmount.c into mount.c |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Bernhard Reutner... | - make sure that the 'build' dir exists even if we... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Bernhard Reutner... | - do away with silly comment and do the Right Thing... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: fix mtab support (but it is still rather buggy) |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | svn 15355 replaced "BusyBox is licensed under the GNU... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | More code from kernel developers, and therefore license... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Rob Landley | Add Larry Doolittle's ntpclient, plus some formatting... |
commit | commitdiff | tree | snapshot |
next |