History log of /src/sys/arch/ia64/conf |
Revision | Date | Author | Comments |
1.15 | 29-Jan-2024 |
christos | PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default.
|
1.14 | 09-Feb-2023 |
abs | Adjust _all_ cinclude of *.local files
- Ensure always at end - Use tab rather than spaces - Add consistent comment "Pull in optional local configuration - always at end"
The only functional change is that a local file which tried to override an existing setting (eg with "no foo") would have failed in some cases before, but now will work
|
1.13 | 09-Feb-2023 |
abs | Ensure GENERIC.local is always at the end of GENERIC
Where a GENERIC config had an existing inclusion of GENERIC.local, ensure it is always at the end of the file, with a consistent comment:
# Pull in optional local configuration cinclude "arch/landisk/conf/GENERIC.local"
This allows GENERIC.local to correctly override all options
(This pass does not affect any GENERIC which did not already have an include of GENERIC.local)
|
1.12 | 29-Sep-2022 |
riastradh | swwdog(4): Add to GENERIC kernels.
Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant.
Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller.
Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC
PR kern/29702
|
1.11 | 07-Aug-2022 |
simonb | UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
|
1.10 | 23-Jul-2022 |
simonb | Add some file system options present in GENERIC kernels.
|
1.9 | 07-Apr-2017 |
scole | Add more options, mainly want "options INET" and "pseudo-device loop" so context bug occurs
|
1.8 | 21-Aug-2015 |
uebayasi | branches: 1.8.2; 1.8.4; Add `pseudo-device ksyms' where `options DDB' is used, because config(1)/config(5) can't handle module dependency correctly at this moment.
(This is another proof that shared file definition (`file xxx.c a|b') is a bad idea.)
|
1.7 | 07-Aug-2015 |
maxv | Remove the KMEMSTATS option. It no longer exists.
|
1.6 | 24-Mar-2014 |
szptvlfn | branches: 1.6.6; fix manual section numbering of sysctl. thanks wiz@
|
1.5 | 28-Apr-2012 |
rmind | branches: 1.5.2; 1.5.4; Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move to kmem(9). Note: kmem(9) has debugging facilities under DEBUG/DIAGNOSTIC. However, expensive kmguard and debug_freecheck have to be enabled manually.
|
1.4 | 17-May-2010 |
kiyohara | branches: 1.4.8; 1.4.12; Indent. s/mainbus0/mainbus?/.
|
1.3 | 29-Apr-2010 |
chs | enable TMPFS in all GENERICs that have MFS enabled.
|
1.2 | 15-Apr-2010 |
kiyohara | Add acpitz. Enable MFS.
|
1.1 | 20-Jul-2009 |
kiyohara | branches: 1.1.2; 1.1.4; 1.1.6; Fix little bit, and add a few files. current status is to see following thread. http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
|
1.1.6.1 | 30-May-2010 |
rmind | sync with head
|
1.1.4.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.1.4.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.1.2.3 | 11-Aug-2010 |
yamt | sync with head.
|
1.1.2.2 | 19-Aug-2009 |
yamt | sync with head.
|
1.1.2.1 | 20-Jul-2009 |
yamt | file GENERIC was added on branch yamt-nfs-mp on 2009-08-19 18:46:20 +0000
|
1.4.12.1 | 29-Apr-2012 |
mrg | sync to latest -current.
|
1.4.8.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.4.8.1 | 23-May-2012 |
yamt | sync with head.
|
1.5.4.1 | 18-May-2014 |
rmind | sync with head
|
1.5.2.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.5.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.6.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.6.6.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.8.4.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.8.2.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.22 | 29-Jan-2024 |
christos | PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default.
|
1.21 | 09-Feb-2023 |
abs | Adjust _all_ cinclude of *.local files
- Ensure always at end - Use tab rather than spaces - Add consistent comment "Pull in optional local configuration - always at end"
The only functional change is that a local file which tried to override an existing setting (eg with "no foo") would have failed in some cases before, but now will work
|
1.20 | 07-Aug-2022 |
simonb | UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
|
1.19 | 23-Jul-2022 |
simonb | Add some file system options present in GENERIC kernels.
|
1.18 | 27-Sep-2020 |
roy | vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
1.17 | 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
1.16 | 19-Jan-2020 |
thorpej | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
|
1.15 | 14-Aug-2018 |
maxv | branches: 1.15.6; Replace references to etherip by l2tp. Etherip was already not enabled anyway.
|
1.14 | 01-Aug-2018 |
maxv | Unreference IPF/PF from all the config files, and enable NPF instead when wanted. This also fixes some inconsistencies I saw in several files (eg IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
|
1.13 | 07-Apr-2017 |
scole | branches: 1.13.12; 1.13.14; Add more options, mainly want "options INET" and "pseudo-device loop" so context bug occurs
|
1.12 | 07-Aug-2015 |
maxv | branches: 1.12.2; 1.12.4; Remove the KMEMSTATS option. It no longer exists.
|
1.11 | 24-Mar-2014 |
szptvlfn | branches: 1.11.6; fix manual section numbering of sysctl. thanks wiz@
|
1.10 | 27-Apr-2013 |
christos | branches: 1.10.4; more bogus number removal
|
1.9 | 28-Dec-2012 |
martin | Add acpi0 at mainbus - it is not realy optional.
|
1.8 | 28-Apr-2012 |
rmind | branches: 1.8.2; Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move to kmem(9). Note: kmem(9) has debugging facilities under DEBUG/DIAGNOSTIC. However, expensive kmguard and debug_freecheck have to be enabled manually.
|
1.7 | 23-Nov-2010 |
hannken | branches: 1.7.8; 1.7.12; Remove unused count from pseudo-device md.
|
1.6 | 20-Jul-2009 |
kiyohara | branches: 1.6.4; Fix little bit, and add a few files. current status is to see following thread. http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
|
1.5 | 06-Feb-2009 |
jym | Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4)
See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html
Reviewed by abs@ in private mail.
|
1.4 | 29-Feb-2008 |
jmmv | branches: 1.4.4; 1.4.12; Remove GENERIC.local from the repository
Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found.
After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake.
Discussed in tech-kern@ earlier this month. No strong objections.
|
1.3 | 10-Sep-2006 |
cherry | branches: 1.3.30; 1.3.50; 1.3.54; Root Memory disk nits
|
1.2 | 02-Jul-2006 |
cherry | branches: 1.2.4; 1.2.6; trying MFS for ski FS
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.12; 1.1.14; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.14.4 | 17-Mar-2008 |
yamt | sync with head.
|
1.1.14.3 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file GENERIC.SKI was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.12.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file GENERIC.SKI was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file GENERIC.SKI was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file GENERIC.SKI was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.4 | 14-Sep-2006 |
yamt | sync with head.
|
1.1.2.3 | 11-Aug-2006 |
yamt | sync with head
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file GENERIC.SKI was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.2.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.2.6.1 | 02-Jul-2006 |
rpaulo | file GENERIC.SKI was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.2.4.1 | 18-Nov-2006 |
ad | Sync with head.
|
1.3.54.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.50.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.30.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.4.12.1 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.4.4.2 | 19-Aug-2009 |
yamt | sync with head.
|
1.4.4.1 | 04-May-2009 |
yamt | sync with head.
|
1.6.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.7.12.1 | 29-Apr-2012 |
mrg | sync to latest -current.
|
1.7.8.3 | 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.7.8.2 | 23-Jan-2013 |
yamt | sync with head
|
1.7.8.1 | 23-May-2012 |
yamt | sync with head.
|
1.8.2.4 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.2.2 | 23-Jun-2013 |
tls | resync from head
|
1.8.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.10.4.1 | 18-May-2014 |
rmind | sync with head
|
1.11.6.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.11.6.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.12.4.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.12.2.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.13.14.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.13.14.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.13.12.1 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.15.6.1 | 25-Jan-2020 |
ad | Sync with head.
|
1.2 | 29-Feb-2008 |
jmmv | Remove GENERIC.local from the repository
Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found.
After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake.
Discussed in tech-kern@ earlier this month. No strong objections.
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.50; 1.1.70; 1.1.74; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.74.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.1.70.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.1.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.20.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.1.20.1 | 07-Apr-2006 |
rpaulo | file GENERIC.local was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.1.14.3 | 17-Mar-2008 |
yamt | sync with head.
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file GENERIC.local was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file GENERIC.local was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file GENERIC.local was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file GENERIC.local was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file GENERIC.local was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.8 | 09-May-2019 |
scole | Revert -O0 for pmap, avoid RAW dependency compilation warning
|
1.7 | 04-May-2019 |
scole | Disable optimization for pmap.c to prevent RAW assembler dependency warnings.
If port ever becomes more stable, should revert this and figure out exactly why only pmap seems to have this issue in the kernel.
|
1.6 | 22-Sep-2018 |
rin | - Determine KERN_AS automatically depending on whether OPT_MODULAR is set or not, in the same way as libcompat.
- Specify OPT_MODULAR in the port Makefile instead of KERN_AS.
Now, KERN_AS=library is used for kernels without module(7) for all ports.
OK christos
|
1.5 | 24-Aug-2015 |
uebayasi | branches: 1.5.16; 1.5.18; Define ${LINKSCRIPT} in one place.
|
1.4 | 18-Aug-2015 |
uebayasi | ${KERN_LDSCRIPT} -> ${KERNLDSCRIPT}
|
1.3 | 15-Nov-2014 |
uebayasi | branches: 1.3.2; Use LINKSCRIPT.
|
1.2 | 17-Jan-2008 |
lukem | branches: 1.2.54; Remove unnecessary references to config_time.h.
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.50; 1.1.56; 1.1.64; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.64.1 | 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.1.56.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.1.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.20.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.1.20.1 | 07-Apr-2006 |
rpaulo | file Makefile.ia64 was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.1.14.3 | 21-Jan-2008 |
yamt | sync with head
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file Makefile.ia64 was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file Makefile.ia64 was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file Makefile.ia64 was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file Makefile.ia64 was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file Makefile.ia64 was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.2.54.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.2.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.5.18.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.5.16.1 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.11 | 21-Oct-2020 |
christos | make process_machdep.c included always since it provides register i/o used by sys_process_getlwpstatus.c which is always included.
|
1.10 | 20-Oct-2020 |
christos | harmonize process_machdep.c inclusion.
|
1.9 | 20-Nov-2019 |
pgoyette | Move all non-emulation-specific coredump code into the coredump module, and remove all #ifdef COREDUMP conditional compilation. Now, the coredump module is completely separated from the emulation modules, and they can all be independently loaded and unloaded.
Welcome to 9.99.18 !
|
1.8 | 05-Aug-2016 |
scole | branches: 1.8.16; PR port-ia64/51261
Add pcibus so kernels will compile. Required for acpi now
|
1.7 | 01-Oct-2011 |
chs | branches: 1.7.12; 1.7.30; 1.7.34; fix build errors with gcc 4.5.
|
1.6 | 12-Jun-2011 |
rmind | Welcome to 5.99.53! Merge rmind-uvmplock branch:
- Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock.
- Simplify locking in some pmap(9) modules by removing P->V locking.
- Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs).
- Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns.
- Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues.
Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch.
|
1.5 | 20-Jul-2009 |
kiyohara | branches: 1.5.4; 1.5.10; Fix little bit, and add a few files. current status is to see following thread. http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
|
1.4 | 17-Oct-2007 |
garbled | branches: 1.4.20; 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.3 | 21-Jul-2007 |
tsutsui | branches: 1.3.6; - kern_kern_microtime.c is gone, so replace references of it with new kern/kern_cctr.c in TODO comments - also replace struct cc_microtime_state member in struct cpu_info with struct cctr_state defined in <sys/cctr.h>, which is unused yet in this port
|
1.2 | 02-Jul-2006 |
cherry | branches: 1.2.6; 1.2.16; 1.2.24; 1.2.28; 1.2.30; trying MFS for ski FS
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.12; 1.1.14; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.14.4 | 03-Sep-2007 |
yamt | sync with head.
|
1.1.14.3 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file files.ia64 was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.12.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file files.ia64 was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file files.ia64 was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file files.ia64 was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.3 | 11-Aug-2006 |
yamt | sync with head
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file files.ia64 was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.2.30.1 | 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.2.28.1 | 07-Aug-2007 |
matt | Sync with HEAD.
|
1.2.24.1 | 03-Oct-2007 |
garbled | Sync with HEAD
|
1.2.16.1 | 20-Aug-2007 |
ad | Sync with HEAD.
|
1.2.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.2.6.1 | 02-Jul-2006 |
rpaulo | file files.ia64 was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.3.6.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.4.20.1 | 19-Aug-2009 |
yamt | sync with head.
|
1.5.10.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.5.4.1 | 18-Mar-2010 |
rmind | Unify /dev/{mem,kmem,zero,null} implementations in MI code. Based on patch from Joerg Sonnenberger, proposed on tech-kern@, in February 2008.
Work and depression still in progress.
|
1.7.34.1 | 06-Aug-2016 |
pgoyette | Sync with HEAD
|
1.7.30.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
1.7.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8.16.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.6 | 24-Aug-2015 |
uebayasi | Don't mention stab and DWARF sections, because these (poorly mtaintained) lists only help to make them harder to read.
If those sections are found in inputs, they simply appear in outputs as orphaned sections, sorted by section types and attributes.
|
1.5 | 22-Aug-2015 |
uebayasi | .rel/.rela should not be generated in kernels.
|
1.4 | 22-Aug-2015 |
uebayasi | .init/.fini/.ctors/.dtors should be irrelevant to kernels.
|
1.3 | 21-Aug-2015 |
uebayasi | I bet setting search-directory for ld.so is useless in any kernel.
|
1.2 | 20-Aug-2015 |
uebayasi | Indent with 2 spaces.
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.122; 1.1.142; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.142.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.122.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.20.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.1.20.1 | 07-Apr-2006 |
rpaulo | file kern.ldscript was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file kern.ldscript was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file kern.ldscript was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file kern.ldscript was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file kern.ldscript was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file kern.ldscript was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.20 | 29-Jun-2021 |
nia | Remove uscanner(4) driver
This exists for compatibility with a Linux interface which was apparently deprecated in Linux 2.6. There are various mailing list threads going back to 2004 where the usefulness of this driver is discussed, but the conclusion is that scanner software has all moved to using ugen(4) instead, and enabling this driver will not help you scan things.
|
1.19 | 04-Apr-2020 |
jdolecek | branches: 1.19.8; mark nsmb major obsolete
|
1.18 | 29-Jan-2020 |
maya | remove urio(4), a driver for the Rio500 MP3 player.
At this point it is highly unlikely this 1999 device still has users, but it still comes up in the context of maxv's USB-fuzzing (and any device could pretend to be a urio(4)), so it's best to get rid of it.
Renamed all major entries to obsolete, as was done in previous removals.
This still requires an update to sanitizers, but they're located in "external", perhaps it should be first committed upstream?
Proposed on tech-kern a month ago.
|
1.17 | 28-Jan-2019 |
dholland | branches: 1.17.6; Systematize handling of removed drivers.
- Every driver that was removed and whose number hasn't already been reused is now listed with a commented-out "obsolete" line. - The format of these has been systematized. Future format changes can probably be safely done with a script. - This does not include a few cases of assignments that only lasted a couple days, or stuff from before major reorgs. Some of these may be included nonetheless, because there was a lot of ground to cover and therefore not a lot of time to dig into history in detail.
Note that the obsolete listings do not mean the major numbers can never be reused; that's up to portmasters and/or core. It does mean that they won't be reused by accident, however, which in some cases (depending on the driver, how widely used it was, its family of device nodes, their default permissions, etc.) can be quite dangerous.
Note that some of the things now explicitly listed as obsolete are really ancient history. My scan went back as far as when the majors files were added. (But not before that.)
|
1.16 | 27-Jan-2019 |
dholland | Restore satlink's majors entries commented out and marked obsolete. Otherwise they might accidentally get reused later and cause a security problem.
|
1.15 | 27-Jan-2019 |
maxv | Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
|
1.14 | 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.13 | 23-Sep-2018 |
maxv | Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason.
This retires a big user of the mbuf API, and will ease maintenance of the kernel.
|
1.12 | 08-Dec-2016 |
nat | branches: 1.12.14; 1.12.16; Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.11 | 23-Apr-2015 |
pgoyette | branches: 1.11.2; Update device dependency information - the sysmon major device now depends on the sysmon module itself, not on the individual components.
|
1.10 | 09-Mar-2014 |
blymn | branches: 1.10.6; Removed MD veriexec entry this was changed to MI a long time ago. Thanks to Maxime Villard for spotting this.
|
1.9 | 25-Feb-2012 |
shattered | branches: 1.9.2; 1.9.4; Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the light of the source tree. After 7 years, I guess nobody missed it."
OK by wiz@
|
1.8 | 30-Jun-2011 |
wiz | branches: 1.8.2; 1.8.6; dependant -> dependent
|
1.7 | 06-Mar-2010 |
plunky | use a MI major number for uhso(4) driver (requested by mrg)
|
1.6 | 06-Mar-2010 |
plunky | add major device for usho(4) driver
|
1.5 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.4 | 31-Dec-2007 |
ad | branches: 1.4.6; 1.4.10; 1.4.16; 1.4.18; Remove systrace. Ok core@.
|
1.3 | 09-Jan-2007 |
cube | branches: 1.3.24; 1.3.30; 1.3.36; Remove traces of scd(4), which apparently never actually had a driver in the tree.
|
1.2 | 24-Nov-2006 |
wiz | s/independant/independent/, from Zafer.
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.18; 1.1.20; 1.1.22; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.22.1 | 10-Dec-2006 |
yamt | sync with head.
|
1.1.20.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.1.20.1 | 07-Apr-2006 |
rpaulo | file majors.ia64 was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|
1.1.18.1 | 12-Jan-2007 |
ad | Sync with head.
|
1.1.14.5 | 21-Jan-2008 |
yamt | sync with head
|
1.1.14.4 | 26-Feb-2007 |
yamt | sync with head.
|
1.1.14.3 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file majors.ia64 was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file majors.ia64 was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file majors.ia64 was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file majors.ia64 was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file majors.ia64 was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.3.36.1 | 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.3.30.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.3.24.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.4.18.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.4.16.1 | 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.4.10.1 | 04-May-2009 |
yamt | sync with head.
|
1.4.6.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.8.6.1 | 04-Mar-2012 |
mrg | sync to latest -current.
|
1.8.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.8.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.9.4.1 | 18-May-2014 |
rmind | sync with head
|
1.9.2.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.9.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10.6.2 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.10.6.1 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.11.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.12.16.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.12.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.12.14.2 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.12.14.1 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.17.6.1 | 29-Feb-2020 |
ad | Sync with head.
|
1.19.8.1 | 01-Aug-2021 |
thorpej | Sync with HEAD.
|
1.2 | 02-Jul-2006 |
cherry | branches: 1.2.6; trying MFS for ski FS
|
1.1 | 07-Apr-2006 |
cherry | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.12; 1.1.14; Initial import of arch/ia64 sources. These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
|
1.1.14.3 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.14.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 | 07-Apr-2006 |
yamt | file std.ia64 was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
|
1.1.12.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.1.10.2 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.1.10.1 | 07-Apr-2006 |
tron | file std.ia64 was added on branch peter-altq on 2006-05-24 15:47:59 +0000
|
1.1.6.2 | 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 | 07-Apr-2006 |
simonb | file std.ia64 was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
|
1.1.4.2 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.4.1 | 07-Apr-2006 |
elad | file std.ia64 was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
|
1.1.2.3 | 11-Aug-2006 |
yamt | sync with head
|
1.1.2.2 | 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 | 07-Apr-2006 |
yamt | file std.ia64 was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
|
1.2.6.2 | 09-Sep-2006 |
rpaulo | sync with head
|
1.2.6.1 | 02-Jul-2006 |
rpaulo | file std.ia64 was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:22 +0000
|