The NetBSD Project

CVS log for src/sys/arch/evbarm/conf/Attic/OSK5912

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36
Sat Oct 29 13:22:23 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
FILE REMOVED
Changes since revision 1.35: +0 -0 lines
Remove support for TI OMAP 5912 OSK board.

This is part of the arch/arm/omap removal.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Aug 7 02:52:25 2022 UTC (2 years, 3 months ago) by simonb
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -4 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.32.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:05 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.32.4.1: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.4.1: +1 -2 lines
Sync with HEAD

Revision 1.33.10.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:54 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +1 -2 lines
Sync with HEAD

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:00:38 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
PMAP_DEBUG has been deleted on arm

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Thu Nov 21 18:17:59 2019 UTC (5 years ago) by martin
Branches: netbsd-9
CVS tags: 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
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +1 -1 lines
In preparation for the upcoming release, turn off DIAGNOSTIC in most
kernel configs, modules and libc.

Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:04 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
Sync with HEAD

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:31 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -1 lines
Sync with HEAD

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:46:43 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, netbsd-9-base, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, bouyer-xenpvh-base, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: netbsd-9, bouyer-xenpvh
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 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.17.2.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:03 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.17.2.3: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.3: +10 -24 lines
update from HEAD

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:40 2017 UTC (7 years, 2 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.31: preferred, colored
Changes since revision 1.31: +7 -22 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.27.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:34 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.27.2.1: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.2.1: +1 -1 lines
Sync with HEAD

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jul 29 12:28:27 2017 UTC (7 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
Remove TCP_COMPAT_42 from the config files. Pass 2.

Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:25 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +1 -0 lines
Sync with HEAD

Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:13 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +1 -0 lines
Sync with HEAD

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 19 07:47:00 2017 UTC (7 years, 9 months ago) by rin
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, 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, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 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.27.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:40 2015 UTC (9 years, 2 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Sync with HEAD

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Aug 21 01:52:07 2015 UTC (9 years, 3 months ago) by uebayasi
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
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.)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Aug 7 07:29:33 2015 UTC (9 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
Remove the KMEMSTATS option. It no longer exists.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:26:57 2014 UTC (10 years, 3 months ago) by dholland
Branches: MAIN
CVS tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +14 -14 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.17.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:53 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.17.2.2: preferred, colored
Changes since revision 1.17.2.2: +2 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 17 21:17:43 2014 UTC (10 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 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.25: download - view: text, markup, annotated - select for diffs
Sat Aug 16 17:56:31 2014 UTC (10 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".

Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:55 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +2 -1 lines
Rebase.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 3 09:18:16 2014 UTC (10 years, 4 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-2-RELEASE, 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, netbsd-7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Add COMPAT_NETBSD32 to more kernels (we have too many)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 27 03:34:41 2014 UTC (10 years, 4 months ago) by dholland
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
"internally consistency checks" -> "internal consistency checks"

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:40 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.2: +0 -8 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.21.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:14 2013 UTC (11 years, 3 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +0 -1 lines
sync with head

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:38:56 2013 UTC (11 years, 5 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Branch point for: tls-earlyentropy
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -1 lines
G/C PFIL_HOOKS from the kernel configs.

Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:04 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.17.2.1: preferred, colored
Changes since revision 1.17.2.1: +0 -7 lines
resync from head

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jun 5 23:08:00 2013 UTC (11 years, 6 months ago) by christos
Branches: MAIN
Branch point for: rmind-smpnet
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -4 lines
remove obsolete networking options

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 2 02:42:11 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
CVS tags: khorben-n900, agc-symver-base, agc-symver
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 1 18:25:35 2013 UTC (11 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -2 lines
Retire OSI network stack. OK core@

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:13 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:20 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +3 -0 lines
sync with head

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 17 14:48:11 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:43:10 2012 UTC (12 years, 2 months ago) by msaitoh
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
Add PUFFS, putter and fss.

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Sun Apr 29 23:04:38 2012 UTC (12 years, 7 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.1: +0 -4 lines
sync to latest -current.

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:13 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -6 lines
sync with head

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 7 03:25:00 2012 UTC (12 years, 8 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -4 lines
Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:31:49 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
merge to -current.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 18 05:49:26 2011 UTC (12 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: netbsd-6-base, 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, 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, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 22 21:25:09 2011 UTC (13 years ago) by tls
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 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.13: download - view: text, markup, annotated - select for diffs
Thu Jun 30 20:09:23 2011 UTC (13 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
dependant -> dependent

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:24 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +2 -1 lines
Sync with HEAD.

Revision 1.9.4.3: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:40:57 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.9.4.2: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.4.2: +2 -1 lines
sync with head

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:22 2011 UTC (13 years, 9 months ago) by bouyer
Branches: MAIN
CVS tags: rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 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.9.4.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:50:03 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.9.4.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.4.1: +1 -1 lines
sync with head

Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 19:29:33 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +2 -1 lines
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:13:56 2010 UTC (14 years 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.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Remove unused count from pseudo-device md.

Revision 1.2.10.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:51:50 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.2.10.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.10.2: +1 -1 lines
sync with head.

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:42 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
sync with head

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:15 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +1 -1 lines
Sync with HEAD.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:48:30 2010 UTC (14 years, 7 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Remove unused count (invariably "4") from pseudo-device fss.

Revision 1.2.10.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:14 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.2.10.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.10.1: +1 -1 lines
sync with head

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 5 20:11:11 2009 UTC (15 years ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -1 lines
Remove the portalfs kernel file system driver.  Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 11 16:20:22 2009 UTC (15 years, 1 month ago) by bsh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
add options COMPAT_50 to all evbarm boards.

Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:16:37 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +0 -1 lines
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.2.10.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:56 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
sync with head.

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:33:58 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +0 -1 lines
Sync with HEAD.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 6 20:31:48 2009 UTC (15 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, jymxensuspend-base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
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.

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:03 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2 lines
Sync with HEAD.

Revision 1.2.6.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:57 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.2.6.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.6.2: +0 -2 lines
Sync with HEAD.

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:07 2008 UTC (15 years, 11 months ago) by haad
Branches: haad-dm
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.1: +0 -2 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 24 11:41:10 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: nick-hppapmap-base2, mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:58 2008 UTC (16 years ago) by ad
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:44 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Sync with HEAD.

Revision 1.2.6.2: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:39:53 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.2.6.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.6.1: +1 -0 lines
Sync with HEAD.

Revision 1.2.12.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:33:23 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.2.12.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.12.1: +1 -0 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 31 07:41:00 2008 UTC (16 years, 4 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.2.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:18 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.2.8.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:04:45 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +1 -0 lines
sync with head

Revision 1.2.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:01 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Sync with HEAD.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 30 20:10:01 2008 UTC (16 years, 6 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl
Branch point for: haad-dm
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Add options COMPAT_40 to files which have options COMPAT_30.

Revision 1.1.30.1: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:03:58 2008 UTC (16 years, 8 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -1 lines
sync with HEAD

Revision 1.1.26.1: download - view: text, markup, annotated - select for diffs
Thu Feb 28 21:47:48 2008 UTC (16 years, 9 months ago) by rjs
Branches: hpcarm-cleanup
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -1 lines
Sync with HEAD.

Revision 1.1.36.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:26 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -1 lines
Sync with HEAD.

Revision 1.1.8.3: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:36:07 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.8.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.2: +0 -1 lines
sync with head

Revision 1.1.42.1: download - view: text, markup, annotated - select for diffs
Sun Jan 20 17:51:11 2008 UTC (16 years, 10 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -1 lines
Sync with HEAD

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 19 13:11:13 2008 UTC (16 years, 10 months ago) by chris
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa, mjf-devfs2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
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.

Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:06:17 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.8.1: +215 -0 lines
sync with head.

Revision 1.1.6.2: download - view: text, markup, annotated - select for diffs
Sat Feb 24 19:03:13 2007 UTC (17 years, 9 months ago) by snj
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Diff to: previous 1.1.6.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.6.1: +215 -0 lines
Pull up following revision(s) (requested by matt in ticket #457):
	sys/arch/evbarm/conf/OSK5912: revision 1.1
	sys/arch/evbarm/osk5912/if_sm_emifs.c: revision 1.1
	sys/arch/evbarm/conf/std.osk5912: revision 1.1
	sys/arch/evbarm/osk5912/osk5912_machdep.c: revision 1.1
	sys/arch/evbarm/conf/mk.osk5912: revision 1.1
	sys/arch/evbarm/conf/files.osk5912: revision 1.1
New files from Bucky Katz

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:00:46 2007 UTC (17 years, 10 months ago) by ad
Branches: newlock2
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: +215 -0 lines
Sync with head.

Revision 1.1.8.1
Sat Jan 6 08:16:26 2007 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
FILE REMOVED
Changes since revision 1.1: +0 -215 lines
file OSK5912 was added on branch yamt-lazymbuf on 2007-02-26 09:06:17 +0000

Revision 1.1.6.1
Sat Jan 6 08:16:26 2007 UTC (17 years, 11 months ago) by snj
Branches: netbsd-4
FILE REMOVED
Changes since revision 1.1: +0 -215 lines
file OSK5912 was added on branch netbsd-4 on 2007-02-24 19:03:13 +0000

Revision 1.1.2.1
Sat Jan 6 08:16:26 2007 UTC (17 years, 11 months ago) by ad
Branches: newlock2
FILE REMOVED
Changes since revision 1.1: +0 -215 lines
file OSK5912 was added on branch newlock2 on 2007-01-12 01:00:46 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 6 08:16:26 2007 UTC (17 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-base, jmcneill-pm-base, jmcneill-pm, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-merge1, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-audiomp-base, ad-audiomp
Branch point for: yamt-lazymbuf, newlock2, netbsd-4, mjf-devfs, matt-armv6, hpcarm-cleanup, bouyer-xeni386
New files from Bucky Katz

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>