mycroft
2dfbe4f961
Don't define _LOCORE here.
1996-02-02 20:05:08 +00:00
scottr
c0f37b4d05
Use DISKUNIT()/DISKPART() from <sys/disklabel.h> instead of
...
our own home-grown versions.
1996-02-02 19:50:26 +00:00
mycroft
9db20bf150
Don't define _KERNEL here.
1996-02-02 19:42:08 +00:00
mycroft
5d668ff961
ASSEMBLER -> _LOCORE
1996-02-02 19:08:33 +00:00
mycroft
0103e26fd8
Fix #includes.
1996-02-02 18:59:16 +00:00
christos
0ff0d71a2d
Removed kernel/tty_compat.c
1996-02-02 18:52:49 +00:00
christos
df9a562f20
Removed tty_compat.c; it is part of the kernel compat library...
1996-02-02 18:49:42 +00:00
christos
32a57f01bc
Renamed compat_tty.c to tty_43.c and updated with the newest copy from
...
kern/tty_compat.c
1996-02-02 18:47:50 +00:00
mycroft
9d9a70a5a2
Fix #includes.
1996-02-02 18:05:36 +00:00
mark
cd2d3b3a65
Initial commit of the crt0.o source for the arm32 port.
1996-02-02 16:23:16 +00:00
mark
9f21bd22be
Initial commit of the arm32 specific etc files.
1996-02-02 16:10:13 +00:00
mark
d1c55d0bd8
Initial commit of the libkvm code for the arm32 port.
1996-02-02 15:35:41 +00:00
mrg
32c0edb470
update to bind 4.9.3-p1.
1996-02-02 15:30:57 +00:00
briggs
5336dade8e
Force the talley counters to be read when we get the interrupt. GCC was
...
nicely optimizing the reads out for us. Kudos for this one go to
Steven R. Weiss <srw@hvcn.org>.
1996-02-02 15:30:56 +00:00
mrg
12e310738e
update to bind 4.9.3-p1.
1996-02-02 15:29:24 +00:00
mrg
abc1fece4b
update these for bind 4.9.3-p1.
1996-02-02 15:29:23 +00:00
mrg
c6357b052a
update to bind 4.9.3-p1.
1996-02-02 15:29:21 +00:00
mrg
3f63ba4d8a
update these for bind 4.9.3-p1.
1996-02-02 15:29:18 +00:00
mrg
40405c0ec2
update to bind 4.9.3-p1.
1996-02-02 15:29:07 +00:00
mrg
c2ba58215e
update these for bind 4.9.3-p1.
1996-02-02 15:29:06 +00:00
mrg
03b98dd9c2
update to bind 4.9.3-p1.
1996-02-02 15:29:03 +00:00
mrg
70ee0aa047
update these for bind 4.9.3-p1.
1996-02-02 15:29:01 +00:00
mrg
631c443645
update to bind 4.9.3-p1.
1996-02-02 15:25:33 +00:00
mrg
237baea38a
merge with the resolver in bind 4.9.3-P1.
1996-02-02 15:22:14 +00:00
mrg
14f800aadd
resolver updates to bind 4.9.3-P1 add new functions
1996-02-02 15:20:59 +00:00
mrg
bcbd476ac7
these become subdirectories in the new bind
1996-02-02 14:15:59 +00:00
mycroft
cec913603e
Don't special-case conf.c.
1996-02-02 13:38:05 +00:00
mycroft
f3bbe0e453
Turn off a few things.
1996-02-02 09:09:39 +00:00
mycroft
f19761346e
Do the previous change a little differently.
1996-02-02 08:09:45 +00:00
mycroft
bb7cccd06d
Do the previous change a little differently.
1996-02-02 07:49:52 +00:00
mycroft
fc9d84fb46
assym.s -> assym.h
...
(Some ports did this already.)
1996-02-02 02:34:09 +00:00
jonathan
8b3d92f17f
Resolve pmax and alpha IOCTL asic driver differences, pass 1:
...
Rename the ioctl asic register and slot macros from ASIC_<xxx> to
IOASIC_<xxx>, to be compatible with the machine-indpendent names in
sys/dev/tc/ioasicvar.h. The pmax code still uses
sys/arch/pmax/pmax/asic.h, as some of the registers and offsets
defined there are not yet defined in sys/dev/tc/ioasicvar.h.
Rename the ioctl asic base-address pointer from `asic_base' to `ioasic_base'.
Use the device address in the attach_args structure, instead of
using the deprecated BUS_CVTADDR macro.
Change the Mach derived asc driver to use "SCSI_PHASE_xxx" instead of
"ASC_PHASE_xxx", as the latest version of the Mach driver does.
1996-02-02 02:33:34 +00:00
mycroft
ac03d03239
assym.s -> assym.h
...
(Some ports did this already.)
1996-02-02 02:33:26 +00:00
christos
1c35870a46
syscalls.master was changed
1996-02-02 01:18:09 +00:00
christos
9840c3ca68
Add xmknod()
1996-02-02 01:17:24 +00:00
jtc
4aacfbf721
updated categories list
1996-02-01 23:54:11 +00:00
mark
6b8930c21c
Fixed the panic in the terminal code caused by a mode change ioctl on
...
the vidcvideo device.
1996-02-01 23:50:20 +00:00
mycroft
c1978093ef
Remove some junk, and add _KERNEL and _LOCORE.
1996-02-01 22:41:12 +00:00
mycroft
88e512b693
LOCORE -> _LOCORE
1996-02-01 22:28:24 +00:00
mycroft
cbbb28608c
If __FreeBSD__, don't swap the type field in the Ethernet II header.
1996-02-01 21:57:00 +00:00
mycroft
851e3892fc
If __FreeBSD__, don't swap the length field in the 802.3 header.
1996-02-01 21:27:46 +00:00
thorpej
732dd94a83
Add experimental data mirroring support, derived from code written by
...
Satoshi Asami and Nisha Talagala. For details on using data mirroring,
see the ccd(4) manual page.
1996-02-01 20:47:13 +00:00
phil
7b194ded98
Rewrite the description of alarm(3) to match reality.
1996-02-01 20:11:48 +00:00
mycroft
1107479eaa
Rename tunioctl() and tuncioctl() so that cdevsw points to the right one.
...
From der Mouse, PR 2005.
1996-02-01 07:28:18 +00:00
phil
57cd9a2c29
Update for recent changes in the kernel.
1996-02-01 07:24:37 +00:00
jonathan
c72cd6e76c
Set sc->sc_cookie appropriately for the ioasic and TC option cases.
...
Tested on Decstation: ioasic, kn02 baseboard, and TC option card.
Add untested for pmax 3100/5100 baseboard ethernet.
1996-02-01 06:12:16 +00:00
briggs
af9bcab2ce
Clean up and comment a bit.
1996-02-01 03:40:26 +00:00
mrg
dc8adb9e7c
don't warn about missing files with -s. POSIX doesn't define a specific
...
action, and, most other implimentations use this (sane) method. (from jtc).
1996-02-01 03:32:41 +00:00
phil
5d2a046ccb
Update makefile to match recent pc532 MD changes, new config file.
1996-02-01 03:00:57 +00:00
jtc
e25f83b8be
Fixed to use ffs instead of ufs; See PR #1984
1996-02-01 02:50:52 +00:00