lukem
8fa5df2d2d
explicitly add " -f dirname $0
/Makefile " to ${MAKE}, so that
...
these scripts do not need to be run from this directory in order
to function correctly
2002-11-25 23:29:54 +00:00
thorpej
3ff9eb92d3
Make it possible for the a.out BFD back-end to merge read-only
...
sections with .text if the following 3 conditions are true:
1. Section has file contents and is read-only.
2. The VMA of the section is after the end of .text and before
the start of .data.
3. The image is demand-pageable (otherwise, a_text in the header
will not reflect the gap between .text and .data).
Fixes PR 19164.
2002-11-25 23:15:15 +00:00
bouyer
b7b6370242
Remove the note about Ultra/133 from the bug section. Pointed out by
...
mipam@ibb.net , thanks !
2002-11-25 22:50:49 +00:00
fvdl
3658e0287e
Add x86_64 if clause to get correct types.
2002-11-25 22:33:39 +00:00
manu
29a7621173
regen
2002-11-25 22:26:21 +00:00
manu
53356d6169
Added an empty shell for signal delivery. Now we just have to fill the
...
machine dependant bits.
2002-11-25 22:25:12 +00:00
agc
1aafd1a470
Include <stdio.h> to get the prototype for sprintf(3) - macppc needs this.
2002-11-25 21:55:58 +00:00
martin
01740de795
Remove assumptions about endianess of bus_space_vaddr mappings, replace
...
with an explicit probe.
2002-11-25 21:24:28 +00:00
fvdl
c858fe312c
Add 'U' to 16-bit hex constants to stop gcc 3.3 from complaining. Shouldn't
...
really be needed, but.. (from scw and thorpej).
2002-11-25 20:49:55 +00:00
fvdl
f870e5db60
#if 0 out unused static arrays to pacify gcc 3.3
2002-11-25 20:43:44 +00:00
fvdl
6a97966f21
Remove aac.
2002-11-25 20:30:48 +00:00
fvdl
a06b80d60e
Actually, back out previous. Better have it not compile on LP64 to show
...
that it's broken for that case.
2002-11-25 20:29:14 +00:00
fvdl
2b98828aef
Add some hideous casts to get this to compile on LP64. Doesn't look like
...
it has a chance of working, though.
2002-11-25 20:24:08 +00:00
mycroft
be3692c5a7
Back out the last two changes. They were misguided, and the code worked
...
correctly before.
2002-11-25 19:49:25 +00:00
wiz
704158a9d5
Update location of BUILDING.mdoc.
2002-11-25 19:18:44 +00:00
christos
34100a1996
sent cont to jobs so that they can exit without an fg when killed.
2002-11-25 14:23:07 +00:00
tsutsui
41f0cf8abc
- Remove code to map PCI_MAPREG_TYPE_MEM, which is not supported by 53c974.
...
- Print PCI devinfo in the attachment message.
2002-11-25 13:41:35 +00:00
jmmv
4f319f9a6a
Add myself.
...
(My first commit ;-)
2002-11-25 13:11:36 +00:00
agc
ea1d615943
Make this compile on some of the more esoteric architectures (e.g. those
...
which are not i386)
2002-11-25 12:13:03 +00:00
scw
61724834f9
Fix a typo to make this compile with MEMSIZE is defined.
2002-11-25 11:26:22 +00:00
schmonz
aee43321d1
Report ourselves as Linux 2.4.18 on powerpc, too.
2002-11-25 10:34:34 +00:00
jdc
99d5546aa4
Add a call to use_default_colors().
2002-11-25 09:11:35 +00:00
jdc
4da2d0814d
Set default colour on windows created after a call to start_color().
...
(Also noticed by Pooka).
2002-11-25 09:11:26 +00:00
jdc
1cac4d45c4
Don't allow default colour setting to be overwritten in init_pair().
...
(Also noticed by Pooka).
2002-11-25 09:11:18 +00:00
itojun
f81516ac1f
1.8 committed by mistake
2002-11-25 08:50:07 +00:00
itojun
a1a2fcda1e
no need for error check after MEXTMALLOC - jdolecek
2002-11-25 08:31:58 +00:00
grant
89e8f956d1
New sentence, new line.
2002-11-25 08:07:04 +00:00
grant
bed1c102d8
add ipmon_flags. from freebsd.
2002-11-25 08:06:37 +00:00
thorpej
d94a4ac49e
Avoid strict-alias warnings.
2002-11-25 07:47:53 +00:00
enami
32d43b3252
Also, don't allocate string entries one by one. Instead, allocate one page
...
and divide it, to reduce memory usage.
2002-11-25 07:16:17 +00:00
thorpej
1ed8cb9316
Avoid strict-alias warnings.
2002-11-25 06:40:26 +00:00
itojun
387ba53bc6
MEXTMALLOC() can fail even if M_WAITOK, if arg is too big for malloc().
2002-11-25 06:32:37 +00:00
provos
da50ee4397
prevent attempt to use in-kernel fastpath for aliased system calls.
2002-11-25 06:25:09 +00:00
thorpej
b65c7c5437
Avoid strict-alias warnings.
2002-11-25 05:37:00 +00:00
thorpej
7c2e6f52c6
Avoid some "comparison always false" warnings by only compiling
...
the code in question if ULONG_MAX > 0xffffffff.
2002-11-25 05:25:00 +00:00
thorpej
6439a43f9a
Remove redundant (and incorrect) extern decl.
2002-11-25 05:13:41 +00:00
thorpej
43bd3cb89d
Avoid strict-alias warnings.
2002-11-25 05:12:06 +00:00
thorpej
2e9c89031c
Statements after labels.
2002-11-25 05:11:32 +00:00
thorpej
35a57313da
Use tlbrelo and tlbrehi.
2002-11-25 05:10:39 +00:00
thorpej
841722bb50
Add -Wno-sign-compare to CFLAGS.
2002-11-25 03:03:13 +00:00
thorpej
47646b017e
Add -mcpu=403 to AFLAGS.
2002-11-25 02:56:20 +00:00
thorpej
54dbc0eab3
Avoid strict-alias warnings.
2002-11-25 02:46:10 +00:00
thorpej
113c35cbf2
Remove an unnecessary token-paste, as pointed out by GCC 3.3.
2002-11-25 02:45:46 +00:00
thorpej
d32a923263
Avoid strict-alias warnings.
2002-11-25 02:31:14 +00:00
thorpej
c23c86e36b
Add ULL to 64-bit integer constants.
2002-11-25 02:30:38 +00:00
thorpej
de5b141b6a
Avoid strict-alias warnings.
2002-11-25 02:28:56 +00:00
thorpej
f5a27686e2
Fix a strict-alias problem uncovered by GCC 3.3.
2002-11-25 02:23:17 +00:00
thorpej
0ea203767c
Add ULL to 64-bit integer constants.
2002-11-25 02:16:50 +00:00
thorpej
5b009a398e
Avoid strict-alias warnings.
2002-11-25 02:14:30 +00:00
thorpej
0aa1f82268
Remove an unnecessary cast in an asm statement.
2002-11-25 02:13:59 +00:00