CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2011/07/08 11:58:16
Modified files: sys/conf : files Added files: sys/kern : subr_hibernate.c sys/sys : hibernate.h Removed files: sys/kern : subr_hiballoc.c sys/sys : hiballoc.h Log message: Move hiballoc to hibernate.h, subr_hibernate.c Next few commits will move other hibernate-specific functionality, like the pig-allocator, to subr_hibernate. No functional change, no callers either.