aboutsummaryrefslogtreecommitdiff
path: root/kern/queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-10/+0
| | | | | | | | | | | Marked some functions as static (private) as needed and added missing includes. This also revealed some dead code which was removed. Note that -Wmissing-prototypes is not enabled here since there is a bunch more warnings. Message-Id: <Y6j72lWRL9rsYy4j@mars>
* kern: remove register qualifiersMarin Ramesa2013-11-131-12/+12
| | | | * kern/queue.c: Remove register qualifiers.
* Initial sourceThomas Bushnell1997-02-251-0/+131