summaryrefslogtreecommitdiff
path: root/archival/libunarchive/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-8/+6
| | | | | | | in separate directory (archival/bz/*) and is covered by BSD-style license. code size: 13k
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-1/+2
| | | | | | | text data bss dec hex filename 770988 1029 9552 781569 bed01 busybox.t0/busybox 771105 1029 9552 781686 bed76 busybox.t3/busybox
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau ↵Denis Vlasenko2007-09-051-31/+29
| | | | <landau_alex@yahoo.com>)
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+2
|
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+4
| | | | | | rename sllep_and_die -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found by randomconfig
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-1/+7
| | | | | | | TODO_config_nommu documents what I managed to compile so far (yay! msh works! cool). inetd, telnetd, httpd still do not compile. TODO Also make fork(), daemon() produce warnings on compile stage (in addition to erros on link stage).
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
|
* build system overhaulDenis Vlasenko2006-10-051-0/+59