History log of /netbsd/sys/arch/m68k/m68k/vm_machdep.c (Results 1 – 25 of 39)
Revision Date Author Comments
# b7e8d074 25-Oct-2013 martin <martin@NetBSD.org>

Mark a potentially unused variable


# 154d3024 19-Feb-2012 rmind <rmind@NetBSD.org>

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


# 97912c92 10-Feb-2011 pooka <pooka@NetBSD.org>

Make vmapbuf() return success/error and make physio deal with a
failure.


# 8ac3875a 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 ...


# da876597 14-Jan-2011 rmind <rmind@NetBSD.org>

Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.


# c0bd792a 19-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Move declaration of setfunc_trampoline() into <m68k/m68k.h>.


# f2aff267 19-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Move declaration of lwp_trampoline() into <m68k/m68k.h>.


# a63e99e2 19-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Remove extern struct pcb *curpcb declaration. Now it's in <m68k/pcb.h>.


# ce313d4f 29-Nov-2009 rmind <rmind@NetBSD.org>

Replace l_addr with uvm_lwp_getuarea() in various MD code, mostly cpu_lwp_fork().


# 3dc24f5a 23-Nov-2009 rmind <rmind@NetBSD.org>

Use lwp_getpcb() on m68k ports, clean from struct user usage.


# 9480c51b 07-Nov-2009 cegger <cegger@NetBSD.org>

Add a flags argument to pmap_kenter_pa(9).
Patch showed on tech-kern@ http://mail-index.netbsd.org/tech-kern/2009/11/04/msg006434.html
No objections.


# 18d36d7f 30-May-2009 martin <martin@NetBSD.org>

Do not use lwp_trampoline for cpu_setfunc, we do not want to call
lwp_startup() after a setfunc. Grow a simplified setfunc_trampoline
instead.


# 92ce8c6a 19-Nov-2008 ad <ad@NetBSD.org>

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime

show more ...


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 2c07c8dd 26-May-2007 tsutsui <tsutsui@NetBSD.org>

Use consistent cast.


# 069bd076 21-May-2007 tsutsui <tsutsui@NetBSD.org>

Remove a local declaration of lwp_trampoline().


# 93854735 20-May-2007 mhitch <mhitch@NetBSD.org>

Add missing call to lwp_startup() in lwp_trampoline() (which was renamed
from proc_trampoline to match the other ports).

A DIAGNOSTIC kernel will now boot and run. LOCKDEBUG still doesn't work yet.

Add missing call to lwp_startup() in lwp_trampoline() (which was renamed
from proc_trampoline to match the other ports).

A DIAGNOSTIC kernel will now boot and run. LOCKDEBUG still doesn't work yet.
Also, my amiga no longer loses time.

show more ...


# 881ae5b6 19-May-2007 mhitch <mhitch@NetBSD.org>

Spelling error, I should be old enough to know better.


# 36e70d8e 18-May-2007 mhitch <mhitch@NetBSD.org>

Common m68k changes for idlelwp.


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 132af634 22-Feb-2007 thorpej <thorpej@NetBSD.org>

TRUE -> true, FALSE -> false


# e7d5ff91 15-Feb-2007 mhitch <mhitch@NetBSD.org>

Kernel threads were running at splhigh on m68k systems because the status
register was inherited from proc0. Set the new process's status register
to PSL_LOWIPL. Raidframe reconstruction no longer

Kernel threads were running at splhigh on m68k systems because the status
register was inherited from proc0. Set the new process's status register
to PSL_LOWIPL. Raidframe reconstruction no longer causes my Amiga to lose
time.

show more ...


# b07ec3fc 09-Feb-2007 ad <ad@NetBSD.org>

Merge newlock2 to head.


# d2fa9e53 31-Aug-2006 matt <matt@NetBSD.org>

Make cpu_coredump dependent on COREDUMP


# 83d36498 22-Jul-2006 tsutsui <tsutsui@NetBSD.org>

TAB/space cleanup.


12