Glenn L McGrath | 43112b4b65d | Align using spaces to furthurest character and then one tab, now they
should always be aligned. | | |
Eric Andersen | 13cf6626c83 | A few little updates, mostly cosmetic | | |
Eric Andersen | 63bcf1a55f6 | Sigh. TRENDware has released source -- only for busybox and udhcp.
So despite their not providing kernel source, the... | | |
Eric Andersen | f2ec37902a2 | Pascal Brisset writes:
uuencode fails to encode binary data because it right-shifts
bytes as signed chars and keeps ... | | |
Manuel Novoa III | 7018385fe71 | Be stricter when converting strings to integers. Should fix the problem
reported by Rob. | | |
Glenn L McGrath | bbbe21d6b03 | Fix compile error when tab completion disabled | | |
Glenn L McGrath | 4766a2d56c7 | Add the -r option as a synonym of -R | | |
Glenn L McGrath | 303e989a119 | Add the -h, --dereference option for archive creation. | | |
Glenn L McGrath | ca43b485dea | Enable long options, adds 150 bytes. | | |
Glenn L McGrath | 2d016a3715d | Correct check for only one of K or S options | | |
Glenn L McGrath | 654a99b691a | Check valid options were given | | |
Glenn L McGrath | 711bb92d7cd | Dont change ownership unless we created the directory. | | |
Glenn L McGrath | 578eff50667 | Remove unneeded conditions and logic, fix bug where ownership didnt
change.
Dont use bb_make_directory it doesnt have... | | |
Glenn L McGrath | 475820c9de1 | last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian
bug #228915 | | |
Glenn L McGrath | 8d441783817 | Check one and only one of start, stop are given.
Remove some global variables.
#define some getopt values. | | |
Glenn L McGrath | 85c5152cb87 | Vodz, last_patch_123, patch have new version getopt_ulflags.
- size reduced 34 bytes
- don`t use dynamic memory alloc... | | |
Glenn L McGrath | a1e4a0ef671 | Patch from Atsushi Nemoto, recent MIPS kernel headers
does not provide PAGE_SHIFT for userland (because now mips-linu... | | |
Glenn L McGrath | ee829065cb7 | Patch by Richard Kojedzinszky, when using END at end of lines it was
skipping to next line, cw command was leaving o... | | |
Glenn L McGrath | eaf5bc00383 | Redo getconfigent, save 150 bytes, still small memory leak when
parsing invalid entries. | | |
Glenn L McGrath | 348672d46d9 | Patch from Tito, reduce size, merge functions that are only used once. | | |
Eric Andersen | 15eb39c25a0 | Stephane Billiart writes:
bb_lookup_port now takes 3 parameters but rdate has not been modified
accordingly and fail... | | |
Glenn L McGrath | 53766c40639 | Fix up a couple of bugs i introduced in yesterdays cleanup. | | |
Glenn L McGrath | 65b6d8bdb63 | Fix a bug where `ls -le` would print the time twice. | | |
Glenn L McGrath | 792cae5f2a2 | Use bb_getopt_ulflags, save 200-300 bytes | | |
Glenn L McGrath | 58a2e0e2625 | Patch from Leif Lindholm (slightly modified by me), to fix http
redirection.
Example of incorrect behaviour was the f... | | |
Glenn L McGrath | 036dbaa082f | Modify bb_lookup_port to allow the protocol to be specified, allowing
/etc/services support for inetd, netcat and tftp. | | |
Glenn L McGrath | b03be7f5677 | Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb | | |
Glenn L McGrath | a277e026635 | The functions setconfig, enter and bump_nofile were only called once, marge them into the calling
function. | | |
Glenn L McGrath | ff6ec8a2ae2 | Use 1 line for function name and return value,
remove dofork define/variable,
dont check pid value is < or > than 0 i... | | |
Glenn L McGrath | 3e77b4e9545 | Remove some defined statements | | |
Glenn L McGrath | c3b134f3b73 | Changed #define names for common features (superficial) | | |
Glenn L McGrath | 2faf306c732 | Use bb_get_chomped_line_from_file | | |
Eric Andersen | 16f94a67221 | Minor updates from linux 2.6.1 | | |
Glenn L McGrath | 17b4a20a9c4 | Patch by Tito, reduce size of deallocvt, also make the usage message
clearer (from N to [N]) and indirectly (through ... | | |
Glenn L McGrath | 67285965f3d | Vodz last_patch_122, Check $PATH at runtime to fix tab completion | | |
Glenn L McGrath | 6a78631164a | Patch by Tito, use bb_xgetlarg, reduce size | | |
Eric Andersen | 1cda715bbca | Fix a bug where mount could check the wrong device. st_rdev is the correct
device ID iff the named file is a charact... | | |
Glenn L McGrath | 7c87b67c08b | Patch from Bastian Blank, allow the buildtime to be overriden with a
different string, used by the debian busybox-cvs... | | |
Glenn L McGrath | 76620620ecb | Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. | | |
Glenn L McGrath | dfb6211df36 | Patch by Tito, remove some unneeded variables to save some space. | | |
Glenn L McGrath | 447bc2d17f3 | Patch from Matt Kraai to fix debian bug #227081
cp does not truncate existing destinations. That is, after
running
... | | |
Eric Andersen | 716ccb26356 | whitespace cleanup | | |
Eric Andersen | 8e2f74f5a7f | Woody Suwalski writes:
I have found the problem in modprobe, so here is the promised patch
At the current stage I ca... | | |
Glenn L McGrath | 95f75a3dcdb | Patch from Bastian Blank to fix debian bug #226722, test case:
mkdir foo
touch foo/bar
ln -s bar foo/baz | | |
Glenn L McGrath | 1f28b90a9c9 | Use bb_getopt_ulflags, save 100 bytes and strict argument checking. | | |
Eric Andersen | 9d65ab2beb0 | Woody Suwalski writes:
accept more then 1 dependency per modules.dep line. Also white space cleanup...
I think that ... | | |
Eric Andersen | 66e21fd1616 | Fix broken #else | | |
Glenn L McGrath | ab7780655b9 | Use bb_getopt_ulflags, save 150 bytes. | | |
Glenn L McGrath | 6cb3bc056c5 | Use bb_getopt_ulflags, simplify some logic, saves some bytes. | | |
Glenn L McGrath | 08ca752c68e | Fix usage with libraries, skip symbol table. | | |
Glenn L McGrath | 930453bdcf2 | Use bb_getopt_ulflags, saves some space, better argument checking.
Remove ar specific extraction code, always use com... | | |
Rob Landley | 40ec4aeb8e2 | Thinko in s//options. (Whitespace skipping in the wrong place.) | | |
Glenn L McGrath | 3b251857334 | Declare dependencies of command line editing in the build system | | |
Eric Andersen | ffa28d1b468 | fixes from Selwyn Tang | | |
Eric Andersen | 8f3eb1dbab6 | Add some details on exactly how to comply with the GPL
-Erik | | |
Glenn L McGrath | a43faccbdeb | Sync to waldi's subversion archive | | |
Glenn L McGrath | 5c9f0d05b3a | Fix debian bug #215612, insmod should be silent on request | | |
Glenn L McGrath | cfc0ad42601 | Batch from Bastian Blank to fix debian bug #216435;
When linking a non existing file busybox ln will report the targe... | | |
Eric Andersen | 7f48a959f53 | Update example slightly | | |
Tim Riker | 7b253f8c72f | ws, show date setting format | | |
Glenn L McGrath | f980bd58487 | Fix a bug of mine, identified by Stephane Billiart | | |
Russ Dill | 6caa073760f | it should work even if you don't assign a pidfile | | |
Glenn L McGrath | ce91c8ac2bb | Isolate code better for unused options, config option to enable long
options, add some conditions to the tar tests in... | | |
Glenn L McGrath | ab8215431f4 | Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. | | |
Eric Andersen | 3b1a74467a0 | re-indent | | |
Russ Dill | d242e49c894 | fix a long standing underallocation bug | | |
Russ Dill | a8992635b11 | move debugging to safe place (before vfork) | | |
Eric Andersen | b90502828cd | Patch from Ned Ludd, solar at gentoo dot org:
I had previously provided you with a patch to help complete busybox's
... | | |
Eric Andersen | 5089534be00 | match changes made to cmdedit | | |
Eric Andersen | d10f36fe2e5 | Match changes made to cmdedit | | |
Eric Andersen | 3a5ed56803d | fix broken formatting | | |
Eric Andersen | 9cccc181410 | don't mess up errno | | |
Eric Andersen | 27bb79080d6 | Cmdedit update from Vladimir N. Oleynik (vodz) | | |
Eric Andersen | a6beeb6a7e3 | Show the news by default | | |
Eric Andersen | f0da28c91b3 | Prepare for release | | |
Eric Andersen | 52a3c2726ef | Patch from Matt Kraai:
sed is broken:
busybox sed -n '/^a/,/^a/p' >output <<EOF
a
b
a
b
EOF
cmp -s output - ... | | |
Glenn L McGrath | b89fcd44308 | Fix compile error, the indenting really needs to be fixed here | | |
Glenn L McGrath | 334dc65c929 | Fix a bug of mine where extracting files to stdout would extract to
much, modified patch from Bastian Blank | | |
Eric Andersen | a120c32cfa1 | Bump version | | |
Eric Andersen | 67ff3a1ffd5 | Don't hose up perms for files that happen to have symlinks
in the tarball that point to them.
-Erik | | |
Eric Andersen | 0933a92f5a6 | bother. It seems I can't read. | | |
Eric Andersen | f295b5a4081 | doh! | | |
Glenn L McGrath | 8f3bc4ce524 | New applet, rx, by Christopher Hoover | | |
Eric Andersen | a8d82fe52e4 | Try to accomodate systems that do not define PAGE_SHIFT | | |
Eric Andersen | b868f55c788 | Eradicate all references to loadacm | | |
Eric Andersen | 08573e0ac48 | Kill off the loadacm applet. It is unused, unmaintained
garbage leftover from before I started maintaining BusyBox.
... | | |
Glenn L McGrath | 02e03555045 | Use bb_xopen | | |
Glenn L McGrath | 236e93d133f | Allow recieving file to stdout, sending files from stdin, use the '-'
filename. Save a variable. | | |
Glenn L McGrath | f62ea20affa | Use low level file descriptors to match bb_copyfd_eof | | |
Glenn L McGrath | 266c1f5eff5 | display the port number number correctly, other minor optimisations | | |
Glenn L McGrath | ffccf6eb5de | Change interface to bb_lookup_host, dont try and set port inside this
function as there is no gracefull way of handli... | | |
Eric Andersen | 03d8091859f | Patch from Woody Suwalski:
Erik, I think we have met online some time ago when I was in Corel/Rebel
Netwinder pr... | | |
Glenn L McGrath | 514aeabc366 | Use getopt_ulflags | | |
Glenn L McGrath | 28c111e1c5b | Allow escaped 8 bit characters in bb_opt_complementaly | | |
Eric Andersen | d4a5e255c47 | Patch from Fillod Stephane:
You will find in the attached file "syslog.patch" a patch which adds
config options ... | | |
Eric Andersen | 3752d337b3b | Patch from Fillod Stephane:
* While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR,
like netkit-t... | | |
Eric Andersen | 89f10bcf379 | Patch from Fillod Stephane:
* The "rdate.patch" file makes rdate to NOT settimeofday if the date to be
set equals cu... | | |
Eric Andersen | 769a3ef08db | Patch from Stephane Billiart:
This removes references to config->remoteuser when
CONFIG_FEATURE_HTTPD_CGI=y but CONF... | | |
Eric Andersen | f18bd8931d6 | Tito writes:
Hi to all,
here is a new patch for bb's devfsd. The news are:
1) Size reduction for the basic setup wi... | | |
Eric Andersen | 1a773a656e8 | Manousaridis Angelos writes:
Another issue I found was with the iproute utility. While using another
program I found... | | |
Eric Andersen | 658f8b1d1ae | Manousaridis Angelos writes:
Hello,
I have been using busybox for some time now, for an ARM based platform.
I was v... | | |
Eric Andersen | b8d2cd44a60 | don't use kernel headers | | |
Glenn L McGrath | b51eb265681 | Use getopt_ulflags | | |
Eric Andersen | 07d2f4052f2 | vodz noticed we need to cast things back to an unsigned long
or the syscall will not get the proper arguments. | | |
Glenn L McGrath | 850b05fbde2 | Fix a bug preventing use of escaped characters that use the signed bit | | |
Russ Dill | f796700cf01 | rename __getgrent so that it doesn't conflict with some libc's | | |
Russ Dill | 4e864a36b61 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | | |
Russ Dill | e30495654d8 | clean up some bad, bad formatting | | |
Russ Dill | 76729b8c692 | include headers with prototypes to make sure prototypes match | | |
Eric Andersen | 5f46f1c2410 | remove reference to missing header file which is breaking the build | | |
Eric Andersen | b627c548131 | Using vlock also requires libcrypt | | |
Russ Dill | 6b3f7570534 | revert removal of define | | |
Russ Dill | 4040d3d7123 | forgotten include | | |
Russ Dill | 8b3845106a0 | why the complication of a static string rather than a define? gcc isn't dumb | | |
Russ Dill | 4b77acafa6f | start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of ... | | |
Russ Dill | 7becf5987a1 | when compiled standalone, udhcp needs these headers | | |
Russ Dill | a3170d5aab8 | whoops | | |
Russ Dill | 8f431269346 | not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, an... | | |
Russ Dill | 62419df95cd | make udhcp work under uclinux, to an extent | | |
Russ Dill | 4a9e34c1486 | options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox | | |
Russ Dill | a1fece2c708 | Get vfork_daemon_rexec working under uclinux | | |
Eric Andersen | d4f7a5edadb | Be certain we use a correct entity when performing the
BLKGETSIZE64 ioctl -- don't just assume 8, | | |
Eric Andersen | c1893c5801b | Doh! I broke automatic filesystem type guessing. Fix mount so
it will properly fall back to /proc/mounts when /etc/... | | |
Eric Andersen | 416c24224dc | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled | | |
Eric Andersen | 7dad86601ab | It appears the Netgear WG602 distributes source | | |
Eric Andersen | e06bea77671 | Fixup some html bugs | | |
Eric Andersen | 5b8a59400c3 | some minor website cleanups | | |
Eric Andersen | c181f34c874 | prepare for release | | |
Eric Andersen | e7047887b04 | Update modutils with 2.6 module support | | |
Eric Andersen | 37f4116ecb0 | go directly to current cvs | | |
Eric Andersen | de4f07e56e7 | remove some spaces that mess up autodocifier.pl | | |
Eric Andersen | 9f6c12a42ef | add missing copyright text | | |
Eric Andersen | 2e0455d82b5 | some minor updates | | |
Eric Andersen | 539eef6f284 | update website | | |
Eric Andersen | d5c746f3a8a | Fix indenting.
Fix a bug noticed by Pete Flugstad. Make certain we close what we open, and
don't try to close inval... | | |
Eric Andersen | 747f2f7d786 | Bump version number | | |
Glenn L McGrath | f6bba3d6895 | Splitting statements with #define's can cause trouble for cross
compilers (and it looks a bit messy) | | |
Glenn L McGrath | 9adcf73152e | Stop sending data to the client after the first failure.
Patch by Joe.C | | |
Glenn L McGrath | 5c0d84aaf02 | Bring usage upto date, patch by Steven Scholz | | |
Glenn L McGrath | 142abc18ce4 | Fix a compile error when only using ar, patch by Paul van Gool | | |
Manuel Novoa III | 22e1ca382be | Add (untested) support for cris, based on the (old) busybox insmod
that axis distributes. | | |
Glenn L McGrath | c83e3a6406b | Patch from Steven Scholz, make usage more consistent with actual
behaviour. | | |
Eric Andersen | 50547c07451 | Do not use the _syscall5 macro -- use syscall(2) instead | | |
Glenn L McGrath | 3860b2ebd6a | Patch from Tito, size optimisation, cleanup noise when in debugging
mode, adds support for MODLOAD keyword in devfsd.... | | |
Glenn L McGrath | 5be6a200f07 | Correct Matteo's email address | | |
Glenn L McGrath | b8c3a545312 | Patch from Ian Campbell, fix or'ed dependencies and handle virtual
dependencies. | | |
Glenn L McGrath | 11e69471be2 | Fix a bug, ignore the source path when installing to a directory.
We may be installing symlinks, so use lstat/lchown.... | | |
Glenn L McGrath | e39ee01821d | Fix tar hard links | | |
Glenn L McGrath | fea4b446df1 | Important bugfixes from Ian Campbell.
init_archive_deb_data()
We want to filter for data.tar.* in the AR file... | | |
Glenn L McGrath | 4ddddd180ea | Fix for "Broken pipe" issue, vodz last_patch116_3 | | |
Glenn L McGrath | c3498f678aa | When a size of 0 is passed to copyfd_size, dont do anything, it was
reading untill eof which breaks tar | | |
Glenn L McGrath | f0515dad66a | Fix warning | | |
Glenn L McGrath | 7ffe1338647 | As we no longer use function pointers for read in common archiving code
archive_xread can be replaced with bb_full_re... | | |
Glenn L McGrath | 1a2d75fd727 | Use safe read | | |
Glenn L McGrath | d0550d8fc93 | Fix warning | | |
Glenn L McGrath | acbdc47aac6 | Make use of libbb functions bb_xopen, bb_full_read, used #define's
instead of static consts, avoid xmalloc. | | |
Glenn L McGrath | 2cd1eb16ad0 | Remove unused function | | |
Glenn L McGrath | 78cd84da8a0 | Dont over-read fd, use function pointer for hash function. | | |
Glenn L McGrath | e857122c97b | Fix tar-handles-nested-exclude testcase | | |
Glenn L McGrath | d9c8ab40a48 | Update status of tests which should pass | | |
Glenn L McGrath | 3a2fcc63b84 | remove controversial tests | | |
Glenn L McGrath | bebc40b4066 | Check at least one context is specified | | |
Glenn L McGrath | ba49651de96 | Check there are files to add the archive before removing a specified
tar file. | | |
Glenn L McGrath | 90c9df93f3f | Dont attempt to unlink directories | | |
Glenn L McGrath | 0413af0e275 | Superficial changes | | |
Glenn L McGrath | 5c069aaf2f3 | Fix up the -s option, and make usage consitent with behaviour,
patch by Steven Scholz | | |
Glenn L McGrath | d85421de223 | Include stdint.h | | |
Glenn L McGrath | 931ae9d2f8a | woops, we needed that function | | |
Glenn L McGrath | 0c5d9c27a5f | COMPRESS, not UNCOMPRESS | | |
Glenn L McGrath | 7370f624935 | Update usage for tar -Z | | |
Glenn L McGrath | 0b6539f7f9f | Update md5sum, sha1sum options, patch by Steven Scholz | | |
Glenn L McGrath | 56f16b42c93 | tar -Z, uncompress support | | |
Glenn L McGrath | 20872be9a4e | Dont close original file handle, we may need it later. | | |
Glenn L McGrath | 3b9fc8fe2a0 | Make unlink old files default behaviour and add a new option -k to
prevent overwritting existing files | | |
Glenn L McGrath | de3ea9f0491 | Only use getopt and associated flags if checking is enabled | | |
Glenn L McGrath | aee0fd83205 | Replaced by md5_sha1_sum.c | | |
Glenn L McGrath | 303b7d83f0f | Replaced by md5_sha1_sum.c | | |
Glenn L McGrath | f074afc2a0c | Dont free filename, its needed in the extracted files list. | | |
Glenn L McGrath | cccf49fb0fa | This was made obsolete by config-udeb-linux-i386 | | |
Glenn L McGrath | 7e4b3347b24 | Remove net-udeb flavour, we dotn use it | | |
Glenn L McGrath | 0874a613d2b | Use the PROG variable instead of 'busybox' in the release target | | |
Glenn L McGrath | 8dc8cb133c4 | Fix a bug where cpio wouldnt work unless -u was specified | | |
Glenn L McGrath | 5699b8525e8 | Move from read_gz to the pipe()+fork() method.
open_transformer(), common code for pipe+fork.
Function pointer for re... | | |
Glenn L McGrath | 54ac057c001 | Fix memory leaks | | |
Glenn L McGrath | 5c2c8eca4a1 | Fix a "broken pipe" problem. vodz, last_patch_116-2 | | |
Glenn L McGrath | e57feeb9e60 | Keep trying to find a good header, if we exit it will cause .tar.gz
files to compute incorrect crc and length for gzip | | |
Glenn L McGrath | eba86e2adbd | Catch unsupported features | | |
Glenn L McGrath | e9080c9f417 | NEW APPLET: pipe_progress, used by debian installer | | |
Next → |