tv
|
446dbdcc82
|
Bump minor: -Wno-format-y2k added an extern to the shlib.
|
1998-08-20 20:13:43 +00:00 |
tv
|
c8f252d3aa
|
Add -Wno-format-y2k option to kill Y2K based strftime() warnings. Note
that -Wformat-y2k doesn't work on C, and doesn't do anything notable by
itself on C++ (use -Wformat).
|
1998-08-20 20:13:12 +00:00 |
veego
|
ff2c3adddc
|
Add some braces to stop the new egcs warnings.
|
1998-08-20 19:55:06 +00:00 |
matthias
|
8652696101
|
The egcs-1.1 merge left some old codefragments behind. Removed.
|
1998-08-20 19:40:29 +00:00 |
tls
|
8a146cd406
|
update for b->mem change in sys/kern; now we need memcmp and memset, not just memchr. AFAIK, memcpy is provided by the compiler or by locore on this platform.
|
1998-08-20 17:56:22 +00:00 |
ragge
|
fb9171df3d
|
Fix write/read of memory.
|
1998-08-20 16:47:11 +00:00 |
matt
|
42ae5b0bc1
|
Beginning's of PIC support.
|
1998-08-20 15:18:26 +00:00 |
matt
|
0111660e53
|
Get md.c to compile again. Get mdprologue.S to assemble. [Now at least
ld and rtld compile and link.]
|
1998-08-20 15:12:02 +00:00 |
scottr
|
b27d106197
|
Match grf_obio devices correctly for the 58x/63x.
|
1998-08-20 13:58:04 +00:00 |
veego
|
13e0e871f8
|
Fix new egcs warnings (might be used uninitialized).
|
1998-08-20 13:36:25 +00:00 |
pk
|
aee27828f9
|
Some machines (Voyagers) apparently have zs devices with multi-valued
register properties in the PROM.
|
1998-08-20 11:47:39 +00:00 |
pk
|
5ad46000df
|
Remove vestiges of sparc-specific interrupt handling.
|
1998-08-20 11:44:58 +00:00 |
pk
|
177621555f
|
remove sparc hack: there's a bus.h now.
|
1998-08-20 11:42:55 +00:00 |
pk
|
1f007a13cc
|
Cast bus_size_t to u_long in printf() args.
|
1998-08-20 11:42:13 +00:00 |
augustss
|
a6ed1cdd4e
|
Provide a workaround for people who want a sequencer but have no MIDI devices.
|
1998-08-20 10:59:09 +00:00 |
lukem
|
1831fd92ef
|
regenerate (with #l info)
|
1998-08-20 10:58:22 +00:00 |
augustss
|
915f1fe566
|
Add missing __P
|
1998-08-20 10:46:10 +00:00 |
kleink
|
a6d3fb3799
|
vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t
|
1998-08-20 08:33:41 +00:00 |
thorpej
|
96aa1cec21
|
Add ofisa attachment for the ISA joystick driver.
XXX currently arm32-specific.
|
1998-08-20 07:02:32 +00:00 |
thorpej
|
f73a7043f3
|
ISA Game port driver, lifted from BeBox port.
|
1998-08-20 06:31:34 +00:00 |
thorpej
|
b176b7ba0f
|
Add joy driver at cdev 56.
|
1998-08-20 06:30:56 +00:00 |
thorpej
|
31ac3d022c
|
Add joy driver devsw declarations.
|
1998-08-20 06:28:43 +00:00 |
thorpej
|
2d282c7e70
|
Add joy driver glue.
|
1998-08-20 06:28:18 +00:00 |
thorpej
|
cc042ba0e5
|
Correct a function name in a panic message.
|
1998-08-20 05:46:20 +00:00 |
tv
|
0771761e8e
|
Inlcude "system.h" instead of <stdio.h>.
|
1998-08-19 21:31:45 +00:00 |
ross
|
0af9b91fb6
|
Shut up egcs. (`...might be used uninitialized')
|
1998-08-19 20:58:42 +00:00 |
tv
|
159f74875c
|
Undefine OBJECT_FORMAT_COFF.
|
1998-08-19 16:27:37 +00:00 |
tv
|
378bab7018
|
XXX stopgap patch to fix prototyping warning on powerpc.
|
1998-08-19 16:09:43 +00:00 |
tv
|
d9b7598034
|
Completely nuke the -fPIC "ignored" warning. NetBSD target supports PIC
fully (it's just that the assembler and linker output bogosity :).
|
1998-08-19 15:10:25 +00:00 |
tv
|
9fd419ca1c
|
We've switched to mem*() on all platforms. Remove undef of
TARGET_MEM_FUNCTIONS.
|
1998-08-19 14:39:21 +00:00 |
tv
|
c6be7a9c9a
|
The global netbsd.h defines TARGET_MEM_FUNCTIONS.
|
1998-08-19 14:38:42 +00:00 |
tv
|
5ebd5ae80d
|
No longer used.
|
1998-08-19 14:37:47 +00:00 |
kleink
|
1bbb6339c8
|
In readlink, don't copy the string's NUL-terminator, and remove a redundant
check.
|
1998-08-19 13:12:40 +00:00 |
tv
|
767b9acc8e
|
"featch" -> "fetched"
|
1998-08-19 12:29:00 +00:00 |
explorer
|
5ae808b38d
|
ss->special could be NULL, so sane would crash the kernel.
|
1998-08-19 08:40:31 +00:00 |
thorpej
|
45e5a86960
|
Add some braces to make egcs happy.
|
1998-08-19 01:43:22 +00:00 |
thorpej
|
341bd18b4a
|
Add some braces to make egcs happy.
|
1998-08-19 01:31:46 +00:00 |
thorpej
|
8d68a9dce5
|
Add some braces to keep egcs happy.
|
1998-08-19 01:29:11 +00:00 |
thorpej
|
8d7b6b5dae
|
Add some braces to make egcs happy.
|
1998-08-19 00:52:18 +00:00 |
thorpej
|
08c09aef0c
|
Add some braces to make egcs happy. (This code could kill me.)
|
1998-08-19 00:45:36 +00:00 |
thorpej
|
7ba69add63
|
Add some braces to make egcs happy.
|
1998-08-19 00:17:41 +00:00 |
thorpej
|
fbfd17276b
|
Add some braces to keep egcs happy.
|
1998-08-18 23:57:02 +00:00 |
matt
|
5232b66bd5
|
Initial steps to getting the VAX to use the MI driver framework.
|
1998-08-18 23:55:00 +00:00 |
thorpej
|
e79648d085
|
Add some braces to make egcs happy.
|
1998-08-18 23:50:08 +00:00 |
thorpej
|
8021b2ae29
|
Initial support for the Brooktree Bt463 RAMDAC.
|
1998-08-18 23:29:28 +00:00 |
tv
|
82561cf391
|
Kill spaces in the $$files check introduced by borrowing the C++ rule for
ObjC.
|
1998-08-18 19:12:42 +00:00 |
tv
|
37d4bf965b
|
Enable Haifa by default on alpha, powerpc, and sparc (to match Cygnus's
default list)
|
1998-08-18 18:59:46 +00:00 |
matt
|
74018d8df6
|
Untested(!!) beginning of VAX a.out shared library support. This is a work
in progress.
|
1998-08-18 18:46:16 +00:00 |
thorpej
|
ff266f0937
|
Add some braces to make egcs happy.
|
1998-08-18 18:23:07 +00:00 |
thorpej
|
1083dcb6ca
|
Back out previous.
|
1998-08-18 18:16:30 +00:00 |