mark
d60f65e8bc
Guard all functions that are only used by kshell with #ifdef KSHELL.
1997-01-03 23:15:44 +00:00
mark
763f5034bd
ib_addr in the iicbus attach args should be an int not a u_int as -1
...
is an acceptable address.
1997-01-03 23:13:05 +00:00
mark
ff84194c2f
Sync with reality.
1997-01-03 23:10:31 +00:00
jtc
4990f8b035
Add L prefix on local labels
1997-01-03 22:57:04 +00:00
leo
da93afbd05
Get rid of 'cpu040' variable. Use 'mmutype' or 'cputype' for testing
...
instead.
1997-01-03 22:54:22 +00:00
scottr
372fe2ff92
Catch up with const changes to dlopen() and dlsym() prototypes in
...
<dlfcn.h>. Tested on i386 and hp300 for crt0.o and ld.so, verified
other references by inspection.
1997-01-03 22:37:58 +00:00
cgd
d71a874906
const-ify char *'s that need it
1997-01-03 18:23:41 +00:00
mrg
4f2a217c2b
pull up vm_object_collapse() fix from mrg_vm_object_collapse branch.
...
many thanks to niklas hallqvist (niklas@appli.se ) for this.
1997-01-03 18:03:14 +00:00
mrg
f3d9c468e1
minor KNF changes.
1997-01-03 18:00:25 +00:00
ws
fdbcbfc254
Fix handling of clusters marked bad
...
Noted by Rafal Boni
1997-01-03 14:32:47 +00:00
cgd
362c499969
prototype mcount (or, whatever function is declared by _MCOUNT_DECL;
...
typically mcount()) before it is defined or used.
1997-01-03 07:40:41 +00:00
mikel
d235ef1a1c
hide softc array and kernel routine prototypes from userland; PR misc/3070
1997-01-03 07:23:29 +00:00
mikel
dd40c6d884
eliminate valueless return from main(); PR bin/3073.
1997-01-03 07:10:52 +00:00
mikel
d40586fc26
there is no sysctl(2); reference sysctl(3) instead.
1997-01-03 06:43:56 +00:00
mikel
ef2aa56d9f
fix description; PR misc/3077.
...
also added xref to sysctl(3), which may be preferable.
1997-01-03 06:36:55 +00:00
lukem
53b51b68ea
doproxy(): remove leading "proxy " from input buffer so if another() is called
...
and line[] is reparsed to build margc/margv, commands don't get confused.
1997-01-03 02:55:59 +00:00
cgd
a49cb38bf5
fix NetBSD RCS ID headers
1997-01-03 01:35:23 +00:00
cgd
b1e8452117
include string.h and stdlib.h for prototypes, as appropriate
1997-01-03 01:16:04 +00:00
christos
3ec6dad0f1
Typo police from: Juergen Hannken-Illjes
1997-01-02 22:06:51 +00:00
pk
b8d8c821a2
rdconfig => mdconfig; rdsetimage => mdsetimage
1997-01-02 21:49:32 +00:00
is
6ba9e5874d
Note that we support DraCo serial ports.
...
While here, increment the Amiga release counter.
1997-01-02 21:36:44 +00:00
is
47f5fd4ac3
Note that we have writable floppies.
1997-01-02 21:32:44 +00:00
is
9ad0171cce
Use the right parameter to decide whether it's early configuration. (I wonder
...
why this worked with some configurations... it shouldn't have).
While we're here, correct the 2.4% error in the delay divisor message.
1997-01-02 20:59:42 +00:00
mouse
ccf88919e4
Per mail from Herb Peyerl, use LOG_AUTH for libwrap logging.
1997-01-02 14:25:18 +00:00
pk
ee94541093
Add `const' to dlopen() & dlsym() protos, per PR#2453.
...
Add RTLD_NOW.
1997-01-02 11:13:19 +00:00
mellon
8040aaffba
ns_print: fix type conflict
1997-01-02 08:06:24 +00:00
mellon
9209b257a5
ns_print: undo bogus type conflict
1997-01-02 08:04:26 +00:00
mellon
d8671bd736
Lite2 Merge
1997-01-02 08:00:55 +00:00
pk
1b92c8c5c6
This program is now called `mdsetimage'.
1997-01-02 00:36:15 +00:00
pk
b2c06715e2
Rename: rdconfig => mdconfig; rdsetimage => mdsetimage
1997-01-02 00:34:53 +00:00
pk
8ea56d49aa
This program is now called `mdsetimage'.
1997-01-02 00:33:34 +00:00
pk
04287aa824
This program is now called `mdconfig'.
1997-01-02 00:23:45 +00:00
pk
fa84b16b10
Device rename: `rd' => `md'
1997-01-02 00:22:43 +00:00
pk
a0f6df960f
RAMDISK_HOOKS => MEMORY_DISK_HOOKS
1997-01-01 23:46:29 +00:00
pk
4bb3612c55
Device rename: `rd' => `md'
1997-01-01 23:46:17 +00:00
pk
fbfb9e1144
Device rename: `rd' => `md'
1997-01-01 23:32:41 +00:00
pk
fe71b17fca
Device rename: `rd' => `md'
1997-01-01 23:21:54 +00:00
pk
84a0f13e4c
RAMDISK_HOOKS => MEMORY_DISK_HOOKS
1997-01-01 23:12:23 +00:00
pk
072388d107
Device rename: `rd' => `md'
1997-01-01 23:04:58 +00:00
leo
54608785fb
The ST-DMA driver now uses intr_establish.
1997-01-01 21:14:47 +00:00
leo
493e4aaebb
The Hades floppy driver now uses intr_establish(). Also the interrupt
...
accounting is fixed (ie. counted as the right interrupt).
1997-01-01 21:12:56 +00:00
leo
b3e93de260
The ST-DMA driver now uses intr_establish.
1997-01-01 21:11:44 +00:00
leo
139d65ffa2
Fix some leftovers from rd -> md rename.
1997-01-01 21:08:02 +00:00
jtk
142bbb09e6
fix typos per PR 3076
1997-01-01 16:30:09 +00:00
veego
034ed50ead
Add the Matrox Millenium and regen the header files.
1997-01-01 14:56:19 +00:00
veego
fd4d6f207d
Add '-I${.CURDIR} ${.CURDIR}/' before netbsd.S to compile it with
...
object dirs.
1996-12-31 22:44:13 +00:00
veego
d11893c65a
Remove a no longer exists <machine/exec.h>.
1996-12-31 22:39:58 +00:00
veego
b66e2c7e4d
Add NOMAN=
1996-12-31 22:36:18 +00:00
jonathan
9821b30fe4
Use DELAY() after doing a TX_RESET or RX_RESET command.
...
Newer boards (e.g., Vortex) take time to reset, and wedge on some machines.
Polling on S_COMMAND_IN_PROGRESS would be better, but that doesn't
work with xx_RESET commands on 3c509s.
1996-12-31 21:36:30 +00:00
jonathan
0ede4558bc
Use the same symbolic cnames for 100Mbit media as epconfig().
1996-12-31 21:26:10 +00:00