aboutsummaryrefslogtreecommitdiff
path: root/kern/mach_clock.c
Commit message (Expand)AuthorAgeFilesLines
* clock: Let timer proceed even before we have set threadsDamien Zammit2021-03-271-1/+4
* Fix gcc-6 warningsSamuel Thibault2016-05-181-3/+3
* Add kernel profiling through samplingSamuel Thibault2016-04-201-3/+7
* fix some compiler warnings in gnumachFlavio Cruz2016-01-011-1/+1
* Fix time going back in Xen caseSamuel Thibault2015-10-051-2/+10
* kern: use proper memory fences when handling the mapped timeJustus Winter2015-09-071-15/+18
* kern: fix loop reading the time valueJustus Winter2015-09-071-3/+3
* kern: add boot-time clock, use it for time stampsJustus Winter2015-07-251-1/+35
* kern: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-13/+12
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-3/+3
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-8/+8
* kern/mach_clock.c: update commentMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-151-5/+5
* kern/mach_clock.c: remove forward declarationMarin Ramesa2013-12-051-1/+1
* kern: move forward declaration into a header fileMarin Ramesa2013-11-241-2/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-18/+18
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-1/+1
* Add compiler barrier to update_mapped_timeSamuel Thibault2011-08-181-1/+3
* Fix warningsSamuel Thibault2009-10-201-5/+5
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2006-11-13 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+3
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-6/+6
* Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-0/+13
* Fri Aug 1 16:15:33 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-041-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+569