aboutsummaryrefslogtreecommitdiff
path: root/device/dev_name.c
Commit message (Expand)AuthorAgeFilesLines
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-4/+3
* Include mig generated device headers to avoid missing prototypesFlavio Cruz2023-01-191-2/+2
* add missing argument namesLuca Dariz2023-01-161-3/+3
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-23/+0
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-2/+7
* Convert from K&R to ANSIEtienne Brateau2021-12-301-8/+2
* device: Fix d_mmap typeSamuel Thibault2018-07-281-2/+2
* Fix dev_ops typesSamuel Thibault2018-07-281-2/+2
* device: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-4/+4
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-041-2/+36
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-1/+1
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-7/+7
* Declare void argument listsMarin Ramesa2013-12-151-3/+3
* another small change in style for consistencyMarin Ramesa2013-09-161-2/+2
* use boolean_t instead of an intMarin Ramesa2013-09-161-1/+1
* remove preprocessor commentsMarin Ramesa2013-09-161-7/+0
* another small change in style for consistencyMarin Ramesa2013-09-161-2/+2
* small style changes for consistencyMarin Ramesa2013-09-161-7/+8
* remove register qualifiersMarin Ramesa2013-09-161-9/+9
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+2
* 2001-10-07 Roland McGrath <roland@frob.com>Roland McGrath2001-10-071-8/+8
* Initial sourceThomas Bushnell1997-02-251-0/+237