Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_external_busybox


https://github.com/PitchBlackRecoveryProject/android_external_busybox

Fix one-applet build for tcpsvd

Signed-off-by: Denys Vlasenko <[email protected]>

78a3b6739c0152f188eba56ec17e770a11b54b60 authored almost 13 years ago by Denys Vlasenko <[email protected]>
nc: support "-<other_opts>e PROG" form of -e option

function old new delta
nc_main ...

5e896481eb20b5a9738cf5f2e390b63574be28a2 authored almost 13 years ago by Denys Vlasenko <[email protected]>
fix depmod, and add taskset and adjtimex applets

Add them in busybox-full/static (but not libbusybox)

Note: taskset is not available on gingerbr...

2d546e621ec4d0f8174d8de4e4d1f1700fe39b10 authored almost 13 years ago by Tanguy Pruvot <[email protected]>
ubi_tools: add workaround for bad kernel headers. Closes 4838

Signed-off-by: Denys Vlasenko <[email protected]>

7fe1e3f1612f6eb220d6a9796edacf24b7706876 authored almost 13 years ago by Denys Vlasenko <[email protected]>
build system: remove bogus $(1) in last commit

Signed-off-by: Denys Vlasenko <[email protected]>

65457625a7a6c8939e46d01a4cda566d82ed5343 authored almost 13 years ago by Denys Vlasenko <[email protected]>
build system: detect missing crypt and drop it from linking

Signed-off-by: Denys Vlasenko <[email protected]>

c528917195498e03c8b776bbcfee4f41ea3a818f authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: make "reply from IP" messages more uniform

Signed-off-by: Denys Vlasenko <[email protected]>

79bec06168a561bda99292b7a6be15aeffa4a70d authored almost 13 years ago by Denys Vlasenko <[email protected]>
test: "test !" was accessing argv past NULL - fix it. Closes 4832

Signed-off-by: Denys Vlasenko <[email protected]>

07fcaab595e9029ebe37f5240a10038c493af545 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: drop offset averaging code

function old new delta
filter_datapoints ...

d98dc92d6a8bcc68287310c3e33a77efb9fcbe3b authored almost 13 years ago by Denys Vlasenko <[email protected]>
tftpd: chroot to DIR, not merely chdir. Closes 4874

Signed-off-by: Denys Vlasenko <[email protected]>

4e3beb2e1db3d4739a5a924e003938a9815f98e5 authored almost 13 years ago by Denys Vlasenko <[email protected]>
libbb: make xchroot do a chdir("/") after chroot

Signed-off-by: Denys Vlasenko <[email protected]>

0687a5b496a05cbc06f3bcdc517a2e6cabc535df authored almost 13 years ago by Denys Vlasenko <[email protected]>
build system: fix broken CONFIG_SYSROOT handling

Signed-off-by: Denys Vlasenko <[email protected]>

39c2cb2e93e2acc75a5eb6dd91d81f79c787acd5 authored almost 13 years ago by Denys Vlasenko <[email protected]>
Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config

Signed-off-by: Rob Walker <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googlem...

bf6343796e834183ff1b0c1b9416676e8488afa5 authored almost 13 years ago by Rob Walker <[email protected]>
printf: fix this case: printf "%b" '\0057usr\0057bin\n'

It was not accepting \0NNN. Standard printf tool does.

function ...

69d81a1c1b2e4881b751ee24f8eb70c0dfaa05d9 authored almost 13 years ago by Denys Vlasenko <[email protected]>
printf: trim help text

Signed-off-by: Denys Vlasenko <[email protected]>

d4acaf70c586ea72fce0e4af4cba87d4a6d00655 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: tweak log messages format

Signed-off-by: Denys Vlasenko <[email protected]>

8be49c3a800a2c43d71d29fc1b0b61567ed4541d authored almost 13 years ago by Denys Vlasenko <[email protected]>
testsuite: add a test that tar detects XZ-compressed data

Signed-off-by: Denys Vlasenko <[email protected]>

bb8d7db597e73f8bd7cb10e3d319be4c93128ccc authored almost 13 years ago by Denys Vlasenko <[email protected]>
fix trivial bug in unpack_gz_stream (wrong fd used in read)

Signed-off-by: Denys Vlasenko <[email protected]>

d29c946f931730a9acf0132da5f3d73fed0113df authored almost 13 years ago by Denys Vlasenko <[email protected]>
Don't compile get_header_tar_FOO function if they are not needed

Now get_header_tar_gz, get_header_tar_bz2, get_header_tar_lzma
are only used if dpkg is built.

...

b5d6ae9a336ae64958fbc49a7a98d66f2e4cbcd6 authored almost 13 years ago by Denys Vlasenko <[email protected]>
tar,rpm2cpio: check that child decompressor did not error out

function old new delta
check_errors_in_childre...

faac1d3e6e87dc6882e69b62f1c71907d892c876 authored almost 13 years ago by Denys Vlasenko <[email protected]>
Move seamless .Z support into unpack_gz_stream

unpack_gz_stream 566 643 +77
unpack_gunzip ...

02c3c3842004d88207b46450dbd19f80e6596c7e authored almost 13 years ago by Denys Vlasenko <[email protected]>
update seamless uncompression code

This change makes "tar tf hello_world.txz" work without
adding special-casing for ".txz" extensi...

8a6a2f9c9c214b94bd945acd97ac8b28c25e194e authored almost 13 years ago by Denys Vlasenko <[email protected]>
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes

Signed-off-by: Denys Vlasenko <[email protected]>

774bce8e8ba1e424c953e8f13aee8f0778c8a911 authored almost 13 years ago by Denys Vlasenko <[email protected]>
preparatory cleanups for seamless uncompression improvements

unpack_gz_stream_with_info: fix buggy error check
man: fix possible accesses past the end of a s...

59655077c5bf176f01d8d277665ebb92263704ed authored almost 13 years ago by Denys Vlasenko <[email protected]>
Enable nfs mount in both dynamic and static busybox.

With this change, busybox is able to do NFSv3 mounts, if the kernel
has been compiled with NFS c...

2dd59ef71ada4466f74978e91a6e60f9738d788d authored almost 13 years ago by Patrick Schaaf <[email protected]>
ssd: compat: match -x EXECUTABLE by /proc/pid/exe too

Signed-off-by: Denys Vlasenko <[email protected]>

17eedcad9406c43beddab3906c8c693626c351fb authored almost 13 years ago by Denys Vlasenko <[email protected]>
uudecode: tweak help text

Signed-off-by: Denys Vlasenko <[email protected]>

11e61d5c7116cb83794a270b4fc9e2a1fadaa5cd authored almost 13 years ago by Denys Vlasenko <[email protected]>
uuencode: tweak help text

Signed-off-by: Denys Vlasenko <[email protected]>

fa737cebe7fc3be0c74b1a9958e73d0626fd5b02 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: fix a case when discipline_jitter = 0 if we step

Signed-off-by: Denys Vlasenko <[email protected]>

547ee7926e4107d8c37d768959975f0787a66b3d authored almost 13 years ago by Denys Vlasenko <[email protected]>
cp: trim help text

Signed-off-by: Denys Vlasenko <[email protected]>

b3439d4727b9813ae373d0015720d49d5a0fc72d authored almost 13 years ago by Denys Vlasenko <[email protected]>
du: trim help text a bit more

Signed-off-by: Denys Vlasenko <[email protected]>

bb9254a3b2bfdaf1f1ebf8e14efb2e395de355f5 authored almost 13 years ago by Denys Vlasenko <[email protected]>
du: remove stray whitespace in help text

Signed-off-by: Denys Vlasenko <[email protected]>

81b6bf1852174e5b82ad23c18489af9efd2673f1 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: experimental code to correct frequency a bit more aggressively

function old new delta
update_local_clock ...

132b044f4b09cd9334718b3f58dbb498ca63f82e authored almost 13 years ago by Denys Vlasenko <[email protected]>
blkid: if parameters are given, do not scan /dev

Signed-off-by: Denys Vlasenko <[email protected]>

e8cfc3f693e8a0cbfc489564c76e00c074f63066 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: fix the "are we a server" check in previous commit

Signed-off-by: Denys Vlasenko <[email protected]>

97e528164183c9a9b4768b0d078b3039a1a6ae36 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: avoid printing messages between send and recv. good for fast networks

function old new delta
ntpd_main ...

e8ce285395d801e551811ed3eb9df25a6d46df0e authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: log clock drift with three digits after decimal point

+15 bytes.

Signed-off-by: Denys Vlasenko <[email protected]>

b124c3491b8cb86dd7e978c375aa2b83eaca1462 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms

Signed-off-by: Denys Vlasenko <[email protected]>

74584b86656113391763a21ea32fbff6d9fb6a9a authored almost 13 years ago by Denys Vlasenko <[email protected]>
date: extend help text to explain compat date format. Closes 4820

Signed-off-by: Denys Vlasenko <[email protected]>

03a99e3d5c654d3dd8103199e20c8252dab8e091 authored almost 13 years ago by Denys Vlasenko <[email protected]>
fbsplash: use line_length instead of xres * bytes_per_pixel

In some system (e.g. my "strange" device), line_length is not equal xres *
bytes_per_pixel, so w...

3ac066c25670ccf6a992c49340287379c9a342bc authored almost 13 years ago by Yin Kangkai <[email protected]>
libbb/procps.c: make fast_strtoul_10() stop on '\n' too

This time for real :)

Signed-off-by: Denys Vlasenko <[email protected]>

62c006d508552a6ac547b807eb9ad0a32a76e1c9 authored almost 13 years ago by Denys Vlasenko <[email protected]>
grep: support for -x, match whole line

Specified in POSIX.
http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html

Signed-o...

cd09e81520b7917adebcffd7c361671f913325eb authored almost 13 years ago by Natanael Copa <[email protected]>
libbb/procps.c: make fast_strtoul_10() stop on '\n' too

This is needed for parsing /proc data on linux 2.4

Signed-off-by: Denys Vlasenko <vda.linux@goo...

0b170e6a096b0d5010e29a39f3b270c3a7bc4945 authored almost 13 years ago by Denys Vlasenko <[email protected]>
du: use long long for size field

du has issues with files reporting large block counts on
32-bit systems with 4 byte longs. From...

694738f4eb26e8c46e72be7f9c0be64b3a785161 authored almost 13 years ago by Ian Wienand <[email protected]>
ntpd: fix offset adjustment after step; better step printing

Signed-off-by: Denys Vlasenko <[email protected]>

fc4ebd0d0b189813fa7f8866b0ef590f1ef44f74 authored almost 13 years ago by Denys Vlasenko <[email protected]>
ntpd: increase OPT_qq constant to not collide with -L

Signed-off-by: Denys Vlasenko <[email protected]>

16c52a5d7bfdfe7f1b9f86a223623a45c7074fa5 authored almost 13 years ago by Denys Vlasenko <[email protected]>
tar: add support for PAX-encoded path=LONGFILENAME

function old new delta
get_header_tar ...

6111f967f5299d2eb82fb8eb4bf3b3a4272e3f44 authored almost 13 years ago by Denys Vlasenko <[email protected]>
mkdir: fix permissions on 64-bit platforms

sizeof(long) != sizeof(mode_t), this causes the compare in
bb_make_directory of (long)-1 != (mod...

af36ba206f7cf0eef77a82af741766a2d03c51ad authored almost 13 years ago by Timo Teras <[email protected]>
ifupdown: support metric for static default gw

This is useful when you have multiple ISPs with failover. It allows
setting the priority of the ...

cfcb1dac83c9e18a06a07f0b212f6701bb87c2ad authored almost 13 years ago by Natanael Copa <[email protected]>
httpd: make byte ranges which start at 0 work too. Closes 4766

Signed-off-by: Denys Vlasenko <[email protected]>

8cce1b3ad8c28b5c34c24d79b32b6cebb75ea2f5 authored almost 13 years ago by Denys Vlasenko <[email protected]>
modprobe-small: add comment about aliased commands' help text

Signed-off-by: Denys Vlasenko <[email protected]>

b2d668872c9d74d31fc3e2f29aa560c9d6c3e006 authored almost 13 years ago by Denys Vlasenko <[email protected]>
depmod: supply help text

Signed-off-by: Lauri Kasanen <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@goo...

5a5db93b0f27a5fd090509f9745b63f49b9b7871 authored almost 13 years ago by Lauri Kasanen <[email protected]>
modinfo: use ifdef block for android without-utsrel modules path

and fixes the modules.dep requirement, it is now optional...

Change-Id: Ifccb530fa23b021fd12e23...

f4f1c8ba09304f8aac0e991ab34ea39528a1b72a authored almost 13 years ago by Tanguy Pruvot <[email protected]>
getopt: trim help text

Signed-off-by: Denys Vlasenko <[email protected]>

817c230a0c1b5817cbd0af86f1bd90db72f16c3c authored almost 13 years ago by Denys Vlasenko <[email protected]>
applets_sh/*: Add a few more examples of "shell applets"

Signed-off-by: Pere Orga <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googlemai...

d0222503ff9ff264efa74f6de651b308d20a05b8 authored almost 13 years ago by Pere Orga <[email protected]>
getopt: simple code shrink; expand help text

function old new delta
packed_usage ...

594db1e62a060a0a5646f6840112189fd0ce3b81 authored almost 13 years ago by Denys Vlasenko <[email protected]>
Make unix (local) sockets work without IPv6 enabled

The xsocket_type() function had an optional "family" argument
that was enabled only if IPv6 is e...

9106107a509cfb23806e46765ea2704cdd130654 authored almost 13 years ago by Jonh Wendell <[email protected]>
mdev: add a comment. no code changes

Signed-off-by: Denys Vlasenko <[email protected]>

638dbc34b3dd2a6e340a2370056913ed5770d196 authored almost 13 years ago by Denys Vlasenko <[email protected]>
Apply post-1.19.3 patches, bump version to 1.19.4

Signed-off-by: Denys Vlasenko <[email protected]>
Signed-off-by: Tanguy Pruvot <tanguy.pr...

8a90e6126b8b303efd7c57d143490152b8bce368 authored almost 13 years ago by Denys Vlasenko <[email protected]>
acpid: do not install handlers for fatal signals

For acpid, it's ok to die at once.

Signed-off-by: Denys Vlasenko <[email protected]>

bbf1e3c144c1ee93409a0e0546cb56b34eccfcfd authored almost 13 years ago by Denys Vlasenko <[email protected]>
cttyhack: handle multiple consoles found in sysfs

If multiple consoles are found from the sysfs file, cttyhack fails:

cttyhack: can't open '/dev/...

6e9d047c1558f92531ea12b9e3206023ab77cf51 authored almost 13 years ago by Aaro Koskinen <[email protected]>
httpd: fix sendfile of files larger than 2 Gb. Closes 4754

When built with "sendfile" support, httpd was unable to send large files
(>2 GB) in one single c...

ef43beac63aa7e4b2bccb069e47b5e4902bb895f authored almost 13 years ago by Denys Vlasenko <[email protected]>
tweak comment, no code changes

Signed-off-by: Denys Vlasenko <[email protected]>

9ec3cd400ad9930a8cd3de371271202de49adea9 authored almost 13 years ago by Denys Vlasenko <[email protected]>
httpd: fix MD5-encrypted-in-httpd.conf password logic

function old new delta
check_user_passwd ...

35def51c9747895d38c11e3c41e62c3c68c92438 authored almost 13 years ago by Denys Vlasenko <[email protected]>
modprobe: accept -b even if blacklist functionality is disabled

Signed-off-by: Felipe Contreras <[email protected]>
Signed-off-by: Denys Vlasenko <vda....

428bd2d4337dbd83feb3c7d1fc04d840f548003c authored almost 13 years ago by Felipe Contreras <[email protected]>
vi: add ":prev" command support

function old new delta
colon ...

c0657e0d0a3a818e2c857f99f0b0ddf936324fdb authored almost 13 years ago by Dennis Groenen <[email protected]>
vi: move mark[i] pointers if text[] moves after realloc

While at it, optimized :s/find/repl/ a bit

function ...

800a9a056a3703b4001bf55ebc30b1c14cf55acc authored almost 13 years ago by Denys Vlasenko <[email protected]>
login: -f should not ask for password even with PAM

Signed-off-by: Sergey Naumov <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googl...

7eaa03709b337b586b11c4b9b53c9675f4de690c authored almost 13 years ago by Sergey Naumov <[email protected]>
init: add a segv debugging aid, disabled by default

Signed-off-by: Denys Vlasenko <[email protected]>

da2b2da6a708edffcc3b405ab5fd7f3f11af5d33 authored almost 13 years ago by Denys Vlasenko <[email protected]>
gen_build_files.sh: exclude hidden directories

I am using quilt to manage patches internally. Quilt creates dir .pc
and stores unmodified files...

1c7724bf2acb6ebe28b24bd6da3b740e716b46cf authored almost 13 years ago by Paulius Zaleckas <[email protected]>
mdev: fix wrong sizeof

Signed-off-by: Javier Viguera <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux...

e8758eaf4f994f679142563623713f62d87a74a3 authored almost 13 years ago by Javier Viguera <[email protected]>
bootchartd: add process accounting feature

function old new delta
bootchartd_main ...

c158601d50c2fab56ed0043989ba83fa9cd7f96a authored almost 13 years ago by Quentin Casasnovas <[email protected]>
find_mount_point: fix find_mount_point for char devices

This allows to find mount points of 'char' devices such as UBI volumes
which otherwise fail for ...

ce4f39ac7c6c30e94f7ff392058928bd98347113 authored almost 13 years ago by Javier Viguera <[email protected]>
vconfig: fix help text; small code shrink. Closes 4658

function old new delta
xfind_str ...

fdd0b3b398d3ea859d758992ed24eac343a6ee12 authored almost 13 years ago by Denys Vlasenko <[email protected]>
*: better comments on termios manipulations. No code changes.

Signed-off-by: Denys Vlasenko <[email protected]>

6e8861b5f139cde297a95e785e7c616cf129df80 authored almost 13 years ago by Denys Vlasenko <[email protected]>
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]

First change fixes "read -n NUM". Apparently poll() won't report
data availability if cc[VMIN] >...

7ce209b9d4f6053b7e6d07dec66e382bc3614c35 authored almost 13 years ago by Denys Vlasenko <[email protected]>
sed: fix possible case of signed char bug; expand debugging printouts

Signed-off-by: Denys Vlasenko <[email protected]>

d29ae7e071a11c51436922654c2de73a8ac36333 authored almost 13 years ago by Denys Vlasenko <[email protected]>
mke2fs: do not zero out first kilobyte. Closes 3247

Signed-off-by: Denys Vlasenko <[email protected]>

7550201e9ac93e885e98feca1739921f73efcabd authored almost 13 years ago by Denys Vlasenko <[email protected]>
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676

Signed-off-by: Denys Vlasenko <[email protected]>

499597d6efb0de5bb6d6f52bda1f348478d7f5a9 authored almost 13 years ago by Denys Vlasenko <[email protected]>
acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.

function old new delta
acpid_main ...

982fdaf4b2f335506e570a06d5eab09068da3f61 authored almost 13 years ago by Denys Vlasenko <[email protected]>
passwd,cryptpw: make default encryption algorithm configurable

Signed-off-by: Denys Vlasenko <[email protected]>

d45efd3a9f6854ab662afe272aeae5779300b126 authored almost 13 years ago by Denys Vlasenko <[email protected]>
Move include <shadow.h> close to pwd.h and grp.h includes

Signed-off-by: Denys Vlasenko <[email protected]>

3e0c428c45fdb7ec51bd3c8ee1f072385d2e62ac authored almost 13 years ago by Denys Vlasenko <[email protected]>
Move Adroid endgrent() and endpwent() NOPS to libbb.h

They should be after includes of pwd.h and grp.h

Signed-off-by: Denys Vlasenko <vda.linux@googl...

a76dd50ce11eda47f5f5cba1cf189833f7126e12 authored almost 13 years ago by Denys Vlasenko <[email protected]>
dmesg: implement official '-r' and colored output '-C'

Actually there is no way to have the level with the DMESG_PRETTY
-r option (raw format) is prese...

a0c20e4016792689eaeb851b0fc34d5c50b8d428 authored almost 13 years ago by Tanguy Pruvot <[email protected]>
libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions

This should save more than 0.5k of malloced memory in applets
which use those functions.

Signed...

acdb0041b35e27cd03c43b25410eda5151acd2c1 authored almost 13 years ago by Denys Vlasenko <[email protected]>
libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC

Signed-off-by: Denys Vlasenko <[email protected]>

2e55404bcf76f05193803b3d35359c6024f2a5f8 authored almost 13 years ago by Denys Vlasenko <[email protected]>
platform.h: define endgrent() and endpwent() as no-ops on Android

Surprisingly, bionic libc seems to lack these functions.

Signed-off-by: Denys Vlasenko <vda.lin...

6b64a269766ace40c56826738de446537add37de authored almost 13 years ago by Denys Vlasenko <[email protected]>
libbb/bb_strtonum: always set end ptr, even on error return

function old new delta
handle_errors ...

ba6587295053f369d6e2e9b788f42b49e1baced5 authored about 13 years ago by Denys Vlasenko <[email protected]>
kill: fix segfault in arguments parsing

Signed-off-by: Alexey Fomenko <[email protected]>
Signed-off-by: Denys Vlasenko <vda....

6a93212b54327c77383d88efd581475105f3b72a authored about 13 years ago by Alexey Fomenko <[email protected]>
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist

Signed-off-by: Denys Vlasenko <[email protected]>

83f103b30e41ab038e45661df97625f655abe491 authored about 13 years ago by Denys Vlasenko <[email protected]>
makemime: tweak help text: -a HDR can be repeated

Signed-off-by: Denys Vlasenko <[email protected]>

3365e9f3cc1859e8c427533e13676740d8038719 authored about 13 years ago by Denys Vlasenko <[email protected]>
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@goog...

03419aa037ce37d1c3accb0df52fdc456b360541 authored about 13 years ago by Denys Vlasenko <[email protected]>
wget: fix use-after-free on redirect

function old new delta
wget_main ...

93b4a605263612cf32ad9de746a4fafaf4515115 authored about 13 years ago by Denys Vlasenko <[email protected]>
libbb: remove is_directory's argument which is always NULL

function old new delta
send_cgi_and_exit ...

f282c6b65775d3dff03de6fd3585722a1638f734 authored about 13 years ago by Denys Vlasenko <[email protected]>
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes

Signed-off-by: Denys Vlasenko <[email protected]>

f85bd1a7a7e712c4dd2dfd86daa9ab01a708b7b4 authored about 13 years ago by Denys Vlasenko <[email protected]>
udhcp: finish support of classless static routes (now the correct patch!)

Signed-off-by: Michael McTernan <[email protected]>
Signed-off-by: Denys Vlase...

ee0f444f11504e47fc0f3ab6bc2bf95defb6e6ae authored about 13 years ago by Michael McTernan <[email protected]>
udhcp: finish support of classless static routes

function old new delta
udhcp_str2optset ...

7b57ff4436f3e672076e6f5440954a958ba04ab3 authored about 13 years ago by Michael McTernan <[email protected]>
vconfig: remove /proc/net/vlan/config check

In original implementation /proc/net/vlan/config check only prints warning
and does not exit. Bu...

be2a557918af86cc55b3426f97664503fe7e265f authored about 13 years ago by Paulius Zaleckas <[email protected]>
httpd: fix /../ sanitization (had one extra semicolon). rewrote it

Signed-off-by: Denys Vlasenko <[email protected]>

b05cd6b7a768039fa799f62634bdc83cb5803ed7 authored about 13 years ago by Denys Vlasenko <[email protected]>
ash: document bash's exit code too. No code changes

Signed-off-by: Denys Vlasenko <[email protected]>

cda6ea905d448e2a2058b5eb44db50b256659b50 authored about 13 years ago by Denys Vlasenko <[email protected]>