Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-27 | crontab: we indent using tabs | Denis Vlasenko | |
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | |
(patch by Vladimir Dronnikov <dronnikov@gmail.ru>) | |||
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | |
However their code was unusably different from sysvinit original. Run tested. | |||
2006-09-27 | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | |
2006-09-27 | process utilities related style cleanup | Denis Vlasenko | |
2006-09-27 | ifupdown: fix for standalone shell; removed hardcoded PATH | Denis Vlasenko | |
2006-09-26 | ifupdown: style cleanup, no code changes | Denis Vlasenko | |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko | |
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | |
2006-09-26 | httpd: sanitize indentation | Denis Vlasenko | |
2006-09-26 | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | |
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 | |
generate pointless warnings. | |||
2006-09-23 | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko | |
add O_LARGEFILE support (not run tested :). | |||
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 | |
vlock + correct_password: fix incorrect line breaks in messages. | |||
2006-09-23 | ifupdown: getopt_ulflags'ification. | Denis Vlasenko | |
2006-09-23 | arping: fix bug (getopt_ulflags and optarg don't mix), | Denis Vlasenko | |
remove unreachable error path. | |||
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 | |
simplify code a bit. | |||
2006-09-22 | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | Rob Landley | |
without having to feed the compiler nonsense. | |||
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 | |
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print | |||
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
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 | |
- fix bug where it would behave wrong if ./nohup.out was not writable. - debloat and make it readable while at it. $ size coreutils/nohup.o* text data bss dec hex filename 362 0 0 362 16a coreutils/nohup.o.trunk 344 0 0 344 158 coreutils/nohup.o $ make bloatcheck function old new delta nohup_main 324 310 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-14) Total: -14 bytes | |||
2006-09-21 | - silence gcc warning about a funcptr possibly being used uninitialized. | Bernhard Reutner-Fischer | |
This is a perfect example on where we should NOT care if the functor is not initialized since the result will not be what the user may expect. Safe bet would be to init to NULL, but let's try normal uu for good measure. - fix commentary typo while at it. | |||
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 | |
- remove Winline | |||
2006-09-21 | mount: make Rob happy by reinstating #defines | Denis Vlasenko | |