aboutsummaryrefslogtreecommitdiff
path: root/device/dev_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+1
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-2/+1
* Include mig generated device headers to avoid missing prototypesFlavio Cruz2023-01-191-1/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-3/+3
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-8/+4
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-15/+9
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-5/+5
* Declare void argument listsMarin Ramesa2013-12-151-1/+1
* device/dev_lookup.c: remove unused lockMarin Ramesa2013-12-081-4/+0
* device/device_init.c: remove forward declarationsMarin Ramesa2013-12-051-0/+1
* remove definition of NDEVICESMarin Ramesa2013-09-151-2/+0
* remove register qualifiersMarin Ramesa2013-09-151-18/+18
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-10/+7
* 2007-03-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-27/+2
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+409