Age | Commit message (Expand) | Author |
2006-09-25 | fix 'grep -C' which requires an argument | Eric Andersen |
2006-09-24 | vlock: make message shorter | Denis Vlasenko |
2006-09-24 | mount: fix breakage from recent changes (spurious -ro mounts) | Denis Vlasenko |
2006-09-23 | Another attempt at untangling the logic so the compiler can follow it and not | Rob Landley |
2006-09-23 | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko |
2006-09-23 | applets.c: fix indentation | Denis Vlasenko |
2006-09-23 | remove unneeded #includes, fix indentation | Denis Vlasenko |
2006-09-23 | inetd: deindent main loop, other readability enhancements | Denis Vlasenko |
2006-09-23 | hexdump: fixlet for my breakage | Denis Vlasenko |
2006-09-23 | inetd: reformat with tabs for indentation | Denis Vlasenko |
2006-09-23 | hexdump: deindent, almost fits into 80 columns now | Denis Vlasenko |
2006-09-23 | correct_password: undo whitespace damage. | Denis Vlasenko |
2006-09-23 | ifupdown: getopt_ulflags'ification. | Denis Vlasenko |
2006-09-23 | arping: fix bug (getopt_ulflags and optarg don't mix), | Denis Vlasenko |
2006-09-23 | insmod: getopt_ulflags'isation | Denis Vlasenko |
2006-09-23 | passwd: getopt_ulflags'isation | Denis Vlasenko |
2006-09-23 | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko |
2006-09-22 | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | Rob Landley |
2006-09-22 | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley |
2006-09-22 | netstat: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | gzip: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | losetup: getopt_ulflags'ification + small fix for perror_nomsg | Denis Vlasenko |
2006-09-22 | awk: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | sed: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | hostname: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | telnetd: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | adjtimex: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | logger: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | getopt: fix whitespace damage | Denis Vlasenko |
2006-09-22 | readprofile: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | ipcs: fix my recent breakage | Denis Vlasenko |
2006-09-22 | - add new applet resize. | Bernhard Reutner-Fischer |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-21 | - update and expand TODO a little bit | Bernhard Reutner-Fischer |
2006-09-21 | - pull r15578 from busybox_scratch branch: | Bernhard Reutner-Fischer |
2006-09-21 | - silence gcc warning about a funcptr possibly being used uninitialized. | Bernhard Reutner-Fischer |
2006-09-21 | mount: nfs mount should enable bb_error-to-syslog support | Denis Vlasenko |
2006-09-21 | - gcc-2.95 doesn't support -static-libgcc | Bernhard Reutner-Fischer |
2006-09-21 | mount: make Rob happy by reinstating #defines | Denis Vlasenko |
2006-09-20 | Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when | Rob Landley |
2006-09-20 | The version checked into the tree is a snapshot of an unifinished applet, and | Rob Landley |
2006-09-20 | The Software Freedom Law Center wants us to add a copyright notice to the | Rob Landley |
2006-09-20 | License clarification. | Rob Landley |
2006-09-20 | - fix documentation for the command-line options of ipcs. Closes #1036 | Bernhard Reutner-Fischer |
2006-09-20 | - fix embarrassing typo of mine. Closes bug #1038 | Bernhard Reutner-Fischer |
2006-09-19 | ipcs: fix output (misaligned columns) | Denis Vlasenko |
2006-09-19 | ipcs: getopt_ulflag'ification, -170 bytes | Denis Vlasenko |
2006-09-19 | stty: fix few bugs found in testing | Denis Vlasenko |
2006-09-19 | getty: oops... removing duplicate #include <syslog.h> | Denis Vlasenko |
2006-09-19 | stty: reorder code, reducing need in forward declarations. | Denis Vlasenko |