ab7780655b
Use bb_getopt_ulflags, save 150 bytes.
Glenn L McGrath
2004-01-05 12:35:05 +00:00
6cb3bc056c
Use bb_getopt_ulflags, simplify some logic, saves some bytes.
Glenn L McGrath
2004-01-05 11:49:55 +00:00
08ca752c68
Fix usage with libraries, skip symbol table.
Glenn L McGrath
2004-01-04 11:06:34 +00:00
930453bdcf
Use bb_getopt_ulflags, saves some space, better argument checking. Remove ar specific extraction code, always use common extraction code.
Glenn L McGrath
2004-01-04 10:28:22 +00:00
40ec4aeb8e
Thinko in s//options. (Whitespace skipping in the wrong place.)
Rob Landley
2004-01-04 06:42:14 +00:00
3b25185733
Declare dependencies of command line editing in the build system
Glenn L McGrath
2004-01-03 12:07:32 +00:00
ffa28d1b46
fixes from Selwyn Tang
Eric Andersen
2004-01-02 10:07:40 +00:00
8f3eb1dbab
Add some details on exactly how to comply with the GPL -Erik
Eric Andersen
2004-01-02 09:08:45 +00:00
a43faccbde
Sync to waldi's subversion archive
Glenn L McGrath
2004-01-01 00:23:01 +00:00
5c9f0d05b3
Fix debian bug #215612, insmod should be silent on request
Glenn L McGrath
2003-12-31 23:20:10 +00:00
cfc0ad4260
Batch from Bastian Blank to fix debian bug #216435; When linking a non existing file busybox ln will report the target missind and not the source:
Glenn L McGrath
2003-12-31 23:10:44 +00:00
7f48a959f5
Update example slightly
Eric Andersen
2003-12-28 05:06:56 +00:00
7b253f8c72
ws, show date setting format
Tim Riker
2003-12-28 05:02:40 +00:00
f980bd5848
Fix a bug of mine, identified by Stephane Billiart
Glenn L McGrath
2003-12-27 00:21:47 +00:00
6caa073760
it should work even if you don't assign a pidfile
Russ Dill
2003-12-26 23:41:28 +00:00
ce91c8ac2b
Isolate code better for unused options, config option to enable long options, add some conditions to the tar tests in testsuite.
Glenn L McGrath
2003-12-26 14:01:37 +00:00
ab8215431f
Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.
Glenn L McGrath
2003-12-26 02:19:34 +00:00
3b1a74467a
re-indent
Eric Andersen
2003-12-24 20:30:45 +00:00
d242e49c89
fix a long standing underallocation bug
Russ Dill
2003-12-24 19:57:13 +00:00
a8992635b1
move debugging to safe place (before vfork)
Russ Dill
2003-12-24 19:31:08 +00:00
b90502828c
Patch from Ned Ludd, solar at gentoo dot org:
Eric Andersen
2003-12-24 06:02:11 +00:00
5089534be0
match changes made to cmdedit
Eric Andersen
2003-12-23 20:47:22 +00:00
d10f36fe2e
Match changes made to cmdedit
Eric Andersen
2003-12-23 20:45:14 +00:00
3a5ed56803
fix broken formatting
Eric Andersen
2003-12-23 20:37:54 +00:00
9cccc18141
don't mess up errno
Eric Andersen
2003-12-23 20:37:23 +00:00
27bb79080d
Cmdedit update from Vladimir N. Oleynik (vodz)
Eric Andersen
2003-12-23 20:24:51 +00:00
a6beeb6a7e
Show the news by default
Eric Andersen
2003-12-23 10:00:00 +00:00
f0da28c91b
Prepare for release
Eric Andersen
2003-12-23 09:12:09 +00:00
52a3c2726e
Patch from Matt Kraai:
Eric Andersen
2003-12-23 08:53:51 +00:00
b89fcd4430
Fix compile error, the indenting really needs to be fixed here
Glenn L McGrath
2003-12-23 07:21:33 +00:00
334dc65c92
Fix a bug of mine where extracting files to stdout would extract to much, modified patch from Bastian Blank
Glenn L McGrath
2003-12-22 21:02:41 +00:00
a120c32cfa
Bump version
Eric Andersen
2003-12-21 09:04:54 +00:00
67ff3a1ffd
Don't hose up perms for files that happen to have symlinks in the tarball that point to them. -Erik
Eric Andersen
2003-12-21 08:59:24 +00:00
0933a92f5a
bother. It seems I can't read.
Eric Andersen
2003-12-20 10:23:28 +00:00
f295b5a408
doh!
Eric Andersen
2003-12-20 09:17:50 +00:00
8f3bc4ce52
New applet, rx, by Christopher Hoover
Glenn L McGrath
2003-12-20 07:30:35 +00:00
a8d82fe52e
Try to accomodate systems that do not define PAGE_SHIFT
Eric Andersen
2003-12-20 07:26:10 +00:00
b868f55c78
Eradicate all references to loadacm
Eric Andersen
2003-12-20 07:16:22 +00:00
08573e0ac4
Kill off the loadacm applet. It is unused, unmaintained garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
Eric Andersen
2003-12-20 07:07:22 +00:00
02e0355504
Use bb_xopen
Glenn L McGrath
2003-12-20 06:00:08 +00:00
236e93d133
Allow recieving file to stdout, sending files from stdin, use the '-' filename. Save a variable.
Glenn L McGrath
2003-12-20 05:43:34 +00:00
f62ea20aff
Use low level file descriptors to match bb_copyfd_eof
Glenn L McGrath
2003-12-20 04:38:01 +00:00
266c1f5eff
display the port number number correctly, other minor optimisations
Glenn L McGrath
2003-12-20 03:19:27 +00:00
ffccf6eb5d
Change interface to bb_lookup_host, dont try and set port inside this function as there is no gracefull way of handling failures. Rename bb_getport to bb_lookup_port, allow a default port to be specified so it always returns a correct value. Modify ftpgetput/rdate/wget to use the new interface. wget/rdate now use etc/services with a falback default value.
Glenn L McGrath
2003-12-20 01:47:18 +00:00
03d8091859
Patch from Woody Suwalski:
Eric Andersen
2003-12-19 21:04:19 +00:00
514aeabc36
Use getopt_ulflags
Glenn L McGrath
2003-12-19 12:08:56 +00:00
28c111e1c5
Allow escaped 8 bit characters in bb_opt_complementaly
Glenn L McGrath
2003-12-19 12:03:18 +00:00
d4a5e255c4
Patch from Fillod Stephane:
Eric Andersen
2003-12-19 11:32:14 +00:00
3752d337b3
Patch from Fillod Stephane:
Eric Andersen
2003-12-19 11:30:13 +00:00
89f10bcf37
Patch from Fillod Stephane:
Eric Andersen
2003-12-19 11:29:29 +00:00
769a3ef08d
Patch from Stephane Billiart:
Eric Andersen
2003-12-19 11:23:47 +00:00
f18bd8931d
Tito writes:
Eric Andersen
2003-12-19 11:07:59 +00:00
1a773a656e
Manousaridis Angelos writes:
Eric Andersen
2003-12-19 10:47:40 +00:00
658f8b1d1a
Manousaridis Angelos writes:
Eric Andersen
2003-12-19 10:46:00 +00:00
b8d2cd44a6
don't use kernel headers
Eric Andersen
2003-12-19 10:40:56 +00:00
b51eb26568
Use getopt_ulflags
Glenn L McGrath
2003-12-19 10:37:52 +00:00
07d2f4052f
vodz noticed we need to cast things back to an unsigned long or the syscall will not get the proper arguments.
Eric Andersen
2003-12-19 10:34:36 +00:00
850b05fbde
Fix a bug preventing use of escaped characters that use the signed bit
Glenn L McGrath
2003-12-19 10:13:10 +00:00
f796700cf0
rename __getgrent so that it doesn't conflict with some libc's
Russ Dill
2003-12-18 22:40:58 +00:00
4e864a36b6
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-12-18 22:25:38 +00:00
e30495654d
clean up some bad, bad formatting
Russ Dill
2003-12-16 22:46:33 +00:00
76729b8c69
include headers with prototypes to make sure prototypes match
Russ Dill
2003-12-16 20:44:15 +00:00
5f46f1c241
remove reference to missing header file which is breaking the build
Eric Andersen
2003-12-16 12:04:01 +00:00
b627c54813
Using vlock also requires libcrypt
Eric Andersen
2003-12-16 07:43:20 +00:00
6b3f757053
revert removal of define
Russ Dill
2003-12-16 02:38:09 +00:00
4040d3d712
forgotten include
Russ Dill
2003-12-16 02:34:28 +00:00
8b3845106a
why the complication of a static string rather than a define? gcc isn't dumb
Russ Dill
2003-12-16 02:30:53 +00:00
4b77acafa6
start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
Russ Dill
2003-12-16 02:28:20 +00:00
7becf5987a
when compiled standalone, udhcp needs these headers
Russ Dill
2003-12-16 01:42:18 +00:00
8f43126934
not sure who made this change, but it certainly mucks things up (note '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)
Russ Dill
2003-12-16 01:29:40 +00:00
62419df95c
make udhcp work under uclinux, to an extent
Russ Dill
2003-12-15 22:11:26 +00:00
4a9e34c148
options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
Russ Dill
2003-12-15 22:09:36 +00:00
a1fece2c70
Get vfork_daemon_rexec working under uclinux
Russ Dill
2003-12-15 21:57:44 +00:00
d4f7a5edad
Be certain we use a correct entity when performing the BLKGETSIZE64 ioctl -- don't just assume 8,
Eric Andersen
2003-12-12 19:05:15 +00:00
c1893c5801
Doh! I broke automatic filesystem type guessing. Fix mount so 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
Eric Andersen
2003-12-12 07:01:14 +00:00
416c24224d
Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled
Eric Andersen
2003-12-12 00:08:57 +00:00
7dad86601a
It appears the Netgear WG602 distributes source
Eric Andersen
2003-12-11 18:03:15 +00:00
e06bea7767
Fixup some html bugs
Eric Andersen
2003-12-11 08:04:49 +00:00
5b8a59400c
some minor website cleanups
Eric Andersen
2003-12-11 07:13:15 +00:00
c181f34c87
prepare for release
Eric Andersen
2003-12-11 02:48:15 +00:00
e7047887b0
Update modutils with 2.6 module support
Eric Andersen
2003-12-11 01:42:13 +00:00
37f4116ecb
go directly to current cvs
Eric Andersen
2003-12-11 01:29:46 +00:00
de4f07e56e
remove some spaces that mess up autodocifier.pl
Eric Andersen
2003-12-11 01:18:07 +00:00
9f6c12a42e
add missing copyright text
Eric Andersen
2003-12-10 20:50:14 +00:00
2e0455d82b
some minor updates
Eric Andersen
2003-12-10 20:41:48 +00:00
539eef6f28
update website
Eric Andersen
2003-12-10 12:08:20 +00:00
d5c746f3a8
Fix indenting.
Eric Andersen
2003-12-09 23:50:24 +00:00
747f2f7d78
Bump version number
Eric Andersen
2003-12-09 17:31:48 +00:00
f6bba3d689
Splitting statements with #define's can cause trouble for cross compilers (and it looks a bit messy)
Glenn L McGrath
2003-12-08 20:31:25 +00:00
9adcf73152
Stop sending data to the client after the first failure. Patch by Joe.C
Glenn L McGrath
2003-12-08 20:21:53 +00:00
5c0d84aaf0
Bring usage upto date, patch by Steven Scholz
Glenn L McGrath
2003-12-08 20:11:55 +00:00
142abc18ce
Fix a compile error when only using ar, patch by Paul van Gool
Glenn L McGrath
2003-12-05 02:51:21 +00:00
22e1ca382b
Add (untested) support for cris, based on the (old) busybox insmod that axis distributes.
Manuel Novoa III
2003-12-04 15:02:57 +00:00
c83e3a6406
Patch from Steven Scholz, make usage more consistent with actual behaviour.
Glenn L McGrath
2003-12-04 13:06:44 +00:00
50547c0745
Do not use the _syscall5 macro -- use syscall(2) instead
Eric Andersen
2003-12-04 07:07:14 +00:00
3860b2ebd6
Patch from Tito, size optimisation, cleanup noise when in debugging mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
Glenn L McGrath
2003-11-30 23:46:06 +00:00
b8c3a54531
Patch from Ian Campbell, fix or'ed dependencies and handle virtual dependencies.
Glenn L McGrath
2003-11-28 22:38:14 +00:00
11e69471be
Fix a bug, ignore the source path when installing to a directory. We may be installing symlinks, so use lstat/lchown. Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes.
Glenn L McGrath
2003-11-27 22:40:08 +00:00