cgd
98c450a103
add mincore xref as suggested by davide@cs.cmu.edu
1995-06-24 10:42:03 +00:00
cgd
f386420eb0
update lint rules, but keep linting disabled
1995-06-24 08:27:37 +00:00
cgd
d8264613c8
add entry for another tweaked Texel CD-ROM. from pr 1151
1995-06-24 01:22:30 +00:00
pk
20d86b44f2
Assume kernel is < 16MB in size,
...
Massage the a few control bits before remapping (from David S. Miller).
1995-06-23 15:44:34 +00:00
pk
ad8e3ed225
Sync with net/if.h
1995-06-23 13:19:44 +00:00
jtc
67e1e27795
Changed recovery email message to refer to ex and vi instead of nex and nvi.
1995-06-23 02:07:16 +00:00
jtc
611c2dbdc8
fix typo
1995-06-23 01:33:43 +00:00
briggs
1dadb15deb
Remove DIAGNOSTIC
1995-06-22 23:24:18 +00:00
fvdl
1634acc3e4
Include file change.
1995-06-22 21:35:42 +00:00
fvdl
c4aaa6000c
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
...
from the svr4 exec code plus the linux compat mods)
* Include file change
* Add multicast sockopts (from John Brezak)
1995-06-22 21:34:27 +00:00
fvdl
4a10f838e7
Changed to use generic ELF code from kern/exec_elf.c (which was taken
...
from the svr4 exec code plus the linux compat mods)
1995-06-22 21:32:57 +00:00
fvdl
42d57ae04f
Generic ELF exec include file, like the other exec_xxx include files.
1995-06-22 21:31:03 +00:00
fvdl
8ef93cbcf5
Generic mi ELF loader; delete Linux and Svr4 compat conf entries and
...
add generic ELF entry to exec_conf.c
1995-06-22 21:29:47 +00:00
fvdl
456f07b9a2
Add mi ELF files.
1995-06-22 21:27:45 +00:00
cgd
a8973a1752
specify precision, not minimum field width. pointed out by John Kohl
1995-06-22 11:15:14 +00:00
phil
3e37a9ca15
Adding man4.pc532 and contents.
1995-06-22 04:45:43 +00:00
phil
a48de8d922
Adding man4.pc532 and contents.
1995-06-22 04:33:59 +00:00
briggs
3ddc81510c
Add avail_end to keep ps and friends happy. Possibly a short-term fix.
1995-06-22 03:08:29 +00:00
mycroft
21258bad26
Allow exporting regular files.
1995-06-22 02:37:38 +00:00
briggs
1ccd38d9e1
Don't use constants for addresses. VA != PA...
1995-06-21 03:59:07 +00:00
cgd
6907f7f64d
fix reference to incorrect struct (paste-o)
1995-06-21 03:56:09 +00:00
briggs
229ed22747
Add function to reconfigure addresses when ROM is remapped.
1995-06-21 03:46:52 +00:00
briggs
2beeae8058
Lots of changes from hp300.
...
Removed MACHINE_NONCONTIG conditionals. Only support that
configuration, now.
Some cleanup.
1995-06-21 03:45:10 +00:00
briggs
49b9eb5e4d
A number of clean-up related changes and a few changes relating to
...
the new mapping. "real mem" is now correct for MACHINE_NONCONTIG
machines. MACHINE_NONCONTIG conditionals have been removed--only
support that case, now.
1995-06-21 03:41:51 +00:00
briggs
778adb81d1
Bring in 040 code from hp300 port.
...
Remove memory mapping code.
Update cpu_switch and a few other functions from hp300 port.
1995-06-21 03:36:27 +00:00
briggs
3d04799c79
Remove warning.
1995-06-21 03:20:58 +00:00
briggs
19b569364f
Cleanup some--needs more pruning.
1995-06-21 03:20:22 +00:00
briggs
37b6dc390f
Put page mapping code into a C module.
...
Remove old 040 version of page mapping--new way handles 040, too.
Derived from hp300 pmap_boostrap.c.
1995-06-21 03:19:35 +00:00
briggs
4a9e8ef39f
Raise MAXTSIZ, double DFLDSIZ and quadruple MAXDSIZ. Lower USRPTSIZE.
...
Remove unused mapin() macro. Update VM_MAX* macros to look like the
amiga's (easier to read than hp300's).
1995-06-21 03:17:06 +00:00
briggs
5dd8297b11
Cleanup some and make these look more like hp300 versions.
1995-06-21 03:14:06 +00:00
briggs
23622438bf
Get rid of pcb_cmap2.
1995-06-21 03:10:44 +00:00
briggs
c2184f6f5b
Update to look more like hp300. Clean up a lot.
1995-06-21 03:08:29 +00:00
briggs
04834fb800
Remove cpu_set_init_frame() define.
...
Remove BROKEN_SWAP
Change cpu_swapout() to null-op.
Remove profile_tick() define.
Add some 040 stuff and make other 040 stuff compat. with hp300 port.
Cleanup a bit.
1995-06-21 03:06:33 +00:00
briggs
7542473d6d
Clean up I/O base settings a bit.
1995-06-21 03:03:13 +00:00
briggs
697011742c
Add some debugging (conditional on DEBUG). Add a more correct probe for
...
internal video. Clean up nubusprint() a bit.
1995-06-21 02:59:08 +00:00
briggs
e4ff96e47c
Make NUBUS_BASE_TO_SLOT and reverse not depend on VA==PA for NuBus.
...
Add constant for DRSW_FARALLON.
1995-06-21 02:57:19 +00:00
briggs
6ff2537ad3
Make no assumptions about the absolute address of nubus cards.
1995-06-21 02:52:09 +00:00
briggs
cb00a78de3
Treat 0 as a failure case for ae_id_card() and take out
...
null-op check for a 0 addrlist in init.
1995-06-21 02:50:22 +00:00
briggs
f462aa095a
Be a bit more careful on the probe... Make sure that the current slot's
...
addresses contain the int_video_start--or assume that internal video is
is "slot" 0xE.
1995-06-21 02:48:00 +00:00
briggs
1eec6bfc33
Add pmap_bootstrap.c and take out mac68k_init.c.
1995-06-21 02:43:19 +00:00
christos
8fc36200cd
Update to RIP version 2 header.
1995-06-20 23:38:49 +00:00
pk
d8f640e15a
Add a `merge' option.
...
Use err() & warn().
1995-06-20 23:12:33 +00:00
pk
45359beaf4
Initialise after malloc (fixes PR#1149).
...
Also, correct comparison when looking in `prefered' paths.
1995-06-20 23:07:03 +00:00
pk
02cf7515b7
Make PIC safe.
1995-06-20 22:45:46 +00:00
jtc
0ef3213f32
document 'info' level; pr#1137 from Kenneth Stailey
1995-06-20 22:43:19 +00:00
christos
4841cf2927
- Support rip version 2.
...
- Add ansi prototypes.
- Be less internet centric.
- Convert queues to use <sys/queue.h> so we don't need -lcompat
1995-06-20 22:25:51 +00:00
christos
fce59c47ff
Update for rip version 2.
1995-06-20 22:22:04 +00:00
jtc
55fbbc705d
Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif.
1995-06-20 20:45:22 +00:00
jtc
1d65cdd4ab
#include <sys/cdefs.h>.
...
Wrap __flt_rounds() declaration with __BEGIN_DECLS/__END_DECLS.
1995-06-20 20:32:22 +00:00
cgd
3176641085
fix pr 1128; change vfs_bufstats defn from DIAGNOSTIC - > DEBUG
1995-06-20 10:42:33 +00:00