Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-10 | add missing copyright text | Eric Andersen | |
2003-12-10 | some minor updates | Eric Andersen | |
2003-12-10 | update website | Eric Andersen | |
2003-12-09 | Fix indenting. | Eric Andersen | |
Fix a bug noticed by Pete Flugstad. Make certain we close what we open, and don't try to close invalid files when /etc/filesystems exists and is used. | |||
2003-12-09 | Bump version number | Eric Andersen | |
2003-12-08 | Splitting statements with #define's can cause trouble for cross | Glenn L McGrath | |
compilers (and it looks a bit messy) | |||
2003-12-08 | Stop sending data to the client after the first failure. | Glenn L McGrath | |
Patch by Joe.C | |||
2003-12-08 | Bring usage upto date, patch by Steven Scholz | Glenn L McGrath | |
2003-12-05 | Fix a compile error when only using ar, patch by Paul van Gool | Glenn L McGrath | |
2003-12-04 | Add (untested) support for cris, based on the (old) busybox insmod | Manuel Novoa III | |
that axis distributes. | |||
2003-12-04 | Patch from Steven Scholz, make usage more consistent with actual | Glenn L McGrath | |
behaviour. | |||
2003-12-04 | Do not use the _syscall5 macro -- use syscall(2) instead | Eric Andersen | |
2003-11-30 | Patch from Tito, size optimisation, cleanup noise when in debugging | Glenn L McGrath | |
mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf | |||
2003-11-28 | Correct Matteo's email address | Glenn L McGrath | |
2003-11-28 | Patch from Ian Campbell, fix or'ed dependencies and handle virtual | Glenn L McGrath | |
dependencies. | |||
2003-11-27 | Fix a bug, ignore the source path when installing to a directory. | Glenn L McGrath | |
We may be installing symlinks, so use lstat/lchown. Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes. | |||
2003-11-27 | Fix tar hard links | Glenn L McGrath | |
2003-11-26 | Important bugfixes from Ian Campbell. | Glenn L McGrath | |
init_archive_deb_data() We want to filter for data.tar.* in the AR file not the TAR file, else we get nothing. all_control_list() Make the 'extensions' array of control file names a global so it can be used in unpack_package as well. Name the global all_control_files. Don't hard code the length of all_control_files but instead used sizeof. unpack_package() Only unpack the control files we are interested in (from all_control_files). Extract the data.tar.gz into / rather than the current directory. dpkg_main() Configure packages in a second pass so all the packages being installed are unpacked before configuring. Some purely cosmetic changes: header update list of differences since two of them are no longer true. The .control file is no longer stored as a result of this patch -- it was redundant since the info is in status. New packages appear to be added to the end of the status file now rather than the start. remove_package() Make message printing optional, so we can avoid a redundant message when replacing/upgrading a package. When we do print stuff then include the version number. purge_package() Print "Purging xxx (yyy) ..." message like the other actions. configure_package() Add "..." to "Setting up" message to be consistent with other actions. | |||
2003-11-25 | Fix for "Broken pipe" issue, vodz last_patch116_3 | Glenn L McGrath | |
2003-11-24 | When a size of 0 is passed to copyfd_size, dont do anything, it was | Glenn L McGrath | |
reading untill eof which breaks tar | |||
2003-11-22 | Fix warning | Glenn L McGrath | |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | |
archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend. | |||
2003-11-21 | Use safe read | Glenn L McGrath | |
2003-11-21 | Fix warning | Glenn L McGrath | |
2003-11-21 | Make use of libbb functions bb_xopen, bb_full_read, used #define's | Glenn L McGrath | |
instead of static consts, avoid xmalloc. | |||
2003-11-20 | Remove unused function | Glenn L McGrath | |
2003-11-20 | Dont over-read fd, use function pointer for hash function. | Glenn L McGrath | |
2003-11-20 | Fix tar-handles-nested-exclude testcase | Glenn L McGrath | |
2003-11-20 | Update status of tests which should pass | Glenn L McGrath | |
2003-11-20 | remove controversial tests | Glenn L McGrath | |
2003-11-20 | Check at least one context is specified | Glenn L McGrath | |
2003-11-20 | Check there are files to add the archive before removing a specified | Glenn L McGrath | |
tar file. | |||
2003-11-20 | Dont attempt to unlink directories | Glenn L McGrath | |
2003-11-20 | Superficial changes | Glenn L McGrath | |
2003-11-20 | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath | |
patch by Steven Scholz | |||
2003-11-20 | Include stdint.h | Glenn L McGrath | |
2003-11-18 | woops, we needed that function | Glenn L McGrath | |
2003-11-18 | COMPRESS, not UNCOMPRESS | Glenn L McGrath | |
2003-11-18 | Update usage for tar -Z | Glenn L McGrath | |
2003-11-18 | Update md5sum, sha1sum options, patch by Steven Scholz | Glenn L McGrath | |
2003-11-18 | tar -Z, uncompress support | Glenn L McGrath | |
2003-11-18 | Dont close original file handle, we may need it later. | Glenn L McGrath | |
2003-11-18 | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath | |
prevent overwritting existing files | |||
2003-11-18 | Only use getopt and associated flags if checking is enabled | Glenn L McGrath | |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath | |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath | |
2003-11-17 | Dont free filename, its needed in the extracted files list. | Glenn L McGrath | |
2003-11-17 | This was made obsolete by config-udeb-linux-i386 | Glenn L McGrath | |
2003-11-17 | Remove net-udeb flavour, we dotn use it | Glenn L McGrath | |
2003-11-17 | Use the PROG variable instead of 'busybox' in the release target | Glenn L McGrath | |