summaryrefslogtreecommitdiff
path: root/usr.bin/modstat
Commit message (Collapse)AuthorAgeFilesLines
* The infrastructure to build these fellows has been replaced with kld.Peter Wemm1999-04-244-292/+0
| | | | Notes: svn path=/head/; revision=46032
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+3
| | | | Notes: svn path=/head/; revision=34801
* Fixed a comment. The module size is (unfortunately) in K, but it is notBruce Evans1998-02-121-2/+2
| | | | | | | in pages. Notes: svn path=/head/; revision=33288
* Cosmetic in usage string.Philippe Charnier1997-07-282-14/+14
| | | | Notes: svn path=/head/; revision=27736
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Include unistd.h for new location of getopt prototypePeter Wemm1997-03-111-1/+2
| | | | Notes: svn path=/head/; revision=23707
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Remove a self referential xref, and add an xref for modload.Mike Pritchard1996-12-041-3/+3
| | | | | | | Closes PR# 2104. Notes: svn path=/head/; revision=20126
* 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
* Setgid kmem not required.Paul Traina1996-05-301-3/+1
| | | | | | | Submitted by: smpatel (Sujal Patel) Notes: svn path=/head/; revision=15991
* 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
* Kill explicit OS specification.David Greenman1994-08-191-2/+2
| | | | Notes: svn path=/head/; revision=2131
* Terry Lambert's loadable kernel module support - modstat utility withDavid Greenman1994-08-194-0/+294
improvements from the NetBSD group. Notes: svn path=/head/; revision=2126