Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | |
Another issue I found was with the iproute utility. While using another program I found that it failed because the "ip route del" command was not found. I looked at the full iproute implementation and this command exists. The busybox version has the "ip route delete" command. I have created a patch which makes the "ip route del" command an alias to the "ip route delete" command. | |||
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | |
Hello, I have been using busybox for some time now, for an ARM based platform. I was very pleased when I tried the 1.00preX series, with all the new utilities and daemons. I found out that the ifupdown in busybox does not behave exaclty like the debian version. Then the pre-up script fails, the interface is getting up. Also when the post-up script fails the return value is ignored. Actually everything is always run and the return value is always true. I looked at the original implementation from debian and fixed the busybox version to do the same. A patch is attached if anyone is interested. | |||
2003-12-19 | don't use kernel headers | Eric Andersen | |
2003-12-19 | Use getopt_ulflags | Glenn L McGrath | |
2003-12-19 | vodz noticed we need to cast things back to an unsigned long | Eric Andersen | |
or the syscall will not get the proper arguments. | |||
2003-12-19 | Fix a bug preventing use of escaped characters that use the signed bit | Glenn L McGrath | |
2003-12-18 | rename __getgrent so that it doesn't conflict with some libc's | Russ Dill | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | |
2003-12-16 | clean up some bad, bad formatting | Russ Dill | |
2003-12-16 | include headers with prototypes to make sure prototypes match | Russ Dill | |
2003-12-16 | remove reference to missing header file which is breaking the build | Eric Andersen | |
2003-12-16 | Using vlock also requires libcrypt | Eric Andersen | |
2003-12-16 | revert removal of define | Russ Dill | |
2003-12-16 | forgotten include | Russ Dill | |
2003-12-16 | why the complication of a static string rather than a define? gcc isn't dumb | Russ Dill | |
2003-12-16 | start attempting to bring udhcp in busybox back to the state where it is ↵ | Russ Dill | |
(ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth | |||
2003-12-16 | when compiled standalone, udhcp needs these headers | Russ Dill | |
2003-12-16 | whoops | Russ Dill | |
2003-12-16 | not sure who made this change, but it certainly mucks things up (note ↵ | Russ Dill | |
'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) | |||
2003-12-15 | make udhcp work under uclinux, to an extent | Russ Dill | |
2003-12-15 | options is a pretty common symbol, bad idea to use as a global in udhcp when ↵ | Russ Dill | |
compiling into busybox | |||
2003-12-15 | Get vfork_daemon_rexec working under uclinux | Russ Dill | |
2003-12-12 | Be certain we use a correct entity when performing the | Eric Andersen | |
BLKGETSIZE64 ioctl -- don't just assume 8, | |||
2003-12-12 | Doh! I broke automatic filesystem type guessing. Fix mount so | Eric Andersen | |
it will properly fall back to /proc/mounts when /etc/filesystems is missing, allowing mount to guess the correct fs type when a fs type is not explicitly specified. -Erik | |||
2003-12-12 | Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled | Eric Andersen | |
2003-12-11 | It appears the Netgear WG602 distributes source | Eric Andersen | |
2003-12-11 | Fixup some html bugs | Eric Andersen | |
2003-12-11 | some minor website cleanups | Eric Andersen | |
2003-12-11 | prepare for release1_00_pre4 | Eric Andersen | |
2003-12-11 | Update modutils with 2.6 module support | Eric Andersen | |
2003-12-11 | go directly to current cvs | Eric Andersen | |
2003-12-11 | remove some spaces that mess up autodocifier.pl | Eric Andersen | |
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. |