mycroft
898602e6b1
Or the config_deactivate() return values.
2003-10-28 23:33:46 +00:00
mycroft
9013c2cac4
Eliminate bogus initializer.
...
We shouldn't be adding the time stamp to the entropy pool if the interrupt
wasn't for us.
2003-10-28 23:26:28 +00:00
mycroft
af9bc6becf
Eliminate bogus initializer.
2003-10-28 23:16:50 +00:00
mycroft
659649b149
The previous change was wrong. The variables were legitimately uninitialized.
...
This code was broken on 2002/10/22 by christos.
2003-10-28 23:10:02 +00:00
mycroft
6ad04f2a27
XXX: gcc
2003-10-28 23:04:26 +00:00
mycroft
c976b0b592
Eliminate bogus initializer (the code was technically wrong).
2003-10-28 22:56:19 +00:00
mycroft
3aae7144ea
Eliminate bogus initializer.
2003-10-28 22:52:53 +00:00
kleink
6bffe7fb50
Upon rereading the implementation suggestions in the standard, rename the
...
double-precision version to __fpclassifyd(). No need to diverge, here.
2003-10-28 22:50:42 +00:00
mycroft
f6f24ead9c
In _bus_dma_uiomove():
...
* Don't punt after the first iov in the UIO_SYSSPACE case. Not that this ever
happens in practice right now.
* If we get through the loop, error==0 by definition, so just return 0.
* Eliminate bogus initializer.
2003-10-28 22:49:51 +00:00
mycroft
8785679414
Mark this initializer in the canonical way so it can be found later.
2003-10-28 22:31:12 +00:00
mycroft
3741fa9860
Kill another bogus initializer.
2003-10-28 22:22:28 +00:00
kleink
75327729a2
C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build these
...
yet as the VAX implementation is still subject to discussion.
2003-10-28 22:05:37 +00:00
kleink
72f016b386
Retire FPA support from this file at last; suggested by Richard Earnshaw
...
and not objected to by port-arm.
2003-10-28 21:44:04 +00:00
kleink
7b674621bf
Retire FPA support from this file at last; suggested by Richard Earnshaw
...
and not objected to by port-arm.
2003-10-28 21:27:08 +00:00
kleink
dbecd8cc2e
Similar to sparc, make available the extended-precision definitions for
...
_KERNEL; the FPE package will require it once it's used on sun2.
2003-10-28 21:23:47 +00:00
christos
bfac827045
include <malloc.h> only if we don't have <stdlib.h>
2003-10-28 20:43:51 +00:00
mycroft
dd65577904
Remove bogus initializer.
2003-10-28 20:39:54 +00:00
mycroft
d7f0f6de8f
Do the previous differently.
2003-10-28 20:27:22 +00:00
mycroft
a72eae7293
Fix previous differently.
2003-10-28 20:21:44 +00:00
mycroft
8655a8eb83
Also, if we're going to bail, we should free the memory we just allocated...
2003-10-28 20:16:28 +00:00
mycroft
52beeea9f1
Previous patch created a dead break.
2003-10-28 20:15:19 +00:00
mycroft
a071a627d4
Return a sensible error code in the previous.
2003-10-28 20:13:23 +00:00
skrll
c5a4c60e2e
Compile sys/kern/uipc_socket.c -fno-strict-aliasing for now. PR 23044.
2003-10-28 20:12:00 +00:00
matt
f22eb2930b
From gcc-patches:
...
* real.c (encode_ieee_single): Ensure proper promotion.
Back out change to i386.c
2003-10-28 19:08:12 +00:00
matt
ebe74b9e7f
fix bogus GCC uninitialized variable warning. Use TAILQ_FOREACH.
2003-10-28 18:35:06 +00:00
matt
e633976ebd
Elminate GCC uninitialized variable warning.
2003-10-28 18:21:49 +00:00
skrll
a366cd57d6
Add COPTS.<fn>, CPUFLAGS.<fn>, CPPFLAGS.<fn> to CFLAGS to mirror the
...
file specific flags support of bsd.{lib,prog}.mk.
From Christos.
2003-10-28 17:58:57 +00:00
tsutsui
2f551b5f25
NULL -> '\0'
2003-10-28 17:54:35 +00:00
hannken
f3ce5e583f
Get rid of uninitialized variable.
2003-10-28 17:37:25 +00:00
pooka
aa476f1628
Avoid splx() with uninitialized priority level by duplicating some code
...
to get rid of gotos.
While doing that, add more verbosity on what failed if attach is not succesful.
2003-10-28 17:35:30 +00:00
provos
57755c156a
use a hash table to bind to local ports; suggested by markus friedl
...
approved: fvdl@
2003-10-28 17:18:37 +00:00
pooka
aaff23d58d
Calculate controller number based on the controller number stored in
...
the soft context instead of hardcoding it to "1". Now we have a better
chance of working with multiple controllers.
2003-10-28 17:02:54 +00:00
pooka
f18fbee457
fix uninitialized uses caught by gcc
2003-10-28 17:01:19 +00:00
chs
395b58b692
keep the caller's defaults instead of supplying our own.
2003-10-28 16:25:29 +00:00
kleink
bff4c04c64
Make the extended-precision definitions available for _KERNEL (i.e. the
...
FPU support package), too; reported by Chuck Silvers.
2003-10-28 15:55:09 +00:00
chs
b42acb8d26
uninitialized variable.
2003-10-28 15:31:33 +00:00
chs
6ef2bc9b82
make this compile again.
2003-10-28 15:28:24 +00:00
chs
cd23cf5c7c
uninitialized variables.
2003-10-28 15:25:27 +00:00
yamt
a059d6caf4
appease gcc "uninitialized" warning.
2003-10-28 14:49:53 +00:00
he
bfc0aec0d7
Consolidate latest HACK entry into already existing entry documenting
...
same problem.
2003-10-28 14:26:47 +00:00
ad
f67ac65f3d
Uninitialized variable.
2003-10-28 14:18:39 +00:00
he
4bd87960fa
sys/dev/ata/wd.c causes spurious warning about blkno not
...
being initialized before used. This appears to be a bug
specific to (at least) the m68k target, and will be reported
to the GCC maintainers.
2003-10-28 12:11:31 +00:00
he
b563d90538
Include <stdlib.h> to pick up exit() prototype.
2003-10-28 11:46:39 +00:00
he
d820cc0029
Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflict
...
with otherwise built-in functions and prototypes in the new gcc.
2003-10-28 11:41:46 +00:00
he
219781d5ed
Add include of <string.h> to pick up strlen() prototype.
2003-10-28 11:38:04 +00:00
he
81c0d141d8
Rename those assembly files which should be passed through the C
...
preprocessor from .s to .S to pick up CPPFLAGS.
2003-10-28 11:34:59 +00:00
jdolecek
0ff71b5cba
the arm ports are 'arm' and 'armeb'
...
pointed out by Shoichi Miyake
2003-10-28 11:34:14 +00:00
drochner
46e330c669
quell a gcc3 "uninitialized" warning by putting some more dead code
...
inside "#ifdef PNPBIOSEVENTS"
2003-10-28 11:17:14 +00:00
augustss
6f77e29fd2
Appease new awk by changing \$ to $.
2003-10-28 10:35:12 +00:00
augustss
5a1764fb26
Regen.
2003-10-28 10:33:18 +00:00