0b5bf45d32
Patch from Hideki IWAMOTO adding support for 'cmp -n'
Eric Andersen
2004-03-31 11:53:37 +00:00
46390ed829
Junio Hamano, junio at twinsun dot com writes:
Eric Andersen
2004-03-31 11:42:40 +00:00
c11a6a887b
Patch from Thomas Winkler:
Eric Andersen
2004-03-31 11:30:08 +00:00
11e5516d67
Patch from Thomas Winkler showing the the system time for each process when running 'top'
Eric Andersen
2004-03-31 11:21:24 +00:00
90fb65f7a6
Patch from Thomas Winkler -- vi -R did not work
Eric Andersen
2004-03-31 11:12:51 +00:00
bbbbcfef24
Sigh. what a mess.
Eric Andersen
2004-03-30 09:33:18 +00:00
0a92f35702
As waldi noticed, checks for the size of an off_t and casting etc was also redundant and possibly buggy...
Eric Andersen
2004-03-30 09:21:54 +00:00
259cf97803
Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option, as it is redundant....
Eric Andersen
2004-03-30 09:13:05 +00:00
1236631700
The fdisk llseek junk was redundant, since both uClibc and glibc automatically promote lseek and friends to their 64 bit counterparts when CONFIG_LFS is enabled, since it enables __USE_FILE_OFFSET64
Eric Andersen
2004-03-30 09:08:58 +00:00
75eb90f288
As noted by Martin Schwenke, the example for find was wrong
Eric Andersen
2004-03-29 08:20:08 +00:00
38748fddf3
Yet more doc cleanups
Eric Andersen
2004-03-27 11:35:46 +00:00
8ee2b27f0c
Add missing include files
Eric Andersen
2004-03-27 11:26:32 +00:00
ea9bcda373
passwd and sulogin also need libcrypt, via libbb/pw_encrypt()
Eric Andersen
2004-03-27 10:08:53 +00:00
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g
Eric Andersen
2004-03-27 10:02:48 +00:00
edd580a088
Vladimir N. Oleynik (vodz) writes:
Eric Andersen
2004-03-27 09:49:57 +00:00
fbcf06d296
Update docs
Eric Andersen
2004-03-27 09:40:15 +00:00
97310d0253
Brian Pomerantz writes:
Eric Andersen
2004-03-23 23:15:36 +00:00
6bb80870b8
Some corrections from vodz: - Make -u/-l mutually exclusive - Minor size reduction
Robert Griebl
2004-03-22 21:27:39 +00:00
c8685ead57
The utc variable was not modified according to the -u/-l command line parameters.
Robert Griebl
2004-03-21 18:01:46 +00:00
bfb51574ae
Tito noticed a printf that should have been a bb_error_msg.
Eric Andersen
2004-03-20 00:56:46 +00:00
539fa95e0d
Oops.. got a bit to aggressive with size optimization and global replace. :-(
Manuel Novoa III
2004-03-19 23:27:08 +00:00
1daa0c6097
As noted in a patch from Kendrick Hamilton, rmmod was only half way converted, and still used the old delete_module(), call rather than a syscall, in one spot.
Eric Andersen
2004-03-19 21:00:03 +00:00
9e458f5b7a
Add missing ELFCLASSM for m68k
Eric Andersen
2004-03-19 12:17:04 +00:00
16451a07b4
Only use R_68K_GOTOFF if it is defined
Eric Andersen
2004-03-19 12:16:18 +00:00
06d4ec2a4b
Fix broken arg parsing (was not passing pointer to items so p, argc, and argv were only modified locally). Fix error reporting to properly describe why ioctls fail.
Eric Andersen
2004-03-19 10:53:52 +00:00
16767e2377
Patch from vodz to fix the dynamic vars patch, which I should not have checked in. Vladimir writes:
Eric Andersen
2004-03-16 05:14:10 +00:00
ca65ca7d45
Oops. Using the wrong variable was a rather stupid thing for me to do.
Eric Andersen
2004-03-15 08:46:37 +00:00
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15 08:29:22 +00:00
8854004b41
I redid route.
Manuel Novoa III
2004-03-13 18:17:37 +00:00
63a1a7aaa5
Update docs for start_stop_daemon to match reality. Update the reality a bit to better match debian behavior.
Eric Andersen
2004-03-13 08:33:10 +00:00
55c704c119
Fix some doc generation problems
Eric Andersen
2004-03-13 08:32:14 +00:00
ed43806c3b
Hideki IWAMOTO writes:
Eric Andersen
2004-03-12 22:10:40 +00:00
d20d37559f
Fix some goofy formatting
Eric Andersen
2004-03-12 22:08:42 +00:00
3cac0c7d7f
Add prototypes for safe_strtol and friends
Eric Andersen
2004-03-12 22:08:13 +00:00
08f59e32c1
Fix awk entry, which was not showing up in BusyBox.txt for some reason
Eric Andersen
2004-03-12 22:07:10 +00:00
ef02f82bcf
Paul Mundt, lethal at linux-sh dot org writes:
Eric Andersen
2004-03-11 13:34:24 +00:00
b7b3bda3ba
Patch from Thomas Frohlich to fix an option ordering bug of mine.
Glenn L McGrath
2004-03-10 10:47:37 +00:00
c66ebe4200
When displaying the size in 1kB blocks round up if an odd number of blocks
Glenn L McGrath
2004-03-10 09:58:51 +00:00
44c0e17dbe
Patch by Seth W. Klein, the -l switch was reversed
Glenn L McGrath
2004-03-10 09:10:53 +00:00
7d0c51919c
In spite of the feature freeze, check in a complete rework of route which fixes some bugs, adds some error checking, and removes _lots_ of bloat. Text size on i386... old new ipv6 5425 3523 no ipv6 3143 2193
Manuel Novoa III
2004-03-10 07:42:38 +00:00
2715fa147a
Note that /proc must be mounted for filesystem type autodetection to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted.
Eric Andersen
2004-03-09 21:32:57 +00:00
21d308601e
David Anders (prpplague) submitted this patch to allow login to work when the device nodes are symlinks on a read only file system.
Eric Andersen
2004-03-09 21:27:32 +00:00
1117c5281b
Fix broken sort order flags.
Manuel Novoa III
2004-03-08 10:54:29 +00:00
948d4907a0
My bug. :-(
Manuel Novoa III
2004-03-08 05:44:30 +00:00
2479445562
Fix/eliminate use of atol
Eric Andersen
2004-03-06 22:11:45 +00:00
c4db0833a6
Patch from Matt Kraai to fix debian bug number 231994. There was an extra blank line preceding the first directory.
Glenn L McGrath
2004-03-06 09:12:55 +00:00
a89bbfb257
Woops, how did that get in there
Glenn L McGrath
2004-03-06 07:38:27 +00:00
adab517f76
Don't build these support functions for uClibc, as it always supplies versions.
Manuel Novoa III
2004-03-06 00:32:54 +00:00
db6ee81c99
Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349) options
Glenn L McGrath
2004-03-05 15:52:57 +00:00
ec58bce363
Patch from duane no-name, optionally request additional items
Glenn L McGrath
2004-03-05 14:35:00 +00:00
3f79300e37
Patch by Andrew Victor, In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the structure which causes udhcpd to send an invalid ARP packet on the network. It will then not receive a valid reply, which can cause it to assign an IP address that's already in use on the network. (With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h wasn't marked as packed. This is also an issue if your toolchain was built with a pre-2.4.20 kernel).
Glenn L McGrath
2004-03-05 14:25:49 +00:00
0226596dcb
Fix a typo, patch by Andrew Victor
Glenn L McGrath
2004-03-05 14:23:16 +00:00
1bdc5d87f4
Patch from Tony J. White to allow paths to be configured
Glenn L McGrath
2004-03-05 13:23:40 +00:00
bd5d84ddca
Patch by Denis Vlasenko to add forground support.
Glenn L McGrath
2004-03-05 13:11:05 +00:00
fbe984e1c9
Fix debugging output, patch by Hideki IWAMOTO
Glenn L McGrath
2004-03-05 13:04:39 +00:00
c45146cf24
Patch by Felipe Kellermann to fix a compiler compatability problem
Glenn L McGrath
2004-03-05 12:55:30 +00:00
3d752f7ab2
Patch from Steven Scholz to fix compiler warnings
Glenn L McGrath
2004-03-05 09:38:16 +00:00
fca056f691
New applet, eject, by Peter Willis
Glenn L McGrath
2004-03-05 07:26:28 +00:00
95ed8d9f35
Close bracket in description from Peter Willis's eject applet
Glenn L McGrath
2004-03-05 06:47:25 +00:00
d2b860fecb
Patch from Vernon Sauder. The off_t type is not a consistent size; it depends on the kernel options (something about large file support). Therefore, the format string for printing an address is not always the same.
Glenn L McGrath
2004-03-05 05:47:19 +00:00
bbf2ce36d8
Fix a compile error identiefied by Steven Scholz. Declare variables first for compatability.
Glenn L McGrath
2004-03-03 21:12:16 +00:00
e84152e9e1
Check file has execute permission for the current user, minor formating
Glenn L McGrath
2004-03-01 08:32:49 +00:00
d5d5e54290
Quick fix for tftp truncation bug
Glenn L McGrath
2004-02-26 07:47:20 +00:00
d1daf8b6f4
Patch from Denis Dowling to fix a ocuple of usage entries
Glenn L McGrath
2004-02-25 10:35:55 +00:00
10b781345f
Fix option handling, -i or -t must be given, if both ignore the -t. Use bb_getopt_ulflags.
Glenn L McGrath
2004-02-25 09:30:06 +00:00
d8746cdc40
Joe.C, joe at numa dot com dot tw writes:
Eric Andersen
2004-02-24 07:28:38 +00:00
60be069d58
Prepare for release
Eric Andersen
2004-02-23 09:14:07 +00:00
181f0773e2
bb_full_fd_action was incorrectly returning an error message causing major breaking.
Glenn L McGrath
2004-02-23 08:11:07 +00:00
a9d8f9c7bf
Bump up version in preparation for -pre8
Eric Andersen
2004-02-22 12:27:04 +00:00
539ffc9129
Fernando Silveira writes:
Eric Andersen
2004-02-22 12:25:47 +00:00
df2c56529c
Fix from Paul Kortekaas for syslog -C option, size should be in kB.
Glenn L McGrath
2004-02-22 12:17:33 +00:00
4bded58207
Patch from Dmitry Zakharov, this line was missedfrom the last patch
Glenn L McGrath
2004-02-22 11:55:09 +00:00
817565a0ff
For the time being, revert the changes for detecting copying a directory into itself. It is harder to do this correctly than it appears. Not trying at all seems a better compromise for the time being, untill we can implement this correctly.
Eric Andersen
2004-02-22 11:46:49 +00:00
15a4f1ee50
Patch from Chris Larson (kergoth), to allow multiple directores to be unmounted at once.
Glenn L McGrath
2004-02-22 11:35:13 +00:00
df7d84cf25
Patch from Vodz, cleanup memory usage, send strdup error messages to syslog.
Glenn L McGrath
2004-02-22 11:25:13 +00:00
7fc504c6f7
Vodz. last_patch_128 - declare applet_using as static from applets.c - small correction to cmdedit, previous version cleared history after Ctrl-C - small spelling correction (by Friedrich Lobenstock)
Glenn L McGrath
2004-02-22 11:13:28 +00:00
90ed9a0eb6
Patch from James Zhu, telnetd window resizing support.
Glenn L McGrath
2004-02-22 09:45:57 +00:00
689e4b9531
Use bb_getopt_ulflags, marginal saving, better argument checking.
Glenn L McGrath
2004-02-22 09:11:33 +00:00
f461e0123d
Use /var/lib/hwclock for adjtime, its really a state file rather than a config file, so it should be in /etc, FHS mentions it also.
Glenn L McGrath
2004-02-22 08:33:37 +00:00
fa134cd954
Patch from Florian Schirmer. compile fix for debug builds
Glenn L McGrath
2004-02-22 07:38:36 +00:00
d33278dea5
Patch from Hideki IWAMOTO, output debugging messages to stderr
Glenn L McGrath
2004-02-22 07:20:25 +00:00
9079ad0cab
Fixup braces (patch from Thomas Geulig), run through indent and manually adjust.
Glenn L McGrath
2004-02-22 04:44:21 +00:00
e7f2b2bf31
Thomas Geulig, remove duplicate header
Glenn L McGrath
2004-02-22 04:17:26 +00:00
58fd67fa98
Update usage for ftpget and ftpput
Glenn L McGrath
2004-02-22 04:12:58 +00:00
c699778fbb
Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or putting more than 0xffff blocks.
Glenn L McGrath
2004-02-22 03:33:53 +00:00
6db8c22d07
Return 1 upon failure
Glenn L McGrath
2004-02-22 02:58:57 +00:00
f1c4b11b24
No need to check proxy env variable twice, ignore proxy env variable if its set to 0
Glenn L McGrath
2004-02-22 00:27:34 +00:00
15c3512614
Sometimes i get carried away with the use of function pointers, im sure it seemed like a good idea at the time.
Glenn L McGrath
2004-02-21 09:20:56 +00:00
96099d51b6
Use return instead of exit, use == instead of & ==, left justify labels, adjustment of whitespace.
Glenn L McGrath
2004-02-21 07:49:54 +00:00
ced9705c42
Document missing cp options
Eric Andersen
2004-02-20 09:55:37 +00:00
916ba53f1a
Fix up hard links
Glenn L McGrath
2004-02-20 02:34:42 +00:00
c9f1fce9bb
A strict interpretation of the ustar format requires the type flag to be interpreted, we cannot depend on the file type being set in the mode field.
Glenn L McGrath
2004-02-20 02:25:18 +00:00
b0e163a93b
Add extra comments, freakout if a pax archive is encoutered.
Glenn L McGrath
2004-02-19 08:48:30 +00:00
e7d244cc96
Chris Larson (kergoth) writes:
Eric Andersen
2004-02-19 01:52:29 +00:00
e0cbe48637
Chris Larson (kergoth) writes:
Eric Andersen
2004-02-19 00:44:08 +00:00
03a0643fbc
Dont use same variable and struct name
Glenn L McGrath
2004-02-18 13:19:58 +00:00
82d42dbb57
Formatting
Glenn L McGrath
2004-02-18 13:12:53 +00:00
aac2a19e50
remove debugging
Glenn L McGrath
2004-02-18 12:58:00 +00:00
21fbe0e375
Patch from OpenWrt.
Manuel Novoa III
2004-02-18 10:14:17 +00:00