RE: kld problem
gerarra_at_tin.it
Date: 06/23/05
- Previous message: Gregg Cooper: "Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso"
- In reply to: Mauser: "kld problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Jun 2005 20:45:32 +0200 To: freebsd-hackers@freebsd.org
>Unloading syscall kernel module can cause a system crash. It occurs when
>we
>unload the module while a process is executing our syscall. Example:
MOD_QUIESCE (sys/module.h) would be helping you in situations like that.
You can use a flag to rule that.
greetings,
rookie
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Gregg Cooper: "Re: Duplicate inodes in 5.4-RELEASE-i386-disc1.iso"
- In reply to: Mauser: "kld problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|