thorpej
2583d55c05
Use getrlimit() instead of vlimit(), like BSD/OS and OSF/1 do.
1996-01-01 19:40:48 +00:00
thorpej
e7cf87f5dc
Add the last revision previous to the switch to the MI LANCE code of
...
hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver
for the hp300 needs it.
1996-01-01 18:10:54 +00:00
thorpej
4e1c709e0c
Make tn3270 compile again, from Lennart Augustsson <augustss@cs.chalmers.se>
...
in PR #1873 .
1996-01-01 02:16:34 +00:00
ragge
1dab4709a3
Changes requested by Charles Hannum.
1995-12-31 15:05:19 +00:00
ragge
d9c6db08da
Don't declare _mcount as static, gcc will optimize it away then.
1995-12-31 12:15:58 +00:00
ghudson
8eedfc4a5d
The maxwait option was accidentally placed in the "options for
...
multicast pings" section of the description.
1995-12-31 04:55:35 +00:00
thorpej
3319ad7b61
XXX TEMPORARY STOP-GAP MEASURE! A 12-bit command modifier was being
...
squished into an 8-bit position in a command stream! Which one is wrong?
Changed the constant from 0x140 to 0x40, which is what ended up happening
anyhow. This exists in the old Utah sources, too! How long has this
bug existed?!
1995-12-31 04:11:42 +00:00
thorpej
5dd1f4a23b
Use GCC 2.7.2 on the hp300.
1995-12-31 04:00:00 +00:00
thorpej
546e2339c3
Reflect recent area code chagnes, per PR #1843 , from Andrew Carey
...
<careya@PEAK.ORG>.
1995-12-31 02:49:24 +00:00
thorpej
19c3f6d999
Add another broken CD-ROM drive to The List (Chinon CDS-525), per PR #1686 .
...
From Kortelainen Mika <k125374@cs.tut.fi>.
1995-12-31 02:40:53 +00:00
chopps
6e6506db07
move amiga to gcc 2.7.2
1995-12-31 02:28:59 +00:00
chopps
5a1be463d3
explicitly mask the address value
1995-12-31 01:22:03 +00:00
thorpej
34c2680a5b
Re-work the serial console support a bit; it doesn't depend on statically
...
allocated softc's now.
1995-12-31 00:27:16 +00:00
thorpej
e52cfc265c
Add missing zipcode for Ames, IA, from Michael Graff, PR #1869 .
1995-12-30 23:40:20 +00:00
ragge
d987547daf
An '&' missing in splx macro; causing that sometimes didn't
...
the interrupt level get set.
1995-12-30 21:37:31 +00:00
thorpej
f26be3a3d6
Fix something the switch to the MI LANCE code broke: use LE_TINT_HOOK
...
and LE_RINT_HOOK to blink the "LAN transmit" and "LAN receive" LEDs on
the front panels of 400-series machines iff the CPP symbol USELEDS is
defined in the kernel config file.
1995-12-30 21:03:02 +00:00
thorpej
0df0df026b
Add hooks at the top of the tint and rint functions, conditionally called
...
if the CPP symbols LE_TINT_HOOK and LE_RINT_HOOK are defined, respectively.
The hooks are called by jumping though the sc_tint_hook and sc_rint_hook
members of the softc, and take the softc as an argument. Only ports which
need these hooks need to declare them in the softc.
1995-12-30 20:59:17 +00:00
ragge
d714597971
Don't include de.h; it doesn't exist anymore.
1995-12-30 19:42:16 +00:00
thorpej
8311d1eed8
Update "core" list and fix a couple of minor typos.
1995-12-30 19:17:20 +00:00
thorpej
a97de97280
Add a section called "Using online NetBSD documentation" from
...
Scott Reynolds <scottr@plexus.com> (PR #974 ), with the intent of making
it easier for new-comers to UN*X go get up-to-speed.
1995-12-30 19:07:42 +00:00
thorpej
2638a723c4
Add missing zipcode for Manteca, CA. Fixes PR #934 , from Barry Books
...
<bfb@planet-texas.com>.
1995-12-30 19:00:06 +00:00
thorpej
67c76ca15d
Print unconfigured card id and select code regardless of -DDEBUG.
1995-12-30 18:25:25 +00:00
thorpej
5fdb76aa13
Add RCS ids.
1995-12-30 18:14:01 +00:00
thorpej
11381ec353
Add a vnd(4) manual page and make vnconfig(8) reference it. Fixes
...
PR #445 .
1995-12-30 18:10:45 +00:00
ragge
6691107409
Bug (!) in vax.md causing some compilations to fail; an '$' too much.
1995-12-30 17:19:53 +00:00
chopps
0dd5a89778
fix scoping and other related problems reported in pr#1859
1995-12-30 03:32:18 +00:00
thorpej
8f1fa9720d
Add $mrouted_flags to netstart and use it in rc to start mrouted in a manner
...
similar (well, identical, really) to how $routed_flags is used to start
routed.
1995-12-30 01:30:03 +00:00
chopps
1eb383737f
cleanup scoping fixes part of pr#1859 from Juergen Hannken-Illjes
1995-12-29 20:33:49 +00:00
mycroft
3a89082ff4
Make this work for GCC < 2.6.
1995-12-29 18:53:01 +00:00
thorpej
11c7d655d8
Correct some comments about 8-port DCM boards. (Thanks, Mike, for
...
pointing out the True Nature of The Force...)
1995-12-29 17:21:29 +00:00
thorpej
9ba67f2c93
Increase maxusers from 16 to 32.
1995-12-29 17:16:29 +00:00
thorpej
9038d094fa
Enable COMPAT_HPUX by default. It's still not 100% yet, but it doesn't
...
seem to really hurt anything, either. Makes it easier for folks using
binary snapshots only to try it out.
GENERIC: now that the PT map allocation is fixed, increase the default
maxusers to 32.
1995-12-29 17:12:48 +00:00
mellon
27f6298889
Obsoleted by sys/dev/tc/asc.c.
1995-12-29 03:49:15 +00:00
jtc
01efac97f9
Provide two different versions of the FD_ZERO and FD_COPY macros:
...
kernel versions that use bzero and bcopy and userland versions that
use memset and memcpy.
1995-12-29 01:15:13 +00:00
jtc
0943e32aa8
Fixed %u to expand to a single digit
1995-12-28 23:02:42 +00:00
jtc
723b71b52c
removed :errfix; const qualifier makes it unnecessary
1995-12-28 22:37:55 +00:00
jtc
43d7567da3
Removed unused CALL macro
1995-12-28 22:35:54 +00:00
jtc
051ae6c48a
Remove #include "SYS.h"; it is not needed (by normal assembly functions)
1995-12-28 21:32:25 +00:00
jtc
3f78e35cca
Use <machine/asm.h> instead of DEFS.h
1995-12-28 20:03:51 +00:00
jtc
24a6d94c0d
Added macros definitions for use with ANSI preprocessors.
1995-12-28 19:44:11 +00:00
thorpej
17eb6e2bc1
Move the old-style disk instrumentation "structures" to a central location
...
(sys/kern/subr_disk.c) and note that they should/will be deperecated.
1995-12-28 19:16:31 +00:00
pk
4162cf6459
Simplify update of r_addend field in relocation record if `-r' is on.
...
The old quirky code did strange things.
1995-12-28 18:04:59 +00:00
pk
2bb60e32ec
Make dlopen() search for libraries if given a name of the form
...
`lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR
used in simplified form).
1995-12-28 17:57:32 +00:00
jonathan
df51f8395d
Change MachEmulateBranch() to be able to read an insn from user space.
...
Kernel-debugger breakpoints in user space, or FP insns that cause
underflow in a delay slot, should now work properly. Single-stepping
of arbitrary user processes, from user level, should be added.
1995-12-28 16:22:41 +00:00
jonathan
f10a0c8931
Config file used to build pmax kernels in NetBSD/1.1
...
miniroots, from Arne Juul (arnej@pvv.unit.no ).
(like NEWCONF, except with options GENERIC)
1995-12-28 16:11:31 +00:00
jonathan
7d4de44572
Fix typo (two rz4s, no rz5) and add options KTRACE.
1995-12-28 16:08:20 +00:00
perry
74e1e47aeb
fixed my own pr 1758 -- the floppy drive motor was not being turned off
...
at halt time, especially if a floppy was mounted. Added a shutdown hook
to turn off the motor. Per a request by mycroft, the cookie from the hook
is saved in a new member I added to the fd_softc structure.
1995-12-28 15:48:57 +00:00
ragge
7c65ab14a0
Create libkern as a .a instead of a .o file.
1995-12-28 15:27:21 +00:00
thorpej
3ee815f0ce
Squish a couple of rogue old-style RCS ids.
1995-12-28 08:58:15 +00:00
thorpej
2ec75edc49
New-style RCS id.
1995-12-28 08:53:50 +00:00