mrg
|
343a54bb75
|
Change iuserok() to take u_int32_t. Some netgroup fixes (partially
from OpenBSD and Theo).
|
1996-05-28 02:07:32 +00:00 |
mrg
|
4c236e4e33
|
sparc uses edlabel also.
|
1996-05-28 01:54:32 +00:00 |
pk
|
9913321bff
|
CMP_PTE_USER_READ4M: check against PPROT_RWX_RWX; this is the canonical
stack protection (saves many excursions into trap.c on window underflows
as was the sole intention of the macro..).
|
1996-05-27 20:46:39 +00:00 |
leo
|
63e835ebd6
|
Some additions needed for the atari. Also use the getmaxpartitions() and
getrawpartition() functions from libutil.
|
1996-05-27 20:44:03 +00:00 |
leo
|
83b266c3ab
|
Atari also uses edlabel.
|
1996-05-27 20:38:21 +00:00 |
pk
|
d94f5b92f9
|
prototype mmu_pagein4m() #if DEBUG is on.
|
1996-05-27 20:29:03 +00:00 |
leo
|
54b0562c1e
|
Add alias floppybt -> miniroot
|
1996-05-27 15:56:40 +00:00 |
leo
|
ad65f50c1f
|
CURDIR -> ARCHDIR
|
1996-05-27 15:53:39 +00:00 |
leo
|
ef84477f6d
|
Forgotten in previous commit.
|
1996-05-27 15:50:53 +00:00 |
leo
|
b058af8711
|
Remove leftover from atari (floppybt -> miniroot)
|
1996-05-27 15:46:41 +00:00 |
pk
|
5d525ce079
|
Two small optimizations: no need for sed to convert fstab.
|
1996-05-27 13:32:01 +00:00 |
leo
|
bacafe6a9f
|
Sync with MI-miniroot code.
|
1996-05-27 12:49:49 +00:00 |
leo
|
05574183dd
|
Sync with changes in MI-miniroot
|
1996-05-27 12:41:54 +00:00 |
leo
|
e2202ab208
|
Sync atari miniroot & mi-miniroot
|
1996-05-27 12:39:01 +00:00 |
fvdl
|
e4145cb406
|
Align things right in NWDELAYHASH (for the Alpha). This fixes crashes in
the server code. From John Birell.
|
1996-05-27 11:22:31 +00:00 |
mhitch
|
ab7b439a98
|
The logical block address in a 6 byte command is 21 bits, not 20.
Also a transfer length of 0 indicates 256 blocks.
|
1996-05-27 05:49:49 +00:00 |
pk
|
75eb006fa2
|
No longer need to call mmu_pagein() through a pointer.
|
1996-05-27 01:13:02 +00:00 |
pk
|
522c1d367a
|
mmu_pagein() is only useful on sun4/sun4c. For now, keep a `mmu_pagein4m()'
within `#ifdef DEBUG' for monitoring.
Push user windows to stack in pmap_extract() if we need to switch contexts.
|
1996-05-27 01:12:34 +00:00 |
pk
|
344a892d31
|
sync
|
1996-05-27 01:06:14 +00:00 |
pk
|
ac453ee7ed
|
sync
|
1996-05-27 00:41:51 +00:00 |
pk
|
abfbc398e7
|
sync
|
1996-05-27 00:28:07 +00:00 |
pk
|
4fa564e10d
|
Fix case where sequence state wasn't updated properly, resulting in
`disk_unbusy' panic.
|
1996-05-27 00:10:40 +00:00 |
pk
|
ec587073d7
|
I_SIGSET => I_SETSIG (pointed out by Greg Earle).
|
1996-05-26 23:57:10 +00:00 |
cgd
|
78dab63aec
|
update for changes in libpcap function prototypes (u_long -> u_int32_t)
|
1996-05-26 23:51:40 +00:00 |
cgd
|
ebd16dc1e1
|
switch from long to int32_t, where appropriate, so that this actually
works on NetBSD/Alpha for non-trivial filters.
|
1996-05-26 23:50:37 +00:00 |
hpeyerl
|
3e834c5e86
|
Update to reflect reality (such as it is).
|
1996-05-26 23:45:42 +00:00 |
pk
|
9ea738a4b4
|
Install `catalog' files into ${DESTDIR}.
|
1996-05-26 22:57:49 +00:00 |
pk
|
43b3743977
|
Implement CMP_PTE_USER_WRITE4M more accurately.
CMP_PTE_USER_READ4M needs some more work..
|
1996-05-26 22:33:31 +00:00 |
pk
|
2382529ecd
|
Some more #defines.
|
1996-05-26 22:30:20 +00:00 |
leo
|
d48f93eef5
|
Add 'kernel_text' symbol (Gordon Ross).
|
1996-05-26 20:50:53 +00:00 |
chuck
|
9fe4f7c83a
|
kill "options GENERIC" by replacing it with Theo's sparc code.
|
1996-05-26 20:47:39 +00:00 |
chuck
|
8f19c1d045
|
fix cngetc() typeo.
|
1996-05-26 20:42:58 +00:00 |
fvdl
|
9ba6417ed1
|
Don't try to print an NFS packet over TCP when there's not enough space
for an RPC header (--> garbage && coredumps).
|
1996-05-26 18:35:14 +00:00 |
mrg
|
2aa93b359f
|
"SCSI tape" -> "SCSI", from is
|
1996-05-26 04:00:49 +00:00 |
leo
|
ce463ad2e1
|
* Merge with mi miniroot changes (== use Paul's functions + define EDITOR)
* Make RELDIR useful when updating
* add md_copy_kernel()
* some minor fixes
|
1996-05-25 22:13:07 +00:00 |
jtc
|
64157258f9
|
updated for 1.2A (post 1.2)
|
1996-05-25 21:59:38 +00:00 |
is
|
eafd041aca
|
Fix few more places where 040+060 rlevant stuff was only compiled for 68040,
preventing 68060-only kernels to work. (68060 only kernel is tested now by
using it to commit this patch).
|
1996-05-25 21:54:22 +00:00 |
christos
|
be8ad0bbb0
|
Recognize MFII keyboard ids for BIM ThinkPad 76X's. Closes PR/2468
|
1996-05-25 18:19:07 +00:00 |
ws
|
d1a21707db
|
Free allocated space in directory after error
(While this wasn't technically speaking a bug, it unneccessarily wasted space)
|
1996-05-25 17:50:41 +00:00 |
ws
|
a89a16b50d
|
Check return values of malloc
Generate full pathnames only on request
Minor cleanup, RCS Ids in .h files
|
1996-05-25 17:09:43 +00:00 |
is
|
33d61f4da3
|
Show real interupt names (e.g., systat vmstat) on the DraCo.
|
1996-05-25 17:08:48 +00:00 |
briggs
|
014b404127
|
Clean up the interrupt handling somewhat.
|
1996-05-25 16:42:24 +00:00 |
briggs
|
100623915b
|
Clear via2 interrupts before processing, too. It is up to the drivers to clear
any interrupts that are flagged during processing.
|
1996-05-25 16:31:04 +00:00 |
is
|
25b2ef1b72
|
Yet another unused variable cleanup; noticed in a kernel without bpfilter.
|
1996-05-25 16:30:16 +00:00 |
is
|
4d0559ac27
|
Fix stupid pasto.
|
1996-05-25 15:23:52 +00:00 |
briggs
|
d6345a7855
|
More from Dave Huang (khym@bga.com)--set ROMLEN to 2MB and make another
class for AV machines (C660AV and Q840AV).
|
1996-05-25 14:48:38 +00:00 |
briggs
|
30e64f90b7
|
Patches from Dave Huang (khym@bga.com) to get MRG ADB working on his 660av.
|
1996-05-25 14:45:31 +00:00 |
mycroft
|
5c78d726e4
|
File sizes in FFS are u_int64_t.
|
1996-05-25 09:57:36 +00:00 |
briggs
|
10221fc1cd
|
Do not let getty open ite if it's not been initialized.
|
1996-05-25 00:56:38 +00:00 |
pk
|
caf88110f1
|
sync.
|
1996-05-25 00:33:35 +00:00 |