As we can have both 64 & 32 bit Linuxulator running any eventhandler
can be called twice for us. To prevent this move eventhandlers code
from linux_emul.c to the linux_common.ko module.
Details
Details
- Reviewers
- None
- Group Reviewers
Linux Emulation - Commits
- rS283422: Refund the proc emuldata struct for future use. For now move flags from
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
sys/compat/linux/linux_emul.c | ||
---|---|---|
92 | Might be a good idea to convert this and pem to use UMA instead of malloc. But that's for a later commit. | |
243 | I'd suggest moving this (sx_destroy and free) to a new function, pem_free(). | |
sys/compat/linux/linux_fork.c | ||
450 | suword32(9) instead, perhaps? | |
466 | linux_msg() instead of printf()? |
sys/compat/linux/linux_emul.c | ||
---|---|---|
92 | ok, joined the todo list |