summaryrefslogtreecommitdiff
path: root/usr.bin/modstat/modstat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a potential buffer overflow condition.Joerg Wunsch1996-08-081-2/+3
| | | | | | | Submitted by: Somebody on -hackers, ooops, i've already deleted that mail Notes: svn path=/head/; revision=17472
* Undo the stupidity I inflicted on these files and replace it withBill Paul1995-04-201-3/+2
| | | | | | | | | | | | | some (hopefully) less offensive stupidity: If we detect that a user has loaded a module that fails to initialize itself correctly, panic. There really isn't a safe way to recover from something like this; we can't know that the module is bad until after the entry point is called, by which time it's too late to do anything about it. Notes: svn path=/head/; revision=7947
* Small fixups to use LM_UNKNOWN type, also fix slight formattingBill Paul1995-04-181-3/+4
| | | | | | | offset problem in banner printf(). Notes: svn path=/head/; revision=7919
* Terry Lambert's loadable kernel module support - modstat utility withDavid Greenman1994-08-191-0/+178
improvements from the NetBSD group. Notes: svn path=/head/; revision=2126