The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8.4.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.8: +14 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync with head

Revision 1.8.8.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.8: +14 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

merge to -current.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 18 22:30:25 2011 UTC (5 months, 1 week ago) by christos
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.8: +14 -2 lines
Diff to previous 1.8 (colored)

Fix monotonic interval timers.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:35 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.7: +10 -7 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.5.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:21 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.5: +10 -7 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

sync with head

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:59 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.7: +10 -7 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 26 19:15:13 2011 UTC (15 months, 4 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.7: +10 -7 lines
Diff to previous 1.7 (colored)

fix and cleanup for tvtohz():
-assume (KASSERT) that the timeval given is normalized, and remove
 some partial fixup which I don't see what it is good for
 (I'm ready to back that out if someone tells a reason)
-catch overflows due to conversion of time_t (from tv_sec) to
 integer -- this function doesn't do 64-bit arithmetics (which makes
 sense because relative times which don't fit into 32 bits can be
 considered nonsense here), and before a huge tv_sec could lead to
 a zero hz result, violating the caller's assumptions (in particular
 trigger a diagnostic panic in abstimeout2timo())

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 26 16:26:11 2010 UTC (2 years, 1 month ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Revert rev1.6, it shall return ETIMEDOUT for pthread calls.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 23 19:29:23 2010 UTC (2 years, 1 month ago) by rmind
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

mq_timed{send,receive}: as required by POSIX, return EINVAL on invalid
timeout and thread would have blocked, instead of ETIMEDOUT.  Change is
to abstimeout2timo(), thus also affects _lwp_park(2).

Reported by Stathis Kamperis some months ago.

Revision 1.3.10.2 / (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.3.10.1: +53 -2 lines
Diff to previous 1.3.10.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 1 21:46:09 2009 UTC (2 years, 6 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base, uebayasi-xip, matt-premerge-20091211
Branch point for: rmind-uvmplock
Changes since 1.4: +53 -2 lines
Diff to previous 1.4 (colored)

- Move inittimeleft() and gettimeleft() to subr_time.c, where they belong.
- Move abstimeout2timo() there too and export.  Use it in lwp_park().

Revision 1.3.10.1 / (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: +16 -6 lines
Diff to previous 1.3 (colored)

sync with head.

Revision 1.3.16.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.3: +16 -6 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:53 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.3: +14 -4 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

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

Sync with wrstuden-revivesa-base-2.

Revision 1.3.14.1 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:49 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.3: +16 -6 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync with head.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 15 16:18:08 2008 UTC (3 years, 10 months ago) by christos
Branch: 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, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, 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, mjf-devfs2-base, 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, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.3: +16 -6 lines
Diff to previous 1.3 (colored)

Use more timespecs internally. From Alexander Shishkin and me.
Welcome to 4.99.70, 30 more to go for 100.

Revision 1.1.10.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:22 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.10.3: +2 -69 lines
Diff to previous 1.1.10.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with head

Revision 1.1.8.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:19 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.1: +3 -69 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

sync with HEAD

Revision 1.2.6.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:11 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.2: +2 -69 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with HEAD

Revision 1.1.16.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:08 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.1.16.1: +2 -69 lines
Diff to previous 1.1.16.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:57:14 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.2: +2 -69 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with head.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 22 00:35:32 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, wrstuden-revivesa-base-1, wrstuden-revivesa-base, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, 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-nfs-mp, wrstuden-revivesa, simonb-wapbl, mjf-devfs2, haad-dm
Changes since 1.2: +2 -69 lines
Diff to previous 1.2 (colored)

reduce #ifdef __HAVE_TIMECOUNTER.

Revision 1.1.16.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:37 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Sync with HEAD.

Revision 1.1.10.3 / (download) - annotate - [select for diffs], Fri Dec 7 17:33:08 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.10.2: +3 -2 lines
Diff to previous 1.1.10.2 (colored) to branchpoint 1.1 (colored)

sync with head

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:57 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1.4.2: +3 -2 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 29 18:04:46 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.1: +3 -2 lines
Diff to previous 1.1 (colored)

Pull in sys/intr.h

Revision 1.1.10.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:41:06 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.10.1: +227 -0 lines
Diff to previous 1.1.10.1 (colored) to branchpoint 1.1 (colored)

sync with head.

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Mon Aug 20 22:07:07 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.1.6.1: +227 -0 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:38 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1.4.1: +227 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

Sync with HEAD.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Aug 15 13:49:15 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.1.2.1: +227 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.1.10.1, Thu Aug 9 07:36:19 2007 UTC (4 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1: +0 -227 lines
FILE REMOVED

file subr_time.c was added on branch yamt-lazymbuf on 2007-09-03 14:41:06 +0000

Revision 1.1.6.1, Thu Aug 9 07:36:19 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.1: +0 -227 lines
FILE REMOVED

file subr_time.c was added on branch vmlocking on 2007-08-20 22:07:07 +0000

Revision 1.1.4.1, Thu Aug 9 07:36:19 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1: +0 -227 lines
FILE REMOVED

file subr_time.c was added on branch jmcneill-pm on 2007-08-16 11:03:37 +0000

Revision 1.1.2.1, Thu Aug 9 07:36:19 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.1: +0 -227 lines
FILE REMOVED

file subr_time.c was added on branch nick-csl-alignment on 2007-08-15 13:49:14 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 9 07:36:19 2007 UTC (4 years, 9 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5, matt-armv6-prevmlocking, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: yamt-lazymbuf, vmlocking, nick-csl-alignment, mjf-devfs, matt-armv6, jmcneill-pm

Shuffle routines which just roll values around from kern_clock.c
and kern_time.c to subr_time.c.

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>