aboutsummaryrefslogtreecommitdiff
path: root/kern/eventcount.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* eventcount: Fix locking thread while calling thread_setrunSamuel Thibault2023-08-221-1/+1
* sched: Add runq_lock helpers which check they are called at spl7Samuel Thibault2023-08-121-2/+2
* smp: Fix more busy loopsSamuel Thibault2023-02-151-1/+1
* kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa2013-12-171-1/+1
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-1/+1
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-1/+1
* kern: move forward declaration into a header fileMarin Ramesa2013-11-241-7/+0
* kern: remove register qualifiersMarin Ramesa2013-11-131-4/+4
* 2008-11-11 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-1/+0
* 2008-07-19 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 2006-11-14 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 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-1/+2
* 2006-11-07 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
* Initial sourceThomas Bushnell1997-02-251-0/+372