cgd
0e59975fac
rename files files for new config/config.old naming
1995-04-28 08:19:12 +00:00
christos
c5f01c2a4c
Fixed comparison in SYS__syscall to be against sysent instead of
...
p->p_emul->e_sysent [Thanks Charles for pointing this out].
I think that this code needs to be fixed anyway for emulations where
SYS_syscall is not the same number as the NetBSD one (0)... (Only the
alpha port so far?)
1995-04-22 20:49:06 +00:00
christos
de42a28a1b
- added sunos_machdep.c for sun3, atari, amiga and mac68k.
...
- changed machdep.c and trap.c to use struct emul.
- remove ep_setup references.
- added struct emul to all emulations.
1995-04-22 20:24:40 +00:00
jtc
4d37095e31
Fix typo: ieefp.h -> ieeefp.h.
1995-04-16 16:47:03 +00:00
mellon
df78dbb096
Reference cninit.c as well as cons.c
1995-04-11 09:52:11 +00:00
mycroft
e25c1817cf
kernel_pmap --> pmap_kernel()
1995-04-10 13:08:28 +00:00
mycroft
22cefc03bc
Bring back pmap_kernel(), for now always inlined as a pointer to
...
kernel_pmap_store.
1995-04-10 12:41:29 +00:00
mycroft
127e0761c9
Add mmopen(), mmclose(), and mmmmap() where appropriate. Lock vmmap when
...
needed. Make types consistent.
1995-04-10 11:54:47 +00:00
mycroft
d751b03236
Minor consistency nits.
1995-04-10 10:01:40 +00:00
mycroft
9170f98a19
Remove private read and write routines.
1995-04-10 08:13:54 +00:00
mycroft
c0e128ac74
This is what physio() is for.
1995-04-10 08:09:59 +00:00
mycroft
0a6d915b83
Update for conf.h.
1995-04-10 08:06:06 +00:00
mycroft
e957423a98
Move fp_except and fp_rnd definitions to machine/include.
1995-04-09 21:31:58 +00:00
jtc
8ba211cde0
Added #define _KERNEL
1995-03-28 18:37:27 +00:00
jtc
71ab4ed9dc
KERNEL -> _KERNEL
1995-03-28 18:13:48 +00:00
cgd
fa2133533d
invoke ktrsyscall with (vp, code, argsize, args) as args.
1995-03-26 08:03:29 +00:00
jtc
d57fb977bb
Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
1995-03-23 19:46:18 +00:00
cgd
b8403d582b
don't be so quick to cast macro arguments to unsigned; if the
...
arguments are really off_t's (e.g. to btodb), then you can lose
information. This was the "> 4G file systems don't work" bug; physio
uses btodb, which was broken.
1995-03-18 07:22:43 +00:00
mycroft
dc3d752c6c
Fix last arg to scdebug_ret().
1995-03-09 08:59:45 +00:00
mycroft
75556e2e34
Fix some types:
...
* code, args, and rval should use register_t.
* argsize should be a size_t.
Add syscall debugging hooks.
1995-03-09 07:47:33 +00:00
mycroft
2eeb5b8c71
Remove fu/su functions; now in copy.s.
1995-02-08 17:58:55 +00:00
mycroft
68dc834748
Use common m68k version of copy.s.
1995-02-08 17:49:06 +00:00
mycroft
dd9ba053af
Clean up deleted files.
1995-02-08 17:48:54 +00:00
mycroft
dd2393e0f1
Use common m68k version of copy.s.
1995-02-08 17:48:53 +00:00
cgd
b56a5f27d4
add 'maxpartitions' keyword as first 'intesting' thing in the file, to
...
facilitate the solution of config.new's hardcoded partition number
problems.
1995-01-25 20:45:33 +00:00
cgd
2a06f1bc2d
vn -> vnd renaming, for consistency.
1995-01-25 04:58:12 +00:00
cgd
2ef4ca1f3d
vn -> vnd renaming, for consistency
1995-01-25 04:48:07 +00:00
jtc
9540190d45
This file, which will be included by <sys/cdefs.h>, will contain macros
...
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
1995-01-19 01:38:36 +00:00
cgd
e5049f4d59
make the definition of _JBLEN mach. dep. header-dependent.
1994-12-20 10:36:27 +00:00
mycroft
d42a8b725e
Remove extra arg to d_open.
1994-12-14 19:10:08 +00:00
christos
40abc70ce2
changed open prototype
1994-11-14 05:55:23 +00:00
cgd
582d43b33b
new RCS ID format.
1994-10-26 02:31:56 +00:00
cgd
fdc5c13d94
update for new syscall args description mechanism
1994-10-20 05:02:13 +00:00
cgd
49c34d3337
move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.
1994-10-14 18:26:22 +00:00
jtc
23ece5babc
asm -> __asm (PR #463 ).
1994-09-16 02:39:36 +00:00
paulus
4eba4f38de
Fix for bug pointed out by Chuck Cranor in determining whether we
...
have a bus error or a MMU fault.
1994-08-25 06:18:55 +00:00
paulus
c4b36eb4d8
now that we have vn.h, use it
1994-08-25 06:17:28 +00:00
paulus
c08d8df629
Fix from Chuck Cranor to avoid null dereference on startup.
1994-08-25 06:16:29 +00:00
paulus
c673fc8fb3
Bug fixes from Chuck Cranor.
1994-08-25 06:15:39 +00:00
paulus
ce95ef366a
added USPACE
1994-08-25 06:14:29 +00:00
paulus
f860dc0110
added major number for vn device
1994-08-25 06:13:49 +00:00
paulus
44e8ac8704
minor changes to options
1994-08-25 05:57:10 +00:00
paulus
da587a132a
Use ld -N for linking the kernel instead of ld.old -n -P 1000.
1994-08-02 03:54:05 +00:00
mycroft
45c4c93dff
Clean up deleted files.
1994-07-16 11:46:43 +00:00
paulus
cac095f0d0
up and running!
1994-07-11 05:37:02 +00:00
paulus
c4006c3d35
close to working
1994-07-08 12:01:50 +00:00
paulus
b800b54d96
It compiles - but does it run?
1994-06-18 12:09:20 +00:00
ws
ce516ff13d
Make FFS optional
1994-03-09 21:21:37 +00:00
mycroft
b4bcb66966
Clean up deleted files.
1994-02-23 00:09:07 +00:00
paulus
6421b9a3a9
NetBSD port to Paul Mackerras' DA30 (68030-based VME board)
1994-02-22 23:48:01 +00:00