| #
b4cc495b |
| 14-Jan-2017 |
christos <christos@NetBSD.org> |
protect against multiple inclusion.
|
| #
4c23b30c |
| 10-Feb-2012 |
para <para@NetBSD.org> |
proper sizing of kmem_arena on different ports
PR port-i386/45946: Kernel locks up in VMEM system
|
| #
9b6bd2d9 |
| 08-Feb-2011 |
rmind <rmind@NetBSD.org> |
Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as the
Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
show more ...
|
| #
465857f0 |
| 11-Dec-2009 |
tsutsui <tsutsui@NetBSD.org> |
Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG
Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro
Tested on atari, hp300, and news68k.
show more ...
|
| #
d7debedc |
| 09-Dec-2009 |
tsutsui <tsutsui@NetBSD.org> |
Fix wrong NBSEG values for all hp300 pmap derived m68k ports. They were incorrect since 1997 on amiga and atari, and since 2002 on other ports, but fortunately they don't look so fatal.
Anyway, thes
Fix wrong NBSEG values for all hp300 pmap derived m68k ports. They were incorrect since 1997 on amiga and atari, and since 2002 on other ports, but fortunately they don't look so fatal.
Anyway, these values will be moved into <m68k/pmap_motorola.h> soon since they are quite pmap implementation dependent.
show more ...
|
| #
02cdf4d2 |
| 14-Mar-2009 |
dsl <dsl@NetBSD.org> |
Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
| #
63486740 |
| 03-Nov-2002 |
chs <chs@NetBSD.org> |
merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.
|
| #
d9ab16ba |
| 26-Feb-2002 |
simonb <simonb@NetBSD.org> |
Purge CLSIZE, CLSIZELOG2 and MCLOFSET. Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS are defined. Remove old VM constants from cesfic port. Bump MSIZE to 256 on mipsco (th
Purge CLSIZE, CLSIZELOG2 and MCLOFSET. Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS are defined. Remove old VM constants from cesfic port. Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
show more ...
|
| #
3086980b |
| 14-Jan-2002 |
kleink <kleink@NetBSD.org> |
Move spl*() interfaces from from param.h to intr.h; for compatibility, still let them available from param.h as well like all other platforms currently do.
|
| #
2df9b8f1 |
| 16-May-2001 |
drochner <drochner@NetBSD.org> |
get up-to-date (cleanup, splimp->splvm)
|
| #
e047259a |
| 14-May-2001 |
drochner <drochner@NetBSD.org> |
Initial import of the known working kernel bits for the NetBSD/cesfic port. cesfic is a VME board with one or two mc68040 processors. See the README file for details. The port is working well with a.
Initial import of the known working kernel bits for the NetBSD/cesfic port. cesfic is a VME board with one or two mc68040 processors. See the README file for details. The port is working well with a.out userland, there are some problems with ELF still, like applications running out of memory where it is not expected. Some parts, in particular the pmap (which was taken from hp300 four years ago), need updating, but this is easier done within the NetBSD CVS tree.
show more ...
|