| History log of /src/sys/arch/evbarm/conf/ARMADILLO9 |
| Revision | | Date | Author | Comments |
| 1.68 |
| 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.67 |
| 07-Aug-2022 |
simonb | branches: 1.67.4; 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.66 |
| 20-Jan-2021 |
nia | do not enable kernel OSS compat in configs without compat_linux
perhaps kernel OSS compat can be merged into compat_linux to avoid further confusion
|
| 1.65 |
| 27-Sep-2020 |
roy | branches: 1.65.2; vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| 1.64 |
| 16-Aug-2020 |
jdolecek | make COMPAT_LINUX option disabled by default
leave the option enabled only in amd64/i386 ALL kernels to make sure it continues to be compilable also when included in kernel
|
| 1.63 |
| 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
| 1.62 |
| 18-Apr-2020 |
skrll | PMAP_DEBUG has been deleted on arm
|
| 1.61 |
| 19-Jan-2020 |
thorpej | branches: 1.61.4; Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
|
| 1.60 |
| 01-Aug-2018 |
maxv | branches: 1.60.4; 1.60.6; 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.59 |
| 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.58 |
| 28-Jun-2018 |
thorpej | branches: 1.58.2; Use the "flags" config directive modifier to specify seeprom size (a pre-existing capability in seeprom driver) now that "size" is no longer a valid locator for i2c.
|
| 1.57 |
| 07-Jun-2018 |
thorpej | Revert changes that pinned-down i2c parent specs. The i2c subsystem has been enhanced to make this unnecessary.
|
| 1.56 |
| 15-May-2018 |
thorpej | Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be wild-carded, as doing so doesn't work well on systems where more than one I2C bus is present.
|
| 1.55 |
| 14-Sep-2017 |
mrg | branches: 1.55.2; clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options.
removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
|
| 1.54 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| 1.53 |
| 19-Feb-2017 |
rin | PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
| 1.52 |
| 13-Dec-2016 |
christos | branches: 1.52.2; wildcard speaker attachments, now that we can handle many of them.
|
| 1.51 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.50 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.49 |
| 12-Aug-2015 |
maxv | branches: 1.49.2; Remove KMEMSTATS.
|
| 1.48 |
| 23-Aug-2014 |
dholland | branches: 1.48.2; Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything.
|
| 1.47 |
| 17-Aug-2014 |
joerg | Reorganize symbol table embedding. The existing option SYMTAB_SPACE is replaced by the make option COPY_SYMTAB set to any value. The copy of the symbol table is no longer put into a buffer in kern_ksyms.o, but a small helper object. This object is build first with a dummy size, then the kernel is linked to compute the real dimension of the symbol table buffer. After that, the helper object is rebuild and the kernel linked again.
|
| 1.46 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| 1.45 |
| 03-Aug-2014 |
martin | Add COMPAT_NETBSD32, following the switch to eabi by default.
|
| 1.44 |
| 27-Jul-2014 |
dholland | "internally consistency checks" -> "internal consistency checks"
|
| 1.43 |
| 30-Jun-2013 |
rmind | branches: 1.43.4; G/C PFIL_HOOKS from the kernel configs.
|
| 1.42 |
| 05-Jun-2013 |
christos | branches: 1.42.2; remove obsolete networking options
|
| 1.41 |
| 27-Apr-2013 |
christos | more bogus number removal
|
| 1.40 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.39 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.38 |
| 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
| 1.37 |
| 11-Sep-2012 |
msaitoh | branches: 1.37.2; Add PUFFS, putter and fss.
|
| 1.36 |
| 01-Sep-2012 |
matt | Bump up SYMTAB_SPACE
|
| 1.35 |
| 05-Jun-2012 |
abs | Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
|
| 1.34 |
| 07-Apr-2012 |
tsutsui | Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).
|
| 1.33 |
| 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
| 1.32 |
| 18-Dec-2011 |
dholland | branches: 1.32.2; WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.31 |
| 22-Nov-2011 |
tls | branches: 1.31.2;
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be.
This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
|
| 1.30 |
| 30-Jun-2011 |
wiz | branches: 1.30.2; dependant -> dependent
|
| 1.29 |
| 06-Mar-2011 |
bouyer | merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
|
| 1.28 |
| 23-Nov-2010 |
hannken | branches: 1.28.2; 1.28.4; Remove unused count from pseudo-device md.
|
| 1.27 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.26 |
| 05-Dec-2009 |
pooka | branches: 1.26.2; 1.26.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
| 1.25 |
| 11-Oct-2009 |
bsh | add options COMPAT_50 to all evbarm boards.
|
| 1.24 |
| 06-Mar-2009 |
joerg | Remove SHMMAXPGS from all kernel configs. Dynamically compute the initial limit as 1/4 of the physical memory. Ensure the limit is at least 1024 pages, the old default on most platforms.
|
| 1.23 |
| 24-Nov-2008 |
ad | branches: 1.23.4; Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
| 1.22 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.21 |
| 31-Jul-2008 |
simonb | branches: 1.21.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.20 |
| 29-Jun-2008 |
hamajima | branches: 1.20.2; Fixed addr and size of eppcic0.
|
| 1.19 |
| 30-May-2008 |
tsutsui | branches: 1.19.2; Add options COMPAT_40 to files which have options COMPAT_30.
|
| 1.18 |
| 19-Jan-2008 |
chris | branches: 1.18.6; 1.18.8; 1.18.10; 1.18.12; 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.17 |
| 31-Dec-2007 |
ad | Remove systrace. Ok core@.
|
| 1.16 |
| 14-Mar-2007 |
drochner | branches: 1.16.12; 1.16.16; 1.16.22; 1.16.28; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment.
|
| 1.15 |
| 26-Aug-2006 |
christos | branches: 1.15.8; 1.15.12; 1.15.14; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
| 1.14 |
| 26-Aug-2006 |
tsutsui | Remove obsolete #options VERIFIED_EXEC, found by grep(1).
|
| 1.13 |
| 12-Aug-2006 |
christos | Disable SYSTRACE by default on all kernels (discussed with core)
|
| 1.12 |
| 19-Apr-2006 |
drochner | branches: 1.12.6; 1.12.8; adjust comments for the new location of wskbdmap_mfii.c, addresses PR kern/33290 by henry nelson
|
| 1.11 |
| 15-Apr-2006 |
jmmv | Remove the getwschar and putwschar accessops from wsdisplay drivers as requested by uwe@. These were wrong because they were receiving an emulcookie yet they were accessops (thus having to receive an accesscookie). Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the driver's ioctl accessop.
As this reduces the amount of code needed to handle these operations to two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel option.
Reviewed by, at least, uwe@ and macallan@. No objections in tech-kern@.
|
| 1.10 |
| 13-Feb-2006 |
hamajima | branches: 1.10.2; 1.10.4; 1.10.6; identify model from DeviceCfg register, and delete "options ARMADILLO210". get DRAM information and boot argument from bootloader.
|
| 1.9 |
| 06-Feb-2006 |
hamajima | Add support for the Atmark Techno Armadillo-210. Armadillo-210 is subset model of Armadillo-9.
|
| 1.8 |
| 05-Feb-2006 |
cube | Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.7 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
| 1.6 |
| 07-Dec-2005 |
tsutsui | branches: 1.6.2; 1.6.4; 1.6.6; 1.6.8; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.5 |
| 25-Nov-2005 |
thorpej | swcr -> swcrypto
|
| 1.4 |
| 25-Nov-2005 |
thorpej | "pseudo-device crypto" really refers to the /dev/crypto API to the opencrypto framework, not the framework itself. Update the comment accordingly.
|
| 1.3 |
| 25-Nov-2005 |
thorpej | Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also commented out).
|
| 1.2 |
| 14-Nov-2005 |
hamajima | branches: 1.2.2; delete unknown options. change root device to "?".
|
| 1.1 |
| 13-Nov-2005 |
hamajima | Add initial support for the EP9315-based Atmark Techno Armadillo-9 board.
|
| 1.2.2.2 |
| 29-Nov-2005 |
yamt | sync with head.
|
| 1.2.2.1 |
| 14-Nov-2005 |
yamt | file ARMADILLO9 was added on branch yamt-readahead on 2005-11-29 21:22:57 +0000
|
| 1.6.8.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
| 1.6.6.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.6.4.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
| 1.6.2.2 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.6.2.1 |
| 07-Dec-2005 |
christos | file ARMADILLO9 was added on branch ktrace-lwp on 2005-12-11 10:28:16 +0000
|
| 1.10.6.1 |
| 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
| 1.10.4.2 |
| 11-May-2006 |
elad | sync with head
|
| 1.10.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.10.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
| 1.10.2.1 |
| 24-May-2006 |
yamt | sync with head.
|
| 1.12.8.2 |
| 22-Sep-2006 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #170): sys/arch/sparc64/conf/GENERIC: revision 1.63 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54 sys/arch/next68k/conf/GENERIC: revision 1.105 sys/arch/ews4800mips/conf/GENERIC: revision 1.12 sys/arch/arc/conf/GENERIC: revision 1.142 sys/arch/sun3/conf/GENERIC3X: revision 1.91 sys/arch/amd64/conf/GENERIC: revision 1.105 sys/arch/sun2/conf/GENERIC: revision 1.58 sys/arch/amiga/conf/GENERIC.in: revision 1.55 sys/arch/mac68k/conf/GENERIC: revision 1.175 sys/arch/acorn26/conf/GENERIC: revision 1.46 sys/arch/shark/conf/GENERIC: revision 1.65 sys/arch/cesfic/conf/GENERIC: revision 1.45 sys/arch/sandpoint/conf/GENERIC: revision 1.36 sys/arch/iyonix/conf/GENERIC: revision 1.32 sys/arch/mvme68k/conf/GENERIC: revision 1.69 sys/arch/evbarm/conf/ARMADILLO210: revision 1.3 sys/arch/vax/conf/GENERIC: revision 1.154 sys/arch/mipsco/conf/GENERIC: revision 1.61 sys/arch/evbarm/conf/ARMADILLO9: revision 1.14 sys/arch/cobalt/conf/GENERIC: revision 1.103 sys/arch/ofppc/conf/GENERIC: revision 1.94 sys/arch/hp700/conf/GENERIC: revision 1.69 sys/arch/playstation2/conf/GENERIC: revision 1.8 sys/arch/dreamcast/conf/GENERIC: revision 1.73 sys/arch/news68k/conf/GENERIC: revision 1.81 sys/arch/macppc/conf/GENERIC: revision 1.234 sys/arch/hp300/conf/GENERIC: revision 1.134 sys/arch/mmeye/conf/GENERIC: revision 1.83 sys/arch/ibmnws/conf/GENERIC: revision 1.26 sys/arch/cats/conf/GENERIC: revision 1.109 sys/arch/sparc/conf/GENERIC: revision 1.191 sys/arch/pdp10/conf/GENERIC: revision 1.27 sys/arch/acorn32/conf/GENERIC: revision 1.75 sys/arch/luna68k/conf/GENERIC: revision 1.74 sys/arch/bebox/conf/GENERIC: revision 1.101 sys/arch/pmax/conf/GENERIC: revision 1.148 sys/arch/x68k/conf/GENERIC: revision 1.130 sys/arch/sun3/conf/GENERIC: revision 1.134 sys/arch/prep/conf/GENERIC: revision 1.126 sys/arch/alpha/conf/GENERIC: revision 1.293 sys/arch/newsmips/conf/GENERIC: revision 1.94 sys/arch/netwinder/conf/GENERIC: revision 1.83 sys/arch/hpcsh/conf/GENERIC: revision 1.69 sys/arch/sbmips/conf/GENERIC: revision 1.55 sys/arch/pc532/conf/GENERIC: revision 1.65 sys/arch/hpcmips/conf/GENERIC: revision 1.192 Remove obsolete #options VERIFIED_EXEC, found by grep(1).
|
| 1.12.8.1 |
| 14-Aug-2006 |
tron | Pull up following revision(s) (requested by elad in ticket #17): sys/arch/sparc/conf/KRUPS: revision 1.38 sys/arch/i386/conf/XEN2_DOMU: revision 1.2 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53 sys/arch/evbsh5/conf/SIMULATOR: revision 1.12 sys/arch/sparc/conf/MRCOFFEE: revision 1.17 sys/arch/next68k/conf/GENERIC: revision 1.104 sys/arch/i386/conf/VIRTUALPC: revision 1.44 sys/arch/ews4800mips/conf/GENERIC: revision 1.11 sys/arch/evbsh5/conf/CAYMAN: revision 1.23 sys/arch/arc/conf/GENERIC: revision 1.141 sys/arch/amd64/conf/GENERIC: revision 1.103 sys/arch/sun3/conf/GENERIC3X: revision 1.90 sys/arch/evbarm/conf/HDL_G: revision 1.3 sys/arch/sun2/conf/GENERIC: revision 1.57 sys/arch/news68k/conf/GENERIC_TINY: revision 1.51 sys/arch/evbppc/conf/EXPLORA451: revision 1.27 sys/arch/amiga/conf/GENERIC.in: revision 1.54 sys/arch/mac68k/conf/GENERIC: revision 1.174 sys/arch/acorn26/conf/GENERIC: revision 1.45 sys/arch/shark/conf/GENERIC: revision 1.64 sys/arch/cesfic/conf/GENERIC: revision 1.44 sys/arch/mvme68k/conf/GENERIC: revision 1.68 sys/arch/i386/conf/XEN2_DOM0: revision 1.4 sys/arch/atari/conf/GENERIC.in: revision 1.63 sys/arch/amiga/conf/GENERIC: revision 1.240 sys/arch/i386/conf/LAMB: revision 1.65 sys/arch/i386/conf/GENERIC: revision 1.773 sys/arch/acorn32/conf/EB7500ATX: revision 1.26 sys/arch/x68k/conf/GENERIC: revision 1.128 sys/arch/vax/conf/GENERIC: revision 1.153 sys/arch/atari/conf/ATARITT: revision 1.81 sys/arch/mipsco/conf/GENERIC: revision 1.60 sys/arch/cobalt/conf/GENERIC: revision 1.101 sys/arch/evbarm/conf/ARMADILLO9: revision 1.13 sys/arch/ofppc/conf/GENERIC: revision 1.93 sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51 sys/arch/arc/conf/RPC44: revision 1.26 sys/arch/sparc64/conf/GENERIC: revision 1.59 sys/arch/i386/conf/XEN3_DOMU: revision 1.2 sys/arch/hp700/conf/GENERIC: revision 1.68 sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47 sys/arch/macppc/conf/GENERIC: revision 1.231 sys/arch/dreamcast/conf/GENERIC: revision 1.72 sys/arch/news68k/conf/GENERIC: revision 1.80 sys/arch/hp300/conf/GENERIC: revision 1.133 sys/arch/mmeye/conf/GENERIC: revision 1.82 sys/arch/macppc/conf/MAMBO: revision 1.2 sys/arch/cats/conf/GENERIC: revision 1.107 sys/arch/atari/conf/FALCON: revision 1.79 sys/arch/acorn32/conf/GENERIC: revision 1.71 sys/arch/sparc/conf/GENERIC: revision 1.190 sys/arch/news68k/conf/LIBERO: revision 1.40 sys/arch/amiga/conf/DRACO: revision 1.114 sys/arch/cobalt/conf/INSTALL: revision 1.23 sys/arch/luna68k/conf/GENERIC: revision 1.73 sys/arch/bebox/conf/GENERIC: revision 1.100 sys/arch/pmax/conf/GENERIC: revision 1.147 sys/arch/amiga/conf/WSCONS: revision 1.52 sys/arch/macppc/conf/POWERMAC_G5: revision 1.2 sys/arch/alpha/conf/ALPHA: revision 1.218 sys/arch/sun3/conf/GENERIC: revision 1.133 sys/arch/prep/conf/GENERIC: revision 1.124 sys/arch/alpha/conf/GENERIC: revision 1.291 sys/arch/atari/conf/HADES: revision 1.71 sys/arch/newsmips/conf/GENERIC: revision 1.93 sys/arch/netwinder/conf/GENERIC: revision 1.82 sys/arch/hpcmips/conf/GENERIC: revision 1.190 sys/arch/amiga/conf/AMIGA: revision 1.98 sys/arch/sbmips/conf/GENERIC: revision 1.54 sys/arch/pc532/conf/GENERIC: revision 1.64 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53 Disable SYSTRACE by default on all kernels (discussed with core)
|
| 1.12.6.5 |
| 21-Jan-2008 |
yamt | sync with head
|
| 1.12.6.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.12.6.3 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.12.6.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.12.6.1 |
| 19-Apr-2006 |
yamt | file ARMADILLO9 was added on branch yamt-lazymbuf on 2006-06-21 14:50:33 +0000
|
| 1.15.14.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
| 1.15.12.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
| 1.15.8.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
| 1.16.28.2 |
| 20-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.16.28.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.16.22.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.16.16.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.16.16.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
| 1.16.12.1 |
| 28-Feb-2008 |
rjs | Sync with HEAD.
|
| 1.18.12.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.18.12.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.18.10.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.18.10.2 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.18.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.18.8.1 |
| 04-Jun-2008 |
yamt | sync with head
|
| 1.18.6.4 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.18.6.3 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.18.6.2 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.18.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.19.2.1 |
| 03-Jul-2008 |
simonb | Sync with head.
|
| 1.20.2.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.20.2.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.21.2.2 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.21.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.23.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.26.4.3 |
| 21-Apr-2011 |
rmind | sync with head
|
| 1.26.4.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.26.4.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.26.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.28.4.1 |
| 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
| 1.28.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.30.2.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.30.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.30.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.31.2.3 |
| 29-Apr-2012 |
mrg | sync to latest -current.
|
| 1.31.2.2 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
| 1.31.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.32.2.1 |
| 12-Jun-2012 |
riz | Pull up following revision(s) (requested by abs in ticket #311): sys/arch/netwinder/conf/GENERIC: revision 1.112 sys/arch/i386/conf/GENERIC: revision 1.1074 sys/arch/atari/conf/MILAN.in: revision 1.26 sys/arch/zaurus/conf/GENERIC: revision 1.54 sys/arch/shark/conf/GENERIC: revision 1.101 sys/arch/hpcmips/conf/MPC303: revision 1.60 sys/arch/i386/conf/XEN3_DOM0: revision 1.67 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29 sys/arch/vax/conf/GENERIC: revision 1.181 sys/arch/sparc/conf/KRUPS: revision 1.59 sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27 sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16 sys/arch/prep/conf/GENERIC: revision 1.163 sys/arch/hpcmips/conf/GENERIC: revision 1.216 sys/arch/sparc/conf/TADPOLE3GX: revision 1.56 sys/arch/shark/conf/INSTALL: revision 1.50 sys/arch/next68k/conf/GENERIC: revision 1.127 sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16 sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17 sys/arch/evbppc/conf/EXPLORA451: revision 1.48 sys/arch/bebox/conf/INSTALL: revision 1.54 sys/arch/next68k/conf/SLAB: revision 1.46 sys/arch/i386/conf/GENERIC_TINY: revision 1.132 sys/arch/bebox/conf/GENERIC: revision 1.131 sys/arch/amd64/conf/XEN3_DOM0: revision 1.84 sys/arch/amd64/conf/GENERIC: revision 1.356 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6 share/man/man4/wscons.4: revision 1.31 sys/arch/hpcmips/conf/TX3912: revision 1.79 sys/arch/evbarm/conf/ARMADILLO9: revision 1.35 sys/arch/hpcsh/conf/GENERIC: revision 1.97 sys/arch/i386/conf/ALL: revision 1.339 sys/arch/hpcmips/conf/TX3922: revision 1.93 sys/arch/cats/conf/INSTALL: revision 1.82 sys/arch/sparc64/conf/GENERIC: revision 1.151 sys/arch/i386/conf/INSTALL_TINY: revision 1.135 sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15 sys/arch/evbarm/conf/TS7200: revision 1.49 sys/arch/hpcmips/conf/VR41XX: revision 1.55 sys/arch/hp700/conf/GENERIC: revision 1.115 sys/arch/cats/conf/GENERIC: revision 1.140 Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL If a port is going to have wscons for virtual terminals then it really make= s sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the virtual terminals... Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
|
| 1.37.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.37.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.37.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.37.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.42.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
| 1.43.4.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.48.2.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.48.2.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.48.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.49.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.49.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.52.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.55.2.4 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.55.2.3 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
| 1.55.2.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
| 1.55.2.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|
| 1.58.2.3 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
| 1.58.2.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.58.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.60.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
| 1.60.4.1 |
| 21-Nov-2019 |
martin | In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
|
| 1.61.4.1 |
| 20-Apr-2020 |
bouyer | Sync with HEAD
|
| 1.65.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
| 1.67.4.1 |
| 09-Oct-2023 |
snj | Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG.
|