fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Denis VlasenkoDenis Vlasenko
a77947f5bb9kill: fix bugs (kill -l output was horrible), fix style, constify data
Denis VlasenkoDenis Vlasenko
be905d550c9process utilities related style cleanup
Denis VlasenkoDenis Vlasenko
2f4399c6cc9ifupdown: fix for standalone shell; removed hardcoded PATH
Denis VlasenkoDenis Vlasenko
0534125ccc7ifupdown: style cleanup, no code changes
Denis VlasenkoDenis Vlasenko
e175ff252f9several fixes from openWRT project
Denis VlasenkoDenis Vlasenko
22f6dcb47c3login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)
Denis VlasenkoDenis Vlasenko
8b8c75e6abchttpd: sanitize indentation
Denis VlasenkoDenis Vlasenko
a552eeb498ewget: add (configurable) large file support.Run tested.
Eric AndersenEric Andersen
3312c989e6afix 'grep -C' which requires an argument
Denis VlasenkoDenis Vlasenko
d9867320b44vlock: make message shorter
Denis VlasenkoDenis Vlasenko
da3cec9c850mount: fix breakage from recent changes (spurious -ro mounts)
Rob LandleyRob Landley
29d94b907f8Another attempt at untangling the logic so the compiler can follow it and notgenerate pointless warnings.
Denis VlasenkoDenis Vlasenko
a94554d0108wget: fix bug where wget creates null file if there is no remote one.add O_LARGEFILE support (not run tested :).
Denis VlasenkoDenis Vlasenko
01a74f96492applets.c: fix indentation
Denis VlasenkoDenis Vlasenko
c290563319bremove unneeded #includes, fix indentation
Denis VlasenkoDenis Vlasenko
c1876d7364ainetd: deindent main loop, other readability enhancements
Denis VlasenkoDenis Vlasenko
4c196a80fcehexdump: fixlet for my breakage
Denis VlasenkoDenis Vlasenko
ec17d437ab8inetd: reformat with tabs for indentation
Denis VlasenkoDenis Vlasenko
2dbeaa95ca2hexdump: deindent, almost fits into 80 columns now
Denis VlasenkoDenis Vlasenko
a36a676923acorrect_password: undo whitespace damage.vlock + correct_password: fix incorrect line breaks in messages.
Denis VlasenkoDenis Vlasenko
7f1f5b001f5ifupdown: getopt_ulflags'ification.
Denis VlasenkoDenis Vlasenko
a65a17700afarping: fix bug (getopt_ulflags and optarg don't mix),remove unreachable error path.
Denis VlasenkoDenis Vlasenko
fe76cd5a5c2insmod: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
d78b433414fpasswd: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
6429aabbf14bb_askpass: shorten static password buffer. 256 is way too large.simplify code a bit.
Rob LandleyRob Landley
b97f07f5a10Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,without having to feed the compiler nonsense.
Rob LandleyRob Landley
03721973851"I'll think about it" != "apply it now". It means I need to think about it.
Denis VlasenkoDenis Vlasenko
754a88f7aa3netstat: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
01e88f03392gzip: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
27ee7ba95e9losetup: getopt_ulflags'ification + small fix for perror_nomsg
Denis VlasenkoDenis Vlasenko
099efbf99e2awk: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
750fc6d7bb6sed: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
8514fc5681ahostname: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
0e87d347e82telnetd: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
109d21fe742adjtimex: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
cb1ba865077logger: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
f47ff100cc7getopt: fix whitespace damage
Denis VlasenkoDenis Vlasenko
cad36681d2areadprofile: getopt_ulflags'isation
Denis VlasenkoDenis Vlasenko
7869c018b50ipcs: fix my recent breakage
Bernhard Reutner-FischerBernhard 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
Rob LandleyRob Landley
e9a7a6212b5Change license statements (and clean up headers) on some of the files thatErik or I are primary copyright holders on.
Bernhard Reutner-FischerBernhard Reutner-Fischer
05592ac00c9- update and expand TODO a little bit
Bernhard Reutner-FischerBernhard 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...
Bernhard Reutner-FischerBernhard 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.
Denis VlasenkoDenis Vlasenko
ce32f65a1bfmount: nfs mount should enable bb_error-to-syslog support
Bernhard Reutner-FischerBernhard Reutner-Fischer
a5286433306- gcc-2.95 doesn't support -static-libgcc- remove Winline
Denis VlasenkoDenis Vlasenko
116080a13a9mount: make Rob happy by reinstating #defines
Rob LandleyRob Landley
fbdf121b7daTeach get_terminal_width_height to fall back to $LINES and $COLUMNS whenused via things like a serial console.
Rob LandleyRob Landley
4ef6f647a3fThe 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.
Rob LandleyRob Landley
eb84a42fdd1The 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...YEAR-2006