Denis Vlasenko a77947f5bb9 kill: fix bugs (kill -l output was horrible), fix style, constify data 27 Sep 2006 Denis Vlasenko be905d550c9 process utilities related style cleanup 27 Sep 2006 Denis Vlasenko 2f4399c6cc9 ifupdown: fix for standalone shell; removed hardcoded PATH 27 Sep 2006 Denis Vlasenko 0534125ccc7 ifupdown: style cleanup, no code changes 26 Sep 2006 Denis Vlasenko e175ff252f9 several fixes from openWRT project 26 Sep 2006 Denis Vlasenko 22f6dcb47c3 login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) 26 Sep 2006 Denis Vlasenko 8b8c75e6abc httpd: sanitize indentation 26 Sep 2006 Denis Vlasenko a552eeb498e wget: add (configurable) large file support. Run tested. 26 Sep 2006 Eric Andersen 3312c989e6a fix 'grep -C' which requires an argument 26 Sep 2006 Denis Vlasenko d9867320b44 vlock: make message shorter 24 Sep 2006 Denis Vlasenko da3cec9c850 mount: fix breakage from recent changes (spurious -ro mounts) 24 Sep 2006 Rob Landley 29d94b907f8 Another attempt at untangling the logic so the compiler can follow it and not generate pointless warnings. 23 Sep 2006 Denis Vlasenko a94554d0108 wget: fix bug where wget creates null file if there is no remote one. add O_LARGEFILE support (not run tested :). 23 Sep 2006 Denis Vlasenko 01a74f96492 applets.c: fix indentation 23 Sep 2006 Denis Vlasenko c290563319b remove unneeded #includes, fix indentation 23 Sep 2006 Denis Vlasenko c1876d7364a inetd: deindent main loop, other readability enhancements 23 Sep 2006 Denis Vlasenko 4c196a80fce hexdump: fixlet for my breakage 23 Sep 2006 Denis Vlasenko ec17d437ab8 inetd: reformat with tabs for indentation 23 Sep 2006 Denis Vlasenko 2dbeaa95ca2 hexdump: deindent, almost fits into 80 columns now 23 Sep 2006 Denis Vlasenko a36a676923a correct_password: undo whitespace damage. vlock + correct_password: fix incorrect line breaks in messages. 23 Sep 2006 Denis Vlasenko 7f1f5b001f5 ifupdown: getopt_ulflags'ification. 23 Sep 2006 Denis Vlasenko a65a17700af arping: fix bug (getopt_ulflags and optarg don't mix), remove unreachable error path. 23 Sep 2006 Denis Vlasenko fe76cd5a5c2 insmod: getopt_ulflags'isation 23 Sep 2006 Denis Vlasenko d78b433414f passwd: getopt_ulflags'isation 23 Sep 2006 Denis Vlasenko 6429aabbf14 bb_askpass: shorten static password buffer. 256 is way too large. simplify code a bit. 23 Sep 2006 Rob Landley b97f07f5a10 Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, without having to feed the compiler nonsense. 22 Sep 2006 Rob Landley 03721973851 "I'll think about it" != "apply it now". It means I need to think about it. 22 Sep 2006 Denis Vlasenko 754a88f7aa3 netstat: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 01e88f03392 gzip: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 27ee7ba95e9 losetup: getopt_ulflags'ification + small fix for perror_nomsg 22 Sep 2006 Denis Vlasenko 099efbf99e2 awk: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 750fc6d7bb6 sed: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 8514fc5681a hostname: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 0e87d347e82 telnetd: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 109d21fe742 adjtimex: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko cb1ba865077 logger: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko f47ff100cc7 getopt: fix whitespace damage 22 Sep 2006 Denis Vlasenko cad36681d2a readprofile: getopt_ulflags'isation 22 Sep 2006 Denis Vlasenko 7869c018b50 ipcs: fix my recent breakage 22 Sep 2006 Bernhard Reutner-Fischer ae843e9cc89 - add new applet resize. 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 22 Sep 2006 Rob Landley e9a7a6212b5 Change license statements (and clean up headers) on some of the files that Erik or I are primary copyright holders on. 22 Sep 2006 Bernhard Reutner-Fischer 05592ac00c9 - update and expand TODO a little bit 22 Sep 2006 Bernhard Reutner-Fischer 3503ff72c68 - pull r15578 from busybox_scratch branch: - 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 ne... 22 Sep 2006 Bernhard Reutner-Fischer 42f67026a14 - silence gcc warning about a funcptr possibly being used uninitialized. 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. 21 Sep 2006 Denis Vlasenko ce32f65a1bf mount: nfs mount should enable bb_error-to-syslog support 21 Sep 2006 Bernhard Reutner-Fischer a5286433306 - gcc-2.95 doesn't support -static-libgcc - remove Winline 21 Sep 2006 Denis Vlasenko 116080a13a9 mount: make Rob happy by reinstating #defines 21 Sep 2006 Rob Landley fbdf121b7da Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when used via things like a serial console. 21 Sep 2006 Rob Landley 4ef6f647a3f The version checked into the tree is a snapshot of an unifinished applet, and you just made lots of ">>>>>>> mine" lines show up in my working copy of this. Please don't do that again. 20 Sep 2006 Rob Landley eb84a42fdd1 The Software Freedom Law Center wants us to add a copyright notice to the generated binaries, to make copyright enforcement easier. Our liason with them (Bradley Kuhn) suggested the following text: > Copyright (C) YEAR-2006 Erik Andersen, Rob Landley, and others.
> Licensed under GPLv2. See source distribution for full notice.
And the busybox help message seems the least offensive place to put it. (At
some point in the future, I need to strip 128 bytes from the binary to feel
good about this, though. :)
Minor header file cleanup while I was there, since libbb.h already #includes
most... 20 Sep 2006 YEAR-2006