The NetBSD Project

CVS log for src/sys/kern/subr_pcq.c

[BACK] Up to [cvs.netbsd.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3.24.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:28 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.3: +133 -120 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

sync with head

Revision 1.3.28.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:32 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.3: +134 -121 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

merge to -current.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 31 20:40:09 2012 UTC (3 months, 3 weeks ago) by alnsn
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, HEAD
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Revert to more readable but non-standard use of offsetof to calculate
a size of a structure with a flexible array member.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 31 19:11:37 2012 UTC (3 months, 3 weeks ago) by alnsn
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Replace offsetof(pcq_t, pcq_items[nitems]) with sizeof(pcq_t) + sizeof(void *[nitems]).

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 22 02:55:47 2012 UTC (4 months ago) by rmind
Branch: MAIN
Changes since 1.3: +133 -120 lines
Diff to previous 1.3 (colored)

Replace pcq(9) with the implementation from ad@ and minor changes by me.

PR/40516, PR/45631.

Revision 1.3.12.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:48 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.12.1: +209 -0 lines
Diff to previous 1.3.12.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head.

Revision 1.3.8.2 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:39 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.3.8.1: +209 -0 lines
Diff to previous 1.3.8.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

Revision 1.3.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:19 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.3.6.1: +209 -0 lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:08 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.3.4.1: +209 -0 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.3.12.1, Tue Nov 11 21:45:33 2008 UTC (3 years, 6 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +0 -209 lines
FILE REMOVED

file subr_pcq.c was added on branch yamt-nfs-mp on 2009-05-04 08:13:48 +0000

Revision 1.3.8.1, Tue Nov 11 21:45:33 2008 UTC (3 years, 6 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.3: +0 -209 lines
FILE REMOVED

file subr_pcq.c was added on branch nick-hppapmap on 2009-01-19 13:19:39 +0000

Revision 1.3.6.1, Tue Nov 11 21:45:33 2008 UTC (3 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.3: +0 -209 lines
FILE REMOVED

file subr_pcq.c was added on branch mjf-devfs2 on 2009-01-17 13:29:19 +0000

Revision 1.3.4.1, Tue Nov 11 21:45:33 2008 UTC (3 years, 6 months ago) by haad
Branch: haad-dm
Changes since 1.3: +0 -209 lines
FILE REMOVED

file subr_pcq.c was added on branch haad-dm on 2008-12-13 01:15:08 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 11 21:45:33 2008 UTC (3 years, 6 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, mjf-devfs2-base, matt-premerge-20091211, matt-mips64-premerge-20101231, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, haad-nbase2, haad-dm-base2, haad-dm-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-pagecache, yamt-nfs-mp, nick-hppapmap, mjf-devfs2, jmcneill-usbmp, haad-dm
Changes since 1.2: +12 -1 lines
Diff to previous 1.2 (colored)

- Optimise by avoiding few memory barriers, when atomic operations
  performs that for us.  OK by <matt>.
- Add RCS ID, and a bit of KNF.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 11 20:37:15 2008 UTC (3 years, 6 months ago) by snj
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Fix a couple spelling mistakes in comments.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 11 20:17:27 2008 UTC (3 years, 6 months ago) by matt
Branch: MAIN

Add generic producer/consumer queue code.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>