Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-06 | reduce 3 warning if compile with -W | "Vladimir N. Oleynik" | |
2005-11-12 | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | Rob Landley | |
2005-10-27 | Add --no-same-owner and --no-same-permissions options to tar. | Rob Landley | |
2005-10-16 | The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, | Rob Landley | |
which was apparently never tested. That meant that there always had to be at least one unparsed argument left over, which is not the case for tar. | |||
2005-10-16 | Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), | Rob Landley | |
and switch more stuff from CONFIG to ENABLE. | |||
2005-10-15 | llist must initialize, add loses ifdef, small indent correction | "Vladimir N. Oleynik" | |
2005-10-15 | Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). | Rob Landley | |
I have no idea how to apply bb_getopt_complementally to a --longopt that has no short option. The documentation from vodz has a bad case of babelfish poisoning, and I can't understand it. It sort of seems to suggest there is a way, but what it is I have no idea. So I used \n as the short option, which is fairly unlikely to be used for something else. :) | |||
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | |
- new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | |||
2005-10-13 | - typo in makefile variable: s/archvial/archival/ | Bernhard Reutner-Fischer | |
2005-10-12 | usage bb_dev_null | "Vladimir N. Oleynik" | |
2005-10-12 | Prepend '-' to the first argument if required, more const, indent | "Vladimir N. Oleynik" | |
2005-10-12 | new featured bb_opt_complementally, correct argc checking | "Vladimir N. Oleynik" | |
2005-10-11 | There doesn't seem to be a standard header for makedev(), but this is close. | Rob Landley | |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | |
- more long opt compatibility, can set flag for long opt struct now - more logic: check opt-depend requires and global requires, special for 'id' and 'start-stop-daemon' applets. | |||
2005-10-10 | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | |
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. | |||
2005-10-07 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵ | Bernhard Reutner-Fischer | |
ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later). | |||
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | |
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum | |||
2005-09-25 | Stop gcc4 from nit-picking about signedness of char *. | Rob Landley | |
2005-09-24 | use the shorter license header | Mike Frysinger | |
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | |
my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | |||
2005-09-14 | Patch from Berhnard Fischer to keep duplicate objects out of the library. | Rob Landley | |
2005-09-14 | remove unrequired dependences | "Vladimir N. Oleynik" | |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | |
getopt.h, whitespace changes, typos, etc. | |||
2005-09-06 | typo, thanks, Bernhard Fischer | "Vladimir N. Oleynik" | |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | |
2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | |||
2005-09-01 | Fix for bug 383: attempting to "tar c /" would error out because stripping | Rob Landley | |
trailing / turns that into an empty string. | |||
2005-08-31 | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley | |
2005-08-30 | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | Rob Landley | |
other warnings is just gross.) On a side note, while I was there, I made the code slightly smaller. | |||
2005-08-30 | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we | Rob Landley | |
shell out to an external program to handle gzip anyway... | |||
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | |
2005-07-30 | punt unused variable | Mike Frysinger | |
2005-07-30 | tell people to ignore the save_name warning | Mike Frysinger | |
2005-07-30 | rename the accept/reject names since accept overrides the accept() socket ↵ | Mike Frysinger | |
function | |||
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-07-22 | applying fix for: | Paul Fox | |
0000093: Patch for dpkg - can't handle scripts Attached patch is needed to fix dpkg's support for preinst, postinst etc script files. | |||
2005-07-20 | applying fixes from: | Paul Fox | |
0000142: unzip enhancements | |||
2005-07-20 | applying fix for: | Paul Fox | |
0000262: tar -x doesn't believe it has reached the end of archive | |||
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | |
(BB_GETOPT_ERROR) | |||
2005-05-09 | abort if user passes -r or if they dont pass anything | Mike Frysinger | |
2005-04-23 | add comments about ignoring some warnings which are OK | Mike Frysinger | |
2005-04-20 | fix printf warning | Mike Frysinger | |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger | |
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. | |||
2005-03-02 | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III | |
in the 2nd and later headers. But this and gunzip really need to be rewritten. | |||
2005-03-01 | When filling the bit buffer, gzip decompression apparently never checked for ↵ | Manuel Novoa III | |
end of file, causing it to hang on corrupted input. | |||
2005-02-11 | Takeharu KATO writes: | Eric Andersen | |
Hi, I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source in the busybox. This is caused by changing gcc's error handling behavior( The gcc check the function prototype more strictly). I show the compilation log as follow: -- compilation log -- compilation log To fix the problem, apply the patch which is attached with this mail. Please take a look the patch and apply the patch into svn repository. | |||
2004-12-17 | Minor in-passing crapectomy. | Rob Landley | |
2004-11-16 | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley | |
2004-10-13 | Make certain clients of bb_make_directory default to honoring | Eric Andersen | |
the user's umask |