The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


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

sync with head

Revision 1.42.12.1 / (download) - annotate - [select for diffs], Fri Feb 24 09:11:47 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

sync to -current.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 21 15:41:24 2012 UTC (3 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, HEAD
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

Make time_second and time_uptime volatile, so the compiler knows they
may change during loops. Fixes the macppc build, which previously
died with:
src/sys/arch/macppc/dev/dbdma.c:62:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false

Revision 1.33.2.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:41 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.33.2.4: +4 -2 lines
Diff to previous 1.33.2.4 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

sync with head.

Revision 1.41.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:57 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.41: +4 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

sync with head

Revision 1.41.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:44:11 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.41: +2 -0 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

Sync with HEAD.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Apr 13 22:46:10 2010 UTC (2 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.41: +4 -2 lines
Diff to previous 1.41 (colored)

_KERNEL_OPT

Revision 1.33.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:18 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.33.2.3: +3 -3 lines
Diff to previous 1.33.2.3 (colored) to branchpoint 1.33 (colored)

sync with head

Revision 1.41 / (download) - annotate - [select for diffs], Sat Feb 6 12:10:59 2010 UTC (2 years, 3 months ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

__inline -> inline

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:35 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.38: +115 -27 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

Sync with HEAD.

Revision 1.33.2.3 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:31 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.33.2.2: +115 -27 lines
Diff to previous 1.33.2.2 (colored) to branchpoint 1.33 (colored)

sync with head

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jun 14 13:16:32 2009 UTC (2 years, 11 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase
Changes since 1.39: +16 -15 lines
Diff to previous 1.39 (colored)

Make PPS work with fast time counters (> 2GHz)
by making the pps count time stamp and the update
time stamp u_int64.
The time delta between two PPS events can now
be correctly calculated avoiding any unaccounted
for wraps with 32-bit counters.

Revision 1.39 / (download) - annotate - [select for diffs], Sat May 23 17:08:04 2009 UTC (3 years ago) by ad
Branch: MAIN
Changes since 1.38: +101 -14 lines
Diff to previous 1.38 (colored)

- Add lwp_pctr(), get an LWP's preemption/ctxsw counter.
- Fix a preemption bug in CURCPU_IDLE_P() that can lead to a bogus
  assertion failure on DEBUG kernels.
- Fix MP/preemption races with timecounter detachment.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:47 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.33.2.1: +7 -8 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored)

sync with head.

Revision 1.37.2.1 / (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.37: +6 -7 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

Sync with HEAD.

Revision 1.32.6.3 / (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.32.6.2: +4 -5 lines
Diff to previous 1.32.6.2 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

Sync with HEAD.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 11 02:45:52 2009 UTC (3 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, mjf-devfs2-base, jym-xensuspend-base
Branch point for: jym-xensuspend
Changes since 1.37: +6 -7 lines
Diff to previous 1.37 (colored)

merge christos-time_t

Revision 1.32.8.3 / (download) - annotate - [select for diffs], Tue Dec 30 19:31:51 2008 UTC (3 years, 4 months ago) by christos
Branch: christos-time_t
Changes since 1.32.8.2: +4 -4 lines
Diff to previous 1.32.8.2 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)

fix dev_t and time_t format.

Revision 1.32.8.2 / (download) - annotate - [select for diffs], Sat Nov 1 21:22:27 2008 UTC (3 years, 6 months ago) by christos
Branch: christos-time_t
Changes since 1.32.8.1: +117 -48 lines
Diff to previous 1.32.8.1 (colored) to branchpoint 1.32 (colored)

Sync with head.

Revision 1.36.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:28 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Sync with HEAD.

Revision 1.32.6.2 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:52 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.32.6.1: +1 -1 lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored)

Sync with HEAD.

Revision 1.34.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:31:42 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.34.2.1: +3 -3 lines
Diff to previous 1.34.2.1 (colored) next main 1.35 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon Jul 28 14:37:36 2008 UTC (3 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Sync with head.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jul 19 10:33:58 2008 UTC (3 years, 10 months ago) by kardel
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, 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-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, christos-time_t-nbase, christos-time_t-base, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

Initialize timecounter_lock at IPL_HIGH. Prevents a "locking against myself"
when com.c (options PPS_SYNC) delivers a PPS time stamp during clock
interupt processing.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:51 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.34: +71 -37 lines
Diff to previous 1.34 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.32.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:10 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.32: +117 -48 lines
Diff to previous 1.32 (colored)

Sync with HEAD.

Revision 1.32.10.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:09 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.32: +117 -48 lines
Diff to previous 1.32 (colored) next main 1.33 (colored)

sync with head.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:26 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.33: +71 -44 lines
Diff to previous 1.33 (colored)

sync with head.

Revision 1.36 / (download) - annotate - [select for diffs], Sun May 11 14:42:18 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: simonb-wapbl, haad-dm
Changes since 1.35: +2 -3 lines
Diff to previous 1.35 (colored)

Fix locking botch. Pointed out by kardel@.

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 8 18:56:58 2008 UTC (4 years ago) by ad
Branch: MAIN
Changes since 1.34: +72 -37 lines
Diff to previous 1.34 (colored)

- Add tc_gonebad(): allows timecounter to be flagged as bad and removed at
  the next clock tick.
- Remove time_lock, which is no longer required.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:03 2008 UTC (4 years ago) by martin
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.33: +2 -9 lines
Diff to previous 1.33 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 21 12:56:31 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.32: +56 -14 lines
Diff to previous 1.32 (colored)

Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.

Revision 1.32.8.1 / (download) - annotate - [select for diffs], Sat Mar 29 20:47:00 2008 UTC (4 years, 1 month ago) by christos
Branch: christos-time_t
Changes since 1.32: +6 -7 lines
Diff to previous 1.32 (colored)

Welcome to the time_t=long long dev_t=uint64_t branch.

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:59 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.20.2.2: +20 -20 lines
Diff to previous 1.20.2.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

sync with HEAD

Revision 1.21.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:46 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21.2.3: +77 -26 lines
Diff to previous 1.21.2.3 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Sync with HEAD.

Revision 1.3.4.9 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:58 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.8: +20 -17 lines
Diff to previous 1.3.4.8 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 10 13:56:17 2008 UTC (4 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-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-base, ad-socklock-base1
Branch point for: yamt-pf42, mjf-devfs2, christos-time_t
Changes since 1.31: +20 -17 lines
Diff to previous 1.31 (colored)

Disable the event counters by default, since they create terrible cache
behaviour on MP systems.

Revision 1.27.6.3 / (download) - annotate - [select for diffs], Wed Jan 23 19:27:41 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.27.6.2: +0 -3 lines
Diff to previous 1.27.6.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)

Sync with HEAD.

Revision 1.3.4.8 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:14 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.7: +60 -12 lines
Diff to previous 1.3.4.7 (colored) to branchpoint 1.3 (colored)

sync with head

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jan 20 18:09:12 2008 UTC (4 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase
Changes since 1.30: +2 -5 lines
Diff to previous 1.30 (colored)

Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:11 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.20.2.1: +97 -118 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored)

sync with HEAD

Revision 1.27.6.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:37 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.27.6.1: +57 -6 lines
Diff to previous 1.27.6.1 (colored) to branchpoint 1.27 (colored)

Sync with HEAD

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 5 18:00:37 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-base
Changes since 1.29: +17 -11 lines
Diff to previous 1.29 (colored)

Serialize calls to tc_windup().

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 3 04:42:13 2008 UTC (4 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.28: +47 -2 lines
Diff to previous 1.28 (colored)

Add tc_detach() for detaching a timecounter.  It is good enough to
detach the AMD Geode SC1100 27 MHz clock, geodecntr(4), but there
may be synchronization problems on MP machines.

Revision 1.27.6.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:02 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Sync with HEAD

Revision 1.21.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:03 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21.2.2: +3 -3 lines
Diff to previous 1.21.2.2 (colored) to branchpoint 1.21 (colored)

Sync with HEAD.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:11 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Sync with head.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Dec 15 18:20:11 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

fix a comment.

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:33 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21.2.1: +9 -7 lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored)

Sync with HEAD.

Revision 1.3.4.7 / (download) - annotate - [select for diffs], Fri Dec 7 17:32:51 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.6: +43 -115 lines
Diff to previous 1.3.4.6 (colored) to branchpoint 1.3 (colored)

sync with head

Revision 1.19.14.5 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:54 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.19.14.4: +6 -5 lines
Diff to previous 1.19.14.4 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

Sync with HEAD.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Nov 30 23:05:44 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: vmlocking2, bouyer-xeni386
Changes since 1.26: +6 -5 lines
Diff to previous 1.26 (colored)

Use membar_*().

Revision 1.19.14.4 / (download) - annotate - [select for diffs], Tue Nov 27 19:38:06 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.19.14.3: +5 -4 lines
Diff to previous 1.19.14.3 (colored) to branchpoint 1.19 (colored)

Sync with HEAD. amd64 Xen support needs testing.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Nov 23 16:03:48 2007 UTC (4 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.25: +5 -4 lines
Diff to previous 1.25 (colored)

Kill another instance of KAUTH_GENERIC_ISSUSER.

Revision 1.19.14.3 / (download) - annotate - [select for diffs], Wed Nov 21 21:56:00 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.19.14.2: +36 -110 lines
Diff to previous 1.19.14.2 (colored) to branchpoint 1.19 (colored)

Sync with HEAD.

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:44 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.21: +36 -110 lines
Diff to previous 1.21 (colored)

Sync with HEAD.

Revision 1.20.6.2 / (download) - annotate - [select for diffs], Sun Nov 18 19:35:48 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.20.6.1: +34 -108 lines
Diff to previous 1.20.6.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

Sync with HEAD

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 16 01:21:24 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2, bouyer-xenamd64-base
Changes since 1.24: +5 -2 lines
Diff to previous 1.24 (colored)

Work around broken MD headers.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 15 23:16:55 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.23: +14 -17 lines
Diff to previous 1.23 (colored)

Kill the memory barriers: force users of the outgoing timehand to move
on quickly by also incrementing its generation number.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 15 22:28:05 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.22: +5 -4 lines
Diff to previous 1.22 (colored)

Oops; fix thinko.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Nov 15 20:12:04 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.21: +23 -98 lines
Diff to previous 1.21 (colored)

Add a bit of locking around timecounter attachment / selection.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:32:01 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

sync with HEAD

Revision 1.3.4.6 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:30 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.5: +3 -3 lines
Diff to previous 1.3.4.5 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.19.14.2 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:37 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.19.14.1: +3 -3 lines
Diff to previous 1.19.14.1 (colored) to branchpoint 1.19 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.20.6.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:40:01 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Sync with HEAD.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 21 14:55:09 2007 UTC (4 years, 7 months ago) by simonb
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Adjust a comment.  In NetBSD the time-related kernel function prototypes
are in <sys/timevar.h>, not <sys/time.h> like they are in FreeBSD.

Revision 1.19.14.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:48 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.19: +28 -5 lines
Diff to previous 1.19 (colored)

Sync with HEAD.

Revision 1.3.4.5 / (download) - annotate - [select for diffs], Mon Sep 3 14:40:57 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.4: +29 -6 lines
Diff to previous 1.3.4.4 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.19.10.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:23:01 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.19: +28 -5 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with HEAD.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Aug 20 21:27:35 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.19: +28 -5 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with HEAD.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 17 21:20:24 2007 UTC (4 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5
Branch point for: matt-armv6, bouyer-xenamd64
Changes since 1.19: +28 -5 lines
Diff to previous 1.19 (colored)

Timecounters are lockless. Add conservative memory barriers to ensure that
loads and stores occur in the correct order.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:38 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 4 06:03:07 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, nick-csl-alignment-base, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: vmlocking, nick-csl-alignment, jmcneill-pm
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.3.4.4 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:12 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.3: +11 -10 lines
Diff to previous 1.3.4.3 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:31 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.17: +10 -9 lines
Diff to previous 1.17 (colored)

Merge newlock2 to head.

Revision 1.11.2.3 / (download) - annotate - [select for diffs], Tue Feb 6 13:11:48 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.11.2.2: +10 -9 lines
Diff to previous 1.11.2.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Quieten noisy boot messages.

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:04:07 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.11.2.1: +3 -3 lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored)

Sync with head.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 4 17:38:26 2007 UTC (5 years, 4 months ago) by elad
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Consistent usage of KAUTH_GENERIC_ISSUSER.

Revision 1.3.4.3 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:06 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.2: +47 -77 lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:45 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.12.2.1: +3 -3 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

sync with head.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:22 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.11: +16 -15 lines
Diff to previous 1.11 (colored)

Sync with head.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 1 10:17:58 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, 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, netbsd-4, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)

remove some __unused from function parameters.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:11 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.12: +13 -13 lines
Diff to previous 1.12 (colored)

sync with head

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 21 07:16:54 2006 UTC (5 years, 7 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.14: +2 -6 lines
Diff to previous 1.14 (colored)

Avoid printf() the selected timecounter as it is called in the path of hardclock().
The information is available via sysctl anyway.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:17 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 24 06:39:28 2006 UTC (5 years, 8 months ago) by kardel
Branch: MAIN
Changes since 1.12: +12 -8 lines
Diff to previous 1.12 (colored)

Reduce hardclock() code path length wrt/ multiply/divide by
re-calculating the th_scale value only when necessary.
As discussed with gdamore@. Tested at (sub-)usec level with
stratum 1 reference.

Revision 1.1.1.1.6.4 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:48 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.1.1.6.3: +11 -6 lines
Diff to previous 1.1.1.1.6.3 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)

sync with head.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 10 08:09:46 2006 UTC (5 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (colored)

Fix splclock()/splx() mismatch in previous.

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:57:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.11.4.1: +915 -0 lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

sync with head

Revision 1.11.4.1, Thu Sep 7 15:48:14 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.11: +0 -915 lines
FILE REMOVED

file kern_tc.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:57:16 +0000

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 7 15:48:14 2006 UTC (5 years, 8 months ago) by simonb
Branch: MAIN
CVS Tags: rpaulo-netinet-merge-pcb-base
Branch point for: rpaulo-netinet-merge-pcb, newlock2
Changes since 1.10: +7 -3 lines
Diff to previous 1.10 (colored)

Guard the timecounter manipulations including the call to tc_windup()
in tc_init() with splclock().  Fixes doubled-up "selected timecounter"
messages on some architectures, including pc532 and cobalt.

Fix suggested by Frank Kardel.

Revision 1.1.1.1.6.3 / (download) - annotate - [select for diffs], Sun Sep 3 15:25:22 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.1.1.6.2: +18 -27 lines
Diff to previous 1.1.1.1.6.2 (colored) to branchpoint 1.1.1.1 (colored)

sync with head.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 3 06:40:39 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8
Changes since 1.9: +16 -20 lines
Diff to previous 1.9 (colored)

use c99 initializers, per gimpy's request

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 2 13:45:04 2006 UTC (5 years, 8 months ago) by kardel
Branch: MAIN
Changes since 1.8: +3 -8 lines
Diff to previous 1.8 (colored)

move MAX_TCNAMELEN into timetc.h, use constant in tmp buffer allocation

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 2 06:35:12 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

add missing initializers

Revision 1.1.1.1.6.2 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:46 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.1.1.6.1: +12 -38 lines
Diff to previous 1.1.1.1.6.1 (colored) to branchpoint 1.1.1.1 (colored)

sync with head

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 6 13:29:42 2006 UTC (5 years, 9 months ago) by bjh21
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.6: +8 -13 lines
Diff to previous 1.6 (colored)

Using humanize_number() on clock speeds does more harm than good, and
precious little of either.  Go back to displaying them with all their digits.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 5 21:59:40 2006 UTC (5 years, 9 months ago) by bjh21
Branch: MAIN
Changes since 1.5: +15 -10 lines
Diff to previous 1.5 (colored)

Clock frequencies tend to be big numbers -- use humanize_number() when
displaying them through printf.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 23 22:06:11 2006 UTC (5 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Use the LWP cached credentials where sane.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 14 23:01:12 2006 UTC (5 years, 10 months ago) by kardel
Branch: MAIN
Changes since 1.3: +8 -34 lines
Diff to previous 1.3 (colored)

rename boottimebin to timebasebin as this
struct actually keeps the start of the UTC
time scale and not the boot time. the relationship
is: utc-time = up-time + timebase.
background: when doing an ACPI sleep the uptime
freezes and on wakeup the tc_setclock() leads to
a new timebasebin - this had no relationship with
a boottime as the structure was previously called.

discussed on tech-kern@
anomalies (moving boottime, uptime describing running time)
where discovered by Arnaud Lacombe.

Revision 1.1.1.1.6.1 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:56 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.1.1: +214 -52 lines
Diff to previous 1.1.1.1 (colored)

sync with head.

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Wed Jun 21 15:09:38 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.4.1: +946 -0 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.1.1.1.12.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:07:15 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.1.1.1: +214 -52 lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)

Sync with head.

Revision 1.3.4.1, Fri Jun 9 22:47:56 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3: +0 -946 lines
FILE REMOVED

file kern_tc.c was added on branch yamt-lazymbuf on 2006-06-21 15:09:38 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 9 22:47:56 2006 UTC (5 years, 11 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base
Branch point for: yamt-lazymbuf
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

re-order initialization sequence to have real counters available during autoconfig

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 7 22:33:40 2006 UTC (5 years, 11 months ago) by kardel
Branch: MAIN
Changes since 1.1: +213 -52 lines
Diff to previous 1.1 (colored)

merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html

Revision 1.1.1.1.2.11 / (download) - annotate - [select for diffs], Mon Jun 5 15:02:47 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.1.1.1.2.10: +9 -17 lines
Diff to previous 1.1.1.1.2.10 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)

keep -current ABI until user level code needs to make use of extended features (suggested by drochner@)

Revision 1.1.1.1.2.10 / (download) - annotate - [select for diffs], Fri Jun 2 00:14:52 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.1.1.1.2.9: +5 -3 lines
Diff to previous 1.1.1.1.2.9 (colored) to branchpoint 1.1.1.1 (colored)

- track kauth change

Revision 1.1.1.1.2.9 / (download) - annotate - [select for diffs], Thu Jun 1 23:19:21 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.1.1.1.2.8: +4 -2 lines
Diff to previous 1.1.1.1.2.8 (colored) to branchpoint 1.1.1.1 (colored)

include evcnt.h - eventcounter are used

Revision 1.1.1.1.2.8 / (download) - annotate - [select for diffs], Mon Apr 24 19:38:21 2006 UTC (6 years, 1 month ago) by kardel
Branch: simonb-timecounters
Changes since 1.1.1.1.2.7: +3 -3 lines
Diff to previous 1.1.1.1.2.7 (colored) to branchpoint 1.1.1.1 (colored)

allocate more space for each single counter information

Revision 1.1.1.1.2.7 / (download) - annotate - [select for diffs], Sat Apr 22 22:41:39 2006 UTC (6 years, 1 month ago) by kardel
Branch: simonb-timecounters
Changes since 1.1.1.1.2.6: +16 -10 lines
Diff to previous 1.1.1.1.2.6 (colored) to branchpoint 1.1.1.1 (colored)

- fix setting of timecounter by sysctl by providing a valid length indication
  when creating the kern.timecounter.hardware sysctl node
- compile calling of pps function of timecounter unconditionally as
  MP TSC code can use that to derive the 1 second calibration drill

Revision 1.1.1.1.2.6 / (download) - annotate - [select for diffs], Tue Feb 28 21:04:27 2006 UTC (6 years, 2 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.1.1.1.2.5: +143 -10 lines
Diff to previous 1.1.1.1.2.5 (colored) to branchpoint 1.1.1.1 (colored)

sysctl variables kern.timecounter.{choice,hardware}
printf cleanup

Revision 1.1.1.1.4.2 / (download) - annotate - [select for diffs], Sat Feb 18 15:39:18 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.1.1.1.4.1: +784 -0 lines
Diff to previous 1.1.1.1.4.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)

sync with head.

Revision 1.1.1.1.2.5 / (download) - annotate - [select for diffs], Sun Feb 5 11:17:39 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.1.1.1.2.4: +9 -9 lines
Diff to previous 1.1.1.1.2.4 (colored) to branchpoint 1.1.1.1 (colored)

Clean up the naming of the timecounter event counters.

Revision 1.1.1.1.2.4 / (download) - annotate - [select for diffs], Sat Feb 4 13:36:18 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.1.1.1.2.3: +49 -26 lines
Diff to previous 1.1.1.1.2.3 (colored) to branchpoint 1.1.1.1 (colored)

Adapt for NetBSD, use evcnts instead of sysctls for counters,
 KASSERT NetBSD/FreeBSD differences.
XXX - need to add convert FreeBSD sysctls to NetBSD sysctls.

Revision 1.1.1.1.2.3 / (download) - annotate - [select for diffs], Sat Feb 4 08:19:04 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.1.1.1.2.2: +4 -1 lines
Diff to previous 1.1.1.1.2.2 (colored) to branchpoint 1.1.1.1 (colored)

Add NetBSD RCS ids, comment out __FBSDID().

Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Sat Feb 4 08:14:13 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.1.1.1.2.1: +784 -0 lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored)

Pull up from HEAD.

Revision 1.1.1.1.4.1, Sat Feb 4 08:06:23 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.1.1.1: +0 -784 lines
FILE REMOVED

file kern_tc.c was added on branch yamt-uio_vmspace on 2006-02-18 15:39:18 +0000

Revision 1.1.1.1.2.1, Sat Feb 4 08:06:23 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.1.1.1: +0 -784 lines
FILE REMOVED

file kern_tc.c was added on branch simonb-timecounters on 2006-02-04 08:14:13 +0000

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Feb 4 08:06:23 2006 UTC (6 years, 3 months ago) by simonb
Branch: FreeBSD
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, timecounter-20060204, simonb-timecounters-base, peter-altq-base, peter-altq, elad-kernelauth-base, elad-kernelauth
Branch point for: yamt-uio_vmspace, yamt-pdpolicy, simonb-timecounters, chap-midi
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import main FreeBSD timecounter support files as of 4th Feb 2006.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 4 08:06:23 2006 UTC (6 years, 3 months ago) by simonb
Branch: MAIN

Initial revision

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>