63e5e7bf0e
Fix broken macro
2005-04-16 08:04:31 +00:00
42e3b00ae5
Only define a local environ when not using the prototype from unistd.h
2005-04-16 08:02:15 +00:00
451c0d2828
Rework to fix http://bugs.uclibc.org/view.php?id=107
2005-04-16 07:46:53 +00:00
3cd1986195
Add bb_msg_read_error
2005-04-16 07:42:35 +00:00
5ba5f4d2e7
In Bug 78, shortkey points out:
...
If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed
with the filename. If you run `grep -h . file1` however, the filename
will incorrectly prefix the output.
2005-04-16 04:56:11 +00:00
b31566ef32
minor style touchups
2005-04-16 04:48:48 +00:00
4e5936ef95
In Bug 208, bernhardf writes:
...
On machines with only ANSI compliant compilers, not explitily delcaring
an empty parameter list 'void' causes failure.
2005-04-16 04:30:38 +00:00
5c63a72968
In Bug 207, bernhardf writes:
...
proper escape strings in usage.h
2005-04-16 04:23:58 +00:00
3cc01a80a3
In Bug 209, bernhardf writes:
...
struct named {
named_field: init,
};
appear to be depraced by now; rather use C{99} format as in
struct named {
.named_field = init,
};
2005-04-16 04:17:39 +00:00
a9ae74d25b
bernhardf reports with Bug 210:
...
For certain non-gcc compilers, alloca_h is defined (included) but there,
no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but
still, there is no alloca() in the included _ALLOCA_H.
2005-04-16 04:06:14 +00:00
afe023d136
Use a sane VEOL setting
2005-04-14 20:48:58 +00:00
2ed05ab146
fake out support for POSIX -H and -L options since busybox cp dereferences everything by default
2005-04-14 02:52:50 +00:00
75ac42b1ae
add aliases == and [[ for = and [ to support more bash scripts
2005-04-14 02:49:22 +00:00
c089ccdb44
Removed the incorrect and confusing facility argument specified with
...
openlog() as the correct facility will be specified with syslog()
anyway.
2005-04-06 10:56:57 +00:00
3603f79ce5
Point to osuosl
2005-03-31 18:15:42 +00:00
540769d566
Corrected the list of section names in add_ksymoops_symbols() so
...
that the bss and sbss sections can be correctly identified.
2005-03-30 16:36:40 +00:00
354b527e03
amd64 is rela, not rel
2005-03-30 06:29:41 +00:00
a36ac0db67
Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root.
2005-03-04 01:34:23 +00:00
dcc40b7ecc
Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to track initialization of getopt()
2005-03-04 01:33:17 +00:00
9b9e5479e8
add some more comments
2005-03-04 01:27:18 +00:00
3b05b80cd7
newlib fixe from Shaun Jackman
2005-03-04 01:10:56 +00:00
ca1b6fc745
newlib fixe from Shaun Jackman
2005-03-04 01:09:43 +00:00
df7bfb433e
Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly
...
in the 2nd and later headers. But this and gunzip really need to be rewritten.
2005-03-02 04:10:46 +00:00
0d8c652c46
When filling the bit buffer, gzip decompression apparently never checked for end of file, causing it to hang on corrupted input.
2005-03-01 19:29:29 +00:00
6ddc0d7f6b
Update buildroot pointers
2005-02-21 22:04:21 +00:00
b413a7009e
remove whitespace
2005-02-13 22:20:35 +00:00
5bf4658dea
remove whitespace
2005-02-13 22:17:44 +00:00
bcf27247d1
Remove whitespace
2005-02-13 22:15:59 +00:00
2c511609c4
Add 'nice' and replace 'renice' with a new implementation.
2005-02-13 20:14:05 +00:00
d2fe81706c
Takeharu KATO writes:
...
Hi,
I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source
in the busybox.
This is caused by changing gcc's error handling behavior(
The gcc check the function prototype more strictly).
I show the compilation log as follow:
-- compilation log
-- compilation log
To fix the problem, apply the patch which is attached with this
mail.
Please take a look the patch and apply the patch into svn repository.
2005-02-11 19:06:51 +00:00
d1e3cbdb5a
- no need to check if JOBS is defined. Config.in ensures it.
2005-02-10 00:44:31 +00:00
2123b7cded
- add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined
2005-02-09 21:07:23 +00:00
8063d5ca25
fix typo
2005-02-09 18:25:10 +00:00
fdab4b1917
update
2005-02-09 06:44:36 +00:00
0762364c59
Cut-n-paste strikes again
2005-02-09 06:41:13 +00:00
6047ae3379
Remove mention of CVS and instead point to Subversion
2005-02-09 03:52:46 +00:00
ff4b924d20
Update the bug submission stuff to point to bugs.busybox.net
2005-01-31 13:05:02 +00:00
16b8579f53
Add me as sort maintainer.
2005-01-24 07:03:37 +00:00
c0dedd05e8
Sort rewrite to be SUSv3 compliant. New config option, updated help, and
...
a couple of infrastructure bits.
2005-01-24 07:00:02 +00:00
f4bb212d6c
Much bigger to-do list.
2005-01-24 06:56:24 +00:00
bc321653d1
fix spelling
2005-01-14 17:08:13 +00:00
75a7e195ff
minor doc cleanup
2005-01-13 17:23:28 +00:00
7d1b3d8685
Mention the new bug tracking system
2005-01-13 17:15:34 +00:00
6077d90c26
cp: make -P a synonym for -d
2005-01-07 00:56:47 +00:00
1e4dc96d61
Dear andersen:
...
Is the change on libbb/loop.c which you commited in 2005/1/3 effective
really?
The __GLIBC__ macro and __UCLIBC__ macro are defined in
feature.h in glibc source, so the change may not be effective.
If you want to check this with __GLIBC__, feature.h header is needed.
Some architectures(e.g. PPC series) need to include linux/posix_types.h
in stead of asm/posix_types.h, so the patch which is attached with
this mail include <linux/posix_types.h>.
2005-01-04 20:37:55 +00:00
1271dbb860
perhaps a better fix
2005-01-03 05:50:01 +00:00
63654c1b08
alpha/parisc support
2004-12-26 09:13:32 +00:00
6feb2002f0
fix typo
2004-12-20 18:10:03 +00:00
ec4f3d95e7
Minor in-passing crapectomy.
2004-12-17 05:23:36 +00:00
861f0145d3
Workaround for uClibc-specific header problem described here:
...
http://www.busybox.net/lists/busybox/2004-December/013276.html
Rob
2004-12-09 23:12:00 +00:00