| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Spotted by: brueffer
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o multiple modules can be unloaded at once (specified either by id or be
module name)
o exit with EX_USAGE after usage() is called.
o remove unused variables, since we keep command line flags as bitmask,
in 'opt'.
o 'kldload -n ...' does nothing. Add comment to this options.
Additionally:
o Update manual page to conform new functionality.
o Increace WARNS to 6. Because we can.
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156091
|
|
|
|
|
|
|
|
| |
Approved by: cognet (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=156087
|
|
|
|
|
|
|
|
|
| |
- use .Dv for it
MFC after: 3 days
Notes:
svn path=/head/; revision=141593
|
|
|
|
| |
Notes:
svn path=/head/; revision=141055
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
| |
Notes:
svn path=/head/; revision=139987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a MOD_QUIESCE event for modules. This should return error (EBUSY)
of the module is in use.
MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module. Valid reasons are memory references
into the module which cannot be tracked down and eliminated.
When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.
For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.
Document that modules should return EOPNOTSUPP for unknown events.
Notes:
svn path=/head/; revision=132117
|
|
|
|
| |
Notes:
svn path=/head/; revision=114589
|
|
|
|
|
|
|
|
|
| |
consitently compare fileid with 0 using == and !=.
Reviewed by: silence on @audit
Notes:
svn path=/head/; revision=113936
|
|
|
|
|
|
|
| |
Look at by: sebastian.ssmoller@web.de on audit@
Notes:
svn path=/head/; revision=113935
|
|
|
|
| |
Notes:
svn path=/head/; revision=99501
|
|
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
|
|
|
| |
Notes:
svn path=/head/; revision=79530
|
|
|
|
| |
Notes:
svn path=/head/; revision=76812
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
|
|
|
| |
Notes:
svn path=/head/; revision=74531
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
| |
Notes:
svn path=/head/; revision=51074
|
|
|
|
|
|
|
|
| |
Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr
Notes:
svn path=/head/; revision=51006
|
|
|
|
| |
Notes:
svn path=/head/; revision=50847
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
| |
PR: 8739
Submitted by: Love lha@stacken.kth.se
Reviewed by: Doug Rabson <doug@freebsd.org>
Notes:
svn path=/head/; revision=49079
|
|
|
|
| |
Notes:
svn path=/head/; revision=41108
|
|
|
|
|
|
|
|
| |
message reflect this. As a bonus, make the -n optional so that 'kldunload
name' works as one would expect.
Notes:
svn path=/head/; revision=40981
|
|
|
|
| |
Notes:
svn path=/head/; revision=37419
|
|
|
|
| |
Notes:
svn path=/head/; revision=34673
|
|
|
|
| |
Notes:
svn path=/head/; revision=32270
|
|
|
|
|
|
|
| |
Submitted-by: Steve Price <sprice@hiwaay.net>
Notes:
svn path=/head/; revision=30722
|
|
|
|
| |
Notes:
svn path=/head/; revision=30684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o start function names in column 1
o sort order of flags in getopt and switch
o don't try to reference progname
o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box
doc changes:
o document when these commands first appeared
o put email address in angle brakets
o minor mdoc clean up
Notes:
svn path=/head/; revision=30627
|
|
|
|
|
|
|
|
|
|
|
| |
fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars
these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)
Notes:
svn path=/head/; revision=30573
|
|
Notes:
svn path=/head/; revision=25540
|