mrg
69b69dcffc
give up "games" if we have it. larn does not need it.
1996-05-21 23:19:20 +00:00
mrg
e8f046f42e
patch from keith; fixes a core dump.
1996-05-21 22:52:06 +00:00
mrg
6b86dc1440
use == not =. pr#2449 (aaron)
1996-05-21 22:07:04 +00:00
mrg
ef77d6a3ea
oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com)
1996-05-21 21:53:05 +00:00
christos
0bc76ac7c3
make this compile again; remove CONF_SLOW_INTERRUPT
1996-05-21 20:46:45 +00:00
pk
bc77c57c13
espattach() requires DMA to be configured. For now, panic if it is not.
1996-05-21 19:09:43 +00:00
pk
68691c178c
Allow all esp dma channels to be called `dma'.
1996-05-21 19:07:30 +00:00
pk
dc7e7814d9
Remove the espdma' special case; all
esp' related dma channels are now
...
called `dma' on all architectures. Note: `ledma' remains in place.
Also delete a couple of unneeded `needs-flag's in files.sparc.
1996-05-21 19:06:26 +00:00
pk
b4e023b86a
Move disklabel(8) calls into `md_prep_label()'.
1996-05-21 18:54:40 +00:00
pk
819ce802e7
Add a `install_disk' option (copied from Atari miniroot).
...
Make editor configurable (variable EDITOR, also usable by disklabel(8)).
Move disklabel(8) calls into `md_prep_label()'.
Eliminate two uses of `sed'.
Eliminate `awk' in upgrade.sh.
1996-05-21 18:53:54 +00:00
is
70d3595ab1
Fix two conditionals code parts, which were intended to avoid two
...
branches for pure-M68060 and Non-M68060 kernels, but would have made
the former never save its floating point context.
1996-05-21 18:22:13 +00:00
mycroft
28670f694a
Oops; use %x to print out masks, not %d.
1996-05-21 17:36:21 +00:00
mycroft
e14f61b1f7
Check fs_[bf]mask, fs_maxfilesize, fs_maxsymlinklen, and fs_q[bf]mask,
...
since incorrect values may cause the kernel to malfunction.
1996-05-21 17:25:56 +00:00
is
893de3dcc8
Sync with the cpu.h change: setconf() only used if defined(GENERIC).
1996-05-21 17:15:40 +00:00
mycroft
6dc46f6326
Adjust the logic a bit so we `nif' can't overflow.
1996-05-21 16:58:12 +00:00
oki
30ec7d2c44
Some cleanup.
...
- Add missing return-type of function.
- Add missing prototype.
- some gcc -Wall printf warning.
1996-05-21 15:32:18 +00:00
mycroft
92a822c250
Remove previous (incorrect) change, and tidy up a bit to make it
...
clearer what's going on.
1996-05-21 15:32:16 +00:00
oki
82d5960cd6
Some cleanup.
...
- Add missing return-type of function.
- Add missing prototype.
- some gcc -Wall printf warning.
1996-05-21 15:31:55 +00:00
oki
68188bee78
check DESTDIR. Added 'snap_md' rule.
1996-05-21 15:15:18 +00:00
mrg
4b88cc7b60
add support for whiteouts. pr#2394 (Mike Long <mike.long@analog.com>)
1996-05-21 13:43:50 +00:00
mrg
c9e2d4f9d5
don't use gets(). pr#2287 (patch sent to rcs maintainers)
1996-05-21 13:35:27 +00:00
mrg
0272dd3aaf
print 1day not 1days. pr#2259
1996-05-21 13:21:07 +00:00
mrg
64bd9cec8b
don't use gets(). pr#2254
1996-05-21 13:00:31 +00:00
mrg
4a908fb362
use ABRT not IOT for "ndc stats". pr#2241
1996-05-21 12:53:48 +00:00
mrg
8c4136ca25
initalise dino to zero. pr#2098
1996-05-21 12:42:38 +00:00
mrg
d0e431b53a
log the IP address if the hostname is > UT_HOSTSIZE, as per telnet. pr#1946
1996-05-21 12:22:31 +00:00
mrg
bd664fdbdb
in recvf() initialise the fd to -1 so that we can not close it later
...
if it was never used (for e.g., with symlinks). pr#1822.
1996-05-21 12:11:54 +00:00
mrg
2a6bfcfdcf
call setlogin. from pr#1292 (James Jegers <jimj@miller.cs.uwm.edu>)
1996-05-21 11:06:49 +00:00
mrg
290aca3136
use LOG_INFO to say NIS isn't running.
1996-05-21 11:03:14 +00:00
mrg
b2be16e47c
document the (no)auto option.
1996-05-21 10:55:52 +00:00
mrg
dd34f9ec6f
give up setuid-ness. we don't need it. while i'm here, include
...
<sys/signal.h> and use SIGINT rather than 2.
1996-05-21 10:48:07 +00:00
mrg
5bdb157a47
add blocksize/density commands. other part of #921 (Olaf Seibert <rhialto@polder.ubc.kun.nl>)
1996-05-21 10:23:54 +00:00
mrg
d63f735104
add type 7 (scsi tape). part of pr#921 (Olaf Seibert <rhialto@polder.ubc.kun.nl>)
1996-05-21 10:09:10 +00:00
pk
71943d50df
Protect body of iommuattach() to be more resilient against configuration
...
file oddities.
1996-05-21 07:25:07 +00:00
briggs
057adea27d
Apparently the MRG ADB code becomes unstable if we handle via1 interrupts
...
properly, so go back to unflagging them all before processing any via1
interrupts. Perhaps this can be changed back when we get ADB code that
does not rely on the ROMs?
1996-05-21 02:46:02 +00:00
jonathan
4139356a98
Copy the pmax locore.S code into the arch/mips hierarchy and split
...
it into three pieces:
* locore.S, which contains generic mips locore code,
applicable for both r2000/r3000 and r4000s (in 32-bit mode).
* locore_r2000.S, which contains r2000/r3000 (MIPS-I) versions
of the locore functions that need mips-generation-specific
instructions or handling.
* locore_r4000.S, which contains r4000/r4400/r4600 (MIPS-III?) versions
of the locore functions that need mips-generation-specific
instructions or handling.
Much of the code in locore_r4000.S is derived from Per Fogelstrom's Pica port.
locore.S still contains some pmax-specific DMA-buffer copy functions.
1996-05-21 00:20:40 +00:00
pk
9954d351bb
kill some more awks
1996-05-21 00:10:57 +00:00
briggs
3fb1d834fc
Actually clear the interrupt on the RBV.
1996-05-21 00:04:18 +00:00
jonathan
b15951c1ee
* Move the declarations of mips locore functions from the pmax tree
...
to the mips tree.
* Just include the mips locore.h into the pmax one.
1996-05-20 23:49:11 +00:00
jonathan
e704a8e1e9
* Move the declarations of mips locore functions from the pmax tree
...
to the mips tree.
* Add declarations of functions used by vm_machdep.c.
* Add declarations of functions printed by name in stack tracebacks.
* Add declarations of functions used by the model-independnet mips machdep.c
code.
1996-05-20 23:38:26 +00:00
jonathan
6f1e720b08
Change MachEmptyWriteBuffer() to wbflush().
...
Add missing "void" and "int" return types on functions.
Move boot() after dumpsys()/doadump(), so the latter don't need forward decls.
1996-05-20 23:27:27 +00:00
jonathan
7666d5b36b
Check that either CPU_R3000 or CPU_R4000 is defined. Fix the r3k/r2k
...
symbolic lookup of the CPU-level specific locore entry points to use the
r2k, not the r4k, labels.
Include header files to get prototyped declarations of ipintr() and arpintr().
Remove unused variables and parenthesize assignments in if () expressions.
Gcc warns of a possible && vs || operator-precedence bug in the network
softint dispatch code, which needs more thought.
1996-05-20 23:24:00 +00:00
jonathan
b314e27cfa
Add #include of pmax/kn01var.h, remove unused variables, and close
...
hanging block comment in copyright to satisfy -Wall.
1996-05-20 23:19:16 +00:00
gwr
7bb94b7bdf
More portable versions of makeflist and maketars that can be used to
...
cross-make a distribution. Also avoid duplicating makeflist logic.
1996-05-20 19:10:28 +00:00
mrg
cb6b56f884
oops, this got missed in the import somehow.
1996-05-20 18:45:49 +00:00
mrg
1af2be6068
document PORTAL
1996-05-20 18:15:11 +00:00
mrg
92292a798d
initialise securelevel to zero to allow it to be patchable. this is _not_ a security issue.
1996-05-20 17:49:05 +00:00
mrg
047dfa8524
count pagein faults in struct user. (from kenneth stailey pr#1397])
1996-05-20 17:40:02 +00:00
mrg
663808dfc5
use ' not " when passing variables to a sub-make. pr#1199/pr#1296
1996-05-20 17:23:25 +00:00
mark
08dfd04e76
Fixed the NetBSD Id string.
1996-05-20 17:09:24 +00:00