| History log of /src/sys/arch/netwinder/include |
| Revision | Date | Author | Comments |
| 1.25 | 02-May-2013 |
matt | This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr/include/arm
|
| 1.24 | 11-Jan-2013 |
matt | Don't install fp.h anymore
|
| 1.23 | 17-Jul-2011 |
dyoung | branches: 1.23.2; 1.23.12; Do not install bus.h.
|
| 1.22 | 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.21 | 19-Jan-2008 |
chris | Remove arm support for IPKDB.
It hasn't worked since arm was broken out from arm32 in Jan 2001, and no-one has noticed or cared to fix it.
|
| 1.20 | 09-Feb-2007 |
ad | branches: 1.20.20; 1.20.24; 1.20.30; 1.20.36; Merge newlock2 to head.
|
| 1.19 | 26-Jul-2006 |
drochner | branches: 1.19.4; don't install <machine/db_machdep.h>, this is kernel only
|
| 1.18 | 11-Dec-2005 |
christos | branches: 1.18.4; 1.18.8; merge ktrace-lwp.
|
| 1.17 | 08-May-2004 |
kleink | branches: 1.17.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
| 1.16 | 17-Jan-2003 |
thorpej | branches: 1.16.2; Merge the nathanw_sa branch.
|
| 1.15 | 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
| 1.14 | 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.13 | 26-Nov-2001 |
thorpej | branches: 1.13.8; Delete <machine/psl.h> from the ARM ports. It's not a header that we need to provide to MI code or to userland, and it's also not a header that generic ARM code should be including directly.
|
| 1.12 | 25-Nov-2001 |
thorpej | Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did with disklabel_mbr.h. More cleanup yet to come.
|
| 1.11 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.10 | 22-Nov-2001 |
thorpej | Remove kerndebug.h from non-Shark code (it's a Shark-specific header file, and probably should be done away with anyway).
|
| 1.9 | 22-Nov-2001 |
thorpej | Kill <machine/katelib.h>. Any place that still uses it should just reference <arm/arm32/katelib.h> until such time as all use of this file has been purged from the face of the earth.
|
| 1.8 | 03-Sep-2001 |
matt | branches: 1.8.6; Add a merged <pcb.h> for arm26/arm32.
|
| 1.7 | 03-Sep-2001 |
matt | Switch netwinder to use a common conf.c for the arm ports.
|
| 1.6 | 14-Jul-2001 |
matt | Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specific includes as required.
|
| 1.5 | 23-Jun-2001 |
bjh21 | branches: 1.5.2; Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since they're all the same (a redirect to <sys/endian.h>).
|
| 1.4 | 18-Jun-2001 |
bjh21 | Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to be necessary on arm26 as well.
|
| 1.3 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2 | 19-Apr-2001 |
kleink | branches: 1.2.2; Add remaining int_* wrappers.
|
| 1.1 | 19-Apr-2001 |
matt | Populate the netwinder include directory.
|
| 1.2.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.2.2.1 | 19-Apr-2001 |
bouyer | file Makefile was added on branch thorpej_scsipi on 2001-04-21 17:54:10 +0000
|
| 1.5.2.4 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.5.2.3 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.5.2.2 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.5.2.1 | 03-Aug-2001 |
lukem | update to -current
|
| 1.8.6.5 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.8.6.4 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.3 | 11-Apr-2002 |
thorpej | Add mcontext.h
|
| 1.8.6.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.1 | 03-Sep-2001 |
nathanw | file Makefile was added on branch nathanw_sa on 2002-01-08 00:26:40 +0000
|
| 1.13.8.1 | 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.16.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.16.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.16.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.17.12.3 | 21-Jan-2008 |
yamt | sync with head
|
| 1.17.12.2 | 26-Feb-2007 |
yamt | sync with head.
|
| 1.17.12.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.18.8.1 | 11-Aug-2006 |
yamt | sync with head
|
| 1.18.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.19.4.1 | 01-Feb-2007 |
ad | Header file cleanup.
|
| 1.20.36.1 | 20-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.20.30.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.20.24.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.20.20.1 | 28-Feb-2008 |
rjs | Sync with HEAD.
|
| 1.23.12.2 | 23-Jun-2013 |
tls | resync from head
|
| 1.23.12.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.23.2.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.23.2.1 | 23-Jan-2013 |
yamt | sync with head
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file ansi.h was added on branch thorpej_scsipi on 2001-04-21 17:54:10 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file aout_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:10 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file asm.h was added on branch thorpej_scsipi on 2001-04-21 17:54:10 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 26-Sep-2020 |
skrll | G/C arm/atomic.h
|
| 1.1 | 25-Oct-2002 |
jdolecek | branches: 1.1.2; 1.1.72; add <machine/atomic.h> for netwinder (copied from cats, just wrapper to #include <arm/atomic.h>)
|
| 1.1.72.1 | 19-Apr-2007 |
thorpej | Convert to the new atomic ops API.
|
| 1.1.2.2 | 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.1.2.1 | 25-Oct-2002 |
nathanw | file atomic.h was added on branch nathanw_sa on 2002-11-11 22:01:42 +0000
|
| 1.5 | 24-Oct-2006 |
bjh21 | Use <arm/bootconfig.h>.
|
| 1.4 | 11-Dec-2005 |
christos | branches: 1.4.20; 1.4.22; merge ktrace-lwp.
|
| 1.3 | 02-Jun-2005 |
he | branches: 1.3.2; Adapt to shadowing and qualifier-cast warnings.
|
| 1.2 | 12-Apr-2002 |
bjh21 | branches: 1.2.10; opt_footbridge.h no longer exists.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file bootconfig.h was added on branch nathanw_sa on 2002-04-17 00:03:56 +0000
|
| 1.1.4.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file bootconfig.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.10.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.3.2.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.4.22.1 | 10-Dec-2006 |
yamt | sync with head.
|
| 1.4.20.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file bswap.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.4 | 17-Jul-2011 |
dyoung | On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do not install <machine/bus.h>. Remove various <machine/bus.h> sources.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 18-Jun-2001 |
bjh21 | branches: 1.2.2; 1.2.8; Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to be necessary on arm26 as well.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file bus.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1 | 01-Jul-2011 |
dyoung | Per discussion at <http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>, divide each machine's bus.h into bus_defs.h (constants & data types) and bus_funcs.h (macro implementations of bus_space(9) routines and MD prototypes).
Note that some bus_space(9) routines' implementation will move to .c files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI. All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some more machine-dependent files will dribble in before I throw the switch.
|
| 1.1 | 01-Jul-2011 |
dyoung | Per discussion at <http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>, divide each machine's bus.h into bus_defs.h (constants & data types) and bus_funcs.h (macro implementations of bus_space(9) routines and MD prototypes).
Note that some bus_space(9) routines' implementation will move to .c files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI. All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some more machine-dependent files will dribble in before I throw the switch.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file cdefs.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.6 | 06-Sep-2002 |
gehenna | Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
| 1.5 | 27-Feb-2002 |
christos | branches: 1.5.8; - define other DEV_ constants that the local port uses. - delete cdev_decl(mm) since <sys/conf.h> does it.
|
| 1.4 | 16-Sep-2001 |
matt | branches: 1.4.4; Add missing devices (IOP,MLX,MLY,LD), PCI, stub AGP, ...
|
| 1.3 | 04-Sep-2001 |
wiz | branches: 1.3.2; Fix typos (CONS instead of CONF, and specifc instead of specific).
|
| 1.2 | 03-Sep-2001 |
matt | Switch netwinder to use a common conf.c for the arm ports.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; Populate the netwinder include directory.
|
| 1.1.4.4 | 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.1.4.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.1.4.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.4.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file conf.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.3.2.1 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
| 1.4.4.3 | 17-Sep-2002 |
nathanw | Catch up to -current.
|
| 1.4.4.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.4.4.1 | 16-Sep-2001 |
nathanw | file conf.h was added on branch nathanw_sa on 2002-02-28 04:11:12 +0000
|
| 1.5.8.1 | 19-May-2002 |
gehenna | Remove port-dependent conf.h.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file cpu.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file cpufunc.h was added on branch thorpej_scsipi on 2001-04-21 17:54:11 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file cpufunc.h was added on branch nathanw_sa on 2001-06-12 18:04:01 +0000
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file cpus.h was added on branch thorpej_scsipi on 2001-04-21 17:54:12 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file cpus.h was added on branch nathanw_sa on 2001-06-12 18:04:01 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file db_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:12 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.7 | 07-May-2013 |
matt | Make all ports use a common disklabel.h with MAXPARTITIONS set to 16. Only RAW_PART varies between ports.
|
| 1.6 | 30-Aug-2011 |
bouyer | branches: 1.6.2; 1.6.12; 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.5 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.4 | 12-Jun-2005 |
dyoung | Make disklabel(8) and fdisk(8) into "host tools " last step: build and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel, ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.
To avoid clashes with a build-host's header files, especially on *BSD, the host-tools versions of fdisk and disklabel search for #includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h, and bootinfo.h in a new #includes namespace, nbinclude/. That is, they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>, <nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and such. I have also updated the system headers to #include from nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
|
| 1.3 | 25-Nov-2001 |
thorpej | branches: 1.3.16; End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file disklabel.h was added on branch thorpej_scsipi on 2001-04-21 17:54:12 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.16.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.6.12.1 | 23-Jun-2013 |
tls | resync from head
|
| 1.6.2.1 | 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.4 | 25-Nov-2001 |
thorpej | Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did with disklabel_mbr.h. More cleanup yet to come.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file disklabel_acorn.h was added on branch thorpej_scsipi on 2001-04-21 17:54:12 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file disklabel_acorn.h was added on branch nathanw_sa on 2001-06-12 18:04:03 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file elf_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:12 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 23-Jun-2001 |
bjh21 | branches: 1.2.2; 1.2.8; Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since they're all the same (a redirect to <sys/endian.h>).
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file endian.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file endian_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file float.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.4 | 11-Jan-2013 |
matt | Remove FPA specific header.
|
| 1.3 | 25-Nov-2001 |
thorpej | branches: 1.3.156; 1.3.166; End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file fp.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.166.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.3.156.1 | 23-Jan-2013 |
yamt | sync with head
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 19-Apr-2001 |
matt | Populate the netwinder include directory.
|
| 1.1.10.1 | 19-Apr-2001 |
matt | file frame.h was added on branch nathanw_sa on 2001-04-19 07:11:03 +0000
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file frame.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file ieee.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file ieeefp.h was added on branch thorpej_scsipi on 2001-04-21 17:54:13 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file int_const.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
kleink | branches: 1.1.2; Add remaining int_* wrappers.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file int_fmtio.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
kleink | branches: 1.1.2; Add remaining int_* wrappers.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file int_limits.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file int_mwgwtypes.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file int_types.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.5 | 28-Sep-2002 |
chris | cats and netwinder can share a common footbridge_intr.h file, so install and share a common file.
|
| 1.4 | 28-Sep-2002 |
chris | Enable the use of a seperate statclock.
Currently statclock runs at 64hz, maybe it should be faster or slower, I did try it being the same as hz, but that just made it look like we spent 10% of time handling interrupts, rather than the 3% that this gives.
Also fix the IPL_LEVELS for netwinder.
|
| 1.3 | 26-Nov-2001 |
thorpej | branches: 1.3.4; Use <arm/arm32/psl.h> rather than <machine/psl.h>.
|
| 1.2 | 08-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Change _ARM32* to _NETWINDER* Include <machine/psl.h> to get psl definitions.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file intr.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.3 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 08-Jun-2001 |
nathanw | file intr.h was added on branch nathanw_sa on 2002-01-08 00:26:44 +0000
|
| 1.2.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.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.4.1 | 17-Mar-2002 |
thorpej | IPL_IMP -> IPL_VM
|
| 1.4 | 19-Jan-2008 |
chris | Remove arm support for IPKDB.
It hasn't worked since arm was broken out from arm32 in Jan 2001, and no-one has noticed or cared to fix it.
|
| 1.3 | 25-Nov-2001 |
thorpej | branches: 1.3.32; 1.3.90; 1.3.94; 1.3.100; 1.3.108; End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file ipkdb.h was added on branch thorpej_scsipi on 2001-04-21 17:54:14 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.108.1 | 20-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.3.100.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.3.94.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.3.90.1 | 28-Feb-2008 |
rjs | Sync with HEAD.
|
| 1.3.32.1 | 21-Jan-2008 |
yamt | sync with head
|
| 1.6 | 22-Oct-2002 |
chris | netwinder and cats can share irqhandler.h, so move (and rename) into the footbridge dir, and share it.
|
| 1.5 | 12-Apr-2002 |
thorpej | Centralize ARM CPU configuration information by adding a new header file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines the following: * CPU_NTYPES -- now many CPU types are configured into the kernel. What you really want to know is "== 1" or "> 1". * Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending on which ARM architecture versions are configured (based on CPU_* options). Also defines ARM_NARCH to determins how many architecture versions are configured. * Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS to determine how many MMU classes are configured.
Remove the needless inclusion of "opt_cputypes.h" in several places. Convert remaining users to <arm/cpuconf.h>.
|
| 1.4 | 10-Apr-2002 |
thorpej | G/c non-netwinder stuff.
|
| 1.3 | 20-Dec-2001 |
thorpej | * Share a common vector page between arm26 and arm32. * Use a common set of exception handlers for all arm32 platforms. * New FIQ framework based on discussions with Ben Harris, shared between arm26 and arm32.
|
| 1.2 | 30-May-2001 |
mrg | branches: 1.2.2; 1.2.8; use _KERNEL_OPT
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file irqhandler.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.2.8.4 | 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.2.8.3 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 30-May-2001 |
nathanw | file irqhandler.h was added on branch nathanw_sa on 2002-01-08 00:26:45 +0000
|
| 1.2.2.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.5 | 12-Oct-2002 |
chris | Merge isa_machdep.c from netwinder and cats into footbridge/isa (where it joins other machdep files) Saves maintaining multiple copies of the same thing, the only differences were: IRQ line used on the footbridge (made that a define in include/isa_machdep.h) name of a dma_ranges variable contained arch name, so just made it generic.
|
| 1.4 | 09-Oct-2002 |
thorpej | Properly prototype the netwinder isa/pci init funcs.
|
| 1.3 | 09-Dec-2001 |
thorpej | Add files I mised when includes were straightened out (sorry, folks, I had a stale kernel compile directory, which is why I missed this).
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file isa_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.2.8.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.2 | 18-Oct-2002 |
jdolecek | sync with -current: Merge isa_machdep.c from netwinder and cats into footbridge/isa
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file isapnp_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file isapnp_machdep.h was added on branch nathanw_sa on 2001-06-12 18:04:10 +0000
|
| 1.3 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.2 | 02-Jul-2004 |
drochner | just include <sys/joystick.h>
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.10; 1.1.26; Populate the netwinder include directory.
|
| 1.1.26.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.26.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.26.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.1.10.2 | 19-Apr-2001 |
matt | Populate the netwinder include directory.
|
| 1.1.10.1 | 19-Apr-2001 |
matt | file joystick.h was added on branch nathanw_sa on 2001-04-19 07:11:03 +0000
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file joystick.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.2 | 22-Nov-2001 |
thorpej | Kill <machine/katelib.h>. Any place that still uses it should just reference <arm/arm32/katelib.h> until such time as all use of this file has been purged from the face of the earth.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file katelib.h was added on branch nathanw_sa on 2002-02-28 04:11:12 +0000
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file katelib.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.2 | 22-Nov-2001 |
thorpej | Remove kerndebug.h from non-Shark code (it's a Shark-specific header file, and probably should be done away with anyway).
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file kerndebug.h was added on branch nathanw_sa on 2002-02-28 04:11:12 +0000
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file kerndebug.h was added on branch thorpej_scsipi on 2001-04-21 17:54:15 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file limits.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file lock.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 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:57 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file math.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 17-Jan-2003 |
thorpej | Merge the nathanw_sa branch.
|
| 1.1 | 11-Apr-2002 |
thorpej | branches: 1.1.2; file mcontext.h was initially added on branch nathanw_sa.
|
| 1.1.2.1 | 11-Apr-2002 |
thorpej | Add mcontext.h
|
| 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:07:35 +0000
|
| 1.1 | 03-Aug-2014 |
martin | branches: 1.1.2; 1.1.6; Add a few missing netbsd32_machdep.h files
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 03-Aug-2014 |
tls | file netbsd32_machdep.h was added on branch tls-maxphys on 2014-08-20 00:03:15 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 03-Aug-2014 |
tls | file netbsd32_machdep.h was added on branch tls-earlyentropy on 2014-08-10 06:54:03 +0000
|
| 1.2 | 03-Apr-2002 |
thorpej | Fix some of the boot info fields.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file netwinder_boot.h was added on branch nathanw_sa on 2002-04-17 00:03:57 +0000
|
| 1.1.4.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file netwinder_boot.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.3 | 12-Feb-2002 |
thorpej | * For platforms which are already ELF, remove the definition of MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm". * For platforms which are not yet ELF, defined MACHINE_ARCH to "arm32" if __ELF__ is not defined by the C preprocessor. * In <arm/param.h>, clarify the rules about when MACHINE and MACHINE_ARCH are defined, and to what. Also, for ELF platforms, int the non-_KERNEL case, force both MACHINE and MACHINE_ARCH to "arm", rather than allowing platform-specifc code to define either.
|
| 1.2 | 26-Oct-2001 |
matt | branches: 1.2.2; Netwinder's MACHINE_ARCH is arm, not arm32.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.8; Populate the netwinder include directory.
|
| 1.1.8.1 | 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
| 1.1.4.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file param.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.2.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 26-Oct-2001 |
nathanw | file param.h was added on branch nathanw_sa on 2002-02-28 04:11:12 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 03-Sep-2001 |
matt | branches: 1.2.6; Add a merged <pcb.h> for arm26/arm32.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; Populate the netwinder include directory.
|
| 1.1.4.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.4.1 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file pcb.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.6.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.5 | 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
| 1.4 | 14-Mar-2009 |
dsl | branches: 1.4.12; 1.4.22; 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.3 | 09-Oct-2002 |
thorpej | branches: 1.3.112; 1.3.120; 1.3.126; Properly prototype the netwinder isa/pci init funcs.
|
| 1.2 | 08-Jun-2001 |
simonb | branches: 1.2.8; For ports that wire up pciide in compatibility mode, have them define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH in pci_machdep.h and pciide_map_compat_intr() only calls pciide_machdep_compat_intr_establish() if that preprocessor define exists.
Ports that don't need to do this no longer need to supply a dummy function.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file pci_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:16 +0000
|
| 1.2.8.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 08-Jun-2001 |
nathanw | file pci_machdep.h was added on branch nathanw_sa on 2002-10-18 02:39:04 +0000
|
| 1.3.126.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.3.120.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.3.112.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.4.22.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.4.12.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3 | 09-Dec-2001 |
thorpej | Add files I mised when includes were straightened out (sorry, folks, I had a stale kernel compile directory, which is why I missed this).
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file pio.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 23-Nov-2001 |
thorpej | Extra whitespace removal.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file pmap.h was added on branch nathanw_sa on 2002-01-08 00:26:46 +0000
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file pmap.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +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:38:08 +0000
|
| 1.1.4.2 | 31-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-31 13:45:29 +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:35 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file proc.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file profile.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file profileio.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file profileio.h was added on branch nathanw_sa on 2001-06-12 18:04:13 +0000
|
| 1.2 | 26-Nov-2001 |
thorpej | Delete <machine/psl.h> from the ARM ports. It's not a header that we need to provide to MI code or to userland, and it's also not a header that generic ARM code should be including directly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file psl.h was added on branch nathanw_sa on 2002-02-28 04:11:13 +0000
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file psl.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file pte.h was added on branch thorpej_scsipi on 2001-04-21 17:54:17 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file pte.h was added on branch nathanw_sa on 2001-06-12 18:04:14 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file ptrace.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file reg.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.2 | 19-Apr-2001 |
matt | Populate the netwinder include directory.
|
| 1.1.10.1 | 19-Apr-2001 |
matt | file rtc.h was added on branch nathanw_sa on 2001-04-19 07:11:05 +0000
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file rtc.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +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:07:35 +0000
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file setjmp.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file signal.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.4 | 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.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file stdarg.h was added on branch thorpej_scsipi on 2001-04-21 17:54:18 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 14-Jul-2001 |
matt | branches: 1.2.6; Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specific includes as required.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; Populate the netwinder include directory.
|
| 1.1.4.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.4.1 | 03-Aug-2001 |
lukem | update to -current
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file sysarch.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.2.6.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file trap.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.13 | 01-Apr-2021 |
simonb | Whitespace: #define<tab>
|
| 1.12 | 26-Jan-2017 |
christos | branches: 1.12.26; 1.12.28; provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.
|
| 1.11 | 17-Jul-2011 |
dyoung | branches: 1.11.12; 1.11.30; 1.11.34; 1.11.38; On ARM-ish ports having PCI support, use new-style <sys/bus.h>. Do not install <machine/bus.h>. Remove various <machine/bus.h> sources.
|
| 1.10 | 20-Jan-2008 |
joerg | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, remove the conditionals and the code associated with the undef case.
|
| 1.9 | 17-Oct-2007 |
garbled | branches: 1.9.2; 1.9.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.8 | 14-Jul-2007 |
ad | branches: 1.8.6; 1.8.10; Generic soft interrupts are mandatory.
|
| 1.7 | 15-Sep-2006 |
gdamore | branches: 1.7.10; 1.7.18; Convert netwinder to generic TODR. Committed after total lack of feedback (or even acknowledgement of receipt) from anyone on port-netwinder, so it is untested. (Compiles though.)
|
| 1.6 | 11-Sep-2006 |
gdamore | Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@.
|
| 1.5 | 03-Sep-2006 |
bjh21 | branches: 1.5.2; Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.
|
| 1.4 | 03-Nov-2002 |
chris | branches: 1.4.22; 1.4.36; 1.4.40; Checkin new interrupt handling code for the footbridge. This is based upon Jason's work on xscale.
Most of the interrupt handling code is now written in C using an asm stub to call into the C code.
spl* now only updates a software mask, and does not update the hardware, this should be much faster.
The new code works well on cats, it's untested on netwinder, but should work.
The code implements generic soft interrupts.
More work is still required to bring the isa interrupt handling code upto scratch currently all isa interrupts are handled at IPL_BIO on the footbridge. This may cause isa interrupts to be handled later than they should be. I plan to fix this in the near future.
|
| 1.3 | 28-Feb-2002 |
simonb | Use "#define<tab>".
|
| 1.2 | 22-Nov-2001 |
thorpej | Add 26-bit and 32-bit types.h files, which indicate the programming model in use for a given platform (__PROG26 vs __PROG32), then pulls in <arm/types.h>. Change each ARM port to pull in <arm/arm26/types.h> or <arm/arm32/types.h> as appropriate. Change all references to PROG26 and PROG32 to __PROG26 and __PROG32. Eliminate the opt_progmode.h header file.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; 1.1.4; 1.1.10; Populate the netwinder include directory.
|
| 1.1.10.4 | 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.1.10.3 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.1.10.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.1.10.1 | 19-Apr-2001 |
nathanw | file types.h was added on branch nathanw_sa on 2002-01-08 00:26:48 +0000
|
| 1.1.4.2 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.1.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file types.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.4.40.1 | 14-Sep-2006 |
yamt | sync with head.
|
| 1.4.36.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.4.22.3 | 21-Jan-2008 |
yamt | sync with head
|
| 1.4.22.2 | 03-Sep-2007 |
yamt | sync with head.
|
| 1.4.22.1 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.5.2.1 | 18-Nov-2006 |
ad | Sync with head.
|
| 1.7.18.1 | 03-Oct-2007 |
garbled | Sync with HEAD
|
| 1.7.10.1 | 15-Jul-2007 |
ad | Sync with head.
|
| 1.8.10.2 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.8.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
| 1.8.6.1 | 28-Feb-2008 |
rjs | Sync with HEAD.
|
| 1.9.8.1 | 23-Jan-2008 |
bouyer | Sync with HEAD.
|
| 1.9.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.11.38.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.11.34.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.11.30.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.11.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.12.28.1 | 03-Apr-2021 |
thorpej | Sync with HEAD.
|
| 1.12.26.1 | 03-Apr-2021 |
thorpej | Sync with HEAD.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file undefined.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.2.8.2 | 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.2.8.1 | 12-Jun-2001 |
matt | file undefined.h was added on branch nathanw_sa on 2001-06-12 18:04:18 +0000
|
| 1.4 | 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.3 | 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
| 1.2 | 12-Jun-2001 |
matt | branches: 1.2.2; 1.2.8; Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file varargs.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.2.8.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.28 | 02-Nov-2017 |
skrll | ISA exists on more that just shark. Fix a comment about this.
|
| 1.27 | 23-Feb-2015 |
joerg | Use default PAGER_MAP_DEFAULT_SIZE for ARM and PowerPC, exception acorn26. This bumps the KVA reservation from 4MB to 16MB and avoids long hangs on my Cubietruck under IO. acorn26 is kept as it does have a ridiculous low 32MB KVA limit.
|
| 1.26 | 18-Feb-2012 |
christos | branches: 1.26.2; 1.26.16; expose more for kmemuser; fix header protection.
|
| 1.25 | 06-Nov-2010 |
uebayasi | branches: 1.25.8; 1.25.12; Remove incomplete, never worked dynamic run-time memory registration (uvm_page_physload(9)). This functionality will be re-added later.
|
| 1.24 | 25-Oct-2007 |
yamt | branches: 1.24.40; 1.24.42; defparam PAGER_MAP_SIZE.
|
| 1.23 | 11-Dec-2005 |
christos | branches: 1.23.30; 1.23.46; 1.23.48; 1.23.50; 1.23.54; merge ktrace-lwp.
|
| 1.22 | 07-Aug-2003 |
agc | branches: 1.22.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
| 1.21 | 22-May-2003 |
thorpej | branches: 1.21.2; Move KERNEL_VM_SIZE into the C files where its used.
|
| 1.20 | 22-May-2003 |
thorpej | Use virtual_avail and virtual_end to compute the size of the available kernel VM space for VM_MAX_KERNEL_BUF, and move the definition into generic ARM code.
|
| 1.19 | 21-May-2003 |
thorpej | Move KERNEL_VM_BASE inside where it is used (it won't be there for long).
|
| 1.18 | 03-May-2003 |
thorpej | Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives individual board start-up code more flexibility about where the kernel starts in the kernel address space.
|
| 1.17 | 03-May-2003 |
thorpej | Remove old pmap support for platforms which have fully switched over.
|
| 1.16 | 28-Apr-2003 |
thorpej | Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmap doesn't use it.
|
| 1.15 | 02-Apr-2003 |
thorpej | Use PAGE_SIZE rather than NBPG.
|
| 1.14 | 14-Sep-2002 |
thorpej | Back out previous; it breaks binary compatibility between platforms in the same MACHINE_ARCH.
|
| 1.13 | 14-Sep-2002 |
mycroft | Move some #defines out of _KERNEL.
|
| 1.12 | 23-Mar-2002 |
thorpej | * Change all uses of KERNEL_SPACE_START to KERNEL_BASE. * Delete now unused KERNEL_SPACE_START.
|
| 1.11 | 23-Mar-2002 |
thorpej | Define KERNEL_TEXT_BASE, APTE_BASE, and KERNEL_VM_BASE in terms of KERNEL_BASE.
|
| 1.10 | 23-Mar-2002 |
thorpej | * Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASE * Rename ALT_PAGE_TBLS_BASE -> APTE_BASE * Garbage-collect PAGE_TABLE_SPACE_START
|
| 1.9 | 03-Mar-2002 |
chris | Implement pmap_growkernel for arm32 based ports. Note that this has been compiled on some systems, cats, IQ80310, IPAQ, netwinder and shark (note that shark's build is currently broken due to other reasons), but only actually run on cats. Shark doesn't make use of the functionality as I believe there has to be a correlation between OFW and the kernel tables so that calls into OFW work.
|
| 1.8 | 23-Nov-2001 |
thorpej | Move even more constants into the shared 32-bit vmparam.h header. Cleanup elsewhere will have to be done before we can sanitize this header any further.
|
| 1.7 | 23-Nov-2001 |
thorpej | - Move more contents of various <machine/vmparam.h> files into <arm/arm32/vmparam.h> (mostly the stuff that's tied to the pmap implementation). - Since the MMU definitions in pte.h are specific to ARM processors that support 32-bit mode, move pte.h to <arm/arm32/pte.h>. - Make the Netwinder startup file build again (use PT_B|PT_C, rather than PT_CACHEABLE, since the latter expands to a variable these days).
|
| 1.6 | 15-Nov-2001 |
soren | MAXSLP is defined to be a machine-independent scheduling parameter, so move it into sys/param.h.
|
| 1.5 | 11-Nov-2001 |
thorpej | branches: 1.5.2; Pull in common 32-bit ARM VM parameters.
|
| 1.4 | 11-Aug-2001 |
chris | branches: 1.4.4; Checking a whole host of pmap changes: Improved locking (not that we actually use it on a uniprocessor, but one day :) Removed unneeded splvm's tweaked pmap_clean_page code to only flush the cache if the page is mapped in the current pmap (based on diff from richard E) Adopted pv entry allocation mechanism from i386. Laid framework for returning ptp's when we've finished with them rather than holding onto them till the process exits. ptp's are now allocated with a uvm object for the pmap, means that we can walk a list to free them off in pmap_release, until they get freed off by pmap_remove.
Also implemented a page zeroing function when the processor is idling. Note that hpcarm may wish to disable this.
I believe this code to be stable, if anyone has any problems please shout up.
|
| 1.3 | 01-May-2001 |
thorpej | branches: 1.3.2; Per discussion w/ chuck and chuck, restructure the md page stuff to use a structure called "vm_page_md", and use __HAVE_VM_PAGE_MD and __HAVE_PMAP_PHYSSEG.
|
| 1.2 | 29-Apr-2001 |
thorpej | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for each vm_page structure. Add a VM_MDPAGE_INIT() macro to init this data when pages are initialized by UVM. These macros are mandatory, but ports may #define them to nothing if they are not needed/used.
This deprecates struct pmap_physseg. As a transitional measure, allow a port to #define PMAP_PHYSSEG so that it can continue to use it until its pmap is converted to use VM_MDPAGE_MEMBERS.
Use all this stuff to eliminate a lot of extra work in the Alpha pmap module (it's smaller and faster now). Changes to other pmap modules will follow.
|
| 1.1 | 19-Apr-2001 |
matt | branches: 1.1.2; Populate the netwinder include directory.
|
| 1.1.2.2 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.2.1 | 19-Apr-2001 |
bouyer | file vmparam.h was added on branch thorpej_scsipi on 2001-04-21 17:54:19 +0000
|
| 1.3.2.5 | 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.4 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.3.2.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.3.2.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.3.2.1 | 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
| 1.4.4.1 | 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
| 1.5.2.4 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.5.2.3 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
| 1.5.2.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.5.2.1 | 11-Nov-2001 |
nathanw | file vmparam.h was added on branch nathanw_sa on 2002-01-08 00:26:48 +0000
|
| 1.21.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.21.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.21.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.22.16.1 | 27-Oct-2007 |
yamt | sync with head.
|
| 1.23.54.1 | 13-Nov-2007 |
bouyer | Sync with HEAD
|
| 1.23.50.1 | 06-Nov-2007 |
matt | sync with HEAD
|
| 1.23.48.1 | 28-Oct-2007 |
joerg | Sync with HEAD.
|
| 1.23.46.1 | 26-Dec-2007 |
rjs | Sync with HEAD.
|
| 1.23.30.1 | 03-Dec-2007 |
ad | Sync with HEAD.
|
| 1.24.42.1 | 05-Mar-2011 |
rmind | sync with head
|
| 1.24.40.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.25.12.1 | 24-Feb-2012 |
mrg | sync to -current.
|
| 1.25.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.26.16.1 | 06-Apr-2015 |
skrll | Sync with HEAD
|
| 1.26.2.1 | 03-Dec-2017 |
jdolecek | update from 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:38:22 +0000
|