he
c4447252c1
Appease gcc 3.3.3 once more, marked with /* -Wuninitialized [many] */,
...
as it fixes build problem for many archs.
2006-05-12 13:31:56 +00:00
wiz
f62810c5ba
XFree86-4.6.0 is out.
2006-05-12 12:49:09 +00:00
tron
2d77f6d3d5
Add "iscsi" target which install the iSCSI configuration files.
...
This will stop e.g. "/etc/security" complaining about these files
missing after a sucessful run of "postinstall"
2006-05-12 12:43:28 +00:00
tsutsui
337a4c703f
According to the i8259 manual, EOI, R, and SL bits belong to OCW2 register
...
so rename them OCW3_* -> OCW2_*.
2006-05-12 10:58:12 +00:00
he
566420c2cf
Note the latest -Wuninitialized warning, and how the source is typically
...
marked for the other such workarounds.
2006-05-12 07:25:10 +00:00
he
eb8d767d84
Sorry, fix syntax error in previous.
2006-05-12 07:20:13 +00:00
he
afd5b9b6d3
Appease gcc 3.3.3 -Wuninitialized warning; fixes build problem for
...
a multitude of archtectures (prep, alpha, i386, acorn32 and probably
more).
To be documented in doc/HACKS.
2006-05-12 07:19:43 +00:00
tron
ef526ff868
Check for and install "/etc/rc.d/iscsi_target".
2006-05-12 07:16:47 +00:00
dogcow
205e5bf7d6
fix typo: did.9 -> edid.9
2006-05-12 07:07:51 +00:00
dogcow
c242ce750a
deal sanely(?) with when HAVE_GCC is undefined.
2006-05-12 06:43:55 +00:00
dogcow
bbea9a711c
add more HAVE_GCC == 4 protection
2006-05-12 06:08:47 +00:00
simonb
c1924fc56d
KNF, ANSIfy, white space clean up.
2006-05-12 06:05:22 +00:00
skrll
4fb473c54c
Fix some comments.
2006-05-12 06:01:02 +00:00
jdc
fa72ac1da4
Add usr/bin/sort and install.sub to prepare.fs.
...
Should fix PR port-atari/33455 by Alan Hourihane.
2006-05-12 05:50:30 +00:00
skrll
a337e06c5e
ANSIfy
2006-05-12 05:42:36 +00:00
lukem
a6538b604a
LDFLAGS is for CC not LD.
2006-05-12 04:29:08 +00:00
lukem
68908e2212
Convert to using CC instead of LD, as LDFLAGS is for CC not LD.
2006-05-12 04:28:18 +00:00
skrll
6206b7dc5f
P_PROFIL is held in p_flag of struct proc so test for it there.
2006-05-12 04:26:40 +00:00
lukem
143c145a8f
Only use -Wno-pointer-sign for gcc4.
2006-05-12 03:52:05 +00:00
mrg
abeaa4f60d
apply -Wno-pointer-sign with GCC4.
2006-05-12 03:29:11 +00:00
mrg
67b1d93cc7
note gzip & mopd pointer-sign hacks
2006-05-12 03:26:54 +00:00
mrg
52874db1aa
since we rename and provide a weak symbol for MD2Transform make it non-static.
2006-05-12 02:49:00 +00:00
mrg
642ce2be87
support GCC4:
...
- look in gnu/dist/gcc4
- don't build fortran
- use /usr/bin/env -i so that gmake works (XXX - breaks from MAKEFLAGS
in the build.sh generated makewrapper.)
- use gmake and Makefile.gmakehost
- update .native/.configure_done target
2006-05-12 02:12:37 +00:00
mrg
f9d28bd46c
- ensure $MAKE is set
...
- support $MAKE as gmake for getvars()
2006-05-12 02:07:59 +00:00
mrg
8794aeca0e
support CPPFLAG_ISYSTEMXX for GCC4.
2006-05-12 02:04:55 +00:00
mrg
38ef023f65
like we do for -Wno-traditional, remove -Wstrict-prototypes and
...
-Wmissing-prototypes from C++ since those are always requird for C++.
2006-05-12 02:03:35 +00:00
mrg
5063b7a180
apply -Wno-pointer-sign with GCC4.
2006-05-12 02:01:15 +00:00
mrg
bf869c6019
apply -Wno-pointer-sign to print-802_11.c as well.
2006-05-12 02:00:46 +00:00
mrg
84e6307a04
use socklen_t when talking to the NetBSD side of things
2006-05-12 01:58:55 +00:00
mrg
c31382a543
add /usr/include/g++/{debug,tr1}.
2006-05-12 01:57:59 +00:00
mrg
249a83a430
sprinkle some (char *) to pacify GCC4.
2006-05-12 01:56:39 +00:00
mrg
e13fd87f5f
use -Wno-pointer-sign with GCC4.
2006-05-12 01:54:57 +00:00
mrg
132e581078
remove a couple of extra externs
2006-05-12 01:54:32 +00:00
mrg
accf138991
netbsd authunix_create() actually takes an array of int not gid_t.
2006-05-12 01:28:34 +00:00
mrg
3479c0a6a2
can't fit "256" in an 8bit value, don't have a switch case for it.
2006-05-12 01:27:27 +00:00
mrg
20265245bf
use -Wno-pointer-sign with GCC4.
2006-05-12 01:26:05 +00:00
mrg
e294fdae0a
avoid a GCC uninitialised variable warning.
2006-05-12 01:25:44 +00:00
mrg
0337fbac37
make [OU]READ[124]() real inline functions instead of macros.
2006-05-12 01:25:00 +00:00
mrg
3adabe6283
- -mcpu=i386 is gone in GCC4
...
- we need -Wno-attributes (to avoid __packed__ warnings)
- use -Wno-pointer-sign
- remove some redundancy from pxeboot/Makefile
2006-05-12 01:23:51 +00:00
mrg
126f7e1139
since ar_tha() can return NULL, don't pass it directly to functions
...
that expect real addresses. explicitly KASSERT() that it is not
NULL in the kernel and just avoid using it userland.
(the kernel could be more defensive about this, but, until now it
would have just crashed anyway.)
2006-05-12 01:20:33 +00:00
mrg
16efbf8575
don't do the -Wno-pointer-sign dance for host programs.
2006-05-12 01:18:25 +00:00
mrg
3c3bcb101f
pull across from GCC3 tree:
...
- __enable_execute_stack() support
- NetBSD/powerpc specific GCC configury bits.
2006-05-12 01:01:18 +00:00
mrg
014ea08324
- fix #include so that "ppc-asm.h" is found
...
- make sure tramp.asm is compiled properly
2006-05-12 00:59:32 +00:00
mrg
2d88bcdbb8
- export @enable_shared@ into ENABLE_SHARED (for mknative)
...
- disable rules for gengtype-yacc.c, gengtype-yacc.h and gengtype-lex.c
- pull across a fix for cygwin building fixincludes from GCC3 tree
- disable %.info rules.
2006-05-12 00:58:25 +00:00
mrg
5cfb97cb39
pull across a patch from GCC3 tree. the comment says it all:
...
# Use sh specific libgcc-std.ver to avoid exporting some
# lib1func routines which shoud not be called via PLT.
2006-05-12 00:56:35 +00:00
mrg
b41d56701a
move #include to the start of the line.
2006-05-12 00:55:59 +00:00
mrg
8a15ddadaa
add these generated files that really want bison.
2006-05-12 00:54:29 +00:00
mrg
85a901ce95
pull across from GCC3 tree:
...
>date: 2004/11/30 01:51:13; author: jwise; state: Exp; lines: +21 -3
>As discussed on tech-toolchain@netbsd.org , make cpp refuse to attempt to
>parse a #include'd file which does not pass S_ISREG() if the environment variable
>CPP_RESTRICTED is set.
>
>This is primarily intended for use by programs such as calendar(1) which
>use cpp to parse untrusted user files -- without this change (and the corresponding
>change to calendar(1)), any user can cause a denial-of-service for the daily
>calendar -a run by #include'ing a named pipe.
>
>Many thanks to christos@netbsd for his help in polishing this.
2006-05-12 00:51:13 +00:00
mrg
871b78e87d
switch the default model to medlow, from GCC3 tree.
2006-05-12 00:49:49 +00:00
mrg
8ff761d708
use "bv" branching on NetBSD, like on linux. from the GCC3 tree.
2006-05-12 00:47:50 +00:00