CVS log for src/sys/arch/evbarm/conf/SHEEVAPLUG
Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jan 29 18:27:11 2024 UTC (13 months, 3 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -3
lines
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.
Revision 1.75.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 9 23:33:45 2023 UTC (17 months, 2 weeks ago) by snj
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.75: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75: +3 -3
lines
Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Aug 7 02:52:25 2022 UTC (2 years, 7 months ago) by simonb
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
netbsd-10-base,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +7 -8
lines
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.
Revision 1.73.4.1: download - view: text, markup, annotated - select for diffs
Sun Aug 1 22:42:07 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +1 -4
lines
Sync with HEAD.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Jun 29 10:22:35 2021 UTC (3 years, 8 months ago) by nia
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -4
lines
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.
Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:22 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +1 -3
lines
Sync with HEAD.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jan 20 01:20:26 2021 UTC (4 years, 2 months ago) by nia
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -3
lines
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
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Sep 27 13:48:50 2020 UTC (4 years, 5 months ago) by roy
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1
lines
vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Aug 16 10:27:47 2020 UTC (4 years, 7 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2
lines
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
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Aug 1 08:20:48 2020 UTC (4 years, 7 months ago) by maxv
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -2
lines
Remove references to BRIDGE_IPF, it is now compiled in by default.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat May 16 13:46:11 2020 UTC (4 years, 10 months ago) by maya
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -4
lines
Remove uyap, USB YAP phone firmware loader.
And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.
I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.
Proposed with no objections on netbsd-users on 13 April 2020
Revision 1.58.4.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:05 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.58.4.2: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.4.2: +1 -1
lines
Sync with HEAD
Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:54 2020 UTC (4 years, 11 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +2 -2
lines
Sync with HEAD
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:00:38 2020 UTC (4 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200421,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2
lines
PMAP_DEBUG has been deleted on arm
Revision 1.58.4.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:34 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.58.4.1: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.4.1: +1 -9
lines
Merge changes from current as of 20200406
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Mar 25 17:06:18 2020 UTC (5 years ago) by jdolecek
Branches: MAIN
CVS tags: phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base
Branch point for: bouyer-xenpvh
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -5
lines
remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
Revision 1.64.4.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:18:22 2020 UTC (5 years ago) by ad
Branches: ad-namecache
Diff to: previous 1.64.4.1: preferred, colored; branchpoint 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64.4.1: +1 -4
lines
Sync with head.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jan 29 18:39:01 2020 UTC (5 years, 1 month ago) by maya
Branches: MAIN
CVS tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -4
lines
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.
Revision 1.64.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:38:39 2020 UTC (5 years, 2 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -2
lines
Sync with head.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Jan 19 01:25:04 2020 UTC (5 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: ad-namecache-base2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -2
lines
Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
Revision 1.58.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:04 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +7 -22
lines
Sync with HEAD
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Apr 26 22:46:03 2019 UTC (5 years, 11 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -13
lines
Use veriexec.config to reduce duplication
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Feb 6 11:58:30 2019 UTC (6 years, 1 month ago) by rin
Branches: MAIN
CVS tags: isaki-audio2-base,
isaki-audio2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -1
lines
Add ure(4) to kernel config files. Also add PHY drivers where necessary.
Revision 1.58.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:21 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.58.2.2: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.2.2: +1 -2
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Oct 23 19:58:52 2018 UTC (6 years, 5 months ago) by jdolecek
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -2
lines
remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
Revision 1.58.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:30 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.58.2.1: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.1: +3 -8
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Aug 25 20:52:40 2018 UTC (6 years, 7 months ago) by rin
Branches: MAIN
CVS tags: pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1
lines
Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:04:11 2018 UTC (6 years, 7 months ago) by maxv
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -8
lines
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).
Revision 1.58.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:31 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2
lines
Sync with HEAD
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:46:43 2018 UTC (6 years, 8 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2
lines
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.
Revision 1.23.2.5: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:03 2017 UTC (7 years, 3 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.23.2.4: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.2.4: +15 -30
lines
update from HEAD
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:40 2017 UTC (7 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -18
lines
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.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:24:43 2017 UTC (7 years, 6 months ago) by sevan
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -4
lines
Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.
Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html
ok riastradh
Revision 1.46.2.5: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:34 2017 UTC (7 years, 6 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.46.2.4: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.2.4: +3 -4
lines
Sync with HEAD
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Jul 29 18:08:57 2017 UTC (7 years, 7 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2
lines
Remove TCP_COMPAT_42 from the config files. Pass 3.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 24 20:23:04 2017 UTC (7 years, 10 months ago) by christos
Branches: MAIN
CVS tags: perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
rename u3ginit driver to umodeswitch
Revision 1.48.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:01 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.48.2.2: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.2: +1 -2
lines
Sync with HEAD
Revision 1.52.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:25 2017 UTC (7 years, 11 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52: +2 -2
lines
Sync with HEAD
Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 11 16:55:39 2017 UTC (7 years, 11 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-2-RELEASE
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -2
lines
Pull up following revision(s) (requested by skrll in ticket #1400):
sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.45
sys/arch/evbarm/conf/TWINTAIL: revision 1.65
Comment out more USB options to to fix build.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Mar 22 22:53:06 2017 UTC (8 years ago) by sevan
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2
lines
KDTRACE_HOOKS is enabled by default in GENERIC.common, remove references in
individual config files.
Revision 1.48.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:13 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.48.2.1: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.1: +2 -1
lines
Sync with HEAD
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Feb 19 07:47:00 2017 UTC (8 years, 1 month ago) by rin
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1
lines
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
Revision 1.46.2.4: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:07 2017 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.46.2.3: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.2.3: +3 -1
lines
Sync with HEAD
Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:13 2017 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -1
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Dec 13 20:42:17 2016 UTC (8 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
nick-nhusb-base-20170204,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
wildcard speaker attachments, now that we can handle many of them.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Dec 10 23:03:24 2016 UTC (8 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2
lines
remove VAUDIOSPEAKER for now, will be done differently.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Dec 8 11:31:10 2016 UTC (8 years, 3 months ago) by nat
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -1
lines
Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
Revision 1.46.2.3: download - view: text, markup, annotated - select for diffs
Mon Dec 5 10:54:52 2016 UTC (8 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.46.2.2: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.2.2: +2 -1
lines
Sync with HEAD
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:59:45 2016 UTC (8 years, 4 months ago) by christos
Branches: MAIN
CVS tags: nick-nhusb-base-20161204
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1
lines
mention PAX_SEGVGUARD dependency on FILEASSOC
Revision 1.46.2.2: download - view: text, markup, annotated - select for diffs
Fri Apr 22 15:44:09 2016 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.46.2.1: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.2.1: +2 -2
lines
Sync with HEAD
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Mar 19 23:21:02 2016 UTC (9 years ago) by gdt
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2
lines
Disable uscanner in all kernel configs
As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.
(Compile-tested only, but there are multiple reports of this being the
right approach.)
Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:34 2015 UTC (9 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2
lines
Sync with HEAD (as of 26th Dec)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Sep 26 11:16:12 2015 UTC (9 years, 6 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20160319,
nick-nhusb-base-20151226
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2
lines
Remove KMEMSTATS. Normally it's ok now.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Oct 17 18:45:14 2014 UTC (10 years, 5 months ago) by martin
Branches: MAIN
CVS tags: nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -4
lines
Fix the names of the (commented out) Kirwood L2 cache options.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Oct 14 13:53:34 2014 UTC (10 years, 5 months ago) by htodd
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Comment out more USB options to to fix build.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Sep 18 15:00:08 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1
lines
Add commented out KDTRACE_HOOKS line.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:26:57 2014 UTC (10 years, 7 months ago) by dholland
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +15 -15
lines
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.
Revision 1.23.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:53 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.23.2.3: preferred, colored
Changes since revision 1.23.2.3: +4 -5
lines
Rebase to HEAD as of a few days ago.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Aug 18 06:31:24 2014 UTC (10 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -3
lines
- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Aug 17 21:17:43 2014 UTC (10 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
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.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 16 17:56:31 2014 UTC (10 years, 7 months ago) by apb
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1
lines
Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:55 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +5 -4
lines
Rebase.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 3 09:18:16 2014 UTC (10 years, 7 months ago) by martin
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Branch point for: netbsd-7
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1
lines
Add COMPAT_NETBSD32 to more kernels (we have too many)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jul 27 03:34:41 2014 UTC (10 years, 8 months ago) by dholland
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
"internally consistency checks" -> "internal consistency checks"
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jul 25 21:38:52 2014 UTC (10 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
Bump SYMTAB_SPACE for clang build.
Revision 1.9.2.5: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:40 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9.2.4: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.4: +7 -13
lines
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")
Revision 1.33.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:03 2014 UTC (10 years, 10 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.33.2.1: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.1: +2 -3
lines
sync with head
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Apr 23 07:34:30 2014 UTC (10 years, 11 months ago) by msaitoh
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Enable pseudo-device ipfilter.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 5 02:39:06 2013 UTC (11 years, 5 months ago) by kiyohara
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2
lines
Remove options LKM.
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:14 2013 UTC (11 years, 7 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2
lines
sync with head
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:38:56 2013 UTC (11 years, 8 months ago) by rmind
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2
lines
G/C PFIL_HOOKS from the kernel configs.
Revision 1.23.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:04 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.23.2.2: preferred, colored
Changes since revision 1.23.2.2: +6 -10
lines
resync from head
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jun 5 23:08:00 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
Branch point for: rmind-smpnet
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2
lines
remove obsolete networking options
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Apr 27 22:21:14 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
CVS tags: khorben-n900
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
more bogus number removal
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Apr 27 21:43:22 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
the bogus number police
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Apr 27 18:19:33 2013 UTC (11 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3
lines
remove confusing numeric locators where they are unused.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Mar 2 02:42:12 2013 UTC (12 years ago) by christos
Branches: MAIN
CVS tags: agc-symver-base,
agc-symver
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2
lines
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 1 18:25:35 2013 UTC (12 years ago) by joerg
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -3
lines
Retire OSI network stack. OK core@
Revision 1.23.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:34 2013 UTC (12 years, 1 month ago) by tls
Branches: tls-maxphys
Diff to: previous 1.23.2.1: preferred, colored
Changes since revision 1.23.2.1: +15 -10
lines
resync with head
Revision 1.9.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:05:45 2013 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.9.2.3: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.3: +4 -1
lines
sync with head
Revision 1.9.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:52 2013 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9.2.2: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.2: +12 -10
lines
sync with (a bit old) head
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 5 23:36:59 2013 UTC (12 years, 2 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +4 -1
lines
Pull up following revision(s) (requested by msaitoh in ticket #768):
sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.27
Add ukphy.
This change fixes the problem described in:
http://mail-index.netbsd.org/port-arm/2012/12/20/msg001636.html
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 25 05:04:56 2012 UTC (12 years, 3 months ago) by msaitoh
Branches: MAIN
CVS tags: yamt-pagecache-base8
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -1
lines
Add ukphy.
This change fixes the problem described in:
http://mail-index.netbsd.org/port-arm/2012/12/20/msg001636.html
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 3 23:38:29 2012 UTC (12 years, 3 months ago) by msaitoh
Branches: MAIN
CVS tags: yamt-pagecache-base7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +12 -10
lines
- Add MSGBUFSIZE=32768 because 4K is very small
- Add commented out entry for MVGBE_EVENT_COUNTERS
- Comment out COPTS="-O1"
- Enable mvpex, pci and pchb to share with OPENRD
- Enable mvsata to share with DREAMPLUG
- Enable mvsocgpp, gpio, atabus and wd
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:13 2012 UTC (12 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -1
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:20 2012 UTC (12 years, 4 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.1: +24 -12
lines
sync with head
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 17 14:48:10 2012 UTC (12 years, 5 months ago) by apb
Branches: MAIN
CVS tags: yamt-pagecache-base6
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1
lines
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 9 08:57:36 2012 UTC (12 years, 5 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -1
lines
Add {INET,TCP,UDP}_CSUM_COUNTERS and LOCKDEBUG
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 12 00:50:30 2012 UTC (12 years, 6 months ago) by msaitoh
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6
lines
-O1, enable PUFFS, KTRACE, fss and putter.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:43:10 2012 UTC (12 years, 6 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1
lines
Add PUFFS, putter and fss.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Sep 9 04:27:12 2012 UTC (12 years, 6 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2
lines
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 3 17:46:08 2012 UTC (12 years, 6 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Enable atapibus, cd and sd.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 1 18:17:50 2012 UTC (12 years, 6 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.
Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.
Fixes PR#43520.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 29 08:29:59 2012 UTC (12 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Typo in comment
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 23 00:20:16 2012 UTC (12 years, 7 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2
lines
Remove obsolated file-system PORTAL.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 16 17:25:28 2012 UTC (12 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1
lines
Add dkwedge support
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 27 03:10:23 2012 UTC (12 years, 8 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Enable mvcesa.
Also enable idmac in SHEEVAPLUG.
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:13 2012 UTC (12 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -10
lines
sync with head
Revision 1.11.2.3: download - view: text, markup, annotated - select for diffs
Thu Apr 5 21:33:13 2012 UTC (12 years, 11 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.11.2.2: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.2: +0 -5
lines
sync to latest -current.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 31 02:45:37 2012 UTC (12 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base10
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -6
lines
Remove obsolete System V semaphores and share memory limit options
(SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).
Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:20 2012 UTC (13 years ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored
Changes since revision 1.11.2.1: +1 -2
lines
sync to latest -current
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 10 21:51:51 2012 UTC (13 years ago) by joerg
Branches: MAIN
CVS tags: jmcneill-usbmp-base7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2
lines
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:31:49 2012 UTC (13 years, 1 month ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
merge to -current.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 18 05:49:26 2011 UTC (13 years, 3 months ago) by dholland
Branches: MAIN
CVS tags: netbsd-6-base,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 22 21:25:09 2011 UTC (13 years, 4 months ago) by tls
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2
lines
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 14 00:12:37 2011 UTC (13 years, 4 months ago) by sekiya
Branches: MAIN
CVS tags: jmcneill-audiomp3-base,
jmcneill-audiomp3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Increase SYMTAB_SPACE.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 23 21:12:57 2011 UTC (13 years, 8 months ago) by jakllsch
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 11 23:01:19 2011 UTC (13 years, 8 months ago) by matt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Bump up SYMTAB_SPACE to 700000
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:19:06 2011 UTC (13 years, 9 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +2 -2
lines
Catchup with rmind-uvmplock merge.
Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Sun Jun 12 00:23:55 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.3.2.5: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.5: +1 -1
lines
sync with head
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:24 2011 UTC (13 years, 9 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +8 -4
lines
Sync with HEAD.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 6 06:59:16 2011 UTC (13 years, 9 months ago) by matt
Branches: MAIN
CVS tags: rmind-uvmplock-nbase,
rmind-uvmplock-base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
bump SYMTAB_SPACE
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Tue May 31 03:03:59 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.3.2.4: preferred, colored
Changes since revision 1.3.2.4: +1 -1
lines
sync with head
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 25 22:43:20 2011 UTC (13 years, 10 months ago) by dyoung
Branches: MAIN
CVS tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Increase SYMTAB_SPACE.
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:40:57 2011 UTC (13 years, 11 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.3.2.3: preferred, colored
Changes since revision 1.3.2.3: +3 -2
lines
sync with head
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:22 2011 UTC (14 years ago) by bouyer
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 6 02:22:27 2011 UTC (14 years ago) by jakllsch
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Remove trailing spaces.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Sun Mar 6 00:26:57 2011 UTC (14 years ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.3.2.2: preferred, colored
Changes since revision 1.3.2.2: +4 -1
lines
sync with head (and fix few botches with this)
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:50:03 2011 UTC (14 years ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.3.2.1: preferred, colored
Changes since revision 1.3.2.1: +517 -0
lines
sync with head
Revision 1.3.2.1
Sat Mar 5 14:50:56 2011 UTC (14 years ago) by rmind
Branches: rmind-uvmplock
FILE REMOVED
Changes since revision 1.3: +0 -520
lines
file SHEEVAPLUG was added on branch rmind-uvmplock on 2011-03-05 20:50:03 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 14:50:56 2011 UTC (14 years ago) by matt
Branches: MAIN
Branch point for: rmind-uvmplock
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -2
lines
Add contributed Marvell Kirkwood RTC driver from Brett Slager
Fixes PR 44004
Revision 1.2.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 19:29:33 2011 UTC (14 years, 1 month ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -2
lines
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:13:56 2010 UTC (14 years, 4 months ago) by hannken
Branches: MAIN
CVS tags: uebayasi-xip-base7,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Remove unused count from pseudo-device md.
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 22 07:21:15 2010 UTC (14 years, 5 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +517 -0
lines
Sync with HEAD (-D20101022).
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 9 03:31:43 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +517 -0
lines
sync with head
Revision 1.1.4.1
Sat Oct 2 06:15:52 2010 UTC (14 years, 5 months ago) by uebayasi
Branches: uebayasi-xip
FILE REMOVED
Changes since revision 1.1: +0 -517
lines
file SHEEVAPLUG was added on branch uebayasi-xip on 2010-10-22 07:21:14 +0000
Revision 1.1.2.1
Sat Oct 2 06:15:52 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
FILE REMOVED
Changes since revision 1.1: +0 -517
lines
file SHEEVAPLUG was added on branch yamt-nfs-mp on 2010-10-09 03:31:43 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 2 06:15:52 2010 UTC (14 years, 5 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3
Branch point for: yamt-nfs-mp,
uebayasi-xip
Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.
CVSweb <webmaster@jp.NetBSD.org>