summaryrefslogtreecommitdiff
path: root/networking/ip.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-07-26bump version to -rc2Eric Andersen1-1/+1
2004-07-26bother. unrevert my fix.Eric Andersen2-17/+25
2004-07-26Prepare for releaseEric Andersen3-3533/+207
2004-07-26Allow hex escape sequencesEric Andersen1-23/+16
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen1-2/+1
2004-07-26YAEGASHI Takeshi writes:Eric Andersen1-3/+5
Hi, With the following /etc/fstab (any two or more lines of nfs), mount -a -t nfs causes a segmentation faults. server:/exports/aaa /mnt/aaa nfs defaults 0 0 server:/exprots/bbb /mnt/bbb nfs defaults 0 0 In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts with a static pointer. With this patch it does proper memory realloc and data copy instead.
2004-07-26oopsEric Andersen1-1/+1
2004-07-26bump version to -rc2Eric Andersen1-1/+1
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen1-1/+2
2004-07-26Allow hex escape sequencesEric Andersen1-16/+23
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen5-23/+17
dev_t. This is especially important now that the user space concept of a dev_t and the kernel concept of a dev_t are divergant. The only bit of user space allowed to know the number of major and minor bits is include/sys/sysmacros.h (i.e. part of libc). When used with a current C library and a 2.6.x kernel, this fix should allow BusyBox to support wide device major/minor numbers. -Erik
2004-07-24Paul Whittaker writes:Eric Andersen1-0/+1
With job control enabled, ash fails to tcsetpgrp back to initialpgrp upon exit. exitshell() should call setjobctl(0) to do this. Context: I am using a lightweight menu system (replimenu[.sf.net]) on my console, which invokes "/bin/sh -i -c /bin/login", where /bin/sh and /bin/login are busybox applets. /bin/sh is ash, with CONFIG_ASH_JOB_CONTROL=y as the sole suboption. The shell of the user concerned (nobody) is also /bin/sh (ash). When the user /bin/sh exits (and thereby login and its parent sh), replimenu receives EIO when it tries to read from the terminal.
2004-07-24Patch by Paul Whittaker, make busybox dc compatable with GNU dc. Glenn L McGrath1-8/+1
the following example was broken, echo "1 1 +" | dc
2004-07-24Update Tito's contributionsGlenn L McGrath1-1/+1
2004-07-23Patch from Felipe Kellermann, fix endless loop when first > last andGlenn L McGrath1-6/+13
increment > 0.
2004-07-23Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove Glenn L McGrath1-7/+11
some trailing '\n'
2004-07-23Patch from Felipe Kellermann, fixup usage for halt commandGlenn L McGrath1-2/+4
2004-07-23iUpdate reboot usage, patch by Felipe KellermannGlenn L McGrath1-2/+4
2004-07-23Patch from Dmitry Zakharov to fix a bug discovered via the freeswapGlenn L McGrath1-0/+1
script.
2004-07-23Fix for a bug identied by Harald Kuthe, when using many interfaces (29 Glenn L McGrath1-18/+13
in this case) the order was incorrect and there were duplicate entries.
2004-07-23Felipe Kellermann writes,Glenn L McGrath1-5/+5
"As noticed today by Steven Scholz, the od's `-v' was broken. I've fixed that and now both the flags `-v' and `-a' are OK" Fixes a segfault in echo "uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu\02bar\4"| ./busybox od -av
2004-07-23Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'Glenn L McGrath1-1/+1
referencing a string and using a single char, when *p <= 0x1f."
2004-07-23Patch from Felipe Kellermann to fix some typo'sGlenn L McGrath1-5/+5