Mark Whitley [Tue, 17 Apr 2001 17:47:33 +0000 (17:47 -0000)]
Applied patch from I.Q. to fix problem with sort -n.
Mark Whitley [Tue, 17 Apr 2001 17:37:47 +0000 (17:37 -0000)]
Added some help messages.
Mark Whitley [Tue, 17 Apr 2001 17:30:44 +0000 (17:30 -0000)]
The tiniest of bracket-placement fixes.
John Beppu [Tue, 17 Apr 2001 17:09:34 +0000 (17:09 -0000)]
- usage.h
o echo_example_usage
needed to escape some backslashes in an inner quote
o find_full_usage
missing a \n at the end of the -name line
? getopt_full_usage
the -o line has tab issues, but I didn't fix them.
o length_example_usage
removed some double-quotes that were within an inner quotes
o printf_example_usage
needed to escape a backslash in an inner quote
o sort_example_usage
needed to escape some backslashes and double quotes in an inner quote
o tftp_full_usage
s/nameing/naming/;
o umount_full_usage
remove colons after options for consistency w/ other full_usage messages
o uniq_example_usage
needed to escape some backslashes and double quotes in an inner quote
- TODO xargs -l ?
- docs/autodocifier.pl POD && comment updates
- docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley
Matt Kraai [Tue, 17 Apr 2001 04:48:51 +0000 (04:48 -0000)]
Convert mount to use getopt.
Matt Kraai [Tue, 17 Apr 2001 04:32:50 +0000 (04:32 -0000)]
Further cleanup of mount option handling.
Matt Kraai [Tue, 17 Apr 2001 04:26:05 +0000 (04:26 -0000)]
Fix -a support (broken by previous patch).
Matt Kraai [Tue, 17 Apr 2001 04:22:22 +0000 (04:22 -0000)]
Fix segfault on `mount -t nfs' reported by Gratien D'haese.
Eric Andersen [Mon, 16 Apr 2001 15:46:44 +0000 (15:46 -0000)]
Several fixes from Sterling Huxley for the vi applet.
Glenn L McGrath [Mon, 16 Apr 2001 10:26:46 +0000 (10:26 -0000)]
Write full status file
Glenn L McGrath [Mon, 16 Apr 2001 04:52:19 +0000 (04:52 -0000)]
dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable.
deb_extract, untar and dpkg_deb modified to make the above possible
Glenn L McGrath [Sun, 15 Apr 2001 12:53:24 +0000 (12:53 -0000)]
Document new dpkg-deb funtions
Glenn L McGrath [Sun, 15 Apr 2001 12:51:59 +0000 (12:51 -0000)]
untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f
Glenn L McGrath [Sun, 15 Apr 2001 12:50:15 +0000 (12:50 -0000)]
NEw functions read_package_field and read_text_file_to_buffer
Glenn L McGrath [Sun, 15 Apr 2001 12:38:12 +0000 (12:38 -0000)]
Reads a field from a debian control (status or available) file, handles multi-line fields.
Glenn L McGrath [Sun, 15 Apr 2001 12:36:19 +0000 (12:36 -0000)]
Read a FILE* till an empty line or eof and return it as a char buffer.
In future maybe add char *end_str to interface to allow calling function
to specify end point.
Eric Andersen [Sat, 14 Apr 2001 03:33:33 +0000 (03:33 -0000)]
Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>
-Erik
Matt Kraai [Fri, 13 Apr 2001 14:40:15 +0000 (14:40 -0000)]
Fix infinite loop and reallocate if too many modules.
Glenn L McGrath [Fri, 13 Apr 2001 04:02:57 +0000 (04:02 -0000)]
dpkg-deb -f and partial -I commands, adds 600 bytes
Matt Kraai [Thu, 12 Apr 2001 21:38:06 +0000 (21:38 -0000)]
Fix dos2unix/tr problem noted by Larry Doolittle.
Matt Kraai [Thu, 12 Apr 2001 20:51:01 +0000 (20:51 -0000)]
Fix return code and don't output spurious newlines.
Matt Kraai [Thu, 12 Apr 2001 20:44:21 +0000 (20:44 -0000)]
Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Matt Kraai [Thu, 12 Apr 2001 20:12:16 +0000 (20:12 -0000)]
Fix comment.
Matt Kraai [Thu, 12 Apr 2001 20:11:55 +0000 (20:11 -0000)]
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Glenn L McGrath [Thu, 12 Apr 2001 16:40:21 +0000 (16:40 -0000)]
Updates, fixes for handling contents, verbose extract.
More updates to come
Glenn L McGrath [Thu, 12 Apr 2001 16:37:13 +0000 (16:37 -0000)]
Rename variable that shadows global
Matt Kraai [Thu, 12 Apr 2001 15:42:17 +0000 (15:42 -0000)]
Fix handling of '' and "".
Glenn L McGrath [Thu, 12 Apr 2001 13:49:09 +0000 (13:49 -0000)]
New dpkg-deb function -t, stands for --fsys-tarfile
Glenn L McGrath [Thu, 12 Apr 2001 13:47:12 +0000 (13:47 -0000)]
Change size to unsinged long long, so if -1 is passed it will read as much as possible.
Glenn L McGrath [Thu, 12 Apr 2001 11:48:02 +0000 (11:48 -0000)]
dpkg-deb -c works now
Glenn L McGrath [Thu, 12 Apr 2001 10:19:08 +0000 (10:19 -0000)]
Fix dpkg-deb, enum's are cool
Glenn L McGrath [Thu, 12 Apr 2001 10:17:22 +0000 (10:17 -0000)]
remove unused clearerr statements
Glenn L McGrath [Thu, 12 Apr 2001 02:29:34 +0000 (02:29 -0000)]
This belongs in dos2unix.c
Glenn L McGrath [Thu, 12 Apr 2001 02:26:04 +0000 (02:26 -0000)]
use tmpfile() and revert my previous changes... convert() belongs here
Glenn L McGrath [Thu, 12 Apr 2001 00:55:05 +0000 (00:55 -0000)]
dos2unix and unix2dos are now independent
Glenn L McGrath [Thu, 12 Apr 2001 00:52:29 +0000 (00:52 -0000)]
Move convert to libbb
Glenn L McGrath [Thu, 12 Apr 2001 00:49:26 +0000 (00:49 -0000)]
convert() is used by dos2unix and unix2dos
Glenn L McGrath [Thu, 12 Apr 2001 00:42:53 +0000 (00:42 -0000)]
Moved from dos2unix
Matt Kraai [Wed, 11 Apr 2001 20:11:51 +0000 (20:11 -0000)]
Use putc, and write to stderr as the rest of the progressmeter does.
Matt Kraai [Wed, 11 Apr 2001 20:07:27 +0000 (20:07 -0000)]
Only finish with a newline if we are displaying the progress indicator.
Matt Kraai [Wed, 11 Apr 2001 20:03:01 +0000 (20:03 -0000)]
Fix behavior when extracting to stdout. Report and patch by
Evin Robertson <nitfol@my-deja.com>.
Glenn L McGrath [Wed, 11 Apr 2001 17:20:44 +0000 (17:20 -0000)]
Vladimir's patch to reverse previous patch
Glenn L McGrath [Wed, 11 Apr 2001 16:49:07 +0000 (16:49 -0000)]
readTarFile changed from exter nto static
Glenn L McGrath [Wed, 11 Apr 2001 16:31:20 +0000 (16:31 -0000)]
Seek to start of an entry inside an ar file
Glenn L McGrath [Wed, 11 Apr 2001 16:25:45 +0000 (16:25 -0000)]
dpkg, dpkg_deb dont depend on any other applets now
Glenn L McGrath [Wed, 11 Apr 2001 16:23:35 +0000 (16:23 -0000)]
copy_file_chunk uses streams now.
Glenn L McGrath [Wed, 11 Apr 2001 16:14:24 +0000 (16:14 -0000)]
This is primarily to allow deb_extract to be independent of the tar applet.
TODO: This function and its conterpart in tar.c should be merged
Glenn L McGrath [Wed, 11 Apr 2001 15:11:48 +0000 (15:11 -0000)]
Remove unneeded printf statment
Glenn L McGrath [Wed, 11 Apr 2001 15:09:30 +0000 (15:09 -0000)]
Disable sigterm
Glenn L McGrath [Wed, 11 Apr 2001 05:01:09 +0000 (05:01 -0000)]
replace getOctal with strtol( , NULL, 8)
saves 100 Bytes
Glenn L McGrath [Wed, 11 Apr 2001 03:47:45 +0000 (03:47 -0000)]
dpkg only dependeds on tar
Glenn L McGrath [Wed, 11 Apr 2001 03:45:37 +0000 (03:45 -0000)]
Gzip is indepenedent of gunzip
Glenn L McGrath [Wed, 11 Apr 2001 03:27:06 +0000 (03:27 -0000)]
Remove dpkg-deb applet dependencies, still depends on tar
Glenn L McGrath [Wed, 11 Apr 2001 03:11:33 +0000 (03:11 -0000)]
Move unzip, gz_open, gz_close to libbb
Glenn L McGrath [Wed, 11 Apr 2001 02:12:08 +0000 (02:12 -0000)]
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
Glenn L McGrath [Wed, 11 Apr 2001 01:37:03 +0000 (01:37 -0000)]
Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c
Eric Andersen [Tue, 10 Apr 2001 22:10:42 +0000 (22:10 -0000)]
Put in a paragraph break
Mark Whitley [Tue, 10 Apr 2001 21:58:32 +0000 (21:58 -0000)]
Added a chart of busybox's growth by Larry Doolittle and put a news
announcement for it on the main page.
Eric Andersen [Tue, 10 Apr 2001 20:10:55 +0000 (20:10 -0000)]
Doc update for the 0.51 release.
-Erik
Eric Andersen [Tue, 10 Apr 2001 20:10:14 +0000 (20:10 -0000)]
Fix up changelog for 0.51 release
Eric Andersen [Tue, 10 Apr 2001 20:07:19 +0000 (20:07 -0000)]
Bring Debian config files into sync with the master one.
Eric Andersen [Tue, 10 Apr 2001 19:03:03 +0000 (19:03 -0000)]
Ha. Regression testing found a bug with uClibc support. Fixed.
-Erik
Eric Andersen [Tue, 10 Apr 2001 18:35:02 +0000 (18:35 -0000)]
Fix up the uClibc compiler name (its format was recently changed slightly)
Eric Andersen [Tue, 10 Apr 2001 18:17:05 +0000 (18:17 -0000)]
This patch from Laurence Anderson <laurence@zxmail.com> fixes
wget HTTP 1.1 support and addes chunked encoding so bb wget
is now fully RFC compliant.
Eric Andersen [Tue, 10 Apr 2001 17:53:49 +0000 (17:53 -0000)]
Patch from Valdimir to reduce stack usage, since recursive_action
is (as the name implies) is recursive, reducing stack memory usage
is important to avoid exhausting available stack memory.
Matt Kraai [Tue, 10 Apr 2001 00:00:05 +0000 (00:00 -0000)]
Fix double quote handling.
Eric Andersen [Mon, 9 Apr 2001 23:54:15 +0000 (23:54 -0000)]
"I will always compile before I commit" x 100
Eric Andersen [Mon, 9 Apr 2001 23:52:18 +0000 (23:52 -0000)]
Update how we detect if libc5 is in use.
-Erik
Matt Kraai [Mon, 9 Apr 2001 23:27:51 +0000 (23:27 -0000)]
Fix warning generated by pod2html about unterminated list.
Eric Andersen [Mon, 9 Apr 2001 23:26:31 +0000 (23:26 -0000)]
Make 'grep -l' work
Mark Whitley [Mon, 9 Apr 2001 23:00:07 +0000 (23:00 -0000)]
Fixed option parsing. Grep would continue grepping, even when given a bad /
invalid option. Closes bug #1146.
Eric Andersen [Mon, 9 Apr 2001 22:48:12 +0000 (22:48 -0000)]
Apply Vladimir's latest cleanup patch.
-Erik
Eric Andersen [Mon, 9 Apr 2001 22:18:14 +0000 (22:18 -0000)]
Bump version number to 0.51
Eric Andersen [Mon, 9 Apr 2001 22:17:10 +0000 (22:17 -0000)]
Enable freeramdisk and pivot_root, disable lash for the Debian .udeb
-Erik
Eric Andersen [Mon, 9 Apr 2001 22:15:27 +0000 (22:15 -0000)]
make sure we auto-close debian bug #91758
-Erik
Eric Andersen [Mon, 9 Apr 2001 22:09:41 +0000 (22:09 -0000)]
update the changelog, prepatory to the 0.51 release. Please review
for correctness!
-Erik
Eric Andersen [Mon, 9 Apr 2001 19:00:29 +0000 (19:00 -0000)]
Update changelog
Eric Andersen [Mon, 9 Apr 2001 18:42:52 +0000 (18:42 -0000)]
use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages so the boot-floppies
do not need any of the nss crap installed. As was, things like 'id' would
fail. Fixed now (with thanks to Matt Kraai for his help).
-Erik
Glenn L McGrath [Sun, 8 Apr 2001 13:27:39 +0000 (13:27 -0000)]
Reorganise status field to use 3 chars instead of one bit shifted long int.
Generates status file properly now, not compatable with full dpkg yet.
Glenn L McGrath [Sun, 8 Apr 2001 07:23:53 +0000 (07:23 -0000)]
Use create_path instead of mkdir
Glenn L McGrath [Sun, 8 Apr 2001 07:18:08 +0000 (07:18 -0000)]
It now correctly backs up the (still corrupt) status file
Glenn L McGrath [Sun, 8 Apr 2001 05:27:18 +0000 (05:27 -0000)]
Some fixes, but still broken... (cont)
Make better use of some libbb functions
New remove dir code to avoid depending on the rm applet
dont use copy_file() it doesnt fail elegantly
Use getopt.
Generate correct /var/lib/dpkg/info/ files
Status file is broken, working on it now
Glenn L McGrath [Sat, 7 Apr 2001 02:40:59 +0000 (02:40 -0000)]
Ignore SIGTERM prior to gz_close()
Glenn L McGrath [Sat, 7 Apr 2001 02:17:36 +0000 (02:17 -0000)]
Fix warning
Eric Andersen [Fri, 6 Apr 2001 22:02:49 +0000 (22:02 -0000)]
Note that insmod now also supports powerpc and mips. Thanks Larry.
Eric Andersen [Fri, 6 Apr 2001 16:02:22 +0000 (16:02 -0000)]
An optimization from Vladimir
Eric Andersen [Thu, 5 Apr 2001 23:26:44 +0000 (23:26 -0000)]
more FILE_OFFSET_BITS == 64 adjustments.
Eric Andersen [Thu, 5 Apr 2001 23:07:25 +0000 (23:07 -0000)]
A first pass at making D_FILE_OFFSET_BITS=64 work, from
Jari Ruusu <jari.ruusu@pp.inet.fi>
Eric Andersen [Thu, 5 Apr 2001 23:00:47 +0000 (23:00 -0000)]
Add support of /W prompts
-Erik
Eric Andersen [Thu, 5 Apr 2001 22:38:32 +0000 (22:38 -0000)]
Handle glibc 2.0.7 as well
Eric Andersen [Thu, 5 Apr 2001 21:45:54 +0000 (21:45 -0000)]
A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds
- support for ftp downloads
- HTTP basic authentication support (as an optional feature)
- handling of http redirections
- protocol version changed to 1.0 (to stop servers from requesting
chunked encoding)
- bugfix: in the case when content-length not given, wget didn't
download anything
- when attempting to continue an aborted download but server doesn't
support restarts, reopen output file in write mode
- changed assumption that existing file should restart an aborted
download. Now the user must explicitly specify this with -c
Eric Andersen [Thu, 5 Apr 2001 20:55:17 +0000 (20:55 -0000)]
Some cleanups/fixes for the syslogd circular buffer code
from Gennady Feldman.
John Beppu [Thu, 5 Apr 2001 20:03:33 +0000 (20:03 -0000)]
- autodocifier.pl :: continuation() was modified such that '#'
is handled correctly.
John Beppu [Thu, 5 Apr 2001 19:42:03 +0000 (19:42 -0000)]
- use docs/autodocifier.pl to merge POD together
John Beppu [Thu, 5 Apr 2001 19:41:23 +0000 (19:41 -0000)]
- split busybox.pod into a header and footer.
the body will be generated by docs/autodocifier.pl
John Beppu [Thu, 5 Apr 2001 19:35:17 +0000 (19:35 -0000)]
- documentation updates and a minor tweak to POD generation
Eric Andersen [Thu, 5 Apr 2001 18:30:38 +0000 (18:30 -0000)]
It seems all the stdout munging was useless anyways, since
deb_extract and all its called functions do nothing with
stdout anyways. Axe that stuff.
-Erik
Eric Andersen [Thu, 5 Apr 2001 07:41:51 +0000 (07:41 -0000)]
Be more generic for libc5. We don't need to know struct definitions
to make the syscall finction -- use a generic pointer instead.
Eric Andersen [Thu, 5 Apr 2001 07:33:10 +0000 (07:33 -0000)]
Another iteration -- adjust the init_module syscall a bit.
-Erik
Eric Andersen [Thu, 5 Apr 2001 06:24:28 +0000 (06:24 -0000)]
*** empty log message ***