Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-27 | Update docs | Eric Andersen | |
2004-03-23 | Brian Pomerantz writes: | Eric Andersen | |
I've noticed a bug in the "autowidth" feature more, and is probably in others. The call to the function get_terminal_width_height() passes in a file descriptor but that file descriptor is never used, instead the ioctl() is called with 0. In more_main() the call to get_terminal_width_height() passes 0 as the file descriptor instead of fileno(cin). This isn't a problem when you more a file (e.g. "more /etc/passwd") but when you pipe a file to it (e.g. "cat /etc/passwd | more") the size of the terminal cannot be determined because file descriptor 0 is not a terminal. The fix is simple, I've attached a patch for more.c and get_terminal_width_height.c. BAPper | |||
2004-03-22 | Some corrections from vodz: | Robert Griebl | |
- Make -u/-l mutually exclusive - Minor size reduction | |||
2004-03-21 | The utc variable was not modified according to the -u/-l command line | Robert Griebl | |
parameters. | |||
2004-03-20 | Tito noticed a printf that should have been a bb_error_msg. | Eric Andersen | |
2004-03-19 | Oops.. got a bit to aggressive with size optimization and global replace. :-( | Manuel Novoa III | |
2004-03-19 | As noted in a patch from Kendrick Hamilton, rmmod was only | Eric Andersen | |
half way converted, and still used the old delete_module(), call rather than a syscall, in one spot. | |||
2004-03-19 | Add missing ELFCLASSM for m68k | Eric Andersen | |
2004-03-19 | Only use R_68K_GOTOFF if it is defined | Eric Andersen | |
2004-03-19 | Fix broken arg parsing (was not passing pointer to items so p, argc, and argv | Eric Andersen | |
were only modified locally). Fix error reporting to properly describe why ioctls fail. | |||
2004-03-16 | Patch from vodz to fix the dynamic vars patch, which I should not | Eric Andersen | |
have checked in. Vladimir writes: Your patch have many problem. 1. You always added + time(). This cannot reset RANDOM=value for debuging with replay sequential. 2. Hmm. I examine bash 2.04 source. This pseudorandom generator use low bits of counter value. You use high bits. This make bad pseudorandom values after have 0-value. For example, if + time() do remove, your generator always return 0 after first generate 0. 3. Memory leak per call. Use ash-unlike unecessary bb_strdup function. 4. Unsupport show last $RANDOM value for "set" and "export" command. 5. Bloat code. Busybox-unlike patch - added unstandart feature as default hardcode. Last patch attached. Erik, why you apply Paul patch with have 5-th point problem? :( Last patch have ash change xwrite() to fresh libbb/bb_full_write interfase (haved loop after EINTR). --w vodz | |||
2004-03-15 | Oops. Using the wrong variable was a rather stupid | Eric Andersen | |
thing for me to do. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-13 | I redid route. | Manuel Novoa III | |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | |
the reality a bit to better match debian behavior. | |||
2004-03-13 | Fix some doc generation problems | Eric Andersen | |
2004-03-12 | Hideki IWAMOTO writes: | Eric Andersen | |
Current `tr' implementation has a problem, if `plain char' is signed. [current cvs version] >echo a | _install/usr/bin/tr '\0' '\377' Segmentation fault (core dumped) [patched version] >echo a | _install/usr/bin/tr '\0' '\377' a | |||
2004-03-12 | Fix some goofy formatting | Eric Andersen | |
2004-03-12 | Add prototypes for safe_strtol and friends | Eric Andersen | |
2004-03-12 | Fix awk entry, which was not showing up in BusyBox.txt for some reason | Eric Andersen | |
2004-03-11 | Paul Mundt, lethal at linux-sh dot org writes: | Eric Andersen | |
Here's a follow-up replacement to the patch I sent earlier, this adjusts some of the semantics of the dynamic variable setting. Namely, dynamic vars can hook a set handler (which RANDOM uses to adjust the seed). They'll only lose their dynamic status if they're unset. I've used the same approach that bash does to come up with the random number, mostly just for consistency. For example: $ echo $RANDOM 13759 $ echo $RANDOM 20057 $ echo $RANDOM 1502 $ export RANDOM=42 $ echo $RANDOM 24179 $ echo $RANDOM 2046 $ unset RANDOM $ echo $RANDOM $ export RANDOM=42 $ echo $RANDOM 42 $ | |||
2004-03-10 | Patch from Thomas Frohlich to fix an option ordering bug of mine. | Glenn L McGrath | |
2004-03-10 | When displaying the size in 1kB blocks round up if an odd number of | Glenn L McGrath | |
blocks | |||
2004-03-10 | Patch by Seth W. Klein, the -l switch was reversed | Glenn L McGrath | |
2004-03-10 | In spite of the feature freeze, check in a complete rework of route which | Manuel Novoa III | |
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 | |||
2004-03-09 | Note that /proc must be mounted for filesystem type autodetection | Eric Andersen | |
to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted. | |||
2004-03-09 | David Anders (prpplague) submitted this patch to allow login to work | Eric Andersen | |
when the device nodes are symlinks on a read only file system. | |||
2004-03-08 | Fix broken sort order flags. | Manuel Novoa III | |
2004-03-08 | My bug. :-( | Manuel Novoa III | |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen | |
2004-03-06 | Patch from Matt Kraai to fix debian bug number 231994. | Glenn L McGrath | |
There was an extra blank line preceding the first directory. | |||
2004-03-06 | Woops, how did that get in there | Glenn L McGrath | |
2004-03-06 | Don't build these support functions for uClibc, as it always supplies | Manuel Novoa III | |
versions. | |||
2004-03-05 | Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349) | Glenn L McGrath | |
options | |||
2004-03-05 | Patch from duane no-name, optionally request additional items | Glenn L McGrath | |
2004-03-05 | Patch by Andrew Victor, | Glenn L McGrath | |
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). | |||
2004-03-05 | Fix a typo, patch by Andrew Victor | Glenn L McGrath | |
2004-03-05 | Patch from Tony J. White to allow paths to be configured | Glenn L McGrath | |
2004-03-05 | Patch by Denis Vlasenko to add forground support. | Glenn L McGrath | |
2004-03-05 | Fix debugging output, patch by Hideki IWAMOTO | Glenn L McGrath | |
2004-03-05 | Patch by Felipe Kellermann to fix a compiler compatability problem | Glenn L McGrath | |
2004-03-05 | Patch from Steven Scholz to fix compiler warnings | Glenn L McGrath | |
2004-03-05 | New applet, eject, by Peter Willis | Glenn L McGrath | |
2004-03-05 | Close bracket in description from Peter Willis's eject applet | Glenn L McGrath | |
2004-03-05 | Patch from Vernon Sauder. | Glenn L McGrath | |
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. | |||
2004-03-03 | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath | |
Declare variables first for compatability. | |||
2004-03-01 | Check file has execute permission for the current user, minor formating | Glenn L McGrath | |
2004-02-26 | Quick fix for tftp truncation bug | Glenn L McGrath | |
2004-02-25 | Patch from Denis Dowling to fix a ocuple of usage entries | Glenn L McGrath | |
2004-02-25 | Fix option handling, -i or -t must be given, if both ignore the -t. | Glenn L McGrath | |
Use bb_getopt_ulflags. |