History log of /src/sys/arch/cesfic/include |
Revision | Date | Author | Comments |
1.13 | 30-Nov-2024 |
christos | Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
1.12 | 12-Jul-2018 |
maxv | branches: 1.12.36; Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.11 | 24-Dec-2015 |
christos | branches: 1.11.16; 1.11.18; fenv for m68k
|
1.10 | 17-Jul-2011 |
joerg | branches: 1.10.12; 1.10.30; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.9 | 09-Feb-2007 |
ad | Merge newlock2 to head.
|
1.8 | 11-Dec-2005 |
christos | branches: 1.8.20; merge ktrace-lwp.
|
1.7 | 08-May-2004 |
kleink | branches: 1.7.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.6 | 17-Jan-2003 |
thorpej | branches: 1.6.2; Merge the nathanw_sa branch.
|
1.5 | 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
1.4 | 07-Aug-2002 |
briggs | Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
1.3 | 27-Feb-2002 |
kleink | branches: 1.3.8; Sort.
|
1.2 | 02-Feb-2002 |
drochner | install intr.h
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.2; 1.1.8; 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.
|
1.1.8.5 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.1.8.4 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.1.8.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.8.2 | 10-Nov-2001 |
scw | Kernel mcontext glue for Scheduler Activations on m68k from Klaus Klein <kleink@netbsd.org>.
|
1.1.8.1 | 14-May-2001 |
scw | file Makefile was added on branch nathanw_sa on 2001-11-10 21:22:49 +0000
|
1.1.2.3 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.1.2.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.1.2.1 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.3.8.1 | 30-Aug-2002 |
gehenna | catch up with -current.
|
1.6.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.12.1 | 26-Feb-2007 |
yamt | sync with head.
|
1.8.20.1 | 01-Feb-2007 |
ad | Header file cleanup.
|
1.10.30.1 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.10.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.11.18.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.11.16.1 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.12.36.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file ansi.h was added on branch nathanw_sa on 2001-05-14 18:23:09 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file aout_machdep.h was added on branch nathanw_sa on 2001-05-14 18:23:10 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file asm.h was added on branch nathanw_sa on 2001-05-14 18:23:10 +0000
|
1.2 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 1.1.130; 1.1.138; 1.1.144; 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.
|
1.1.144.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.1.138.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.1.130.1 | 04-May-2009 |
yamt | sync with head.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file autoconf.h was added on branch nathanw_sa on 2001-05-14 18:23:10 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file bswap.h was added on branch nathanw_sa on 2001-05-14 18:23:10 +0000
|
1.3 | 23-Sep-2019 |
skrll | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches to follow arm and (generic) mips.
Reviewed by christos.
|
1.2 | 07-May-2012 |
tsutsui | branches: 1.2.40; Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> for ports which don't bother to have unnecessary bus_dma(9) implementation to appease MI driver modules that require bus_dma_tag_t.
For amiga, move <m68k/bus_dma.h> inclusion from <machine/pci_machdep.h> to <machine/bus.h> since amiga will want actual bus_dma(9) in future for PCI devices.
Fixes builds on sys/modules/if_axe etc on ancient ports.
"Sounds good" from martin@ on port-m68k@.
|
1.1 | 02-Jan-2011 |
tsutsui | branches: 1.1.6; 1.1.10; 1.1.14; Add a dummy <machine/bus.h> which nows seems to be mandatory in MI code including <sys/bus.h> even if a port doesn't use it. Taken from sbmips.
|
1.1.14.1 | 02-Jun-2012 |
mrg | sync to latest -current.
|
1.1.10.1 | 23-May-2012 |
yamt | sync with head.
|
1.1.6.2 | 05-Mar-2011 |
rmind | sync with head
|
1.1.6.1 | 02-Jan-2011 |
rmind | file bus.h was added on branch rmind-uvmplock on 2011-03-05 20:49:47 +0000
|
1.2.40.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file cdefs.h was added on branch nathanw_sa on 2001-05-14 18:23:10 +0000
|
1.37 | 20-Jan-2024 |
thorpej | Largely unify the <machine/cpu.h> headers on the m68k platforms.
|
1.36 | 18-Jan-2024 |
thorpej | Make the M68K_MMU_* defines real kernel options, available in opt_m68k_arch.h. For 68030, 68040, and 68060, infer M68K_MMU_MOTOROLA. For 68010 and 68020, it must be an explicit option (set in std.${MACHINE} or, in the case of hp300, inferred from the specific model option).
|
1.35 | 15-Jan-2024 |
thorpej | Switch cesfic over to the common interrupt dispatch code.
|
1.34 | 09-Jan-2024 |
thorpej | Remove duplicated / slightly-tweaked loadustp() (load user segment table) routines from all of the m68k ports using the shared pmap. Instead, in pmap_init(), set up a function pointer to the appropriate mmu_load_urp*() function in mmu_subr.s.
|
1.33 | 23-Nov-2019 |
ad | cpu_need_resched():
- Remove all code that should be MI, leaving the bare minimum under arch/. - Make the required actions very explicit. - Pass in LWP pointer for convenience. - When a trap is required on another CPU, have the IPI set it locally. - Expunge cpu_did_resched().
|
1.32 | 18-Feb-2019 |
thorpej | Refactor the 68040 writeback() from each m68k port's trap handler into a shared copy: m68040_writeback(). It is essentially a copy of the Atari version, with some minor cosmetic tweaks and one small performance optimization from the mvme68k port.
Tested by rjs@ on a Quadra 950. (Thanks!)
|
1.31 | 22-Aug-2018 |
msaitoh | - Cleanup for dynamic sysctl: - Remove unused *_NAMES macros for sysctl. - Remove unused *_MAXID for sysctls. - Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and use them on all m68k machines.
|
1.30 | 17-Dec-2016 |
flxd | branches: 1.30.14; 1.30.16; Fix typo "one the" and architecture where appropriate.
|
1.29 | 19-Oct-2013 |
christos | branches: 1.29.6; 1.29.10; make cpu_need_resched() macros consistent; __USE flags
|
1.28 | 02-Feb-2012 |
tsutsui | branches: 1.28.6; 1.28.10; Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL)) for crash(8) as amiga and sun3. There are _KERNEL protections in it.
Briefly tested by "build.sh -m news68k -U build". Further possible botch will be fixed later.
|
1.27 | 16-May-2011 |
tsutsui | branches: 1.27.4; 1.27.8; - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c - move m68881_save() and m68881_restore() declarations into <m68k/m68k.h>
Briefly tested and no obvious breakage on atari, sun3, and x68k.
|
1.26 | 08-Feb-2011 |
rmind | 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@.
|
1.25 | 22-Dec-2010 |
matt | branches: 1.25.2; 1.25.4; Collect cpu_info and friends and move to m68k/include/cpu.h Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first member in struct cpu_info.
|
1.24 | 06-Jun-2010 |
mrg | fix PR 6724 - convert m68k options to defflag's. this means that M680[12346] are now available from opt_m68k_arch.h. FPSP meantioned in the PR has already been fixed, and i could not find any more.
i built these kernels to ensure i did not break their builds:
amiga: GENERIC DRACO atari: HADES FALCON MILAN-PCIIDE mac68k: GENERIC sun2: GENERIC sun3: GENERIC GENERIC3X cesfic: attempted GENERIC, does not build due to lack of machine/bus.h hp300: GENERIC luna68k: GENERIC mvme68k: GENERIC news68k: GENERIC next68k: GENERIC x68k: GENERIC
|
1.23 | 21-Oct-2009 |
rmind | branches: 1.23.2; 1.23.4; Remove uarea swap-out functionality:
- Addresses the issue described in PR/38828. - Some simplification in threading and sleepq subsystems. - Eliminates pmap_collect() and, as a side note, allows pmap optimisations. - Eliminates XS_CTL_DATA_ONSTACK in scsipi code. - Avoids few scans on LWP list and thus potentially long holds of proc_lock. - Cuts ~1.5k lines of code. Reduces amd64 kernel size by ~4k. - Removes __SWAP_BROKEN cases.
Tested on x86, mips, acorn32 (thanks <mpumford>) and partly tested on acorn26 (thanks to <bjh21>).
Discussed on <tech-kern>, reviewed by <ad>.
|
1.22 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.21 | 27-Feb-2008 |
xtraeme | branches: 1.21.4; 1.21.12; 1.21.18; Remove CTL_MACHDEP_NAMES, it's not used anywhere.
Ok by martin@.
|
1.20 | 17-Oct-2007 |
garbled | branches: 1.20.12; 1.20.16; 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.
|
1.19 | 04-Aug-2007 |
ad | branches: 1.19.2; Add ci_cpuid where it's missing.
|
1.18 | 21-May-2007 |
tsutsui | branches: 1.18.2; 1.18.4; 1.18.8; Move declarations of m68k common functions from <machine/cpu.h> to <m68k/m68k.h>. While here, remove some obsolete function decls.
|
1.17 | 21-May-2007 |
tsutsui | Adapt rest of m68k ports to yamt-idlelwp. Compile tested only.
|
1.16 | 20-May-2007 |
mhitch | 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.
|
1.15 | 05-Mar-2007 |
tsutsui | branches: 1.15.2; 1.15.4; 1.15.10; MI softintr(9)'fy. Untested.
This port needs much more cleanups, it seems...
|
1.14 | 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.13 | 16-Feb-2007 |
ad | branches: 1.13.2; Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts via a soft interrupt. In the near future, softclock will be run from process context.
|
1.12 | 09-Feb-2007 |
ad | Merge newlock2 to head.
|
1.11 | 11-Dec-2005 |
christos | branches: 1.11.20; merge ktrace-lwp.
|
1.10 | 26-Sep-2004 |
yamt | branches: 1.10.12; don't expose cpu_info to userland.
|
1.9 | 22-Sep-2004 |
yamt | move some per-cpu data definitions to MI place so that they can be modified without touching all ports. discussed on tech-kern@.
|
1.8 | 04-Jan-2004 |
jdolecek | Rearrange process exit path to avoid need to free resources from different process context ('reaper').
From within the exiting process context: * deactivate pmap and free vmspace while we can still block * introduce MD cpu_lwp_free() - this cleans all MD-specific context (such as FPU state), and is the last potentially blocking operation; all of cpu_wait(), and most of cpu_exit(), is now folded into cpu_lwp_free() * process is now immediatelly marked as zombie and made available for pickup by parent; the remaining last lwp continues the exit as fully detached * MI (rather than MD) code bumps uvmexp.swtch, cpu_exit() is now same for both 'process' and 'lwp' exit
uvm_lwp_exit() is modified to never block; the u-area memory is now always just linked to the list of available u-areas. Introduce (blocking) uvm_uarea_drain(), which is called to release the excessive u-area memory; this is called by parent within wait4(), or by pagedaemon on memory shortage. uvm_uarea_free() is now private function within uvm_glue.c.
MD process/lwp exit code now always calls lwp_exit2() immediatelly after switching away from the exiting lwp.
g/c now unneeded routines and variables, including the reaper kernel thread
|
1.7 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.6 | 17-Jan-2003 |
thorpej | branches: 1.6.2; Merge the nathanw_sa branch.
|
1.5 | 20-Oct-2002 |
chs | merge the 12 copies of vm_machdep.c on the m68k platforms. clean up some other stuff along the way, including: - use m68k/cacheops.*, remove duplicates from cpu.h. - centralize a few declarations in (all the copies of) cpu.h. - define M68K_VAC on platforms which have a VAC. - switch the sun platforms to the (now common) proc_trampoline(). - do the phys_map thang on the sun platforms too, no reason not to.
|
1.4 | 26-Jul-2001 |
drochner | branches: 1.4.6; make sure clockframe is __packed
|
1.3 | 14-Jun-2001 |
thorpej | branches: 1.3.2; Don't need to prototype child_return() here, it's in <sys/proc.h>.
|
1.2 | 30-May-2001 |
mrg | use _KERNEL_OPT
|
1.1 | 14-May-2001 |
drochner | 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.
|
1.3.2.1 | 03-Aug-2001 |
lukem | update to -current
|
1.4.6.5 | 03-Dec-2002 |
gmcgarry | Use cpu_proc_fork().
|
1.4.6.4 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.4.6.3 | 08-Dec-2001 |
thorpej | Add a cpu_proc_fork(), called from uvm_proc_fork(), which takes care of machine-dependent handling a fork() time (this is different from forking the actual context in an LWP world). #define it away on platforms which do not need it.
Problem noted by Gregory McGarry.
|
1.4.6.2 | 18-Nov-2001 |
scw | MD Scheduler Activation bits for Cesfic. Compile-tested only.
|
1.4.6.1 | 26-Jul-2001 |
scw | file cpu.h was added on branch nathanw_sa on 2001-11-18 18:08:11 +0000
|
1.6.2.5 | 19-Oct-2004 |
skrll | Sync with HEAD
|
1.6.2.4 | 24-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.12.3 | 17-Mar-2008 |
yamt | sync with head.
|
1.10.12.2 | 03-Sep-2007 |
yamt | sync with head.
|
1.10.12.1 | 26-Feb-2007 |
yamt | sync with head.
|
1.11.20.1 | 06-Feb-2007 |
ad | Update m68k pasteware.
|
1.13.2.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.15.10.2 | 03-Oct-2007 |
garbled | Sync with HEAD
|
1.15.10.1 | 22-May-2007 |
matt | Update to HEAD.
|
1.15.4.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.15.2.2 | 20-Aug-2007 |
ad | Sync with HEAD.
|
1.15.2.1 | 27-May-2007 |
ad | Sync with head.
|
1.18.8.1 | 04-Aug-2007 |
jmcneill | Sync with HEAD.
|
1.18.4.1 | 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.18.2.1 | 07-Aug-2007 |
matt | Sync with HEAD.
|
1.19.2.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.19.2.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.20.16.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.20.12.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.21.18.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.21.12.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.21.4.3 | 11-Aug-2010 |
yamt | sync with head.
|
1.21.4.2 | 11-Mar-2010 |
yamt | sync with head
|
1.21.4.1 | 04-May-2009 |
yamt | sync with head.
|
1.23.4.3 | 31-May-2011 |
rmind | sync with head
|
1.23.4.2 | 05-Mar-2011 |
rmind | sync with head
|
1.23.4.1 | 03-Jul-2010 |
rmind | sync with head
|
1.23.2.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.25.4.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.25.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.27.8.1 | 18-Feb-2012 |
mrg | merge to -current.
|
1.27.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.27.4.1 | 17-Apr-2012 |
yamt | sync with head
|
1.28.10.1 | 18-May-2014 |
rmind | sync with head
|
1.28.6.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.28.6.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.29.10.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.29.6.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.30.16.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.30.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.30.14.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file db_machdep.h was added on branch nathanw_sa on 2001-05-14 18:23:11 +0000
|
1.2 | 30-Aug-2011 |
bouyer | Add getlabelusesmbr(), as proposed in http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html This is used by disk tools such as disklabel(8) to dynamically decide is the undelyling platform uses a disklabel-in-mbr-partition or not (instead of using a compile-time list of ports). getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the machdep #define LABELUSESMBR. For evbmips, make LABELUSESMBR 1 if the platform uses pmon as bootloader, and 0 (the previous value) otherwise.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file disklabel.h was added on branch nathanw_sa on 2001-05-14 18:23:11 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file elf_machdep.h was added on branch nathanw_sa on 2001-05-14 18:23:11 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file endian.h was added on branch nathanw_sa on 2001-05-14 18:23:11 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file endian_machdep.h was added on branch nathanw_sa on 2001-05-14 18:23:11 +0000
|
1.1 | 27-Dec-2023 |
thorpej | Re-factor the 680x0 Function Code definitions into their own separate file (as was done on the sun2/sun3 ports ages ago) and switch everyone to the common header.
|
1.1 | 24-Dec-2015 |
christos | branches: 1.1.2; 1.1.18; fenv for m68k
|
1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.1 | 24-Dec-2015 |
jdolecek | file fenv.h was added on branch tls-maxphys on 2017-12-03 11:35:59 +0000
|
1.1.2.2 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.1 | 24-Dec-2015 |
skrll | file fenv.h was added on branch nick-nhusb on 2015-12-27 12:09:33 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file float.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file frame.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file ieee.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file ieeefp.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file int_const.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file int_fmtio.h was added on branch nathanw_sa on 2001-05-14 18:23:12 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file int_limits.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file int_mwgwtypes.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file int_types.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.18 | 19-Jan-2024 |
thorpej | Add _KERNEL guards around most of the definitions in these files.
|
1.17 | 15-Jan-2024 |
thorpej | G/C __HAVE_LEGACY_INTRCNT from cesfic.
|
1.16 | 15-Jan-2024 |
thorpej | Switch cesfic over to the common interrupt dispatch code.
|
1.15 | 11-Jul-2023 |
riastradh | cesfic/intr.h: Expose ipl_cookie_t to userland only with _KMEMUSER.
Probably not necessary but let's be a little more cautious about this.
|
1.14 | 11-Jul-2023 |
riastradh | cesfic/intr.h: Expose ipl_cookie_t to userland for crash(8).
|
1.13 | 22-Dec-2011 |
tsutsui | branches: 1.13.78; No need to include <m68k/softintr.h>. Old softintr(9) was superseded by MI softint(9).
|
1.12 | 08-Feb-2011 |
rmind | branches: 1.12.4; 1.12.8; 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@.
|
1.11 | 14-Mar-2009 |
dsl | branches: 1.11.4; 1.11.6; 1.11.8; Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.10 | 22-Jun-2008 |
tsutsui | branches: 1.10.4; 1.10.10; Unify splraiseipl(9) implementation among m68k ports as per suggestion from isaki@ on port-m68k.
For cesfic (compile test only): - use static splraise4() for splvm() and remove isrcomputeipl() for IPL_VM because this port supports only one model - make makeiplcookie(9) return PSL bits via ipl2psl_table[] rather than ipl indexes - make ipl2psl_table[] uint16_t rather than int
|
1.9 | 03-Dec-2007 |
ad | branches: 1.9.14; 1.9.18; 1.9.20; 1.9.22; Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high. - Acquire kernel_lock only for interrupts at IPL_VM. - Implement threaded soft interrupts.
|
1.8 | 11-Mar-2007 |
thorpej | branches: 1.8.16; 1.8.18; 1.8.24; - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold an SR value or an IPL_* constant). - Take advange of the smaller ipl_cookie_t to shrink kmutex_t from 16 bytes to 8 bytes by overlapping storage where possible. - Implement a RAS-based _lock_cas() for mc68010 systems (Sun2). See sun68k/sun68k/isr.c.
Tested on various m68k platforms, but NOT Sun2. In any case, at least Sun2 compiles now.
|
1.7 | 05-Mar-2007 |
tsutsui | branches: 1.7.2; MI softintr(9)'fy. Untested.
This port needs much more cleanups, it seems...
|
1.6 | 16-Feb-2007 |
ad | branches: 1.6.2; Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts via a soft interrupt. In the near future, softclock will be run from process context.
|
1.5 | 21-Dec-2006 |
yamt | merge yamt-splraiseipl branch.
- finish implementing splraiseipl (and makeiplcookie). http://mail-index.NetBSD.org/tech-kern/2006/07/01/0000.html - complete workqueue(9) and fix its ipl problem, which is reported to cause audio skipping. - fix netbt (at least compilation problems) for some ports. - fix PR/33218.
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.20; 1.4.22; merge ktrace-lwp.
|
1.3 | 07-Aug-2003 |
agc | branches: 1.3.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.2 | 14-Jan-2002 |
kleink | branches: 1.2.16; 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.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.2; 1.1.8; 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.
|
1.1.8.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.8.1 | 14-May-2001 |
nathanw | file intr.h was added on branch nathanw_sa on 2002-02-28 04:08:44 +0000
|
1.1.2.1 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.2.16.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.16.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.16.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.3.16.4 | 07-Dec-2007 |
yamt | sync with head
|
1.3.16.3 | 03-Sep-2007 |
yamt | sync with head.
|
1.3.16.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.3.16.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.4.22.1 | 22-Sep-2006 |
yamt | implement splraiseipl for cesfic.
|
1.4.20.1 | 12-Jan-2007 |
ad | Sync with head.
|
1.6.2.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.7.2.2 | 03-Dec-2007 |
ad | Sync with HEAD.
|
1.7.2.1 | 13-Mar-2007 |
ad | Sync with head.
|
1.8.24.1 | 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.8.18.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.8.16.1 | 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.9.22.1 | 27-Jun-2008 |
simonb | Sync with head.
|
1.9.20.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.9.18.1 | 04-May-2009 |
yamt | sync with head.
|
1.9.14.1 | 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.10.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.10.4.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.11.8.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.11.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.11.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.12.8.1 | 18-Feb-2012 |
mrg | merge to -current.
|
1.12.4.1 | 17-Apr-2012 |
yamt | sync with head
|
1.13.78.1 | 09-Aug-2023 |
martin | Pull up following revision(s) (requested by maya in ticket #316):
sys/arch/m68k/include/mutex.h: revision 1.13 sys/arch/arm/include/cpu.h: revision 1.125 sys/arch/sun68k/include/intr.h: revision 1.21 sys/arch/arm/include/mutex.h: revision 1.28 sys/sys/rwlock.h: revision 1.18 sys/arch/powerpc/include/mutex.h: revision 1.7 sys/arch/arm/include/mutex.h: revision 1.29 sys/arch/powerpc/include/mutex.h: revision 1.8 sys/uvm/uvm_param.h: revision 1.42 sys/sys/ksem.h: revision 1.16 sys/arch/x86/include/mutex.h: revision 1.10 sys/sys/proc.h: revision 1.372 sys/sys/ksem.h: revision 1.17 sys/arch/ia64/include/mutex.h: revision 1.8 sys/arch/evbarm/include/intr.h: revision 1.29 sys/sys/lua.h: revision 1.9 sys/arch/next68k/include/intr.h: revision 1.23 sys/arch/ia64/include/mutex.h: revision 1.9 sys/arch/hp300/include/intr.h: revision 1.35 sys/arch/hp300/include/intr.h: revision 1.36 sys/arch/sparc/include/cpu.h: revision 1.111 sys/arch/hppa/include/mutex.h: revision 1.16 sys/arch/vax/include/intr.h: revision 1.31 sys/arch/hppa/include/mutex.h: revision 1.17 sys/arch/news68k/include/intr.h: revision 1.28 sys/arch/hppa/include/mutex.h: revision 1.18 sys/arch/hppa/include/intr.h: revision 1.3 sys/arch/hppa/include/mutex.h: revision 1.19 sys/arch/hppa/include/intr.h: revision 1.4 sys/sys/sched.h: revision 1.92 sys/opencrypto/cryptodev.h: revision 1.51 sys/arch/vax/include/mutex.h: revision 1.20 sys/arch/sparc64/include/mutex.h: revision 1.10 sys/arch/ia64/include/sapicvar.h: revision 1.2 sys/arch/riscv/include/mutex.h: revision 1.5 sys/arch/amiga/dev/grfabs_cc.c: revision 1.39 sys/external/bsd/drm2/include/linux/idr.h: revision 1.11 sys/arch/riscv/include/mutex.h: revision 1.6 sys/ddb/files.ddb: revision 1.16 sys/arch/mac68k/include/intr.h: revision 1.32 share/man/man4/ddb.4: revision 1.203 sys/ddb/db_command.c: revision 1.183 sys/arch/mips/include/mutex.h: revision 1.10 sys/ddb/db_command.c: revision 1.184 sys/arch/x68k/include/intr.h: revision 1.22 sys/arch/sparc/include/psl.h: revision 1.51 sys/arch/or1k/include/mutex.h: revision 1.4 sys/arch/mips/include/mutex.h: revision 1.11 sys/arch/arm/xscale/pxa2x0_intr.h: revision 1.16 sys/arch/sparc64/include/cpu.h: revision 1.134 sys/arch/sparc/include/psl.h: revision 1.52 sys/arch/or1k/include/mutex.h: revision 1.5 sys/arch/mvme68k/include/intr.h: revision 1.22 sys/arch/luna68k/include/intr.h: revision 1.16 external/cddl/osnet/sys/sys/kcondvar.h: revision 1.6 sys/arch/sparc/include/mutex.h: revision 1.12 sys/arch/sparc/include/mutex.h: revision 1.13 sys/arch/usermode/include/mutex.h: revision 1.5 sys/arch/usermode/include/mutex.h: revision 1.6 sys/kern/kern_core.c: revision 1.38 usr.sbin/crash/Makefile: revision 1.49 sys/arch/amiga/include/intr.h: revision 1.23 sys/arch/alpha/include/mutex.h: revision 1.12 sys/arch/alpha/include/mutex.h: revision 1.13 sys/arch/evbarm/lubbock/sacc_obio.c: revision 1.16 sys/ddb/ddb.h: revision 1.6 sys/arch/sparc64/include/mutex.h: revision 1.8 sys/arch/sh3/include/mutex.h: revision 1.12 sys/arch/evbarm/lubbock/sacc_obio.c: revision 1.17 sys/ddb/db_syncobj.c: revision 1.1 sys/arch/vax/include/mutex.h: revision 1.18 sys/arch/sparc64/include/psl.h: revision 1.63 sys/arch/sparc64/include/mutex.h: revision 1.9 sys/arch/sh3/include/mutex.h: revision 1.13 sys/arch/evbarm/lubbock/obio.c: revision 1.13 sys/arch/atari/include/intr.h: revision 1.23 sys/ddb/db_syncobj.c: revision 1.2 sys/arch/vax/include/mutex.h: revision 1.19 sys/arch/evbarm/g42xxeb/obio.c: revision 1.14 sys/arch/evbarm/g42xxeb/obio.c: revision 1.15 sys/arch/cesfic/include/intr.h: revision 1.14 sys/ddb/db_syncobj.h: revision 1.1 sys/arch/x86/include/cpu.h: revision 1.134 sys/arch/evbarm/g42xxeb/obio.c: revision 1.16 sys/arch/cesfic/include/intr.h: revision 1.15 sys/arch/arm/xscale/pxa2x0_intr.c: revision 1.26 sys/sys/cpu_data.h: revision 1.54 sys/arch/m68k/include/mutex.h: revision 1.12 sys/arch/ia64/acpi/madt.c: revision 1.6
sys/rwlock.h: Make this more self-contained for bool.
machine/mutex.h: Sprinkle includes so this can be used by crash(8).
ddb: New `show all tstiles' command. Shows who's waiting for which locks and what the owner is up to.
Include psl.h for ipl_cookie_t if __MUTEX_PRIVATE
sys: Rip <sys/resourcevar.h> out of <uvm/uvm_param.h>.
And thus out of <sys/param.h>, which is exceedingly overused and fragile and delenda est.
Should fix (some) issues with the recent inclusion of machine/lock.h in various machine/mutex.h files.
arm/mutex.h: Need machine/intr.h, machine/lock.h.
For ipl_cookie_t and __cpu_simple_lock_t. evbarm/intr.h: Define ipl_cookie_t before including ARM_INTR_IMPL.
Otherwise arm/mutex.h doesn't work, due to a cyclic dependency which should really be fixed. opencrypto/cryptodev.h: Fix includes. - Move sys/condvar.h under #ifdef _KERNEL. - Add some other necessary includes and forward declarations. - Sort.
hp300/intr.h: Fix missing includes. linux/idr.h: Need <sys/mutex.h> for kmutex_t. amiga/intr.h: Don't define spl*() functions if !_KERNEL.
This is used by crash(8) now, and what's important is ipl_cookie_t. cesfic/intr.h: Expose ipl_cookie_t to userland for crash(8). cesfic/intr.h: Expose ipl_cookie_t to userland only with _KMEMUSER.
Probably not necessary but let's be a little more cautious about this.
atari/intr.h: Expose ipl_cookie_t with _KMEMUSER for crash(8).
arm/cpu.h: Need sys/param.h for COHERENCY_UNIT.
Nix machine/param.h -- not meant to be used directly, pulled in by sys/param.h.
Move the definition of ipl_cookie_t out of the kernel-only sections, some _KMEMUSER applications need it.
ddb: Cast pointer to uintptr_t first before db_expr_t.
hppa/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
luna68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
mvme68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
news68k/intr.h: Fix includes. Put some definitions under _KERNEL.
next68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
sys/ksem.h: Hack around fstat(8) abuse of _KERNEL.
sun68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
vax/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8).
x68k/intr.h: Put functions under _KERNEL so crash(8) can use this.
Make ipl_cookie_t visible for _KMEMUSER userland applications.
fix editor mishap in previous
Explicitly include <sys/mutex.h> for kmutex_t.
Replace kmutex_t * (which may be undefined here) with struct kmutex *, suggested by Taylor.
hp300/intr.h: Put most of this under #ifdef _KERNEL. Only ipl_cookie_t really needs to be exposed now, for crash(8).
mac68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). Make inclusion of sys/intr.h explicit for spl*.
fix hppa and vax builds.
machine/lock.h isn't necessary for __cpu_simple_lock_t, it's in sys/types.h. avoids cpu_data.h vs sched.h include order issues.
move the hppa ipl_t typedef with the moved usage of it. machine/mutex.h: Sprinkle sys/types.h, omit machine/lock.h.
Turns out machine/lock.h is not needed for __cpu_simple_lock_t, which always comes from sys/types.h. And, really, sys/types.h (or at least sys/stdint.h) is needed for uintN_t and uintptr_t.
ddb: Cast pointer to uintptr_t, then to db_expr_t. Avoids warnings about conversion between pointer and integer of different size on some architectures.
re-fix hppa builds.
this file uses __cpu_simple_lock(), not just the underlying type, so it does need machine/lock.h.
Break cycle by using `struct kmutex *' instead of `kmutex_t *'. sys/sched.h included sys/mutex.h which includes sys/intr.h which includes machine/intr.h which on cats includes arm/footbridge/footbridge_intr.h which includes arm/cpu.h which includes sys/cpu_data.h which includes sys/sched.h
But there was never any real need for sys/mutex.h in sys/sched.h, because it only uses pointers to the opaque struct kmutex. Cycle broken by using `struct kmutex *' instead of pulling in sys/mutex.h for the definition of kmutex_t.
Side effect: This revealed that sys/cpu_data.h needed sys/intr.h (which was pulled in accidentally by sys/mutex.h via sys/sched.h) for SOFTINT_COUNT. Also revealed some other machine/cpu.h header files were missing includes of sys/mutex.h for kmutex_t.
ia64: Need sys/types.h for u_int, vaddr_t; sys/mutex.h for kmutex_t.
explicitly include no longer implicitly included sys/mutex.h.
arm/xscale: Use sys/bitops.h fls32 - 1 instead of 31 - __builtin_clz. Sidesteps namespace collision with `#define bits ...' in net/zlib.c.
complete the previous - there were two calls to find_first_bit() to fix.
arm/xscale: Missed a spot with previous find_first_bit commit.
evbarm/g42xxeb: Fix off-by-one in previous.
The original find_first_bit(x) was 31 - __builtin_clz((uint32_t)x), which is equivalent to fls32(x) - 1, not to fls32(x).
Note that fls32 is 1-based and returns 0 for x=0.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file limits.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file lock.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.1 | 30-Nov-2024 |
christos | branches: 1.1.4; Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
1.1.4.2 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1.4.1 | 30-Nov-2024 |
perseant | file lwp_private.h was added on branch perseant-exfatfs on 2025-08-02 05:55:32 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file math.h was added on branch nathanw_sa on 2001-05-14 18:23:13 +0000
|
1.2 | 17-Jan-2003 |
thorpej | Merge the nathanw_sa branch.
|
1.1 | 10-Nov-2001 |
scw | branches: 1.1.2; file mcontext.h was initially added on branch nathanw_sa.
|
1.1.2.1 | 10-Nov-2001 |
scw | Kernel mcontext glue for Scheduler Activations on m68k from Klaus Klein <kleink@netbsd.org>.
|
1.2 | 09-Feb-2007 |
ad | branches: 1.2.4; Merge newlock2 to head.
|
1.1 | 22-Dec-2006 |
ad | branches: 1.1.2; file mutex.h was initially added on branch newlock2.
|
1.1.2.1 | 22-Dec-2006 |
ad | Pull in CPU specific stubs.
|
1.2.4.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.2.4.1 | 09-Feb-2007 |
yamt | file mutex.h was added on branch yamt-lazymbuf on 2007-02-26 09:06:13 +0000
|
1.13 | 14-Jan-2017 |
christos | protect against multiple inclusion.
|
1.12 | 10-Feb-2012 |
para | branches: 1.12.6; 1.12.24; 1.12.28; proper sizing of kmem_arena on different ports
PR port-i386/45946: Kernel locks up in VMEM system
|
1.11 | 08-Feb-2011 |
rmind | branches: 1.11.4; 1.11.8; 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@.
|
1.10 | 11-Dec-2009 |
tsutsui | branches: 1.10.4; 1.10.6; 1.10.8; 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.
|
1.9 | 09-Dec-2009 |
tsutsui | 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.
|
1.8 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.78; 1.7.86; 1.7.92; merge ktrace-lwp.
|
1.6 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.5 | 03-Nov-2002 |
chs | branches: 1.5.6; merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.
|
1.4 | 26-Feb-2002 |
simonb | 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).
|
1.3 | 14-Jan-2002 |
kleink | 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.
|
1.2 | 16-May-2001 |
drochner | branches: 1.2.2; 1.2.8; get up-to-date (cleanup, splimp->splvm)
|
1.1 | 14-May-2001 |
drochner | 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.
|
1.2.8.3 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.8.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.2.8.1 | 16-May-2001 |
nathanw | file param.h was added on branch nathanw_sa on 2002-02-28 04:08:44 +0000
|
1.2.2.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.2.2.1 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.5.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.92.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.7.86.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.7.78.2 | 11-Mar-2010 |
yamt | sync with head
|
1.7.78.1 | 04-May-2009 |
yamt | sync with head.
|
1.10.8.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.10.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.10.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.11.8.1 | 18-Feb-2012 |
mrg | merge to -current.
|
1.11.4.1 | 17-Apr-2012 |
yamt | sync with head
|
1.12.28.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.12.24.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.12.6.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file pcb.h was added on branch nathanw_sa on 2001-05-14 18:23:14 +0000
|
1.7 | 03-Nov-2002 |
chs | merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.
|
1.6 | 22-Sep-2002 |
chs | it really helps to get the stub right before cutting + pasting it 27 times. alas, I did not. doh.
|
1.5 | 22-Sep-2002 |
chs | add pmap_remove_all() hook (empty on most platforms so far).
|
1.4 | 10-Sep-2001 |
chris | branches: 1.4.4; Update pmap_update to now take the updated pmap as an argument. This will allow improvements to the pmaps so that they can more easily defer expensive operations, eg tlb/cache flush, til the last possible moment.
Currently this is a no-op on most platforms, so they should see no difference.
Reviewed by Jason.
|
1.3 | 15-Jun-2001 |
drochner | branches: 1.3.2; 1.3.4; vm_map_t -> struct vm_map * vm_page_t -> struct vm_page * simple_lock_data_t -> struct simplelock
|
1.2 | 16-May-2001 |
drochner | get up-to-date (cleanup, get rid of vm_offset_t)
|
1.1 | 14-May-2001 |
drochner | 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.
|
1.3.4.1 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.3.2.2 | 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.3.2.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.4.4.5 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.4.4.4 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.4.4.3 | 24-Jun-2002 |
nathanw | Curproc->curlwp renaming.
Change uses of "curproc->l_proc" back to "curproc", which is more like the original use. Bare uses of "curproc" are now "curlwp".
"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL) so that it is always safe to reference curproc (*de*referencing curproc is another story, but that's always been true).
|
1.4.4.2 | 18-Nov-2001 |
scw | MD Scheduler Activation bits for Cesfic. Compile-tested only.
|
1.4.4.1 | 10-Sep-2001 |
scw | file pmap.h was added on branch nathanw_sa on 2001-11-18 18:08:11 +0000
|
1.2 | 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.1 | 07-Aug-2002 |
briggs | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.202; 1.1.204; Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
1.1.204.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.202.1 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.1.6.2 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.1.6.1 | 07-Aug-2002 |
jdolecek | file pmc.h was added on branch kqueue on 2002-09-06 08:33:46 +0000
|
1.1.4.2 | 30-Aug-2002 |
gehenna | catch up with -current.
|
1.1.4.1 | 07-Aug-2002 |
gehenna | file pmc.h was added on branch gehenna-devsw on 2002-08-30 00:19:28 +0000
|
1.1.2.2 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 | 07-Aug-2002 |
nathanw | file pmc.h was added on branch nathanw_sa on 2002-08-13 02:18:05 +0000
|
1.2 | 13-Jul-2002 |
scw | m68k syscall rototill:
- Switch all m68k-based ports over to __HAVE_SYSCALL_INTERN. - Add systrace glue. - Define struct mdproc in <m68k/proc.h> instead of <machine/proc.h>. (They were all defined exactly the same anyway, other than a couple of the MDP_* flags.)
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.2; 1.1.8; 1.1.16; 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.
|
1.1.16.1 | 16-Jul-2002 |
gehenna | catch up with -current.
|
1.1.8.3 | 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.1.8.2 | 18-Nov-2001 |
scw | MD Scheduler Activation bits for Cesfic. Compile-tested only.
|
1.1.8.1 | 14-May-2001 |
scw | file proc.h was added on branch nathanw_sa on 2001-11-18 18:08:11 +0000
|
1.1.2.1 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file profile.h was added on branch nathanw_sa on 2001-05-14 18:23:14 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file psl.h was added on branch nathanw_sa on 2001-05-14 18:23:14 +0000
|
1.2 | 14-Oct-2002 |
chs | merge pte.h for m68k w/ motorola or compatible MMU (only 4k-page platforms so far).
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.8.1 | 14-May-2001 |
nathanw | file pte.h was added on branch nathanw_sa on 2002-10-18 02:36:14 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file ptrace.h was added on branch nathanw_sa on 2001-05-14 18:23:15 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file reg.h was added on branch nathanw_sa on 2001-05-14 18:23:15 +0000
|
1.2 | 09-Feb-2007 |
ad | branches: 1.2.4; Merge newlock2 to head.
|
1.1 | 22-Dec-2006 |
ad | branches: 1.1.2; file rwlock.h was initially added on branch newlock2.
|
1.1.2.1 | 22-Dec-2006 |
ad | Pull in CPU specific stubs.
|
1.2.4.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.2.4.1 | 09-Feb-2007 |
yamt | file rwlock.h was added on branch yamt-lazymbuf on 2007-02-26 09:06:13 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file setjmp.h was added on branch nathanw_sa on 2001-05-14 18:23:15 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file signal.h was added on branch nathanw_sa on 2001-05-14 18:23:15 +0000
|
1.2 | 17-Jul-2011 |
joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file stdarg.h was added on branch nathanw_sa on 2001-05-14 18:23:16 +0000
|
1.2 | 11-Dec-2005 |
christos | branches: 1.2.18; merge ktrace-lwp.
|
1.1 | 11-Jul-2005 |
christos | branches: 1.1.6; Add m68k sunos_machdep.h
|
1.1.6.2 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.6.1 | 11-Jul-2005 |
skrll | file sunos_machdep.h was added on branch ktrace-lwp on 2005-11-10 13:55:47 +0000
|
1.2.18.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.2.18.1 | 11-Dec-2005 |
yamt | file sunos_machdep.h was added on branch yamt-lazymbuf on 2006-06-21 14:50:07 +0000
|
1.2 | 19-Dec-2018 |
maxv | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 1.1.36; 1.1.214; 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.
|
1.1.214.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.36.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file svr4_machdep.h was added on branch nathanw_sa on 2001-05-14 18:23:16 +0000
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file trap.h was added on branch nathanw_sa on 2001-05-14 18:23:16 +0000
|
1.8 | 15-Jan-2024 |
thorpej | G/C __HAVE_LEGACY_INTRCNT from cesfic.
|
1.7 | 01-Apr-2021 |
simonb | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt interrupt accounting.
|
1.6 | 20-Jan-2008 |
joerg | branches: 1.6.110; 1.6.112; Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, remove the conditionals and the code associated with the undef case.
|
1.5 | 17-Oct-2007 |
garbled | branches: 1.5.2; 1.5.8; 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.
|
1.4 | 14-Jul-2007 |
ad | branches: 1.4.10; Generic soft interrupts are mandatory.
|
1.3 | 05-Mar-2007 |
tsutsui | branches: 1.3.2; 1.3.10; MI softintr(9)'fy. Untested.
This port needs much more cleanups, it seems...
|
1.2 | 06-Sep-2006 |
gdamore | branches: 1.2.8; Cesfic converted to timecounters (clockinterrupt only ) and generic-todr (which is meaningless, since it lacks any kind of RTC.)
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 1.1.40; 1.1.54; 1.1.58; 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.
|
1.1.58.1 | 14-Sep-2006 |
yamt | sync with head.
|
1.1.54.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.1.40.2 | 21-Jan-2008 |
yamt | sync with head
|
1.1.40.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file types.h was added on branch nathanw_sa on 2001-05-14 18:23:16 +0000
|
1.2.8.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.3.10.1 | 03-Oct-2007 |
garbled | Sync with HEAD
|
1.3.2.1 | 15-Jul-2007 |
ad | Sync with head.
|
1.4.10.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.4.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.5.8.1 | 23-Jan-2008 |
bouyer | Sync with HEAD.
|
1.5.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.6.112.1 | 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.6.110.1 | 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.2 | 17-Jul-2011 |
joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 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.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file varargs.h was added on branch nathanw_sa on 2001-05-14 18:23:16 +0000
|
1.3 | 15-Jan-2024 |
thorpej | No need for our own spurious interrupt handler now that m68k_intr.c handles them for us.
|
1.2 | 15-Jan-2024 |
thorpej | Switch cesfic over to the common interrupt dispatch code.
|
1.1 | 15-Jan-2024 |
thorpej | Switch cesfic over to the common vector table.
|
1.20 | 08-Feb-2025 |
tsutsui | Bump DFLSSIZ from 512KB to 2MB on all hp300 pmap m68k ports.
Some modern applications could require 512KB buffer on stack and no particular comment on port-m68k@: https://mail-index.netbsd.org/port-m68k/2025/02/02/msg000893.html
|
1.19 | 01-Feb-2020 |
tsutsui | branches: 1.19.30; Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3).
Background: - All m68k ports have fixed PAGE_SIZE value in their kernels, but each port uses different PAGE_SIZE value (4096 or 8192) due to historical reasons. - Currently module(7) binaries are built per each port so all m68k kernel sources don't support run-time variable PAGE_SIZE. - MI <uvm/uvm_param.h> assumes that the port supports a variable PAGE_SIZE on module(7) builds if both MAX_PAGE_SIZE and MIN_PAGE_SIZE are defined and they have different values. - On the other hand, jemalloc(3) checks MAX_PAGE_SHIFT in src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h for internal optimization. - m68k ports share userland binaries (especially pkgsrc binaries) among all ports, so we need to define MAX_PAGE_SHIFT as 13 to support m68k ports where PAGE_SIZE==8192. (though this would affect only if static binaries built on 4k page hosts are executed on 8k page hosts)
To solve these inconsistency on PAGE_SIZE definitions, we should have an independent PAGE_SIZE related definitions for userland, but it requires major reorganization. For now (especially for netbsd-9) we define MAX/MIN PAGE_SIZE and PAGE_SHIFT values in <m68k/vmparam.h> only in !defined(_KERNEL) case.
Discussed on source-changes-d@ and tech-kern@ with christos@ and thorpej@: https://mail-index.netbsd.org/source-changes-d/2020/01/thread1.html#012035 https://mail-index.netbsd.org/tech-kern/2020/01/thread1.html#025954
Should be pulled up to netbsd-9.
|
1.18 | 28-Jun-2019 |
tsutsui | branches: 1.18.2; 1.18.4; Fix lingering page size comments.
Pointed out by christos@ on port-m68k@: http://mail-index.netbsd.org/port-m68k/2019/06/06/msg000726.html
XXX: we also need MAX_PAGE_SIZE in somewhere for newer jemalloc?
|
1.17 | 02-Feb-2017 |
rin | branches: 1.17.14; PR port-mac68k/51923 Bump default MAXTSIZ to 32MB for m68k ports, which allos us to use GCC 5.4 on GENERIC kernels. Ok jklos
|
1.16 | 02-Feb-2017 |
rin | PR port-mac68k/51923 Remove unused SYSPTSIZE and USRPTSIZE from m68k ports. Ok jklos
|
1.15 | 08-Feb-2011 |
rmind | branches: 1.15.14; 1.15.32; 1.15.36; 1.15.40; 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@.
|
1.14 | 14-Jan-2011 |
rmind | branches: 1.14.2; 1.14.4; 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@.
|
1.13 | 06-Nov-2010 |
uebayasi | Remove incomplete, never worked dynamic run-time memory registration (uvm_page_physload(9)). This functionality will be re-added later.
|
1.12 | 08-Dec-2009 |
tsutsui | branches: 1.12.2; 1.12.4; Use PGSHIFT from <machine/param.h> for PAGE_SHIFT. We can assume PGSHIFT is always constant on current m68k pmap_motorola implementation. Also fix some leftover HP300 comments on some ports.
|
1.11 | 26-Aug-2009 |
thorpej | Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: The head of the list is now a pv_header, which contains the first pv_entry as well as a 16-bit attributes field (replaces the pmap_attributes array plus the pv_entry::pv_flags field) as a 16-bit count of caller-specified cache-inhibited mappings.
Tested on hp300 (shared pmap_motorola.c), changes to atari and amiga copies are purely mechanical.
|
1.10 | 06-Mar-2009 |
joerg | Remove SHMMAXPGS from all kernel configs. Dynamically compute the initial limit as 1/4 of the physical memory. Ensure the limit is at least 1024 pages, the old default on most platforms.
|
1.9 | 11-Dec-2005 |
christos | branches: 1.9.78; 1.9.86; 1.9.92; merge ktrace-lwp.
|
1.8 | 01-Apr-2005 |
yamt | merge yamt-km branch. - don't use managed mappings/backing objects for wired memory allocations. save some resources like pv_entry. also fix (most of) PR/27030. - simplify kernel memory management API. - simplify pmap bootstrap of some ports. - some related cleanups.
|
1.7 | 07-Aug-2003 |
agc | branches: 1.7.8; 1.7.10; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.6 | 02-Apr-2003 |
thorpej | branches: 1.6.2; Use PAGE_SIZE rather than NBPG.
|
1.5 | 10-Dec-2002 |
thorpej | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out executables, and eliminate the USRTEXT constant, which was only used by the a.out exec code.
|
1.4 | 26-Feb-2002 |
simonb | 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).
|
1.3 | 15-Nov-2001 |
soren | MAXSLP is defined to be a machine-independent scheduling parameter, so move it into sys/param.h.
|
1.2 | 16-May-2001 |
drochner | branches: 1.2.2; 1.2.8; get up-to-date (cleanup, get rid of vm_offset_t)
|
1.1 | 14-May-2001 |
drochner | 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.
|
1.2.8.4 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.2.8.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.2.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.2.8.1 | 16-May-2001 |
nathanw | file vmparam.h was added on branch nathanw_sa on 2002-01-08 00:23:58 +0000
|
1.2.2.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.6.2.4 | 01-Apr-2005 |
skrll | Sync with HEAD.
|
1.6.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.10.1 | 24-Feb-2005 |
yamt | change kernel va layout, following mac68k.
|
1.7.8.1 | 29-Apr-2005 |
kent | sync with -current
|
1.9.92.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.9.86.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.9.78.3 | 11-Mar-2010 |
yamt | sync with head
|
1.9.78.2 | 16-Sep-2009 |
yamt | sync with head
|
1.9.78.1 | 04-May-2009 |
yamt | sync with head.
|
1.12.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.12.2.1 | 26-Apr-2010 |
uebayasi | Remove the unfinished code to add a memory segment after uvm_page_init(). It doesn't even compile.
(In the future, we should allocate struct vm_page [] on the added memory segment for NUMA's sake.)
|
1.14.4.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.14.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.15.40.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.15.36.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.15.32.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.15.14.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.17.14.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.18.4.1 | 29-Feb-2020 |
ad | Sync with head.
|
1.18.2.1 | 10-Feb-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #682):
sys/arch/next68k/include/vmparam.h: revision 1.27 sys/arch/mac68k/include/vmparam.h: revision 1.46 sys/arch/sun3/include/vmparam.h: revision 1.38 sys/arch/m68k/include/vmparam.h: revision 1.1 sys/arch/hp300/include/vmparam.h: revision 1.41 sys/arch/m68k/include/Makefile: revision 1.32 sys/arch/amiga/include/vmparam.h: revision 1.48 distrib/sets/lists/comp/ad.m68k: revision 1.63 sys/arch/x68k/include/vmparam.h: revision 1.40 sys/arch/mvme68k/include/vmparam.h: revision 1.38 sys/arch/luna68k/include/vmparam.h: revision 1.23 sys/arch/news68k/include/vmparam.h: revision 1.23 sys/arch/atari/include/vmparam.h: revision 1.34 sys/arch/cesfic/include/vmparam.h: revision 1.19
Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3).
Background: - All m68k ports have fixed PAGE_SIZE value in their kernels, but each port uses different PAGE_SIZE value (4096 or 8192) due to historical reasons. - Currently module(7) binaries are built per each port so all m68k kernel sources don't support run-time variable PAGE_SIZE. - MI <uvm/uvm_param.h> assumes that the port supports a variable PAGE_SIZE on module(7) builds if both MAX_PAGE_SIZE and MIN_PAGE_SIZE are defined and they have different values. - On the other hand, jemalloc(3) checks MAX_PAGE_SHIFT in src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h for internal optimization. - m68k ports share userland binaries (especially pkgsrc binaries) among all ports, so we need to define MAX_PAGE_SHIFT as 13 to support m68k ports where PAGE_SIZE==8192. (though this would affect only if static binaries built on 4k page hosts are executed on 8k page hosts)
To solve these inconsistency on PAGE_SIZE definitions, we should have an independent PAGE_SIZE related definitions for userland, but it requires major reorganization.
For now (especially for netbsd-9) we define MAX/MIN PAGE_SIZE and PAGE_SHIFT values in <m68k/vmparam.h> only in !defined(_KERNEL) case.
Discussed on source-changes-d@ and tech-kern@ with christos@ and thorpej@: https://mail-index.netbsd.org/source-changes-d/2020/01/thread1.html#012035 https://mail-index.netbsd.org/tech-kern/2020/01/thread1.html#025954
Should be pulled up to netbsd-9.
|
1.19.30.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.2 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.1 | 08-May-2004 |
kleink | branches: 1.1.2; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.1.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 08-May-2004 |
skrll | file wchar_limits.h was added on branch ktrace-lwp on 2004-08-03 10:33:45 +0000
|
1.4 | 29-Mar-2008 |
tsutsui | Split softc and device_t for zsc(4) and its children.
XXX we should restructure MI APIs and make it really machine independent.
|
1.3 | 07-Nov-2007 |
ad | branches: 1.3.14; Merge tty changes from the vmlocking branch.
|
1.2 | 05-Mar-2007 |
tsutsui | branches: 1.2.2; 1.2.18; 1.2.20; 1.2.24; 1.2.26; MI softintr(9)'fy. Untested.
This port needs much more cleanups, it seems...
|
1.1 | 14-May-2001 |
drochner | branches: 1.1.8; 1.1.40; 1.1.78; 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.
|
1.1.78.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.1.40.2 | 15-Nov-2007 |
yamt | sync with head.
|
1.1.40.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.1.8.2 | 14-May-2001 |
drochner | 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.
|
1.1.8.1 | 14-May-2001 |
drochner | file z8530var.h was added on branch nathanw_sa on 2001-05-14 18:23:17 +0000
|
1.2.26.1 | 19-Nov-2007 |
mjf | Sync with HEAD.
|
1.2.24.1 | 13-Nov-2007 |
bouyer | Sync with HEAD
|
1.2.20.1 | 08-Nov-2007 |
matt | sync with -HEAD
|
1.2.18.1 | 11-Nov-2007 |
joerg | Sync with HEAD.
|
1.2.2.2 | 03-Dec-2007 |
ad | Sync with HEAD.
|
1.2.2.1 | 03-Dec-2007 |
ad | Sync with HEAD.
|
1.3.14.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|