This should implement the functionality covered by D34069.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44343 Build 41231: arc lint + arc unit
Event Timeline
Comment Actions
I'm sorry for the delay.
sys/dev/mem/memdev.c | ||
---|---|---|
160 | Why exactly do we have separate ioctls for configuring and invoking a livedump? Is it only so that we can have dumpon perform configuration and have savecore actually retrieve the dump? If so I'd really prefer to have savecore do everything, but I see it's a bit inconvenient to have to shoehorn everything there... OTOH I still can't see a reason we'd want the kernel to perform encryption and compression rather than doing it in userspace. Did we discuss this somewhere already? |