summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/extern.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ioctlname() prototype is already in ../kdump/kdump.hguenther2018-04-261-2/+1
|
* Add 'p' trace point for KTRFAC_PLEDGE, as noted byguenther2016-07-181-3/+3
| | | | | | Michal Mazurek <akfaew@jasminek.net> While here, fix handling of -t+ in ltrace.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
|
* Add lots of missing prototypes, constify a few things. Add explicit ints.espie2001-08-181-0/+29
Makes gcc much happier, less warnings.